.estamp-review-section {
    /* padding: 60px 0px; */
    background: linear-gradient(128deg, #9B0255 0%, #005593 100%);
}

.estamp-review-section h1 {
    font: normal normal bold 42px/55px Inter;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.estamp-review-section p {
    font:  18px;
    color: #ffffff;
    margin-bottom: 40px;
}

/* table td:nth-child(2),
table th:nth-child(2) {
    background: linear-gradient(128deg, #9B0255 0%, #005593 100%) !important;
   
    color: white;
} */

.estamp-review-section .btnHomeOne {
    border: 0;
    background: #fff;
    border-radius: 50px;
    padding: 10px 25px;
    color: #0045FF;
    font-size: 18px;
    /* line-height: 21px; */
}

.estamp-review-digital h3 {
    text-align: center;
    font: normal normal bold 36px/46px Inter;
    color: #272729;
}

.estamp-review-digital p {
    font: normal normal normal 18px/30px Inter;
    color: #272729;
}

.estamp-review-digital {
    background-color: #F5F5F5;
}

.sectionInfo {
    padding: 70px 20px;
    font-family: Arial, sans-serif;
    background: #F5F5F5;
    margin-bottom: 50px;
}


/* Others row */
.others-row {
    justify-content: flex-start;
}

.others-bubble, .signdesk-row {
    display: flex;
    align-items: flex-start;
    column-gap: 45px;
}

.shadowChat {
    background: #fff;
    box-shadow: 0px 0px 0px #ccc;
    border-radius: 10px;
    padding: 30px;
    position: relative;
}

.shadowChatOne {
    background: linear-gradient(128deg, #9B0255 0%, #005593 100%);
    box-shadow: 0px 0px 0px #ccc;
    border-radius: 10px;
    padding: 30px;
    color: #fff;
    text-align: right;
    position: relative;
}

.shadowChatOne::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 32px solid #1d4688;
    border-bottom: 10px solid transparent;
    top: 10px;
    right: -30px;
}

.others-text strong, .signdesk-content strong {
    font: normal normal bold 24px/45px Inter;
}

.shadowChat::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 32px solid #fff;
    border-bottom: 10px solid transparent;
    top: 10px;
    left: -30px;
}

.others-icon img {
    width: 50px;
    position: relative;
    top: 25px;
}

.others-content {
    background: #fff;
    padding: 16px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.others-content strong {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
}

.others-content p {
    margin: 0 0 6px;
    font-size: 14px;
    color: #333;
}

/* SignDesk row */
.signdesk-row {
    justify-content: flex-end;
    gap: 45px;
}

.signdesk-chat {
    background: linear-gradient(90deg, #A81D75, #0052CC);
    color: white;
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 14px;
    white-space: nowrap;
}

.signdesk-icon img {
    width: 50px;
    position: relative;
    top: 25px;
}

.signdesk-label {
    font-weight: bold;
    font-size: 16px;
}

/* Responsive */
@media (max-width: 600px) {
    .row {
        flex-direction: column;
        align-items: flex-start;
    }

    .signdesk-row {
        align-items: start;
        justify-content: center;
    }

    .signdesk-chat {
        margin-bottom: 10px;
    }

    .mobileDeviceSec {
        text-align: center;
    }

    .mobileDeviceSec span {
        display: block;
        padding-top: 20px;
    }

    .hideMobile {
        display: none;
    }

    .estamp-review-digital h3 {
        text-align: center;
        font: normal normal bold 24px/34px Inter;
    }

    .sectionInfo {
        padding: 20px;
    }

    .others-container, .signdesk-row {
        margin-bottom: 50px;
    }

    .success-story-content {
        text-align: center;
    }

    .expCost {
        flex-direction: column;
        row-gap: 20px;
        text-align: center;
    }

    .comparison-table {
        display: none;
    }

    .mobileTable-card {
        width: 100%;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }

    .mobileTable-heading {
        font-size: 18px;
        line-height: 30px;
        font-weight: 600;
        color: #333;
        padding: 16px 16px 20px 0px;
        margin: 0;
    }

    .mobileTable-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .mobileTable-box {
        padding: 22px;
        border-top: 1px solid #eee;
        border-right: 1px solid #707070;
        font-size: 12px;
    }

    .mobileTable-box:nth-child(2),
    .mobileTable-box:nth-child(4) {
        border-right: none;
        border-bottom: 1px solid #707070;
    }

    .mobileTable-box:nth-child(3),
    .mobileTable-box:nth-child(4) {
        border-top: none;
        border-bottom: 0;
    }

    .mobileTable-signdesk {
        background: linear-gradient(135deg, #e40078, #612bc1);
        color: #fff;
        font-weight: 600;
        border-radius: 12px 0 0 0;
    }

    .mobileTable-signdesk p {
        margin-top: 6px;
        font-weight: 400;
        font-size: 11.5px;
    }

    .mobileTable-signdesk span {
        text-align: left;
        font-size: 20px;
        line-height: 24px;
        color: #FFFFFF !important;
    }

    .mobileTable-title {
        text-align: left;
        font: normal normal bold 18px/21px Inter;
        letter-spacing: 0px;
        color: #253B8D;
    }

    .mobileTable-box p {
        margin-top: 20px;
        font-size: 16px;
        line-height: 24px;
        color: #000;
        text-align: left;
    }

    .mobileTable {
        margin-bottom: 10px;
    }

    .mobileTable {
        display: block !important;
    }

    .successInner {
        margin-bottom: 60px;
    }

    .btnSpace a {
        border: 1px solid #3052E0;
        padding: 10px 30px;
        color: #3052E0;
        border-radius: 50px;
        cursor: pointer;
    }

    .btnSpace {
        margin-top: 40px;
        margin-bottom: 10px;
        text-align: center;
    }
    .success-story-content {
        width: auto !important;
    }
    #successTopIn .successInner1{
        padding: 60px 10px !important;
    }
    .estamp-review-section{
        padding: 100px 0px 40px 0px;
    }
    .estampDocIn{
        padding: 10px 0px !important;
    }
    .authorInfo{
        text-align: left;
    }
    .success-story-content h5{
        font-size: 16px !important;
    }
    .estamp-review-section h1{
            font-size: 30px;
    /* line-height: 40px; */
    }
}

.mobileTable {
    display: none;
}

.success-story-content p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
}

.btn-homeReview {
    border: 1px solid #FFFFFF;
    padding: 12px 30px;
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
    line-height: 24px;
}

.btn-homeReview:hover {
    color: #fff;
}

.expCost {
    text-align: center;
    padding: 30px 0px;
   
}

.expCost a {
    border: 1px solid #3052E0;
    padding: 10px 30px;
    color: #3052E0;
    border-radius: 50px;
    cursor: pointer;
}

.estampDocIn {
    text-align: center;
    padding: 30px;
}

.estampDocIn p {
    text-align: center;
    font: normal normal normal 18px/30px Inter;
    color: #272729;
}

.estampDocIn img {
    width: 80px;
}

.estampDocLast {
    text-align: center;
    font: normal normal 600 20px/30px Inter;
    color: #272729;
}

.comparison-table td {
    color: #272729;
    text-align: left;
    font-size: 18px;
    line-height: 32px;
}

.comparison-table {
    font-family: "Segoe UI", sans-serif;
    font-size: 14px;
}

.table thead th {
    background-color: #fff;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
    padding: 24px 15px;
    text-align: left;
}

/* .signdesk-header {
    background-color: #FFFFFF;
    color: #fff !important;
    border-radius: 20px 20px 0px 0px;
    background: linear-gradient(128deg, #9B0255 0%, #005593 100%);
} */

.signdesk-cell {
    background-color: #F2E7F0;
    font-weight: 500;
    color: #2b2b2b;
}

.comparison-table td {
    padding: 15px 15px !important;
}

.table td, .table th {
    vertical-align: middle;
    padding: 1rem;
    background: #f6f8fa !important;
}

.table tbody td:first-child {
    font-weight: 500;
    color: #272729;
    max-width: 200px;
}

    
  th, td {
  border-bottom: 1px solid #00000050;
}

 th:nth-child(2),
td:nth-child(2)  {
  border-bottom: 1px solid #ffffff50;
}




tbody tr:last-child td {
  border-bottom: none;
}
tbody tr:last-child td:nth-child(3) {
  border-bottom: 1px solid #253B8D40; /* Reapply if needed */
}


  col.col-signdesk {
    background: transparent linear-gradient(128deg, #9B0255 0%, #005593 100%) !important;
    color: #fff;
  }

 
  /* Table Cells */
  th, td {
    padding: 16px;
    color: black;
    vertical-align: top;
    border-radius: 0; /* reset default */
    width: 20%;
  }

  th:nth-child(2),
td:nth-child(2) {
  color: white;
}

  th:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  th:nth-child(2) {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }


  tbody tr:last-child td:nth-child(2) {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    
  }


/* #tableTd .signdesk-cell, #tableTd .signdesk-header {
    background: linear-gradient(128deg, #9B0255 0%, #005593 100%) !important;
    color: #fff !important;
} */

#tableTd {
    background-color: #f6f8fa !important;
    margin-bottom: 50px;
    padding-bottom: 5px;
}

.digitalStamp-box {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    min-height: 400px;
}

.digitalStamp-left h3,
.digitalStamp-right h3 {
    font-weight: bold;
    border-radius: 15px 15px 0px 0px;
    padding: 20px 0px;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
}

.digitalStamp-left h3 {
    background: #FFFFFF 0% 0% no-repeat padding-box;

    box-shadow: 0px 3px 6px #00000029;
}

.digitalStamp-scrollWrapper {
    overflow: hidden;
    position: relative;
    height: 331px;
}

.digitalStamp-scrollInner {
    display: flex;
    flex-direction: column;
    gap: 5px;
    animation: digitalStamp-scrollLoop 10s linear infinite;
}

.success-topDigital {
    background-image: url(../images/bg-patter.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    background-color: #fff;
    padding: 80px 0px;
}

#successTopIn {
    background-size: contain !important;
    background-position: top !important;
}
@keyframes digitalStamp-scrollLoop {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

.digitalStamp-userComment {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 15px 20px 0px 20px;
}

.digitalStamp-userComment img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.digitalStamp-userComment span {
    font-size: 14px;
    font-weight: 600;
}

.digitalStamp-userComment p {
    font-size: 13px;
    color: #333;
    margin: 4px 0 0;
}

.digitalStamp-right {
    background: transparent linear-gradient(115deg, #002893 0%, #001021 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}

.digitalStamp-right ul {
    list-style: none;
    padding-left: 0;
    margin: 20px 0px;
}

.digitalStamp-right li {
    position: relative;
    padding: 15px 40px 0px 40px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 26px;
}

.digitalStamp-right li::before {
    content: "–";
    position: absolute;
    left: 26px;
}