.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: 80px;
}

.video-links {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.video-icon {
    max-width: 40px;
    max-height: 40px;
    overflow: hidden;
    padding: 8px 4px;
}

.video-links .para-text {
    color: #018F83;
}


.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: 220px;
    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;
}





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


/* graphic industries */
.graphic-industries {
    background: #FCFCFC;
}

.graphic-industries .main-container {
    padding: 60px 0 !important;
}

.industries-subtitle {
    font-weight: 400 !important;
    text-align: center;
    margin-top: 16px;
    color: #2B2C2D;
}

.graphic-industries .subtitle {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
}

.graphic-industries .industry-card {
    background: #FEFEFE;
    min-width: 304px;
}

/*  */
.graphic-industries .industry-types {
    max-width: calc(100% - 206px);
    margin: 32px auto 20px auto;
}

.graphic-industries .industry-types-top {
    margin: 0;
}

.graphic-industries .texts {
    font-weight: 600;
    margin-bottom: 0;
}



.hovering-square-dottes-one {
    width: 20%;
    top: 60%;
}

.logo-subtext {
    letter-spacing: 0.05rem;
    text-align: center;
}


/* common 1*/

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

.greater-texts {
    background-color: #FCFFFF;
    padding: 8px;
    border-radius: 8px;
}

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

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

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

.single-content-head span {
    color: #018F83;
}

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

.why-oodles-graphic .para-text {
    color: #5C5C5C;
}

.form-banner .para-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    color: #3C3C3B;
}

.explainer-contact-btn {
    padding: 12px 24px;
    background: #018F83;
    color: #FEFEFE;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;

}

.video-links a {
    border: none;
    text-decoration: none;
}

.anatomy-subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.05rem;
    text-align: center;
    vertical-align: middle;
    color: #5C5C5C;
}
































@media (max-width:1199px) {

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

    .why-cards .sub-texts {
        text-align: start;
    }

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

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

@media (max-width: 991px) {

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



    /* common */

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

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

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

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




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

    .graphic-industries .main-container {
        padding: 48px 20px !important;
    }

    .graphic-industries .industry-types {
        max-width: 100%;
    }

    .graphic-industries .texts {
        font-size: 14px;
        margin-bottom: 30px !important;
    }


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

    .anatomy-subtitle {
        font-size: 14px;
    }

    .video-icon {
        max-width: 20px;
        /* max-height: 20px; */
        overflow: hidden;
        padding: 0;
    }
}

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

    .single-why {
        gap: 12px;
    }
}

@media (max-width: 575px) {
    .main-container {
        padding: 40px 20px !important;
    }

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

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