.interface-card {
    gap: 16px;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 4px 20px 0px #5353530A;
    backdrop-filter: blur(7.599999904632568px);
}

.interface-icon {
    max-width: 48px;
    max-height: 48px;
}

.time-text {
    padding: 10px;
    border: 1px solid transparent;
    /* max-width: 150px; */
    margin: 0 auto;
    border-radius: 16px;
    box-shadow: 0px 2px 1.8px 0px #018F83;
}

.time-text h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.03rem;
    color: #018F83;
    margin-bottom: 0;
}

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

/* philosophy section */
.philosophy-section {
    background-image: url(../images/user-interface/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.philosophy-content .gx-5 {
    --bs-gutter-x: 32px;
}

.philosophy-content {
    gap: 48px;
    display: flex;
    flex-direction: column;
    max-width: 1018px;
    margin: 0 auto;
}

.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 {
    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;
}

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

.structured-points {
    background: #E6F4F3;
    border-radius: 12px;
    padding: 12px;
}


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

.specific-content .gx-5 {
    --bs-gutter-x: 28px;
}

/* our ui section */
.ui-design-section {
    background: url('./../images/user-interface/bg2.png');
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.user-interface-section .section-gap {
    max-width: 886px;
    margin: 0 auto;
}

.industry-focused-card {
    backdrop-filter: blur(7px);
    border: 1px solid #EEEEEE;
    background: #00000008;
    gap: 16px;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.industry-focused-img {
    max-width: 48px;
    max-height: 48px;
    overflow: hidden;
}

.industry-focused-card h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    color: #3C3C3B;
    margin-bottom: 0;
}

.industry-focused-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    color: #5C5C5C;
    margin-bottom: 0;
}

.ui-design-section .gx-3 {
    --bs-gutter-x: 48px;
}


/* industry */
.industry-card {
    min-width: 318px;
}

.graphic-industries {
    position: relative;
    overflow: hidden;
}

.hovering-square-dottes-one {
    right: unset;
    top: 30%;
}

.website-form-header .form-banner-text {
    color: #018F83 !important;
}

.industry-card img {
    max-width: 60px;
}



/* result section */
.results-section {
    background-image: url(../images/user-interface/result-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.result-img {
    /* max-width: 544px; */
    max-height: 254px;
    border-radius: 12px;
    overflow: hidden;
}

.result-card {
    border: 1px solid #EEEEEE;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 12px;
    padding: 16px;
}

.result-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    color: #2B2C2D;
}

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


.results-section .gy-4 {
    --bs-gutter-y: 28px;
}

.results-section .gx-4 {
    --bs-gutter-x: 28px;
}

/* common-challenges-section */
.common-content {
    max-width: 940px;
    margin: 0 auto;
}

.common-challenges-section .content-list {
    margin: 0;
}

/*  Our proven ui process*/
.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;
}

/* <!-- How Strategic UI Design Delivers Tangible Results --> */
.how-strategic-content {
    max-width: 930px;
    margin: 0 auto;
}

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

/* why choose our software designers */
.why-choose-section .industry-focused-card {
    background: unset;
    align-items: center;
}

.why-choose-section .industry-focused-card h4 {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    max-width: 304px;
    text-transform: none;
}

/* common copied code /* new repeadted css after tag updated */


.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;
}



@media (max-width: 1199px) {
    .industry-card {
        max-width: 270px;
    }

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

@media (max-width: 991px) {

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

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

    .industry-focused-card h4 {
        font-size: 16px;
    }
    .why-choose-section .industry-focused-card h4{
        font-size: 14px;
    }

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

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

    .time-text h4 {
        font-size: 16px;
    }

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

    .philosophy-content {
        gap: 16px;
    }

    .ui-design-section .section-gap {
        gap: 16px;
    }

    .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;
    }
    .result-title{
        font-size: 16px;
    }
    .result-subtite{
        font-size: 14px;
    }

}

@media (max-width: 570px) {

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