.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;
    }
}


.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: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
    margin: 0px 10px;
    background-color: #fff;
}

.custom-nav {
    text-align: center;
    margin: 50px 20px auto;
}

.custom-prev {
    background-image: url('../images/icon/arrow-left1.webp');
}

.custom-next {
    background-image: url('../images/icon/arrow-right1.webp');
}
@media(max-width:767px){
    .clmInner{
        display: block !important;
        width: 100% !important;
    }
    .clmImage, .clmContent{
        width: 100% !important;
    }
    .clmImage{
        border-radius: 24px 24px 0px 0px !important;
    }
}
.clmInner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #468AF7;
    opacity: 1;
    border-radius: 20px;
}
.clmImage {
    padding: 80px 50px;
    border-radius: 24px 0px 0px 24px;
    width: 50%;
}

.clmPlatform .item{
    padding: 20px;
}
.clmContent h4 {
    font-size: 24px;
    line-height: 34px;
    color: #000000;
}

.clmContent p {
    font-size: 16px;
    line-height: 26px;
}

.clmContent {
    padding: 50px;
    width: 50%;
}

.features-container {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.features-list {
    display: flex;
    flex-direction: column;
}

.feature-item {
    padding: 20px 10px 20px 30px;
    border-left: 4px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
    font-size: 24px;
}

.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: 40px;
    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;
}

.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;
}


@media(max-width:767px){
    .m-h1{
        font-size: 36px;
    }
.esignSecHead h2{
    width: 100%;
}
.clmPlatform, .listSignDesk{
    width: auto;
}
.form-container{
    width: 100%;
}
.feature-box, .left-panel{
    width: 100%;
}
.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;
}
.hero-container, .e-sign-header{
    min-height: 75vh;
}
}
.esign-hero {
    background: #fff;
    padding: 48px 0 32px 0;
    text-align: center;
}
.esign-section {
    background: #faf9fb;
    padding: 48px 0;
}
.esign-card img {
    display: block;
    margin: 0 auto 24px auto;
    max-width: 160px;
    max-height: 120px;
    border-radius: 8px;
    background: #fff;
    padding: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}
.esign-card-title {
    font-size: 1.18rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #181818;
    text-align: left;
}
.esign-card-desc {
    font-size: 1rem;
    color: #444;
    text-align: left;
    line-height: 1.6;
}
.esign-card:last-child {
    margin-right: 0;
}
.esign-feature-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
}
.esign-btn {
    background: #3d0064;
    color: #fff;
    border-radius: 24px;
    padding: 12px 32px;
    font-weight: 600;
    border: none;
    transition: background 0.2s;
}
.esign-btn:hover {
    background: #5e1a8a;
}
.esign-login-card {
    background: linear-gradient(90deg, #3d0064 0%, #c8007e 100%);
    border-radius: 16px;
    color: #fff;
    padding: 32px 0;
    margin-top: 32px;
}
.esign-login-img {
    max-width: 220px;
    margin: 0 auto 16px auto;
    display: block;
}
.esign-login-list {
    color: #fff;
    font-size: 1rem;
    margin-top: 16px;
}
.esign-login-list li {
    margin-bottom: 8px;
}
.esign-section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.esign-section-subtitle {
    color: #c8007e;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 24px;
}
.esign-tab {
    border: none;
    background: none;
    color: #3d0064;
    font-weight: 600;
    margin-right: 32px;
    font-size: 1rem;
    padding: 0 0 8px 0;
    border-bottom: 2px solid transparent;
}
.esign-tab.active {
    color: #c8007e;
    border-bottom: 2px solid #c8007e;
}
@media (max-width: 767px) {
    .esign-section-title { font-size: 1.4rem; }
    .esign-section-subtitle { font-size: 1rem; }
    .esign-card { padding: 20px 10px; }
    .esign-card img { max-width: 100px; max-height: 80px; }
}


    .esign-vertical-header {
        font-size: 1.2rem;
        font-weight: 700;
    }
    .esign-vertical-dropdown {
        background: linear-gradient(135deg, #b3006e 0%, #6c47ff 100%);
        border: none;
        border-radius: 8px;
        color: #fff;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 8px rgba(179,0,110,0.12);
    }
    .esign-vertical-list {
        margin-top: 24px;
    }
    .esign-vertical-tab {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        background: none;
        border: none;
        border-bottom: 1px solid #e5e5e5;
        font-size: 1.3rem;
        color: #181818;
        font-weight: 500;
        padding: 18px 0 18px 0;
        transition: color 0.2s, background 0.2s;
        cursor: pointer;
        outline: none;
    }
    .esign-vertical-tab.active {
        color: #b3006e;
        background: #f6f6f6;
        font-weight: 700;
    }
    .esign-accordion-content {
        background: #f6f6f6;
        border-left: 3px solid #b3006e;
        border-radius: 0 0 8px 8px;
        margin-bottom: 8px;
        margin-top: -8px;
        margin-left: 8px;
        margin-right: 8px;
        font-size: 1rem;
        display: none;
    }
    .esign-arrow {
        font-size: 1.3rem;
        color: #b3006e;
        margin-left: 8px;
    }
    .esign-vertical-content {
        display: none;
        position: relative;
        z-index: 999999;
    }
    .esign-vertical-content.active {
        display: block;
    }
    @media (max-width: 767px) {
        .esign-vertical-tabs { padding: 16px 8px; }
        .esign-vertical-content-box { padding: 16px 8px; min-width: 200px; }
    }
    .esign-tab-bar {
      display: flex;
      border-bottom: 2px solid #e5e5e5;
      margin-bottom: 32px;
      gap: 0;
      background: none;
    }
    .esign-tab-btn {
      background: none;
      border: none;
      outline: none;
      font-size: 1.1rem;
      font-weight: 600;
      color: #b3006e;
      padding: 16px 32px 14px 32px;
      margin-bottom: -2px;
      border-radius: 0px;
      border: 1.5px solid transparent;
      border-bottom: none;
      transition: background 0.2s, color 0.2s, box-shadow 0.2s;
      position: relative;
      z-index: 1;
    }
    .esign-tab-btn.active {
      background: #fff;
      color: #b3006e;
      border: 1.5px solid #e5e5e5;
      border-bottom: 2px solid #fff;
      box-shadow: 0 2px 8px rgba(0,0,0,0.04);
      z-index: 2;
    }
    .esign-tab-btn:not(.active) {
      color: #888;
    }
    .esign-tab-btn:not(.active):hover {
      color: #b3006e;
    }
    .esign-card {
      background: #ffffff;
      border-radius: 12px;
      padding: 0px;
      margin-bottom: 24px;
      min-height: 340px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      transition: box-shadow 0.2s;
    }
    .esign-card img {
      display: block;
      margin: 0 auto 24px auto;
      max-width: 100%;
      max-height: 100%;
      border-radius: 8px;
      background: #fff;
      padding: 0px;
      box-shadow: 0 1px 4px rgba(0,0,0,0.03);
    }
    .esign-card-title {
      font-size: 1.18rem;
      font-weight: 700;
      margin-bottom: 10px;
      color: #181818;
      text-align: left;
    }
    .esign-card-desc {
      font-size: 1rem;
      color: #444;
      text-align: left;
      line-height: 1.6;
    }
    .esign-card:last-child {
      margin-right: 0;
    }
    @media (max-width: 767px) {
      .esign-card { padding: 20px 10px; min-height: 220px; }
      .esign-tab-bar { gap: 1px; }
      .esign-card img {max-width: 100%;width: 100%;}
    }
    .esign-vertical-tabs {
            background: #fff;
            border-radius: 18px;
            
        }
        .esign-vertical-header {
            font-size: 1.2rem;
            font-weight: 700;
            border-bottom: 1.5px solid #ececec;
            padding-bottom: 8px;
        }
        .esign-vertical-list {
            margin-top: 24px;
        }
        .esign-accordion-item {
            margin-bottom: 0;
            border-bottom: 1px solid #e6e5e5;
            padding-bottom: 16px;
        }
        .esign-accordion-btn {
            width: 100%;
            background: none;
            border: none;
            outline: none;
            font-size: 1.35rem;
            font-weight: 700;
            color: #181818;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 18px 18px 0px 0;
            border-radius: 0;
            transition: background 0.2s, color 0.2s;
            position: relative;
            z-index: 1;
            cursor: pointer;
            text-align: left;
        }
        .esign-accordion-btn.active .esign-accordion-arrow {
background: linear-gradient(90deg, #b3006e 0%, #6c47ff 100%);
color: #fff !important;
border-radius: 5px;
display: inline-block;
}
        .esign-accordion-btn.active .esign-accordion-title {
            color: #000;
            text-align: left;
        }
        .esign-accordion-btn .esign-accordion-arrow {
            font-size: 1.5rem;
            transition: transform 0.3s, color 0.2s;
            border: 1px solid #CBCBCB;
            padding: 12px;
            line-height: 0px;
            border-radius: 5px;
        }
        .esign-accordion-btn.active .esign-accordion-arrow svg {
            color: #fff;
            transform: rotate(360deg);
        }
        .esign-accordion-panel {
            display: none;
            border-radius: 0 0 12px 12px;
            font-size: 1rem;
            color: #444;
        }
        .esign-accordion-item.open .esign-accordion-panel {
            display: block;
            padding-bottom: 17px;
            border-radius: inherit;
        }
        .esign-accordion-desc {
            padding: 16px 0 0 0;
            color: #000000;
            font-size: 16px;
            font-weight: 500;
            text-align: left;
        }
        .esign-circle-arrow {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 48px;
            height: 48px;
            border: 2px solid #b3006e;
            border-radius: 50%;
            margin-bottom: 8px;
            margin-right: 8px;
            color: #b3006e;
            font-size: 1.5rem;
        }
        .esign-arrow-icon {
            font-size: 1.5rem;
            color: #b3006e;
        }
        @media (max-width: 991px) {
            .esign-vertical-header { font-size: 1.1rem; }
            .esign-vertical-tabs { padding: 16px 8px; }
            .esign-vertical-content-box { padding: 16px 8px; min-width: 200px; }
        }
        
        .esign-accordion-btn .esign-accordion-arrow svg path {
fill: #a11293 !important;
}

.esign-accordion-btn.active .esign-accordion-arrow svg path {
fill: #fff !important;
}

.esign-accordion-btn .esign-accordion-arrow svg
{
transform: rotate(270deg);
}
.esign-section-title
{
font-size:2rem;font-weight:700;
}

.esign-section-subtitle
{
color:#c8007e;
}

.esign-accordion-item.open {
border-bottom: 1px solid #80B0FF;
}
.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: 40px;
    line-height: 56px;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff !important;
}

.cta-button {
    display: inline-block;
    background: white;
    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;
}
.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;
        column-gap: 15px;
    }

    .faq-answer {
        font-size: 0.98rem;
        padding: 0 14px 18px 14px;
    }

    .faq-list {
        max-width: 100%;
    }

    .mapImage {
        width: 100%;
    }
}
@media (min-width: 992px) {
  .mt-lg-80 {
    margin-top: 80px !important;
  }
}
.clmImage img{
        width: auto !important;
    max-width: 100%;
    margin: 0 auto;
}
.tick img {
    width: 20px;
}




        /* 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: 100px;
    margin-top: 100px;
}

/* Background Container */
.background-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.background-image {
    width: 1400px;
    height: 600px; 
    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: flex-start;
}

.comparison-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 4rem;
    color: #000;
    text-align: center;
    position: relative;
    bottom: 85px;
    letter-spacing: -0.02em;
}

.comparison-grid {
    position: relative;
    bottom: 160px;
    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;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.competitor-item p{
    margin-top: 17px;
    margin-left: 25px;
    font-size: 15px;
}

/* Center SignDesk Box */
.center-signdesk-box {
    position: relative;
    border-radius: 24px;
    /* bottom: 20px; */
    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 - Properly centered */
.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 - Above Background Image */
.center-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    height: 100%;
    width: 100%;
}

.center-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.signdesk-logo {
    height: 33px;
    width: 153px;
    margin-top:40px;
    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;
    margin-top: 30px;
    min-width: 200px;
}

.compare-btn:hover {
    background: linear-gradient(135deg, #1a73e8 0%, #1557b0 100%) !important;
}

.competitor-btn {
    background-color: #FFFFFF !important;
    /* backdrop-filter: blur(10px); */
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 10px !important;
    width: 180px;
    height: 50px;
    padding: 14px 28px;
    font-weight: 600;
    color: #000000 !important;
    /* transition: all 0.3s ease; */
    /* min-width: 160px; */
    font-size: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 40px;
}
.competitor-btn p{
  font-weight: bold;
}

.competitor-btn:hover {
    background: rgba(248, 249, 255, 0.98) !important;
    border-color: #4285f4 !important;
    /* transform: translateY(-2px); */
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.competitor-btn::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #A201B7;
}

.competitor-btn.blue::before {
    background: #2196f3;
}

.competitor-btn::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('/images/esign/Path 76528.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* S-Shaped Connectors - With Images */
.s-connector {
    position: absolute;
    width: 153px;
    height: 71px;
    pointer-events: none;
    z-index: 5;
}

.s-connector img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Left Side S-Connectors */
.s-connector.left-top {
    top: 50%;
    left: 100%;
    margin-left: 55px;
    margin-top: -40px;
}

.s-connector.left-bottom {
    top: 50%;
    left: 100%;
    margin-left: 55px;
    margin-top: -40px;
}

/* Right Side S-Connectors */
.s-connector.right-top {
    top: 50%;
    right: 100%;
    margin-right: 53px;
    margin-top: -40px;
}

.s-connector.right-bottom {
    top: 50%;
    right: 100%;
    margin-right: 53px;
    margin-top: -40px;
}

/* Bottom Section */
.bottom-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5rem;
}

.vertical-line {
    width: 3px;
    height: 80px;
    background-color: #707070;
    /* margin-bottom: 2rem; */
    border-radius: 2px;
    position: relative;
    bottom: 100px;
}

.left-column {
    margin-top: 3rem;
}

.right-column {
    margin-top: 3rem;
}

.mobile-content {
    display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    /* Hide desktop background and overlay */
    .background-container {
        display: none;
    }
    
    .overlay-content {
        display: none;
    }
    
    /* Show mobile content */
    .mobile-content {
        display: block;
        padding: 40px 20px;
        background-color: #ffffff;
        min-height: 100vh;
    }
    
    .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-bottom: 0;
        width: 240px;
        height: 360px;
    }

    .center-content {
        padding: 2rem 1.5rem;
    }

    .bottom-section {
        display: none !important;
    }

    .s-connector {
        display: none;
    }

    .signdesk-logo {
        height: 50px;
    }

    .vs-logo {
        width: 70px;
        height: 70px;
    }

    .compare-btn {
        font-size: 15px;
        padding: 14px 28px;
        min-width: 180px;
        position: relative;
        top: 20px;
    }

    /* Mobile Layout Structure */
    .mobile-layout {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    
    .mobile-center-container {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }
    
    .mobile-center-container::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 25px;
        background: #e5e5e5;
        z-index: 1;
    }
    
    .mobile-competitors-stack {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        width: 100%;
        max-width: 300px;
        margin-top: 0;
    }
    
    .mobile-competitor-item {
        position: relative;
        width: 100%;
        margin-bottom: 0;
    }
    
    .mobile-competitor-item::before {
        content: '';
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 47px;
        background: #707070;
        z-index: 1;
    }
    
    .mobile-competitor-item:not(:last-child)::after {
        content: '';
        position: absolute;
        bottom: -25px;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 25px;
        background: #707070;
    }
    
    .mobile-competitor-btn {
        width: 100%;
        max-width: 200px;
        height: 50px;
        background-color: #FFFFFF;
        border: 1px solid #e0e0e0;
        border-radius: 15px;
        padding: 12px 20px;
        font-weight: 600;
        color: #1a1a1a;
        font-size: 14px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        position: relative;
        left: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 2;
        margin: 25px 0;
    }
    
    .mobile-competitor-btn::before {
        content: '';
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #A201B7;
    }
    
    .mobile-competitor-btn.blue::before {
        background: #2196f3;
    }
    
    .mobile-competitor-btn::after {
        content: url('/images/esign/Path 76529.svg');
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 14px;
        color: #666;
    }

}

@media (max-width: 576px) {
    .mobile-title {
        font-size: 1.2rem;
    }

    .center-signdesk-box {
        width: 220px;
        height: 340px;
    }
    .center-content {
        padding: 1.5rem 1rem;
    }

    .compare-btn {
        min-width: 160px;
        margin-bottom: 10px;
    }


            .zoho p{
      position: relative;
      left: 45px;
      top: 7px;
    }

    .docu p{
      position: relative;
      left: 45px;
      top: 7px;
      
    }

        .leega p{
      position: relative;
      left: 45px;
      top: 7px;

    }

        .digi p{
      position: relative;
      left: 45px;
      top: 7px;

    }

        .panda p{
      position: relative;
      left: 45px;
      top: 7px;

    }

}

.btn:focus {
    outline: 3px solid #4285f4;
    outline-offset: 2px;
}

/* .ZohoSign{
    position: relative;
    bottom: 26px;
    left:53px;
}
.ZohoSign p{
    position: relative;
    bottom: 10px;
    right: 6px;
    
}
 */
.SpotDraft{
    position: relative;
    top: 30px;
    left: 53px;
}
.SpotDraft p{
    position: relative;
    right: 4px;
}

/* .PandaDoc{
    position: relative;
    bottom: 22px;
    right: 50px;
}

.PandaDoc p{
    position: relative;
    bottom: 10px;
    right: 4px;
} */


.RazorSign{
    position: relative;
    top: 30px;
    right: 50px;
}
.RazorSign p{
  position: relative;
  right: 10px;
}
.Icertis{
    position: relative;
    bottom: 110px;
}
.Icertis p{
    position: relative;
    top: 10px;
    margin-left: 30px;
}

  .highlight-border {
    border: 2px solid blue !important;
    box-sizing: border-box;
  }






