.esignSecHead h2 {
    width: 800px;
    text-align: center;
    margin: 0 auto;
}

.card {
    margin: 60px auto;
    background: transparent linear-gradient(113deg, #A7015B 0%, #001793 100%) 0% 0% no-repeat padding-box;
    border-radius: 28px;
    box-shadow: 0 4px 24px rgba(30, 58, 138, 0.12);
    color: #fff;
    padding: 48px 32px 40px 32px;
    text-align: center;
}

.card h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: -1px;
}

.card p {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #d1d5db;
}

.stats {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin: 40px;
}

.stat {
    min-width: 160px;
}

.stat .number {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: -2px;
}

.stat .desc {
    font-size: 1.1rem;
    font-weight: 400;
    color: #e0e7ef;
    line-height: 1.3;
}

@media (max-width: 700px) {
    .stats {
        flex-direction: column;
        gap: 32px;
    }
}

.clmInner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.clmPlatformSection {
    padding-bottom: 50px;
}

.clmContent {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.custom-prev,
.custom-next {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    margin: 0px 10px;
    background-color: #fff;
}

.custom-nav {
    text-align: center;
    margin: 20px auto;
}

.custom-prev {
    background-image: url('/signdesk/images/icon/arrow-left1.webp');
}

.custom-next {
    background-image: url('/signdesk/images/icon/arrow-right1.webp');
}

.clmPlatform {
    border: 1px solid #468AF7;
    opacity: 1;
    border-radius: 20px;
    width: 840px;
    margin: 0 auto;

}

.clmImage {
    padding: 50px;
    background: #F4F8FF;
    border-radius: 24px 0px 0px 24px;
}

.clmContent h4 {
    font-size: 24px;
    line-height: 34px;
    color: #000000;
}

.clmContent p {
    font-size: 16px;
    line-height: 26px;
}

.clmContent {
    padding: 50px;
}

.features-container {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.features-list {
    display: flex;
    flex-direction: column;
}

.feature-item {
    padding: 15px 10px 15px 30px;
    border-left: 4px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
}

.feature-item:hover,
.feature-item.active {
    border-left-color: #007BFF;
    /* Blue border */
    background-color: #f0f8ff;
    /* Light background */
    font-weight: bold;
}

.feature-image img {
    width: 300px;
    height: auto;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.newAge .feature-para {
    font-size: 16px;
}

.card-box {
    border-radius: 20px;
    padding: 2rem;
    min-height: 100%;
}

.before-box {
    background-color: #ffffff;
    border: 2px solid #707070;
    box-shadow: 0 0 0 1px #e6e6e6;
}

.after-box {
    background: transparent linear-gradient(180deg, #002893 0%, #001021 100%) 0% 0% no-repeat padding-box;
    color: #ffffff;
}

.card-header {
    border-radius: 25px;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.before-box .card-header {
    border: 2px solid #90d156;
    color: #1c1c1c;
    border-radius: 50px;
    display: block;
    text-align: center;
}

.after-box .card-header {
    background-color: #ffffff;
    color: #001c68;
    border-radius: 50px;
    display: block;
    text-align: center;
}

.card-list {
    list-style: none;
    padding-left: 0;
}

.card-list li {
    margin-bottom: 1.2rem;
    font-size: 1rem;
    font-weight: 500;
}

.card-list small {
    font-weight: 400;
    font-size: 0.85rem;
    display: block;
    margin-top: 0.2rem;
}

.tick {
    color: #0057ff;
    margin-right: 0.5rem;
}

.bullet-line {
    display: flex;
}

.listSignDesk {
    width: 900px;
    margin: 0 auto;
}

.listSignDesk p {
    font-size: 20px;
}

.features {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.feature-box {
    width: 240px;
    border-radius: 12px;
    padding: 15px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
}

.feature-box img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
}

.box1 {
    background-color: #f2f6ff;
    border: 1px solid #95CAFA;
}

.box2 {
    background-color: #F4F0F3;
    border: 1px solid #F1A0DC;
}

.box3 {
    background-color: #f1ffe2;
    border: 1px solid #C9F077;
}

.box4 {
    background-color: #fff9e5;
    border: 1px solid #C4B880;
}

.title {
    font-weight: bold;
    margin-bottom: 6px;
}

.highlight1 {
    color: #3972f0 !important;
}

.highlight2 {
    color: #21b573 !important;
}

.highlight3 {
    color: #f4a300 !important;
}

.feature-box a {
    color: initial;
    text-decoration: none;
}

.icon-box {
    width: 36px;
    height: 36px;
    background: #ffeaf6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.form-container {
    border: 1px solid #eac9e9;
    border-radius: 20px;
    padding: 30px;
}

.form-control {
    border-radius: 10px;
}

.btn-gradient {
    background: transparent linear-gradient(97deg, #A7015B 0%, #001793 100%) 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 999px;
    color: white;
    font-weight: bold;
    padding: 12px;
    width: 100%;
    margin-top: 20px;
}

.btn-gradient:hover {
    color: #fff;
}

.result {
    margin-top: 15px;
    font-weight: bold;
}

small {
    color: #888;
}

.formROI h2 {
    color: #27272A !important;
    font-weight: bold !important;
}

.form-container {
    width: 75%;
}

@media(max-width:767px) {
    .esignSecHead h2 {
        width: 100%;
    }

    .clmPlatform,
    .listSignDesk {
        width: auto;
    }

    .form-container {
        width: 100%;
    }

    .feature-box,
    .left-panel {
        width: 100%;
    }

    .accordionSec {
        display: block;
    }

    .home-hero .hero-content {
        padding: 10px;
    }

    .e-sign-header {
        padding-bottom: 0;
    }

    .hero-section {
        width: 100%;
    }

    .feature-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .features {
        padding: 15px;
    }
    
}

.sidebar button {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ccc;
    background: none;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    box-shadow: 0px 3px 6px #fff;
}

.sidebar button.active {
    background: #E6F3FF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #ABBDEF;
    border: 1px solid #95CAFA;
    color: #000000;
}

@keyframes pop {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.content h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.content h2 {
    color: #2d9cdb;
    font-size: 18px;
    margin: 0;
}

.content ul {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}

.content ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background: #2d9cdb;
    border-radius: 50%;
}

.locationMap {
    background: transparent linear-gradient(121deg, #A7015B 0%, #001793 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    padding: 100px 0px;
}

.stateInfo {
    display: flex;
    align-items: center;
    column-gap: 25px;
}

.stateInfo h4 {
    color: #fff;
    font-size: 30px;
}

.locationMap .feature-title {
    color: #fff;
}

.btnSec {
    color: #fff;
    padding-left: 20px;
    padding-left: 65px;
}

.image-box {
    flex: 1;
    max-width: 400px;
    height: auto;
}

.image-box img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.steps {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.step {
    font-size: 18px;
    cursor: pointer;
    padding-left: 10px;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
}

.step:hover {
    border-left: 4px solid #6200ea;
    background: #f0e9ff;
}

.step.active {
    font-weight: bold;
    color: #c2185b;
    border-left: 4px solid #c2185b;
}

.stampSign h2 {
    background: transparent linear-gradient(96deg, #BC026C 0%, #062FB1 100%) 0% 0% no-repeat padding-box;
    font-size: 36px;
    color: #fff;
    padding: 15px 0px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 0;
}

.stampSign .image-box {
    text-align: center;
    margin: 50px auto;
}

.stampSign {
    margin: 50px 0px;
}

.steps {
    margin: 50px 0px;
}

.stampIn {
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 3px 6px #00000029 !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0px 0px 10px 10px;
}

.borderRIghtOne {
    border-right: 1px solid #ccc;
    position: relative;
    right: -14px;
    z-index: 1;
}

.illustration img {
    width: 100%;
}

.illustration {
    text-align: center;
}

.esign-easy-step.active::after {
    content: '';
    position: absolute;
    background: transparent linear-gradient(172deg, #FD0692 0%, #2353E9 100%) 0% 0% no-repeat padding-box;
    width: 10px;
    height: 100%;
    border-radius: 10px;
    left: -5px;
    top: 0px;
}

.esign-easy-section {
    background: #f6f6f8;
    padding: 80px 0px;
}

.esign-easy-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(44, 83, 100, 0.10);
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.esign-easy-header {
    background: linear-gradient(90deg, #b3006e 0%, #4b2bb6 100%);
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    border-radius: 24px 24px 0 0;
    text-align: left;
    letter-spacing: -1px;
}

.esign-easy-img-wrap {
    min-height: 340px;
    background: none;
}

.esign-easy-img {
    max-width: 320px;
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 2px 16px rgba(44, 83, 100, 0.10);
    background: #fff;
}

.esign-easy-steps {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-left: 0px;
    border-left: 2px solid #ececec;
    height: 100%;
    justify-content: center;
    position: relative;
}

.esign-easy-step {
    cursor: pointer;
    padding-bottom: 6px;
    transition: color 0.2s;
    position: relative;
    padding-left: 30px;
}

.esign-easy-step-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #444;
    margin-bottom: 2px;
    transition: color 0.2s;
}

.esign-easy-step-desc {
    font-size: 1.05rem;
    color: #444;
    margin-bottom: 0;
    display: none;
    font-weight: 400;
}

.esign-easy-step.active .esign-easy-step-title {
    color: #b3006e;
}

.esign-easy-step.active .esign-easy-step-desc {
    display: block;
    color: #222;
    margin-bottom: 8px;
}

.esign-easy-step.active {
    padding-left: 30px;
}

@media (max-width: 991px) {
    .esign-easy-header {
        font-size: 1.3rem;
    }

    .esign-easy-img-wrap {
        min-height: 200px;
    }

    .esign-easy-img {
        max-width: 180px;
    }

    .esign-easy-steps {
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    .esign-easy-card {
        border-radius: 12px;
    }

    .esign-easy-header {
        border-radius: 12px 12px 0 0;
        font-size: 1.1rem;
    }

    .esign-easy-img {
        border-radius: 12px;
    }

    .esign-easy-steps {
        padding-left: 0;
        border-left: none;
    }

    .e-sign-header .hero-content h1 {
        text-align: center;
    }

    .illustration {
        padding: 30px 0px;
    }
}

.faq-section {
    background: #f7f7f8;
    padding: 60px 0;
}

.faq-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
}


.faq-item {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(44, 83, 100, 0.08);
    margin-bottom: 24px;
    overflow: hidden;
    transition: box-shadow 0.2s;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 28px 32px;
    font-size: 1.35rem;
    font-weight: 600;
    color: #222;
    transition: background 0.2s;
}

.faq-item.active .faq-question {
    color: #b3006e;
}

.faq-icon {
    font-size: 2rem;
    color: #b3006e;
    font-weight: bold;
    transition: color 0.2s;
}

.faq-answer {
    display: none;
    padding: 0 32px 28px 32px;
    color: #444;
    font-size: 1.08rem;
    line-height: 1.7;
}

.faq-item.active .faq-answer {
    display: block;
}

@media (max-width: 600px) {
    .faq-title {
        font-size: 1.5rem;
    }

    .faq-question {
        font-size: 1rem;
        padding: 18px 14px;
    }

    .faq-answer {
        font-size: 0.98rem;
        padding: 0 14px 18px 14px;
    }

    .faq-list {
        max-width: 100%;
    }

    .mapImage {
        width: 100%;
    }
}

#esign-easy-img {
    box-shadow: none !important;
}

.hero-section {
    background: transparent linear-gradient(117deg, #89004E 0%, #001760 100%) 0% 0% no-repeat padding-box;
    /* pink to blue */
    color: white;
    border-radius: 20px;
    padding: 60px 30px;
    text-align: center;
    max-width: 800px;
    margin: 50px auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.hero-section h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
    color: #fff !important;
    padding-bottom: 20px;
}

.cta-button {
    display: inline-block;
    background: white;
    margin-top: 20px;
    color: black;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-button span {
    margin-left: 15px;
}

.cta-button:hover {
    background: #f1f1f1;
}

.success-story-content p {
    color: #fff;
}

.smartSec p {
    font-size: 24px;
    margin-bottom: 50px;
}

#feature-list li {
    position: relative;
    padding-left: 20px;
    /* space for bullet */
    margin-bottom: 10px;
}

#feature-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: -7px;
    color: #468AF7;
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
}

#feature-list li::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 16px;
    width: 2px;
    height: 100%;
    background-color: #468AF7;
    z-index: 0;
}

/* Hide the line after the last dot */
#feature-list li:last-child::after {
    display: none;
}

#heading {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
}

.locationTop {
    background: transparent linear-gradient(121deg, #A7015B 0%, #001793 100%) 0% 0% no-repeat padding-box;
    padding: 50px !important;
    position: absolute;
    top: -80px;
    margin: 0;
    z-index: 999999;
    border-radius: 31px;
}

.locationMap {
    position: relative;
}
.esign-progress-bar {
    position: relative;
    width: 100%;
    padding: 30px 0;
}

.esign-progress-track {
    position: relative;
    height: 4px;
    background: #eee;
    border-radius: 2px;
}

.esign-progress-fill {
    position: absolute;
    height: 4px;
    background: linear-gradient(to right, #c228a4, #873bcc);
    border-radius: 2px;
    width: 0;
    transition: width 0.5s ease;
}

.esign-progress-dots {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
}

.esign-progress-dots .dot {
    width: 14px;
    height: 14px;
    background: #ccc;
    border: 3px solid #ccc;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.esign-progress-dots .dot.active {
    border-color: #c228a4;
    background: white;
}
#indian-dynamic-map .map-hover-effect:hover, #indian-dynamic-map .map-hover-effect.active{
    fill: #C9F077 !important;
}
.custom-prev {
    background-image: url(../images/icon/arrow-left1.webp);
}
.custom-next {
    background-image: url(../images/icon/arrow-right1.webp);
}
.custom-prev, .custom-next {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
    margin: 0px 10px;
    background-color: #fff;
}
@media (min-width: 992px) {
    .mt-lg-80 {
        margin-top: 80px !important;
    }
}



        /* esign design boxes starts here */

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #ffffff;
    line-height: 1.6;
}

/* Main Container */
.comparison-main {
    position: relative;
    width: 100%;
    max-width: 1422px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 50px;
}

/* Background Container */
.background-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.background-image {
    width: 1400px;
    height: 620px; 
    display: block;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}

.overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 100px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* Changed to center */
}

.comparison-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #000;
    text-align: center;
    letter-spacing: -0.02em;
    position: relative;
    bottom: 50px;
}

.comparison-grid {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.competitor-column {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    margin-top: 6rem;
    align-items: center;
}

.competitor-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Center SignDesk Box */
.center-signdesk-box {
    position: relative;
    bottom: 80px;
    border-radius: 24px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    width: 280px;
    height: 420px;
    overflow: hidden;
    margin: 0 auto;
}

/* Background Image for Center Box */
.center-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
    z-index: 1;
}

/* Content Container */
.center-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    height: 100%;
    width: 100%;
}

.center-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    width: 100%;
}

.signdesk-logo {
    height: 33px;
    width: 153px;
    object-fit: contain;
}

.vs-logo {
    width: 99px;
    height: 98px;
    object-fit: contain;
    border-radius: 50%;
}

/* Buttons */
.compare-btn {
    background: linear-gradient(135deg, #4285f4 0%, #1a73e8 100%) !important;
    color: #fff !important;
    padding: 16px 32px;
    border: none !important;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(66, 133, 244, 0.4);
    text-transform: none;
    letter-spacing: 0.5px;
    min-width: 200px;
    margin-top: 10px;
}

.compare-btn:hover {
    background: linear-gradient(135deg, #1a73e8 0%, #1557b0 100%) !important;
}

/* Others Button - Desktop */
.others {
    font-weight: 600;
    height: 49px;
    width: 176px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 6px #00000029;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center; 
    margin: 10px auto; 
}

.others:hover {
    background-color: #f8f9ff;
    border: 2px solid blue !important;
    /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); */
}

.others p {
    margin: 0 !important;
    position: relative !important; 
    bottom: auto !important;
    color: black !important;
    font-weight: 600;
    left: 16px;
}

.pink-dot {
    width: 16px;
    height: 16px;
    background-color: #A201B7;
    border-radius: 50%;
    display: inline-block;
}

.mobile-content {
    display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .background-container {
        display: none;    
    }
    
    .overlay-content {
        display: none;    
    }
    
    .mobile-content {
        display: block;
        padding: 15px;
        background-color: #ffffff;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .mobile-title {
        font-size: 1.4rem;
        font-weight: 700;
        margin-bottom: 2rem;
        color: #000;
        text-align: center;
        letter-spacing: -0.02em;
        line-height: 1.3;    
    }
    
    .center-signdesk-box {
        margin: 0 auto;
        width: 300px; 
        height: 420px; 
    }
    
    .center-content {
        padding: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .center-logos {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        margin-bottom: 1.5rem;
        width: 100%;
    }
    
    .signdesk-logo {
        height: 60px !important;
        width: auto !important;
        object-fit: contain;
    }
    
    .vs-logo {
        width: 80px;
        height: 80px;    
    }
    
    .compare-btn {
        font-size: 15px;
        padding: 14px 28px;
        min-width: 180px;
        margin-top: 15px;
    }
    
    .others {
        width: 200px;
        height: 45px;
        font-size: 14px;
        margin: 10px auto;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px; /* Space between dot and text */
    }
    
    .others p {
        margin: 0 !important;
        position: relative !important;
        bottom: auto !important;
        color: black !important;
        font-weight: 600;
            left: 16px;

    }
    
    .pink-dot {
        width: 14px;
        height: 14px;
    }
    
    /* Mobile Layout Structure */
    .mobile-layout {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 80vh;
        gap: 0;    
    }
    
    .mobile-center-container {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 0; 
        margin-top: 20px;   
    }
    
    .mobile-center-container::after {
        display: none;
    }
}

@media (max-width: 576px) {
    .mobile-title {
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
    }
    
    .center-signdesk-box {
        width: 280px;
        height: 400px;    
    }
    
    .center-content {
        padding: 1.5rem;
    }
    
    .compare-btn {
        min-width: 160px;
        font-size: 14px;
        padding: 12px 24px;
    }
    
    .signdesk-logo {
        height: 70px !important;
        width: auto !important;
    }
    
    .vs-logo {
        width: 75px;
        height: 75px;    
    }
    
    .others {
        width: 180px;
        height: 42px;
        font-size: 13px;
        gap: 6px;
    }
    
    .pink-dot {
        width: 12px;
        height: 12px;
    }
}

@media (max-width: 480px) {
    .signdesk-logo {
        height: 80px !important;
        width: auto !important;
    }
    
    .center-signdesk-box {
        width: 260px;
        height: 380px;
    }
    
    .mobile-title {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    
    .others {
        width: 160px;
        height: 40px;
        font-size: 12px;
    }
}

  .highlight-border {
    border: 2px solid blue !important;
    box-sizing: border-box;
  }












/* 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;
}

.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;
}




 
