
h2 span {
    color: #1B89FE;
}

.header-banner .platform-icons {
    margin-bottom: 10px;
}

.c-bottom {
    margin-bottom: 20px;
    text-align: center;
}

.accurately h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    max-width: 600px;
}

.accurately h2 .ai-tag {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background: linear-gradient(90deg, #E273FF 0%, #7A6FF0 100%);
    padding: 2px 10px;
    border-radius: 15px;
    line-height: 1.5;
    vertical-align: middle;
}

.accurately h4 .ai-tag {
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
    color: #fff;
    background: linear-gradient(90deg, #E273FF 0%, #7A6FF0 100%);
    padding: 2px 10px;
    border-radius: 15px;
    line-height: 1.5;
    vertical-align: middle;
}

.accurately .products_dec {
    max-width: 900px;
    margin: 10px auto 50px auto;
    text-align: center;
}

.accurately h3 {
    margin: 40px auto 10px auto;
    text-align: center;
    font-size: 28px;
}

.accurately h4 {
    margin: 20px auto 10px auto;
    text-align: left;
    font-size: 26px;
}

/*table*/
.comparison-section {
    margin-bottom: 80px;
}

.comparison-bottom {
    margin-bottom: 0px;
}

.comparison-section .subtitle {
    display: block;
    max-width: 900px;
    text-align: center;
    margin: 10px auto 20px auto;
}

.comparison-section h3 {
    margin-bottom: 10px;
    text-align: center;
}

.table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.comparison-table {
    width: 100%;
    min-width: 650px;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
}

.comparison-table thead th {
    background: #000;
    color: #fff;
    padding: 14px 18px;
    text-align: center;
    white-space: nowrap;
    border-right: 1px solid #ddd;
    font-weight: 600;
}

.comparison-table thead th:first-child {
    border-top-left-radius: 12px;
}

.comparison-table thead th:last-child {
    border-top-right-radius: 12px;
    border-right: none;
}

.comparison-table thead tr {
    border-bottom: 1px solid #ddd;
}

.comparison-table tbody tr {
    border-bottom: 1px solid #ddd;
}

.comparison-table tbody td {
    padding: 14px 18px;
    text-align: center;
    white-space: nowrap;
    border-right: 1px solid #ddd;
}

.comparison-table tbody td {
    border-bottom: 1px solid #ddd;
}

.comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.comparison-table tbody tr:last-child {
    border-bottom: none;
}


.comparison-table tbody td:last-child {
    border-right: none;
}

/*double-column*/
.double-column {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.double-column .title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 80px;
}

.double-column .subtitle {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}

.double-column .cards {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    position: relative;
}

.double-column .card {
    flex: 1 1 45%;
    display: block;
    background-color: #F9F9FA;
    border-radius: 10px;
    padding: 20px;
    min-width: 250px;
    text-align: center;
}

.double-column .top-image {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.double-column .card h2 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.double-column .card .text {
    font-size: 16px;
    color: #666;
    min-height: 220px;
}

.double-column .bottom-card {
    background-color: #ffffff;
    text-align: center;
}

.double-column .bottom-card .text {
    min-height: 150px;
}

.double-column .card .red-text {
    color: #FF3F1C;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
}

.double-column .card .number {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}

.double-column .common-img {
    margin-bottom: 10px;
}

.double-column .card .title {
    font-size: 14px;
    font-weight: 400;
    margin-top: 0px;
}

.double-column .highlight {
    font-size: 32px;
    color: red;
    font-weight: bold;
    margin: 15px 0;
}

.double-column .small-text {
    font-size: 16px;
    color: #333;
    text-align: center;
}

/* Responsive */
@media (max-width: 767px) {
    .double-column .cards {
        flex-direction: column;
        gap: 20px;
    }

    .comparison-section .subtitle {
        text-align: left;
    }
}

.steps-container {
    display: flex;
    gap: 30px;
    background: #ffffff;
    border-radius: 12px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
}

.steps-container .steps {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 550px;
}

.steps-container .step {
    padding: 18px 20px;
    cursor: pointer;
    border-bottom: 1px solid #DDDDDD;
}

.steps-container .step:hover {
    border-color: #1B89FE;
}

.steps-container .step.active {
    border: 1px solid #1B89FE;
    border-radius: 12px;
}

.previous-hidden-border {
    border-bottom: none !important;
}

.steps-container .step p {
    margin: 0;
    color: #374151;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
    max-width: max-content;
    display: none;
}

.steps-container .step.active p {
    color: #1B89FE;
    display: block;
}

.steps-container .images {
    flex: 1;
    position: relative;
}

.steps-container .images img {
    width: 100%;
    border-radius: 10px;
    display: none;
}

.steps-container .images img.active {
    display: block;
}

@media (max-width: 767px) {
    .accurately h2 {
        display: flex;
        flex-wrap: wrap;
    }

    .accurately h2 .ai-tag {
        font-size: 12px;
        padding: 2px 4px;
        border-radius: 15px;
        height: 22px;
        margin-left: 5px;
        margin-top: 2px;
    }

    .accurately .products_dec {
        text-align: left;
    }

    .image-text {
        margin: 20px 0;
    }

    .accurately h3 {
        text-align: left;
        font-size: 18px;
    }

    .accurately h4 {
        text-align: left;
        font-size: 16px;
    }

    .accurately .products_dec {
        margin-bottom: 20px;
    }



    .product-card {
        min-width: 280px;
    }

    .content-text p {
        text-align: left;
    }

    .double-column .card h2 {
        margin-top: 10px;
        font-size: 18px;
    }

    .double-column .top-image {
        top: 50%;
        left: 50%;
        height: 72px;
    }

    .double-column .top-image img {
        height: 72px;
    }

    .double-column .title {
        text-align: left;
        font-size: 24px;
    }

    .double-column .subtitle {
        text-align: left;
    }

    .double-column {
        padding: 0;
    }

    .double-column .card .text {
        text-align: left;
        margin-bottom: 30px;
    }

    .double-column .common-img {
        height: 45px;
        width: auto;
    }

    .double-column .bottom-card .common-img {
        height: auto;
        width: 100%;
    }

    .double-column .card .title {
        text-align: center;
    }

    .steps-container {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .steps-container .steps {
        flex-direction: column;
        gap: 24px;
        overflow-x: auto;
        overflow-y: hidden;
        width: auto;
        padding: 0rem 0rem 0rem;
    }

    .steps-container .step {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 8px;
        max-width: 100%;
        scroll-snap-align: start;
        flex-shrink: 0;
        cursor: pointer;
    }

    .steps-container .step-content h3 {
        font-size: 16px;
        margin-bottom: 5px;
        text-align: left;
    }

    .steps-container .step p {
        font-size: 14px;
        text-align: left;
    }

    .steps-container .step.active p {
        color: black;
    }

    .steps-container .step-icon img {
        width: 38px;
        height: 38px;
    }

    .steps-container .image {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-top: 1rem;
    }

    .steps-container .image img {
        width: 90%;
        max-width: 420px;
        border-radius: 8px;
        transition: opacity 0.3s ease, transform 0.4s ease;
    }

    .steps-container .image img.active {
        opacity: 1;
    }

    .steps-container .image img:not(.active) {
        opacity: 0;
    }

    .c-bottom {
        text-align: left;
    }
}

@media (min-width: 768px)and (max-width: 1023px) {
    .header-banner .platform-icons {
        margin-bottom: 60px;
    }

    .dp-list {
        text-align: center;
    }

    .accurately h4 {
        text-align: center;
    }

    .double-column .card h2 {
        font-size: 18px;
    }

    .double-column .common-img {
        width: 72px;
    }

    .double-column .bottom-card .common-img {
        height: auto;
        width: 100%;
    }

    .double-column .card .text {
        min-height: auto;
        margin-bottom: 50px;
    }

    .steps-container .steps {
        width: 100%;
    }

    .steps-container .step {
        max-width: 100%;
    }

    .c-bottom {
        text-align: center;
    }
    .image-text{
        margin: 40px 0;
    }
    .accurately .products_dec {

    margin: 10px auto 20px auto;

    }
}



