.fixed-back-navigation {
    background-color: #fff;
    top: 80px;
    position: sticky;
    width: 100%;
    z-index: 100;
    transition: border-bottom 0.3s ease;
}

.fixed-back-navigation.scrolled {
    border-bottom: 1px solid #D2D6DB;
}

h5 {
    margin-bottom: 0 !important;
}




/* text section */



.graphic-text p {
    text-align: center;
    margin: 0 auto;
}

.ui-ux-explaination-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
}

.ui-ux-explaination {
    display: grid;
    row-gap: 60px;
    column-gap: 60px;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    width: 100%;
    /* height: 500px; */
    margin-top: 100px;
}

.ui-ux-explaination::before {
    content: '';
    position: absolute;
    /* top: -32px; */
    left: 50%;
    transform: translateX(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='2' height='664' viewBox='0 0 2 664' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.566406' y1='331.566' x2='0.56641' y2='-5.96242e-09' stroke='url(%23paint0_linear_523_52879)'/%3E%3Cline x1='0.566406' y1='331.566' x2='0.56641' y2='663.133' stroke='url(%23paint1_linear_523_52879)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_523_52879' x1='1.56641' y1='331.566' x2='1.56641' y2='5.96242e-09' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23018F83'/%3E%3Cstop offset='1' stop-color='%23002926' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_523_52879' x1='-0.433594' y1='331.566' x2='-0.43359' y2='663.133' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23018F83'/%3E%3Cstop offset='1' stop-color='%23002926' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    height: 532px;
    width: 1px;
    animation: scale 2s ease-in-out infinite;
    transition: all 2s ease-in-out;
}

.ui-ux-explaination::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='664' height='2' viewBox='0 0 664 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='331.566' y1='0.566406' x2='663.133' y2='0.566425' stroke='url(%23paint0_linear_523_52882)'/%3E%3Cline x1='331.566' y1='0.566406' x2='-1.58932e-08' y2='0.566396' stroke='url(%23paint1_linear_523_52882)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_523_52882' x1='331.566' y1='1.56641' x2='663.133' y2='1.56642' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23018F83'/%3E%3Cstop offset='1' stop-color='%23002926' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_523_52882' x1='331.566' y1='-0.433594' x2='1.58932e-08' y2='-0.433604' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23018F83'/%3E%3Cstop offset='1' stop-color='%23002926' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    /* height: 663px; */
    height: 1px;
    width: 100%;
    animation: scale 2s ease-in-out infinite;
    transition: all 2s ease-in-out;
}


@keyframes scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.3);
    }

    75% {
        transform: scale(0.3);
    }

    100% {
        transform: scale(1);
    }

}

.ui-ux-explaination .elevate-content:nth-child(1),
.ui-ux-explaination .elevate-content:nth-child(3) {
    padding-right: 60px;
}

.ui-ux-explaination .elevate-content:nth-child(2),
.ui-ux-explaination .elevate-content:nth-child(4) {
    padding-left: 60px;
}

.elevate-content h5 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #2b2c2d;
}

.elevate-content p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #5c5c5c;
}


/* why choose oodles */
/* new */
.why-oodles-graphic {
    background: #FCFCFC;
    overflow: hidden;
}

.why-oodles-graphic .double-circle-heading::before,
.graphic-industries .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: 8px;
}

.single-content-img {
    height: 80px;
    width: 80px;
    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 {
    /* font-weight: 600; */
    line-height: 1.5;
    letter-spacing: 0.05rem;
    color: #5C5C5C;
}

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

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

/*  */

.why-oodles-graphic .ui-ux-explaination {
    margin-top: 48px;
}

/* ou */
.our-graphic-work {
    overflow: hidden;
}









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

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

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

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

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

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

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

.graphic-industries span {
    color: #018F83;
}

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


.process-content .gx-3 {
    --bs-gutter-x: 32px;
}

.process-card {
    padding: 24px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 1px solid #018F83;
    max-height: 100%;
    height: 100%;
}

.process-card .texts {
    font-size: 18px;
}

.process-card:hover {
    box-shadow: 0px 4px 12px 0px #018F8333;
    background: #F5FBFA;
}


.process-card-img {
    min-height: 80px;
    object-fit: cover;
    display: flex;
    align-items: center;
    min-width: 80px;
}


.process-title-box {
    display: flex;
    align-items: center;
    height: 100%;
}

.process-title-box .double-circle-heading::before {
    top: -100px;
    left: -80px;
}

.process-title-box .spiral-cursor::before {
    right: -190px;
    top: -58%;
    transform: rotate(-58deg);
    transform-origin: center center;
}





/* form */


.why-oodles-mobile {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    gap: 32px;
}

.why-oodles-mobile img {
    height: 60px;
    width: 60px;
}

.why-oodles-mobile h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
}

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

/* swiper */





/*  */




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

@media (max-width:1199px) {
    .why-oodles-row .gx-3 {
        --bs-gutter-x: 60px;
    }

    .process-card {
        min-height: 100%;
        gap: 16px;
        padding: 12px;
        max-width: 575px;
        margin: 0 auto;
    }

    .process-card-img {
        display: flex;
        justify-content: center;
    }

    .process-card .texts {
        text-align: center;
        font-size: 18px;
    }



}

@media (max-width: 991px) {

    /* navbar */
    html {
        scroll-padding-top: 170px;
    }


    .fixed-back-navigation {
        top: 69px;
    }


    .ui-ux-explaination {
        display: grid;
        row-gap: 32px;
        column-gap: 32px;
        grid-template-columns: repeat(2, 1fr);
        position: relative;
        width: 100%;
        /* height: 500px; */
        margin-top: 100px;
    }

    .ui-ux-explaination .elevate-content:nth-child(2),
    .ui-ux-explaination .elevate-content:nth-child(4) {
        padding-left: 32px;
    }

    .graphic-back .subtitle {
        font-size: 14px;
    }


    .graphic-text p {
        /* font-size: 16px; */
    }


    .why-oodles-graphic .ui-ux-explaination {
        margin-top: 30px;
    }





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

    .graphic-industries .texts {
        font-size: 14px;
    }

    .website-form-header .form-banner-text {
        font-size: 24px;
    }

    .website-form-header h4 {
        font-size: 14px;
    }



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

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

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

    .single-content-img {
        height: 48px;
        width: 48px;
        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: 16px;
    }

    .hide-text {
        display: none;
    }

    .single-content {
        gap: 8px;
    }

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

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

    .our-row-content {
        gap: 0 !important;
    }
    .middle-row{
      /* margin: 16px 0; */
    }
    .middle-our-graphic{
        /* margin-top: 4px; */
    }
    .comm-industry-types{
        margin-top: 30px;
    }
    .process-content{
        gap: 16px;
    }
    .process-mobile-content .double-circle-heading{
        margin-bottom: 14px !important;
    }
}


@media (max-width: 575px) {

    .ui-ux-explaination {
        display: grid;
        row-gap: 16px;
        column-gap: 16px;
        grid-template-columns: repeat(1, 1fr);
        position: relative;
        width: 100%;
        /* height: 500px; */
        margin-top: 100px;
    }

    .ui-ux-explaination::before,
    .ui-ux-explaination::after {
        content: unset;
        display: none;
    }

    .ui-ux-explaination .elevate-content {
        padding-left: 0px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .ui-ux-explaination .elevate-content h5,
    .ui-ux-explaination .elevate-content p {
        text-align: center;
    }

    .ui-ux-explaination .elevate-content:nth-child(1),
    .ui-ux-explaination .elevate-content:nth-child(3) {
        padding-right: 0px;
    }

}