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

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

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

.tech-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.single-tech {
    display: flex;
    align-items: center;
    gap: 24px;
    border: 1px solid;
    border-radius: 16px;
    padding: 24px;
    background: #FEFEFE;
    border: 1.5px solid #F2F9FF;
}

.single-tech .texts {
    font-weight: 700;
}

.single-tech img {
    max-width: 80px;
    aspect-ratio: 1/1;
}

.tech-section {
    background: #FCFCFC;
    position: relative;
    overflow: hidden;
}

.tech-section .hovering-square-dottes-one {
    z-index: unset;
    right: unset;
    left: -136px;
    top: 18%;
    width: 20%;
}

.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 {
    max-width: 250px;
    min-height: 154px;
    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;
}

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

.our-graphic-design-section h4,
.why-ux-oodles h4,
.tech-content h4 {
    text-transform: math-auto;
}

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

    .our-graphic-swiper .swiper-slide {
        max-width: 575px;
    }
}



@media (max-width: 991px) {
    .proto-text p {
        font-size: 16px;
    }

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

    .our-graphic-design-section h4 {
        font-size: 16px;
    }

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

    .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%;
        height: 60% !important;
        object-fit: cover;
    }


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

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

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

    .why-ux-oodles .texts,
    .tech-section .texts {
        font-size: 16px;
    }

    .tech-content {
        gap: 24px;
    }
    .tech-content .double-circle-heading::before {
    z-index: -1;
}
    

}

@media (max-width: 767px) {}

@media (max-width: 575px) {}

@media (max-width: 350px) {
    .why-ux-oodles .swiper-slide {
        max-width: 280px;
    }
}