.esign-hero {
  background: #fff;
  padding: 48px 0 32px 0;
  text-align: center;
}

.esign-section {
  background: #faf9fb;
  padding: 48px 0;
}

.container-fluid {
            background: url(/images/Global/CLM-bg.png) no-repeat center center !important;
            background-size: cover !important;
            box-sizing: border-box;
            width: 100%;
            overflow-x: hidden;
            padding-right: 0;
            padding-left: 0;
        }

        .container-fluid .hero-content h1 {
            letter-spacing: 0px;
            line-height: 50px;
            font-size: 40px;
            font-weight: bold;
            color: #FFFFFF;
            opacity: 1;
            padding-bottom: 30px;
            text-transform: capitalize;
        }

        .home-hero .hero-content p {
            padding-bottom: 50px;
        }

        @media (max-width:768px) {
            .final-featuredSection {
                padding: 24px 0;
            }
        }

.esign-card {}

.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: 36px;
  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-wrap {
  padding: 32px 0 32px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.esign-vertical-content-box {
  border: 3px solid #b3006e;
  border-radius: 18px;
  box-shadow: 0 4px 16px rgba(179, 0, 110, 0.10);
  padding: 32px 24px;
  background: #fff;
  min-width: 350px;
  min-height: 260px;
}

.esign-vertical-content {
  display: none;
  position: relative;
  z-index: 1000;
}

.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 !important;
  border-bottom: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  position: relative;
  z-index: 1;
}

.esign-tab-btn.active {
  color: #b3006e;
  border: 1.5px solid #e5e5e5 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  z-index: 2;
  background: #f5f0f4;
}

.esign-tab-btn:not(.active) {
  color: #888;
}

.esign-tab-btn:not(.active):hover {
  color: #b3006e;
  border-top: 1.5px solid #e5e5e5 !important;
  border-right: 1.5px solid #e5e5e5 !important;
  border-bottom: 0 !important;
  background: #e9edf6;
}

.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-herosection {
  background: url('../images/esign/esign-banner.jpg') no-repeat center center !important;
  background-size: cover !important;
}

.esign-herosection .hero-content h1 {
  color: #fff;
  font-size: 40px !important;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 50px;
}

.esign-herosection .hero-content {
  text-align: left;
}

.esign-herosection .hero-content p {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 28px;
}

.esign-vertical-tabs {
  background: #fff;
  border-radius: 18px;

  padding: 32px 24px 24px 24px;
}

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

.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 !important;
  margin-right: 20px;
}

.esign-accordion-title {
  text-align: left;
}

.esign-accordion-title p {
  font-size: 18px;
  font-weight: 500;
}

.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-vertical-content-wrap {
  padding: 32px 0 32px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.esign-vertical-content-box {
  border: 3px solid #b3006e;
  border-radius: 18px;
  box-shadow: 0 4px 16px rgba(179, 0, 110, 0.10);
  padding: 62px 24px;
  background: #fff;
  min-width: 350px;
  min-height: 260px;
  width: 85%;
  margin: 0 auto;
  z-index: 999;
}

.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: 34px;
  font-weight: 700;
}

.esign-section p {
  font-size: 20px;
  line-height: 24px;
}

.esign-section-subtitle {
  color: #c8007e;
}

.esign-accordion-item.open {
  border-bottom: 1px solid #80B0FF;
}

.esign-vertical-content-box::after {
  content: '';
  width: 86%;
  height: 100%;
  position: absolute;
  left: 19px;
  border-radius: 9px;
  border: 2px solid #CECECE;
  z-index: 0;
  top: -29px;
  z-index: -1;
  opacity: 0.7;
}

.counter-top .successInner {
  background: transparent linear-gradient(117deg, #89004E 0%, #001793 100%) 0% 0% no-repeat padding-box;
  padding: 6rem 3rem;
}

.counter-featured h3 {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
}

.counter-featured h6 {
  color: #fff;
}

.successInner {
  background: transparent linear-gradient(121deg, #2A50B4 0%, #0D1D7E 100%) 0% 0% no-repeat padding-box !important;
}

.counter-featured {
  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;
}

.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, #7332A3 0%, #EB41D2 100%);
  color: #fff;
  font-size: 2.2rem;

  font-weight: 700;
  border-radius: 24px 24px 0 0;
  text-align: left;
  
}

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

.esign-easy-header span {
  display: block;
  text-align: center;
}

.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;
  }
  .esign-herosection .hero-content p{
    text-align: center !important;
  }
}

.faq-section {
  padding-top: 80px;
  background: #f7f7f8;
}

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

.-three-dot {
  color: #ffffff !important;
}

@media screen and (max-width:767px) {
  .counter-top .successInner {
    padding: 3rem 2rem;
  }

  .counter-featured {
    gap: 30px;
  }

  .esign-herosection {
    background-size: cover;
    background-position: 66% !important;
  }


  .hero-container {
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .esign-tab-bar {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
  }

  .esign-tab-bar::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
  }

  .esign-tab-btn {
    display: inline-block;
    min-width: 220px;
    /* Adjust as needed for your design */
    margin-right: 8px;
    white-space: normal;
  }
}

/* .esign-accordion-desc ul li::marker{
  color: #4f096b;
    font-size: 17px;
} */
 .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;
}





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

.DocuSign{
    position: relative;
    top: 30px;
    left: 53px;
}
.DocuSign p{
    position: relative;
    bottom: 10px;
    right: 4px;
}

.PandaDoc{
    position: relative;
    bottom: 22px;
    right: 50px;
}

.PandaDoc p{
    position: relative;
    bottom: 10px;
    right: 4px;
}


.Digio{
    position: relative;
    top: 30px;
    right: 50px;
}
.Digio p{
  position: relative;
  bottom: 10px;
  right: 10px;
}
.Leegality{
    position: relative;
    bottom: 110px;
}
.Leegality p{
    position: relative;
    top: 4px;
    left: 5px;
}

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