.vision-text-sections {
    max-width: 694px;
    margin: 0 auto;
    gap: 32px;
}

.blue-header .head {
    gap: 12px;
}

.proto-text {
    overflow: hidden;
}

.vision-text-sections p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
    color: #5c5c5c;
}

.why-frontend-section .para-text {
    line-height: 1.5;
    color: #5C5C5C;
}

.color-black {
    color: #3C3C3B;
}

.single-why {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
}

.single-why-img {
    max-width: 80px;
    max-height: 80px;
    overflow: hidden;
}

.single-why .para-text {
    color: #2B2C2D;
}

.why-frontend-section .gx-3 {
    --bs-gutter-x: 60px;
}

.frontend-tech-section {
    background: #018F830F;
}

.frontend-tech-section h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
}

.frontend-tech-sub h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    text-align: center;
    color: #018F83;
}

.frontend-tech-section .single-why {
    gap: 12px;
}

.tech-title h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.05rem;
    text-align: center;
    color: #0F0F0F;
    margin-bottom: 0;
}

.frontend-tech-section .single-why-img {
    max-width: 100px;
    max-height: 100px;
}




/* industries */
.industry-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.industries-row {
    max-width: 908px;
    margin: 0 auto;
}

.industries-row .gx-3 {
    --bs-gutter-x: 32px;
}

.single-industry {
    border: 1.5px solid #F2F9FF;
    background: #FCFFFF;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    height: 100%;
}

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

.indutry-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    text-align: center;
    color: #2B2C2D;
    margin-bottom: 0 !important;
}

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

.industries-section h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    text-align: center;
    color: #2B2C2D;
}

.industries-section .para-text {
    line-height: 1.5;
    color: #5C5C5C;
}

.frontend-tech-section .para-text {
    color: #5C5C5C;
}









/* common section from protyoping desin : why choose oodles -> our frontend services */
.why-cards {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

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

.why-card-img {
    min-width: 250px;
    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;
}

.why-ux-oodles h3 {
    text-transform: math-auto;
}



/* common methodology */
.how-we-work {
    overflow: hidden;
    position: relative;
}

.how-we-work .main-container {
    padding: 48px 0 !important;
}

.how-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    text-align: center;
    color: #2B2C2D;
}

.mobile-dots {
    left: 0;
    top: 60%;
    width: 30%;
}

/* animation */
.how-animation {
    position: relative;
    height: 1200px;
    margin: 210px auto 150px auto;
    max-width: 1000px;
}

.break-card {
    position: absolute;
    /* transform: translate(-50%, -50%) scale(0); */
    /* opacity: 0; */
    border-radius: 12px;
    pointer-events: none;
    box-shadow: 0px 4px 54px 0px #00000017;
    transition: background 0.3s;
}

/* Different background colors for each card */
.card1 {
    background: linear-gradient(0deg, rgba(255, 183, 168, 0.1) 0%, rgba(252, 123, 79, 0.1) 100%);
}

.rotate-one {
    transform: rotate(21deg);
    left: 50px;
    top: -120px;
}



.card2 {
    background: linear-gradient(0deg, rgba(186, 216, 255, 0.1) 0%, rgba(82, 160, 255, 0.1) 100%);
}

.rotate-two {
    transform: rotate(-10deg);
    left: 572px;
    top: -40px;
}

.card3 {
    background: linear-gradient(0deg, rgba(192, 255, 188, 0.1) 0%, rgba(78, 212, 0, 0.1) 100%);
}

.rotate-three {
    top: 260px;
    transform: rotate(16deg);
    left: 50px;
}

.rotate-four {
    transform: rotate(-12deg);
    right: 0;
    top: 400px;
}

.rotate-six {
    transform: rotate(-12deg);
    right: 40px;
    bottom: 150px;
}

.rotate-seven {
    bottom: -120px;
    transform: rotate(16deg);
    left: 100px;
}

.card4 {
    background: linear-gradient(0deg, rgba(210, 186, 255, 0.1) 0%, rgba(142, 82, 255, 0.1) 100%);
}

.card5 {
    background: linear-gradient(0deg, rgba(255, 183, 168, 0.1) 0%, rgba(252, 123, 79, 0.1) 100%);
}

.card6 {
    background: linear-gradient(0deg, rgba(255, 252, 188, 0.3) 0%, rgba(212, 209, 0, 0.3) 100%);
}

.rotate-five {
    transform: rotate(17deg);
    bottom: 280px;
    left: 0;
}


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

.break-text {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 16px;
}

.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;
    left: 24px;
    top: 36px;
    z-index: 1;
    max-width: 52px !important;
}

.card-number-two {
    top: 38px;
    left: 23px;
    max-width: 70px !important;
}

.card-number-four {
    top: 38px;
    left: 24px;
    max-width: 79px !important;
}

.card-number-six {
    top: 35px;
    left: 24px;
    max-width: 79px !important;
}

.card-number-five {
    max-width: 70px !important;
    top: 37px;
}

.card-number-three {
    top: 35px;
    max-width: 70px !important;
}

.card-number-seven {
    top: 35px;
    max-width: 76px !important;
}

.how-mobile-section {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
}

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



.how-dots {
    top: 20%;
    width: 30%;
}

/* common from graphic */

.why-oodles-graphic {
    background: #FCFCFC;
    overflow: hidden;
}

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

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

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

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

.single-content h3 {
    font-weight: 600;
    font-size: 20px;
    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;
}

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

/*  */




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




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

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

    .why-frontend-section .gx-3 {
        --bs-gutter-x: 40px;
    }

    .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%;
        max-height: 170px;
        object-fit: cover;
    }

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

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

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

    .why-ux-oodles .texts {
        font-size: 16px;
        letter-spacing: 0.05rem !important;
    }

    .why-single-card .sub-texts {
        font-size: 14px !important;
    }
}

@media (max-width: 991px) {

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

    .design-container {
        padding: 40px 20px !important;
    }











    /* common */
    .double-circle-heading {
        font-size: 20px;
    }


    .how-we-work .main-container {
        padding: 40px 20px !important;
    }

    .card-number {
        max-width: 60px !important;
        top: 19px;
        left: 26px;

    }

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

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



    .card-number-two {
        top: 25px;
        max-width: 70px !important;
    }

    .card-number-three {
        top: 24px;
        max-width: 70px !important;
    }

    .card-number-four {
        top: 31px;
        max-width: 70px !important;
    }

    .card-number-five {
        top: 26px;
        max-width: 70px !important;
    }

    .card-number-six {
        top: 28px;
        max-width: 70px !important;
    }

    .card-number-seven {
        top: 32px;
    }

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

    /* common from graphic */
    .why-oodles-graphic .main-container {
        padding: 48px 20px !important;
    }



    .double-circle-heading {
        z-index: 1;
        font-size: 20px;
    }

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

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

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

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

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

    .hide-text {
        display: none;
    }

    .single-content {
        gap: 18px;
    }

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

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

    .vision-text-sections {
        gap: 16px;
    }

    .single-why-img {
        max-width: 56px;
        max-height: 60px;
    }

    .why-frontend-section .gx-3 {
        --bs-gutter-x: 30px;
    }

    .frontend-tech-section .single-why-img {
        max-width: 56px;
        max-height: 56px;
    }

}

@media (max-width:757px) {
    .single-why-img {
        max-width: 48px;
        max-height: 52px;
    }

    .single-why {
        gap: 12px;
    }

    .frontend-tech-section h2 {
        font-size: 20px;
    }

    .frontend-tech-sub h3 {
        font-size: 18px;
    }

    .single-industry {
        align-items: start;
        padding: 8px;
        gap: 8px;
    }

    .industry-img {
        max-height: 48px;
        max-width: 48px;
    }
    .indutry-title{
        font-size: 16px;
    }
    .industry-text{
        text-align: start;
    }
}

@media (max-width: 575px) {



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

    .main-container {
        padding: 40px 20px !important;
    }

    .vision-img {
        max-width: 20px;
        max-height: 30px;
        overflow: hidden;
    }

    .vision-text-sections {
        gap: 8px;
    }

    .why-frontend-section .gx-3 {
        --bs-gutter-x: 20px;
    }

    .why-frontend-section .gy-3 {
        --bs-gutter-y: 20px;
    }

    .single-why .para-text {
        font-size: 12px !important;
    }

    .frontend-tech-section .single-why-img {
        max-width: 48px;
        max-height: 48px;
    }

    .tech-title h4 {
        font-size: 14px;
    }

    .frontend-tech-section .single-why {
        gap: 6px;
    }


}

@media (max-width: 390px) {
    .vision-text {
        font-size: 12px !important;
    }

}