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

.blue-header .head {
    gap: 0;
}

.website-service-section h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    text-align: center;
}

.website-service-section p {
    text-align: center;
    color: #2B2C2D;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
}

.website-service-section span {
    color: #018F83;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.gaps {
    display: flex;
    flex-direction: column;
    gap: 48px;
}



.swiper-slide {
    width: auto;
}

.tool-swiper-subcontainer {
    padding: 0 20px;
}

.tool-swiper-container {
    padding: 60px 0 !important;
}

/* Our Website Design Services */

.our-services h4 {
    margin-bottom: 8px !important;
}

.our-website-section .user-experience-content {
    gap: 48px;
    display: flex;
    flex-direction: column;
}


.our-website-service .tab-content {
    margin-top: 48px;
}

/* tools and technologies section */
.technologies-section {
    background: #018F830A;
    position: relative;
}

/* .technologies-section-head h4 {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    text-align: center;
} */

.technologies-section-head p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.05rem;
    text-align: center;
    max-width: 764px;
    margin: 0 auto;
    color: #5C5C5C;
}

.technologies-section-subhead h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    text-align: center;
    color: #018F83;
    margin-bottom: 30px;
}

.technologies-section-subhead img {
    height: 80px;
    width: 80px;
}

.technologies-card-container {
    gap: 36px;
}

.technologies-card {
    border-radius: 12px;
    padding: 24px;
    background: #FEFEFE;
    max-width: 382px;
    align-items: center;
    gap: 20px;
}

.technologies-card h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    margin-bottom: 8px;
}

.technologies-card p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.05rem;
    color: #5C5C5C;
}

.framework-container {
    display: flex;
    flex-direction: column;
    margin: 0 28px;
    gap: 40px;

}

.framework-subcontainer {
    background: #018F830F;
    position: relative;
    display: flex;
    gap: 40px;
    border-radius: 12px;
    padding: 32px;
}

.container-subone {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 272px;
}

.container-subone img {
    height: 48px;
    width: 48px;

}

.container-subone h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
}

.container-subtwo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 650px;
    gap: 8px;
}

.frameworks {
    display: flex;
    align-items: center;
    gap: 12px;
}

.frameworks span {
    font-weight: 500;
}

.framework-subcontainer::before {
    content: "";
    position: absolute;
    right: 40px;
    bottom: 0;
    background-image: url(../images/website-services/one.svg);
    background-size: cover;
    background-position: center;
    height: 120px;
    width: 44px;
}

.container-two,
.container-three {
    position: relative;
}

.container-two .framework-subcontainer::before {
    background-image: url(../images/website-services/two.svg);
    width: 73px;
}

.container-three .framework-subcontainer::before {
    background-image: url(../images/website-services/three.svg);
    width: 73px;
}


.why-oodles-section h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    margin-bottom: 0;
}

.website-card {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    padding: 32px 24px 32px 0;
}

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

.why-oodles-card img {
    border-radius: 12px 0 0 12px;
}

.why-oodles-card h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05rem;

}

.why-oodles-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.05rem;
}

/* industries */
.website-industries .industry-card {
    max-width: 304px;
}

.website-industries h2 {
    /* margin-bottom: 30px !important; */
}

.website-industries .subtitle {
    font-size: 18px;
}


.industries-text {
    display: block;
    text-align: center;
}

.website-industries {
    position: relative;
    background: #FCFCFC;
}

.technologies-section .hovering-square-dottes-one {
    top: 30%;
    left: -96px;
    width: 19%;
}


/* form header */

/* .website-banner-top h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    text-align: center;
    margin-bottom: 16px !important;
    z-index: 2;
} */

.website-form-header .form-banner-text {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    text-align: center;
    margin-bottom: 0 !important;
    z-index: 2;
}

.website-banner-top span {
    color: #0F0F0F;
}

.website-banner-top h4 {
    max-width: 1054px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    text-align: center;
}

.website-banner-top .double-circle-heading::before {
    top: -45px;
    left: 10%;
}





/* animation */



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

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

}


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

.website-title-content p {
    letter-spacing: 0.05rem;
    color: #5C5C5C;
}

.get-section {
    background: #FCFCFC;
}

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

.get-section .circle-logo::before{
    display: none;
}

@media(max-width: 1200px) {
    .ui-ux-explaination::before {
        display: none;
    }

    .ui-ux-explaination::after {
        display: none;
    }

    .ui-ux-explaination {
        display: none !important;
        flex-direction: column;
        display: flex;
    }

    .why-oodles-card {
        flex-direction: column;
    }

    .mobile-why-oodles-card img {
        max-height: 180px;
    }

    .mobile-why-oodles-card {
        max-width: 280px !important;
        aspect-ratio: unset !important;
    }

    .double-circle-heading::before {
        top: -30px;
    }
}

@media (max-width: 991px) {

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

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

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

    .website-industries .industry-card {
        margin: 0 auto;
        max-width: 575px;
    }

    .industry-types-third {
        flex-direction: column;
        margin: 0;
    }



    .our-website-section .content-list {
        margin-bottom: 20px;
    }

    .our-website-section .user-experience-content {
        margin: 0;
        margin-top: 30px;
    }


    /* .technologies-section-head h4 {
        font-size: 24px;
        margin-bottom: 16px;
    } */

    .technologies-section-head p {
        font-size: 14px;
        text-align: center;
    }

    .gaps {
        gap: 30px;
    }

    .technologies-section-subhead h4 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .technologies-section-subhead img {
        height: 60px;
        width: 60px;
    }

    .technologies-card h5 {
        font-size: 16px;
    }

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

    .technologies-card {
        padding: 16px;
        height: auto;
        width: 100% !important;
        aspect-ratio: 3 / 1;
        margin-bottom: 12px;
        max-width: 340px;
    }

    .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: stretch;
    }

    .container-subone {
        flex-direction: row;
        max-width: 100%;
        align-items: center;
    }

    .container-subone h4 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .framework-subcontainer {
        gap: 16px;
    }

    .frameworks p {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 0;

    }

    .hovering-square-dottes-one {
        top: 88% !important;
        width: 30% !important;
    }

    .tool-swiper-container {
        padding: 48px 0 !important;
    }

    .industries-text {
        color: #5C5C5C;
        display: block;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.05rem;
        text-align: center;
        margin-top: 8px;
        margin-bottom: 30px !important;
    }

    .why-oodles-section h4 {
        font-size: 22px;
        max-width: 286px;
        margin: 0 auto;
    }

    .technologies-card-container {
        gap: 16px;
    }

    .why-oodles-container {
        padding: 48px 0 48px 20px;
    }



    .website-industries h2 {
        /* margin-bottom: 16px !important; */
    }

    .website-industries .subtitle {
        font-size: 16px;
    }

    .our-website-service .tab-content {
        margin-top: 0;
    }

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

    .our-website-section .hovering-square-dottes-one {
        top: 50% !important;
        right: 0 !important;
    }

    .framework-container {
        gap: 20px;
    }

    .our-website-section .user-experience-content {
        gap: 30px;
    }

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

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

    .get-section .content-list{
        margin-bottom: 14px !important;
    }
    .get-section .user-experience-content{
        gap: 16px;
    }
}

@media (max-width: 767px) {




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

    .blue-header-text {
        font-size: 16px !important;
    }

    .website-service-section h3 {
        font-size: 22px;
    }


    .website-service-section p {
        font-size: 14px;
    }

    .website-banner-top h3 {
        font-size: 20px;
        text-align: center;
        margin: 0 auto;
    }

    .website-banner-top h4 {
        font-size: 14px;
    }



}


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

    .our-website-section .double-circle-heading {
        margin: 0 auto;
        text-align: center;
        max-width: 340px;
    }
}

.why-oodles-container {
    padding: 72px 0;
    max-width: 1180px !important;
    margin: 0 auto;
}


@media (min-width: 1201px) {
    .why-oodles-slider-container {
        display: none;
    }
}

.why-oodles-slider-container {
    margin-top: 30px;
}

.mobile-why-oodles-card {
    width: 100%;
    max-width: 350px;
    aspect-ratio: 1 / 1;
    border: 1px solid #018F83;
    border-radius: 12px;
    overflow: hidden;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
}

.mobile-why-oodles-card img {
    border-radius: 12px 12px 0 0;
    width: 100%;
    height: 50%;
    object-fit: cover;
}

.mobile-why-oodles-card .d-flex {
    gap: 8px;
    padding: 16px;
}

.mobile-why-oodles-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 1.4;
    text-align: start;
}

.mobile-why-oodles-card p {
    font-size: 14px;
    font-weight: 400;
    color: #2B2C2D;
    margin: 0;
    line-height: 1.5;
}

.whyOodlesSwiper .swiper-button-prev,
.whyOodlesSwiper .swiper-button-next {
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #018F83;
    font-size: 14px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.whyOodlesSwiper .swiper-button-prev::after,
.whyOodlesSwiper .swiper-button-next::after {
    font-size: 14px;
}

.whyOodlesSwiper .swiper-button-prev {
    left: 0;
}

.whyOodlesSwiper .swiper-button-next {
    right: 20px;
}

.whyOodlesSwiper .swiper-pagination {
    margin-top: 24px;
    text-align: center;
    display: none;
}

.whyOodlesSwiper .swiper-pagination-bullet {
    background: #018F83;
    opacity: 0.4;
}

.whyOodlesSwiper .swiper-pagination-bullet-active {
    opacity: 1;
}