/* Global Posts */
html body .single_post_data h2 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    margin: 70px 0 10px 0;
}
html body .single_post_data h2 strong {
    font-weight: inherit;
}
html body .single_post_data h3 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    margin: 50px 0 10px 0;
}
html body .single_post_data> :first-child {
    margin-top: 0 !important;
}
html body .single_post_data ul {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 20px;
}
html body .single_post_data ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 0;
}
html body .single_post_data ul li::before {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 7px;
    left: 0;
    background-color: #F5302A;
    border: 5px solid #fee1d9;
}
html body .single_post_data .design_callout ul li::before {
    border-color: #C7EEFF;
    background-color: #0681DB;
}
html body .single_post_data ul li strong {
    font-weight: 600;
}
html body .single_post_data .wp-block-image {
    margin-block: 50px 64px;
}
html body .single_post_data .design_callout {
    border: 1px solid #06a5fd;
    border-radius: 5px;
    padding: 20px;
    background-color: rgba(6, 165, 253, 0.12);
    color: #0475b3;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5em;
}
html body .single_post_data .design_callout p {
    color: inherit;
}
html body .single_post_data p:last-of-type {
    margin-bottom: 0 !important;
}
/* Global Posts */
html body .single_post_data .work-card__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 13px;
    margin-block: 30px;
}
html body .single_post_data .work-card {
    padding: 30px 21px;
    background: #f4312a;
    border-radius: 8px;
}
html body .single_post_data .work-card p {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}
html body .single_post_data .work-card h3 {
    margin-top: 38px;
    margin-bottom: 12px;
    color: #fff;
    font-size: 20px !important;
    line-height: 1.5;
    font-weight: 600;
    max-width: 80%;
}
html body .single_post_data .work-card svg {
    height: 60px;
    width: auto;
}
html body .single_post_data .work-card:nth-child(2) {
    background: #ffa914;
}
html body .single_post_data .work-card:nth-child(3) {
    background: #0aa5ff;
}
html body .single_post_data .work-card p:last-child {
    margin: 0;
}
html body .single_post_data ul.count-list li {
    min-height: 120px;
    padding-left: 160px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(35, 35, 35, 0.2);
    margin-bottom: 16px;
    position: relative;
}
html body .single_post_data ul.count-list {
    margin: 60px 0;
    padding: 0;
    counter-reset: section;
}
html body .single_post_data ul.count-list li:last-child {
    margin: 0;
    padding-bottom: 0;
    border: 0;
}
html body .single_post_data ul.count-list li::before {
    counter-increment: section;
    content: "0" counter(section);
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 44px;
    line-height: 1;
    color: var(--e-global-color-e8eadfc);
    font-weight: 400;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(-45deg, rgba(255, 213, 114, 1) 0%, rgba(255, 213, 114, 0.1) 50%);
    border-radius: 24px;
    border: 0;
}
html body .single_post_data ul.count-list li::after {
    display: block;
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    padding: 4px;
    opacity: 0.2;
    width: 120px;
    height: 120px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 169, 20, 1) 0%, rgba(255, 169, 20, 0) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}
html body .single_post_data ul.wp-block-list.count-list li strong {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 4px;
    color: var(--e-global-color-e8eadfc);
}
html body .single_post_data .fashion-card__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 33.5%;
    grid-template-rows: 1fr;
    gap: 10px;
    margin-block: 2.5rem;
    min-height: 95px;
}
html body .single_post_data .fashion-card {
    padding: 14px 11px 11px 17px;
    border-radius: 8px;
    background: #f4312a;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    font-size: 16px;
    line-height: 1;
}
html body .single_post_data .fashion-card:nth-child(2) {
    background: #0aa5ff;
}
html body .single_post_data .fashion-card:nth-child(3) {
    background: #ffa914;
}
html body .single_post_data .fashion-card:nth-child(4) {
    background: #8e8e8e;
}
html body .single_post_data .fashion-card__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
html body .single_post_data .fashion-card__down-icon {
    flex-shrink: 0;
}
html body .single_post_data ul.icon-list li {
    padding-left: 48px;
}
html body .single_post_data ul.icon-list li::before {
    width: 32px;
    height: 32px;
    border: 0;
    background: url(/wp-content/uploads/2025/11/PixelRoundCheck.svg) no-repeat 0 0 transparent;
    top: 0;
}
html body .single_post_data ul.image_list li {
    padding-left: 0;
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 20px;
}
html body .single_post_data ul.image_list li::before {
    display: none;
}
html body .single_post_data ul.image_list li img {
    width: 100%;
}
html body .single_post_data .ready_wrapper {
    position: relative;
    padding: 16px;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 64px;
}
html body .single_post_data .ready_wrapper.leverage_banner {
    background-position: top left;
    padding-top: 100px;
}
html body .single_post_data .ready_wrapper::before {
    display: block;
    content: '';
    position: absolute;
    inset: 0;
    padding: 2px;
    opacity: 0.3;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(251, 153, 126, 1) 0%, rgba(251, 153, 126, 0) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}
html body .single_post_data .ready_wrapper .ready_wrap_in {
    background-color: var(--e-global-color-6169b3d);
    padding: 24px;
    border-radius: 16px;
    min-height: 248px;
    max-width: 344px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.5em;
}
html body .single_post_data .ready_wrapper.align-right .ready_wrap_in {
    margin-left: auto;
    text-align: right;
    align-items: end;
}
html body .single_post_data .ready_wrapper .ready_wrap_in h6 {
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
}
html body .single_post_data .ready_wrapper .ready_wrap_in h6 strong {
    font-weight: 700;
}
html body .single_post_data .ready_wrapper .ready_wrap_in .btn-primary {
    margin-top: auto;
    max-width: fit-content;
    display: flex;
    padding: 12px 20px;
    border-radius: 100px;
    background: linear-gradient(90deg, rgba(249, 112, 94, 0.25) 0%, rgba(255, 169, 20, 0.25) 100%);
    color: #232323 !important;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.16px;
    text-decoration: none;
    gap: 12px;
    align-items: center;
    font-weight: 600;
}
html body .single_post_data .ready_wrapper .ready_wrap_in .btn-primary::after {
    display: block;
    content: '';
    width: 8px;
    height: 12px;
    background-image: url('/wp-content/uploads/2025/09/PixelRightArrowRed.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
html body .single_post_data .infographic {
    padding: 16px;
    border-radius: 24px;
    gap: 16px;
    display: flex;
    flex-direction: column;
    background-image: url(/wp-content/uploads/2025/10/RedLinesBGPT.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
html body .single_post_data .infographic::before {
    display: block;
    content: '';
    position: absolute;
    inset: 0;
    padding: 2px;
    opacity: 0.3;
    border-radius: inherit;
    background: linear-gradient(180deg, #FB997E 0%, #FB997E00 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}
html body .single_post_data .infographic-step {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 16px;
    padding: 24px;
    border-radius: 16px;
    background-color: white;
}
html body .single_post_data .infographic-content__wrapper {
    font-size: 16px;
    line-height: 1.5;
}
html body .single_post_data .infographic-content__wrapper h5 {
    margin-block: 0 8px;
}
html body .single_post_data .infographic-content__wrapper p:last-of-type {
    margin-bottom: 0;
}
html body .single_post_data ul.big_circle_icons li {
    padding-left: 160px;
    min-height: 130px;
}
html body .single_post_data ul.big_circle_icons li::before {
    display: none;
}
html body .single_post_data ul.big_circle_icons li img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 130px !important;
}
/* why_pro_attr_badges_work */
html body .single_post_data .why_pro_attr_badges_work {
    background-color: rgba(10, 165, 255, 0.1);
    border-radius: 8px;
    position: relative;
}
html body .single_post_data .why_pro_attr_badges_work .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0;
    position: relative;
    background-image: url(https://algonomy.com/wp-content/uploads/2025/04/Group-1000007027.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
html body .single_post_data .why_pro_attr_badges_work .card {
    padding: 30px;
    display: flex;
    flex-direction: column;
    aspect-ratio: 360/370;
}
html body .single_post_data .why_pro_attr_badges_work .card.bottom-right,
html body .single_post_data .why_pro_attr_badges_work .card.bottom-left {
    justify-content: flex-end;
}
html body .single_post_data .why_pro_attr_badges_work .card h3 {
    color: #6C757D;
    font-weight: 600;
    margin-block: 0 15px;
}
html body .single_post_data .why_pro_attr_badges_work .center-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    grid-template-columns: repeat(2, 128px);
    grid-template-rows: repeat(2, 128px);
    border-radius: 100%;
    z-index: 1;
    overflow: hidden;
}
html body .single_post_data .why_pro_attr_badges_work .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    padding: 20px;
}
html body .single_post_data .why_pro_attr_badges_work .red {
    background-color: #f44336;
    justify-content: flex-end;
    align-items: flex-end;
}
html body .single_post_data .why_pro_attr_badges_work .blue {
    background-color: #2196f3;
    justify-content: flex-start;
    align-items: flex-end;
}
html body .single_post_data .why_pro_attr_badges_work .yellow {
    background-color: #ff9800;
    justify-content: flex-end;
    align-items: flex-start;
}
html body .single_post_data .why_pro_attr_badges_work .gray {
    background-color: #757575;
    justify-content: flex-start;
    align-items: flex-start;
}
html body .single_post_data .why_pro_attr_badges_work .icon img {
    max-width: 60px;
    max-height: 62px;
}
/* why_pro_attr_badges_work */
/* practice_badges_col */
html body .single_post_data .practice_badges_col {
    display: grid;
    grid-template-columns: 40% 1fr;
}
html body .single_post_data .practice_badges_col {
    border-bottom: 1px solid #DEDEDE;
    padding: 25px 0;
    margin: 0;
}
html body .single_post_data .practice_badges_col.last {
    border-bottom: 0;
}
html body .single_post_data .practice_badges_col .wp-block-column li {
    list-style: none !important;
    font-size: 16px;
    line-height: 1.8125em;
}
html body .single_post_data .practice_badges_col .wp-block-column li h3 {
    font-size: 16px !important;
    line-height: 28px !important;
    color: #000 !important;
    margin-block: 0 !important;
}
html body .single_post_data .practice_badges_col .wp-block-column li h3 img {
    max-width: 18px;
    margin-right: 4px;
}
html body .single_post_data .practice_badges_col .wp-block-column li:not(:last-child) {
    margin-bottom: 35px;
}
html body .single_post_data .practice_badges_col .wp-block-column .wp-block-image {
    margin: 0;
}
/* practice_badges_col */
/* integration_list */
html body .single_post_data .integration_list {
    margin-bottom: 0;
}
html body .single_post_data .integration_list ul {
    padding-left: 15px;
}
html body .single_post_data .integration_list ul li:not(:last-child) {
    margin-bottom: 12px;
}
html body .single_post_data .integration_list ul li strong {
    display: block;
}
/* integration_list */
/* badge_integration_imgs */
html body .single_post_data .badge_integration_imgs {
    max-width: 586px;
    margin: 0;
}
html body .single_post_data .badge_integration_imgs+p {
    max-width: 586px;
    color: #AAAAAA;
}
/* badge_integration_imgs */
/* badge-list */
html body .single_post_data .badge-list {
    border: 1px solid #F8705E;
    border-radius: 8px;
    margin: 25px 0;
}
html body .single_post_data .badge-row {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #F8705E;
    gap: 30px;
}
html body .single_post_data .badge-row:last-child {
    border-bottom: none;
}
html body .single_post_data .badge-icon img {
    width: 48px;
    height: 40px;
    object-fit: contain;
    object-position: center;
}
html body .single_post_data .badge-content h3 {
    font-size: 17px !important;
    color: #6C757D;
    font-weight: 600;
    margin-block: 0 !important;
    letter-spacing: 0;
    width: 32%;
}
html body .single_post_data .badge-content p {
    color: #6C757D;
    width: 68%;
    font-size: 14px;
    line-height: 1.8125em !important;
}
html body .single_post_data .badge-content p:last-child {
    margin: 0;
}
html body .single_post_data .badge-content {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
}
html body .single_post_data .badge_pro_imgs {
    gap: 0;
    display: none;
}
html body .single_post_data .badge_pro_imgs img {
    max-height: 510px;
    width: auto;
}
/* badge-list */
/* benefits-grid */
html body .single_post_data .benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    margin: 30px 0 50px;
}
html body .single_post_data .benefits-grid:before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(https://algonomy.com/wp-content/uploads/2025/04/dotted.png);
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.3;
}
html body .single_post_data .benefits-grid .benefit-item {
    padding: 25px 15px;
}
html body .single_post_data .benefits-grid .icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    border: 2px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
html body .single_post_data .benefits-grid .icon img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}
html body .single_post_data .benefits-grid .red {
    border-color: #f44336;
}
html body .single_post_data .benefits-grid .blue {
    border-color: #2196f3;
}
html body .single_post_data .benefits-grid .orange {
    border-color: #ff9800;
}
html body .single_post_data .benefits-grid .gray {
    border-color: #888;
}
html body .single_post_data .benefits-grid h3 {
    font-size: 16px !important;
    font-weight: 600;
    color: #232323;
    margin-bottom: 10px;
}
html body .single_post_data .benefits-grid p {
    color: #6C757D;
    font-size: 16px;
    line-height: 28px;
}
html body .single_post_data .benefits-grid .benefit-item .item_content {
    position: relative;
}
html body .single_post_data .benefits-grid .benefit-item:not(:last-child) .item_content::before {
    position: absolute;
    content: '';
    right: -15px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #AAAAAA;
}
/* benefits-grid */
/* badge_pro_imgs */
body.postid-81084 .badge_pro_imgs {
    display: none;
}
/* badge_pro_imgs */
/* Info Box */
html body .single_post_data .info_box {
    font-size: 16px;
    line-height: 1.5em;
}
html body .single_post_data .info_box p {
    margin-block: 0 20px;
}
html body .single_post_data .info_box .wp-block-image.alignright {
    margin-block: 0;
}
/* Info Box */
/* Small Tag Box */
html body .single_post_data .smalltag {
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
}
html body .single_post_data .smalltag figure {
    margin-block: 0;
}
html body .single_post_data .smalltag figure img {
    height: 30px;
    width: auto;
    display: block;
}
html body .single_post_data .smalltag p {
    margin: 0 !important;
}
/* Small Tag Box */
/* Accordion */
.bx-shw {
    transition: all .3s ease-in-out;
    border-radius: 16px;
}
.bx-shw:has(.accordion.active) {
    background-color: rgb(250, 250, 250);
}
.bx-shw .accordion {
    padding: 20px;
    width: 100%;
    text-align: left;
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #1f2124 !important;
    position: relative;
    display: grid;
    align-items: center;
    grid-template-columns: 14px 1fr;
    gap: 14px;
    outline: none !important;
}
.bx-shw .accordion::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' class='e-font-icon-svg e-fas-chevron-up' viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z'%3E%3C/path%3E%3C/svg%3E");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
    transform: rotateZ(180deg);
}
.bx-shw .accordion.active::before {
    transform: rotateZ(0deg);
}
.bx-shw .panel {
    display: none;
    padding: 0 25px 20px 56px;
    font-size: 14px;
    line-height: 1.45;
}
/* Accordion */
/*  */
html body .single_post_data .inventry_differnce_wrapper {
    display: flex;
    gap: 7px;
    border-radius: 50px;
    overflow: hidden;
}
html body .single_post_data .inventry_differnce_wrapper .titles_wrapper {
    width: 40%;
    background-color: #EFEFEF;
    padding: 48px 23px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
html body .single_post_data .inventry_differnce_wrapper .content_wrapper {
    width: 60%;
    display: flex;
    flex-direction: column;
}
html body .single_post_data .inventry_differnce_wrapper .content_wrapper .content_col {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 15px 13px;
    flex-direction: column;
}
html body .single_post_data .inventry_differnce_wrapper .titles_wrapper h3 {
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 20px;
    line-height: 1.5em;
    margin-block: 0;
}
html body .single_post_data .inventry_differnce_wrapper .titles_wrapper h3::after {
    content: "VS";
    display: block;
    font-size: 1em;
    line-height: inherit;
    margin-block: 10px;
}
html body .single_post_data .inventry_differnce_wrapper .content_wrapper .content_col h5 {
    font-size: 18px !important;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    min-width: 130px;
    margin-bottom: 0;
}
html body .single_post_data .inventry_differnce_wrapper .content_wrapper .content_col li {
    font-size: 13px !important;
    line-height: 20px;
    list-style: none;
    padding-left: 25px;
    position: relative;
    color: #fff;
}
html body .single_post_data .inventry_differnce_wrapper .content_wrapper .content_col li::before,
html body .single_post_data .static_model_wrapper .content_wrapper ul li::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(/wp-content/uploads/2024/12/arrow.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    position: absolute;
    left: 0;
    top: 3px;
}
html body .single_post_data .content_wrapper .content_col.red {
    background-color: #d11f26;
}
html body .single_post_data .content_wrapper .content_col.blue {
    background-color: #0881DB;
}
html body .single_post_data .content_wrapper .content_col.yellow {
    background-color: #D9890F;
}
html body .single_post_data .inventry_differnce_wrapper .content_wrapper .content_col ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 0;
    margin-block: 0 !important;
}
html body .single_post_data .blog_section .btn_wrap {
    margin: auto;
}
html body .single_post_data .banner_wrapper {
    margin-block: 30px;
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 20px;
}
html body .single_post_data .banner_wrapper .content_wrapper {
    max-width: 470px;
}
html body .single_post_data .banner_wrapper .content_wrapper h2 {
    font-size: 26px !important;
    font-weight: 600;
    color: #0560B7 !important;
    line-height: 38px;
}
html body .single_post_data .banner_wrapper .content_wrapper h2::after {
    display: none;
}
html body .single_post_data .banner_wrapper .content_wrapper p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin: 0 0 10px;
    max-width: 340px;
}
html body .single_post_data .techniques_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: auto;
    max-width: 610px;
}
html body .single_post_data .techniques_wrapper .tech_col {
    width: calc(50% - 5px);
    padding: 35px 23px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}
html body .single_post_data .techniques_wrapper .tech_col .icon_wrap {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
html body .single_post_data .techniques_wrapper .tech_col h5 {
    font-size: 18px !important;
    line-height: 27px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}
html body .single_post_data .techniques_wrapper .tech_col ul {
    margin-block: 0;
    gap: 12px;
}
html body .single_post_data .techniques_wrapper .tech_col ul li {
    font-size: 14px;
    line-height: 23px;
    color: #fff;
}
html body .single_post_data .tech_col.red {
    background-color: #AE1528;
}
html body .single_post_data .tech_col.blue {
    background-color: #0760B7;
}
html body .single_post_data .tech_col.black {
    background-color: #232323;
}
html body .single_post_data .tech_col.yellow {
    background-color: #B86A09;
}
html body .single_post_data .techniques_wrapper .tech_col:nth-child(1),
html body .single_post_data .techniques_wrapper .tech_col:nth-child(4) {
    border-radius: 80px 0px 80px 0px;
}
html body .single_post_data .techniques_wrapper .tech_col:nth-child(2),
html body .single_post_data .techniques_wrapper .tech_col:nth-child(3) {
    border-radius: 0px 80px 0px 80px;
}
html body .single_post_data .static_model_wrapper {
    display: flex;
    gap: 20px;
}
html body .single_post_data .static_model_wrapper .content_wrapper {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* justify-content: center; */
}
html body .single_post_data .static_model_wrapper .center_wrapper {
    width: 40%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
html body .single_post_data .static_model_wrapper .content_wrapper .icon_wrapper {
    width: 50px;
    height: 50px;
    padding: 7px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
html body .single_post_data .static_model_wrapper .content_wrapper.blue .icon_wrapper {
    background-color: #05A5FF;
}
html body .single_post_data .static_model_wrapper .content_wrapper h5 {
    font-weight: 600;
    color: #000;
    font-size: 18px !important;
    margin-bottom: 0;
}
html body .single_post_data .static_model_wrapper .content_wrapper ul {
    padding-left: 00px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-block: 0;
}
html body .single_post_data .static_model_wrapper .content_wrapper ul li {
    font-size: 14px !important;
    color: #000;
    list-style: none;
    padding-left: 20px;
    position: relative;
    line-height: 1.5;
}
html body .single_post_data .static_model_wrapper .content_wrapper.blue li::before {
    background-image: url(/wp-content/uploads/2024/12/blue_arrow.svg);
}
html body .single_post_data .static_model_wrapper .content_wrapper.yellow li::before {
    background-image: url(/wp-content/uploads/2024/12/yellow_arrow.svg);
}
html body .single_post_data .static_model_wrapper .center_wrapper .step_wrapper {
    display: flex;
    position: relative;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background: linear-gradient(90deg, rgba(5, 165, 255, 1) 0%, rgba(255, 169, 21, 1) 81%);
}
html body .single_post_data .static_model_wrapper .center_wrapper .step_wrapper::before,
html body .single_post_data .static_model_wrapper .center_wrapper .step_wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: -58%;
    box-shadow: 0px 4px 14px 0px #0000004D;
}
html body .single_post_data .static_model_wrapper .center_wrapper .step_wrapper::after {
    top: auto;
    bottom: -58%;
}
html body .single_post_data .static_model_wrapper .center_wrapper .step_wrapper .step_wrap {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
}
html body .single_post_data .static_model_wrapper .center_wrapper .step_wrapper .step_wrap:nth-child(2) {
    justify-content: flex-end;
}
html body .single_post_data .static_model_wrapper .center_wrapper .step_wrapper .radius_wrappar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 1px 4px 14px 0px #0000001A;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
html body .single_post_data .static_model_wrapper .center_wrapper .step_wrapper .radius_wrappar h5 {
    font-size: 12px !important;
    text-align: center;
    color: #000;
    margin-bottom: 0;
}
html body .single_post_data .static_model_wrapper .content_wrapper.yellow .icon_wrapper {
    background-color: #FFA915;
}
html body .single_post_data .static_model_wrapper .center_wrapper .step_wrapper .step_wrap h3 {
    font-weight: 600;
    color: #fff;
    margin-block: 0;
}
html body .single_post_data .demand_forcasting_wrapper {
    position: relative;
    height: 440px;
    display: flex;
    align-items: flex-end;
    display: none;
}
html body .single_post_data .demand_forcasting_wrapper .img_wrapper {
    display: flex;
    position: absolute;
    max-width: 350px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}
html body .single_post_data .demand_forcasting_wrapper .img_wrapper img:nth-child(2) {
    position: absolute;
    bottom: 27px;
    width: 111px;
    left: 50%;
    transform: translateX(-50%);
}
html body .single_post_data .demand_forcasting_wrapper .content_wrap .icon_wrapper {
    border: 1px solid #fff;
    background-color: #8E8E8E;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: -10px 13px 18px 0px #00000040 inset;
    padding: 15px;
    position: absolute;
    z-index: 2;
}
html body .single_post_data .demand_forcasting_wrapper .content_wrap {
    position: absolute;
}
html body .single_post_data .demand_forcasting_wrapper .content_wrap .icon_wrapper img {
    width: 25px;
}
html body .single_post_data .demand_forcasting_wrapper .content_wrap .info_wrap {
    max-width: 180px;
}
html body .single_post_data .demand_forcasting_wrapper .content_wrap .info_wrap h5 {
    font-size: 15px !important;
    font-weight: 600;
    color: #8E8E8E;
    line-height: 21px;
    letter-spacing: 0.02em;
}
html body .single_post_data .demand_forcasting_wrapper .content_wrap .info_wrap p {
    font-size: 12px;
    line-height: 23px;
    color: #000000A6;
    margin-top: 20px;
}
html body .single_post_data .demand_forcasting_wrapper .content_wrap.blue {
    position: absolute;
    bottom: 0;
}
html body .single_post_data .demand_forcasting_wrapper .content_wrap.blue .icon_wrapper {
    right: -78px;
    bottom: 21px;
    background-color: #0760B7;
}
html body .single_post_data .demand_forcasting_wrapper .content_wrap.blue .info_wrap h5 {
    color: #0760B7;
}
html body .single_post_data .content_wrap.red {
    bottom: 200px;
    left: 100px;
}
html body .single_post_data .content_wrap.red .icon_wrapper {
    right: -45px;
    bottom: -95px;
    background-color: #AE1528;
}
html body .single_post_data .content_wrap.red .info_wrap h5 {
    color: #AE1528;
}
html body .single_post_data .content_wrap.yellow .icon_wrapper {
    background-color: #B86A09;
    left: 48%;
    bottom: -80px;
    transform: translateX(-50%);
}
html body .single_post_data .content_wrap.yellow {
    left: 39%;
    text-align: center;
    bottom: 220px;
}
html body .single_post_data .content_wrap.yellow .info_wrap h5 {
    color: #B86A09;
}
html body .single_post_data .content_wrap.grey {
    right: 0;
    text-align: end;
    bottom: 232px;
}
html body .single_post_data .content_wrap.grey .icon_wrapper {
    left: -145px;
    bottom: -124px;
}
html body .single_post_data .content_wrap.black {
    right: 0;
    text-align: end;
}
html body .single_post_data .content_wrap.black .icon_wrapper {
    background-color: #232323;
    bottom: 23px;
    left: -76px;
}
html body .single_post_data .content_wrap.black .info_wrap h5 {
    color: #232323;
}
html body .single_post_data .inventry_differnce_wrapper .titles_wrapper h3:last-of-type:after {
    display: none;
}
html body .single_post_data .demand_forcasting_wrapper .content_wrap .info_wrap p {
    line-height: 19px;
    margin-top: 6px;
}
html body .single_post_data .demand_forcasting_wrapper {
    margin-bottom: 30px;
}
html body .single_post_data .content_wrap.grey .icon_wrapper {
    left: -74px;
    bottom: -92px;
}
html body .single_post_data .content_wrap.grey {
    right: 70px;
    bottom: 202px;
    text-align: left;
}
html body .single_post_data .content_wrap.black {
    text-align: left;
}
/*  */
html body .single_post_data h3 img {
    max-width: 75px;
    display: block;
    margin: 0 auto 15px;
    background-color: #0460b7;
    filter: invert();
    border-radius: 8px;
    padding: 12px;
}
/* Responsive */
@media(max-width: 1299px) {
    html body .single_post_data .why_pro_attr_badges_work .center-icons {
        transform: translate(-50%, -50%) scale(0.75);
    }
    html body .single_post_data .ready_wrapper {
        margin-bottom: 20px;
    }
    html body .single_post_data .demand_forcasting_wrapper .img_wrapper {
        max-width: 300px;
    }
    html body .single_post_data .content_wrap.grey {
        right: 50px;
        bottom: 190px;
    }
    html body .single_post_data .content_wrap.yellow {
        left: 38%;
        bottom: 200px;
    }
    html body .single_post_data .content_wrap.red {
        bottom: 190px;
        left: 80px;
    }
    html body .single_post_data .static_model_wrapper .center_wrapper {
        align-self: center;
    }
}
@media(max-width: 1199px) {
    html body .single_post_data .why_pro_attr_badges_work .card {
        padding: 30px;
        aspect-ratio: 395/425;
    }
    html body .single_post_data .benefits-grid .icon {
        width: 100px;
        height: 100px;
    }
    html body .single_post_data .benefits-grid .icon img {
        width: 45px;
        height: 45px;
    }
    html body .single_post_data .inventry_differnce_wrapper .titles_wrapper h3 {
        font-size: 20px !important;
        line-height: 30px;
    }
    html body .single_post_data .demand_forcasting_wrapper .img_wrapper {
        display: none;
    }
    html body .single_post_data .demand_forcasting_wrapper {
        height: auto;
        align-items: unset;
        flex-wrap: wrap;
        gap: 20px;
    }
    html body .single_post_data .demand_forcasting_wrapper .content_wrap .icon_wrapper {
        position: relative;
        inset: unset !important;
        transform: none !important;
    }
    html body .single_post_data .demand_forcasting_wrapper .content_wrap {
        position: relative !important;
        inset: unset !important;
        width: calc(50% - 10px);
        text-align: left !important;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    html body .single_post_data .demand_forcasting_wrapper .content_wrap .info_wrap {
        max-width: none !important;
    }
}
@media(max-width: 1024px) {
    html body .single_post_data h2 {
        margin: 40px 0 10px 0;
    }
    html body .single_post_data .wp-block-image {
        margin: 30px 0;
    }
    html body .single_post_data ul.count-list li {
        padding-left: 100px;
    }
    html body .single_post_data ul.count-list li::before {
        font-size: 28px;
        width: 80px;
        height: 80px;
    }
    html body .single_post_data ul.count-list li::after {
        width: 80px;
        height: 80px;
    }
    html body .single_post_data .inventry_differnce_wrapper .titles_wrapper h3 {
        display: block !important;
    }
    html body .single_post_data .inventry_differnce_wrapper .content_wrapper {
        width: 100% !important;
    }
    html body .single_post_data .inventry_differnce_wrapper {
        flex-direction: column;
    }
    html body .single_post_data .inventry_differnce_wrapper .titles_wrapper {
        width: 100%;
        flex-direction: row;
    }
    html body .single_post_data .inventry_differnce_wrapper .titles_wrapper h3 {
        font-size: 18px !important;
        line-height: 25px;
    }
    html body .single_post_data .inventry_differnce_wrapper .titles_wrapper h3 {
        display: none;
    }
    html body .single_post_data .inventry_differnce_wrapper .content_wrapper .content_col {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    html body .single_post_data .inventry_differnce_wrapper .content_wrapper .content_col .icon_wrap img {
        width: 50px;
    }
    html body .single_post_data .techniques_wrapper .tech_col {
        padding: 20px;
        gap: 12px;
    }
    html body .single_post_data .techniques_wrapper .tech_col:nth-child(1),
    html body .single_post_data .techniques_wrapper .tech_col:nth-child(4) {
        border-radius: 70px 0px 70px 0px;
    }
    html body .single_post_data .static_model_wrapper {
        flex-wrap: wrap;
    }
    html body .single_post_data .static_model_wrapper .center_wrapper {
        order: -1;
        width: 100%;
    }
    html body .single_post_data .static_model_wrapper .content_wrapper {
        width: calc(50% - 10px);
        justify-content: unset;
    }
    html body .single_post_data .demand_forcasting_wrapper .img_wrapper {
        display: none;
    }
    html body .single_post_data .demand_forcasting_wrapper {
        height: auto;
        align-items: unset;
        flex-wrap: wrap;
        gap: 20px;
    }
    html body .single_post_data .demand_forcasting_wrapper .content_wrap .icon_wrapper {
        position: relative;
        inset: unset !important;
        transform: none !important;
    }
    html body .single_post_data .demand_forcasting_wrapper .content_wrap {
        position: relative !important;
        inset: unset !important;
        width: calc(50% - 10px);
        text-align: left !important;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}
@media(max-width: 991px) {
    html body .single_post_data .why_pro_attr_badges_work .card p {
        line-height: 26px;
    }
    html body .single_post_data .why_pro_attr_badges_work .card h3 {
        font-size: 18px !important;
        line-height: 26px;
        margin-bottom: 10px;
    }
    html body .single_post_data .why_pro_attr_badges_work .center-icons {
        transform: translate(-50%, -50%) scale(0.58);
    }
    html body .single_post_data .why_pro_attr_badges_work .card {
        padding: 20px;
        aspect-ratio: 395/550;
    }
    html body .single_post_data .badge-content {
        align-items: flex-start;
        gap: 10px;
        flex-direction: column;
    }
    html body .single_post_data .badge-content h3 {
        width: 100%;
    }
    html body .single_post_data .badge-content p {
        width: 100%;
        line-height: 26px;
    }
    html body .single_post_data .badge-row {
        gap: 20px;
    }
    html body .single_post_data .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    html body .single_post_data .benefits-grid .benefit-item:nth-child(2) .item_content::before {
        opacity: 0;
    }
    html body .single_post_data .benefits-grid .benefit-item {
        padding: 20px 15px;
    }
    html body .single_post_data .ready_wrapper p {
        font-size: 15px;
        line-height: 24px;
    }
    html body .single_post_data .badge_integration_imgs {
        flex-wrap: nowrap !important;
    }
    html body .single_post_data .or_img {
        display: none;
    }
    html body .single_post_data .demand_forcasting_wrapper {
        display: flex;
    }
}
@media(max-width: 767px) {
    html body .single_post_data p,
    html body .single_post_data ul,
    html body .single_post_data ol,
    html body .single_post_data blockquote {
        margin-bottom: 25px;
    }
    html body .single_post_data .work-card__wrap {
        grid-template-columns: 1fr;
    }
    html body .single_post_data ul.count-list {
        margin: 40px 0;
    }
    html body .single_post_data ul.count-list li {
        padding-left: 80px;
        padding-bottom: 30px;
        margin-bottom: 6px;
    }
    html body .single_post_data ul.count-list li::before {
        font-size: 25px;
        width: 60px;
        height: 60px;
        border-radius: 16px;
    }
    html body .single_post_data ul.count-list li::after {
        padding: 2px;
        width: 60px;
        height: 60px;
        border-radius: 16px;
    }
    html body .single_post_data .fashion-card__wrap {
        margin-block: 30px;
        grid-template-columns: repeat(2, calc(50% - 10px));
    }
    html body .single_post_data .fashion-card {
        font-size: 12px;
    }
    html body .single_post_data ul.icon-list li {
        padding-left: 38px;
    }
    html body .single_post_data ul.icon-list li::before {
        width: 25px;
        height: 25px;
        background-size: 100% auto;
    }
    html body .single_post_data .wp-block-image img {
        width: 100%;
    }
    html body .single_post_data ul.big_circle_icons li img {
        max-width: 80px !important;
    }
    html body .single_post_data ul.big_circle_icons li {
        padding-left: 100px;
        min-height: 80px;
    }
    html body .single_post_data .why_pro_attr_badges_work .card {
        aspect-ratio: 395/450;
    }
    html body .single_post_data .static_model_wrapper .center_wrapper .step_wrapper .radius_wrappar {
        padding: 15px;
    }
    html body .single_post_data .banner_wrapper .content_wrapper p {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    html body .single_post_data .banner_wrapper .content_wrapper h2 {
        font-size: 24px !important;
    }
    html body .single_post_data .inventry_differnce_wrapper .titles_wrapper {
        flex-direction: column !important;
        padding: 35px 20px !important;
    }
    html body .single_post_data .inventry_differnce_wrapper .titles_wrapper h3::after {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    html body .single_post_data .inventry_differnce_wrapper .titles_wrapper h3 {
        margin: 0 !important;
    }
    html body .single_post_data .techniques_wrapper .tech_col {
        border-radius: 20px !important;
    }
}
@media(max-width: 575px) {
    html body .single_post_data ul.big_circle_icons li {
        padding-left: 0;
    }
    html body .single_post_data ul.big_circle_icons li img {
        position: relative;
        top: auto;
        left: auto;
        display: block;
        margin-bottom: 15px;
    }
    html body .single_post_data .badge-icon img {
        width: 40px;
    }
    html body .single_post_data .badge-row {
        gap: 15px;
        padding: 15px;
    }
    html body .single_post_data .post-thumbnail {
        margin-bottom: 30px;
    }
    html body .single_post_data .site-main .entry-meta.pix-post-meta-inner .flex-fill {
        display: none !important;
    }
    html body .single_post_data .why_pro_attr_badges_work .card p {
        font-size: 15px;
        line-height: 24px;
    }
    html body .single_post_data .why_pro_attr_badges_work .card {
        padding: 15px;
        aspect-ratio: auto;
    }
    html body .single_post_data .badge-content p {
        line-height: 25px;
        font-size: 15px;
    }
    html body .single_post_data .benefits-grid .icon {
        width: 80px;
        height: 80px;
        margin-bottom: 18px;
    }
    html body .single_post_data .benefits-grid .icon img {
        width: 38px;
        height: 38px;
    }
    html body .single_post_data .benefits-grid .benefit-item {
        padding: 20px 12px;
    }
    html body .single_post_data .benefits-grid p {
        font-size: 15px;
        line-height: 23px;
    }
    html body .single_post_data .real_world_example_imgs .wp-block-image {
        width: 100% !important;
    }
    html body .single_post_data .badge_integration_imgs {
        gap: 0px;
        flex-direction: column;
    }
    html body .single_post_data .badge_integration_imgs img {
        max-height: 570px;
        width: auto;
    }
    html body .single_post_data .badge_integration_imgs .wp-block-column {
        text-align: center;
    }
    html body .single_post_data .practice_badges_col {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    html body .single_post_data .practice_badges_col .wp-block-column li:not(:last-child) {
        margin-bottom: 25px;
    }
    html body .single_post_data .practice_badges_col .wp-block-column .wp-block-image img {
        max-width: 220px;
    }
    html body .single_post_data .ready_wrapper {
        padding: 30px 20px;
    }
    html body .single_post_data .why_pro_attr_badges_work .card.bottom-left {
        padding-top: 170px;
    }
    html body .single_post_data .techniques_wrapper .tech_col {
        width: 100%;
        border-radius: 20px;
    }
    html body .single_post_data .static_model_wrapper .center_wrapper {
        max-width: 280px;
        margin: auto;
    }
    html body .single_post_data .static_model_wrapper .content_wrapper {
        width: 100%;
        gap: 12px;
    }
    html body .single_post_data .demand_forcasting_wrapper .content_wrap {
        width: 100%;
        gap: 11px;
    }
    html body .single_post_data .demand_forcasting_wrapper .content_wrap .info_wrap p {
        margin-top: 6px;
    }
}