.product-step {
    padding: 80px 0;
    z-index: 2;
    position: relative;
    background-color: #FFFFFF;
}

.product-step:first-child {
    padding: 80px 0;
    margin-top: -60px;
    z-index: 2;
    position: relative;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    background-color: #FFFFFF;
}

.product-step:nth-child(even) {
    background-color: #E8F2F7;
}

.step-wrapper {
    display: flex;
    gap: 40px;
    align-items: start;
    justify-content: space-between;
}

.step-left {
    position: sticky;
    top: 90px;
    gap: 45px;
    flex: 0.7;
    align-items: baseline;
}

.product-step .subheading,
.alignment-steps .subheading {
    font-size: 25px;
    line-height: 0.98;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--black);
    letter-spacing: 0;
    margin-bottom: 110px;
}

.step-icon img {
    width: 100px;
    height: 100%;
    object-fit: contain;
}

.step-left h3 {
    font-size: 100px;
    margin-bottom: 60px;
    line-height: 0.9;
    letter-spacing: 3px;
}

.step-tag {
    font-size: 35px;
    color: var(--black);
    line-height: 1;
    letter-spacing: 0px;
    width: 418px;
}

.step-desc {
    font-size: 16px;
    margin-bottom: 24px;
}

.step-cards {
    gap: 25px;
    flex-direction: column;
}

.step-card {
    background: var(--background-fourth-color);
    padding: 30px;
    border-radius: 12px;
    width: 440px;
    align-items: flex-start;
    gap: 20px;
}

.step-card p {
    font-size: 22px;
    text-align: left;
    letter-spacing: -0.7px;
    line-height: 1.2;
}

.step-card svg {
    height: 25px;
    stroke: var(--ternary-color);
    width: 35px;
}

.alignment-steps .step-card svg {
    height: 25px;
    stroke: var(--ternary-color);
    width: auto;
}

.alignment-steps .step-card .step-svg {
    width: 15px;
    margin-top: 4px;
}

.product-step.observe .step-wrapper,
.product-step.tune .step-wrapper {
    flex-direction: row-reverse;
}

.learn-product-section {
    background-color: var(--primary-bonafied-night);
    color: var(--white);
    padding: 65px 0 155px
}

.learn-product-section .subheading {
    font-size: 25px;
    padding-bottom: 57px;
    color: var(--white)
}

.learn-product-section .content {
    color: var(--white);
    font-size: 60px;
    line-height: 0.98;

    margin-bottom: 38px;
}

.learn-product-section .content span {
    color: var(--primary-bonafied-blue)
}

.learn-product-section .content-wrap {
    width: 855px;
    margin: 0 auto;
}

.learn-product-section .link-wrap a {
    font-size: 16px;
    color: var(--primary-bonafied-blue);
    letter-spacing: -0.5px;
    line-height: 0.98;
    gap: 5px
}

.learn-product-section .link-wrap svg {
    height: 20px;
    width: auto;
    stroke: var(--primary-bonafied-blue);

}

.alignment-steps .steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
}

.alignment-steps .steps-grid::after {
    content: '';
    background-image: url('/wp-content/themes/twentytwentyfour-child/assets/image/arrow-product.webp');
    background-size: contain;
    width: 980px;
    height: 100%;
    display: block;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.alignment-steps .step-card {
    background: #D3DEE3;
    border-radius: 13px;
    padding: 30px;
    position: relative;
    min-height: 334px;
    width: auto;
}

.alignment-steps .step-card .steps-bottom svg {
    height: 13px;
    stroke: #848484
}

.alignment-steps .step-icon img {
    width: 28px;
    margin-bottom: 70px;
    max-height: 30px;
    object-fit: contain;
}

.alignment-steps .step-card h3 {
    font-size: 18px;
    margin-bottom: 16px;
}

.alignment-steps .step-text {
    font-size: 15px;
    color: #4C647C;
    line-height: 1.6;
}

.alignment-steps .step-number {
    border-right: 0.5px solid #5D6163;
    border-right: 0.5px solid #5D6163;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.alignment-steps .steps-bottom {
    position: absolute;
    bottom: 22px;
    right: 20px;
    font-size: 10px;
    line-height: 1.5;
    gap: 6px;
    border: 0.5px solid #5D6163;
    border-radius: 45px;
    padding: 0px 8px;
    align-items: center;
}

.alignment-steps {
    margin-top: 130px;
}

.product-hero {
    padding-top: 258px;
    padding-bottom: 290px;
    background-image: url('/wp-content/themes/twentytwentyfour-child/assets/image/product-bg.webp');
    background-size: cover;
    background-size: 100%;
    background-position: 50% 10%;
}

.product-hero .left-section {
    flex: 1
}

.product-hero .right-section {
    flex: 0.8;
}

.product-hero .right-section h1 {
    font-size: 60px;
    line-height: 0.9;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.product-hero .right-section p {
    font-size: 25px;
    line-height: 1;
    letter-spacing: -0.3px;
    margin-top: 35px;
    margin-bottom: 60px;
    gap: 20px;
}

.product-hero .right-section span {
    border-top: 2px solid #000000;
    width: 125px;
    display: inline-block;
    height: 15px;
    margin-top: 8px;

}

.mobile {
    display: none;
}

@media (max-width: 1024px) {
    .learn-product-section .content-wrap {
        width: auto
    }

    .learn-product-section .content {
        font-size: 32px;
        line-height: 1.10;
		margin-bottom:42px
    }




    .step-tag {
        width: auto;
        font-size: 25px;
        margin-left: -63px;
        letter-spacing: -1px;
        line-height: 1.1;
        margin-bottom: 77px;
    }

    .step-left h3 {
        font-size: 45px;
        letter-spacing: 0px;
    }

    .alignment-steps .step-icon img {
        margin-bottom: 24px;
    }

    .step-icon img {
        width: 50px;
    }

    .step-card {
        gap: 5px;

        padding: 20px;
    }

    .step-card p {
        font-size: 15px;
        line-height: 1.3;
        letter-spacing: 0px;
    }

    .alignment-steps .step-text {
        line-height: 1.4;
        letter-spacing: 0;
        margin-bottom: 18px;
    }

    .alignment-steps .bottom-wrapper {
        position: absolute;
        bottom: 27px;
        right: 28px;
        /* width: auto; */
        left: 28px;
    }

    .alignment-steps .steps-bottom {
        position: static;
        display: inline-block;
    }

    .alignment-steps .step-number {
        line-height: 2;
    }




    .product-hero {
        padding-top: 200px;
        padding-bottom: 0;
        background-size: contain;
        background-position: 0% -5%;
        background-repeat: no-repeat;
    }



    .product-hero .right-section h1 {
        font-size: 45px;
    }

    .product-hero .right-section {
        flex: 1
    }

    .product-hero .right-section h1 {
        font-size: 45px;
        letter-spacing: -0.5px;
        width: 337px;
        line-height: 0.98;
    }

    .product-hero .right-section p {
        margin-bottom: 0;
    }

    .alignment-steps {
        margin-top: 126px;
        background-color: #E8F2F7;
        padding-top: 30px;
        border-top-left-radius: 13px;
        border-top-right-radius: 13px;
        padding-bottom: 150px
    }

    .product-step:first-child {
        border-top-left-radius: 13px;
        border-top-right-radius: 13px;
        padding-top: 30px;
    }

    .product-step .subheading,
    .alignment-steps .subheading {
        font-size: 16px;
        line-height: 0.98;
        padding-bottom: 5px;
        border-bottom: 2px solid var(--black);
        letter-spacing: 0;
        margin-bottom: 60px;
        font-weight: 500;
    }

    .alignment-steps .step-card {
        background-color: var(--white);
    }

    .product-step {
        margin-top: 0px;
        border-top-left-radius: 13px;
        border-top-right-radius: 13px;
        padding-top: 30px;
    }

    .step-left {
        position: static;
        gap: 20px;
        flex: 0.8;
    }

    .step-left h3 {
        margin-bottom: 40px;
    }

    .product-page {
        overflow: hidden;
    }

    .alignment-steps .steps-grid::after {
        width: 800px
    }

    .step-wrapper {
        gap: 0px
    }

    .learn-product-section {
        padding: 65px 0 80px
    }

    .learn-product-section .subheading {
        font-size: 16px;

    }

}

@media (max-width: 768px) {
    .product-hero {
        padding-top: 310px;
        padding-bottom: 0;
        background-size: cover;
        background-size: 900px;
        background-repeat: no-repeat;
    }

    .product-hero .left-section {
        display: none;
    }

    .alignment-steps .step-card h3.mobile {
        display: block;
        margin-bottom: 0;
    }

    .web {
        display: none;
    }

    .step-wrapper {
        flex-direction: column;
        gap: 20px
    }


    .product-step.observe .step-wrapper,
    .product-step.tune .step-wrapper {
        flex-direction: column;
    }

    .alignment-steps .steps-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .alignment-steps .steps-grid::after {
        content: '';
        background-size: 100%;
        width: 980px;
        height: 60px;
        display: block;
        background-position: bottom;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0;
        left: -56%;
        right: auto;
        /* margin: 0 auto; */
        transform: rotate(-90deg) scaleX(-1);
        z-index: 3;
        /* background-color: #0000ff00; */
        /* border-color: #1779AB; */
        /* transform: scaleX(-1); */
        top: 40%;
		left: 80%;
		transform: translateX(-50%) rotate(-90deg) scaleX(-1);
    }

    .alignment-steps .step-card {
/*         width: 260px; */
        padding: 43px 28px;
        min-height: 300px;
		        margin-right: 114px;
    }

    .alignment-steps .steps-bottom {
        bottom: 38px;
        right: auto;
        position: static;
        display: inline-block;
    }

    .alignment-steps .step-card .steps-bottom svg {
        width: 15px;
        margin-bottom: -4px;
    }

    .alignment-steps .step-card .step-svg {
        display: inline-block;
    }

    .alignment-steps .step-number {
        line-height: 2;
    }

    .step-card {
        width: auto;
    }

    .alignment-steps .step-icon {
        display: flex;
        align-items: center;
        gap: 11px;
        margin-bottom: 40px;

    }

    .alignment-steps .step-icon img {
        margin-bottom: 0;
    }

    .alignment-steps {
        padding-bottom: 100px;
    }
	

}
