* {
  font-family: poppins, sans-serif !important;
}

body {
  width: 100%;
}

.page-wrap{
  padding: 0;
}

/* hide header cta button */
.header-elements .roll-button.header-item {
  display: none;
}

/* hide scroll modal */
#scroll-popup-desktop {
  display: none;
}

.section-heading {
  font-size: 44px !important;
  font-weight: 600;
  line-height: 66px;
}
#software-features-heading{
	font-size:44px !important;
}
.pink-background {
  background-color: #fff9f9 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

/* Breadcrumbs  */
.entry-header {
  margin-bottom: 0 !important;
}

#breadcrumbs {
  padding: 25px 100px;
  margin: 0;
  background-color: #fff9f9;
  width: 100%;
}

/* Hero section */
.hero-padding {
  padding-top: 2rem;
}

.hero-section {
  padding-bottom: 0;
}

.hero-h1 {
  font-size: 54px !important;
  font-weight: 500;
  line-height: 75px;
  text-align: left;
}

.hero-text {
  font-weight: 600;
  line-height: 31px;
  text-align: left;
  color: #7d7d7d;
  padding-right: 55px;
}

.hero-section .download-vyapar-1 {
  margin-top: 20px;
}

.hero-img {
  width: 100%;
  margin-top: -10%;
}

/* Highlights Section */
.highlights-section {
  margin: 117px auto 100px;
}

.highlights-columns {
  display: flex;
  justify-content: center;
  gap: 165px;
}

.highlights-section .highlights-columns .highlight-column {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.highlight-heading {
  font-size: 40px !important;
  font-weight: 600;
}

.highlight-text {
  font-size: 25px !important;
}

/* Key Features Section */
.key-features-section {
  padding: 87px 156px 97px;
}

.key-features-heading {
  margin-top: 0 !important;
}

.key-features-sub-heading {
  margin: 11px 180px 68px;
  line-height: 33px;
}

.key-sections-row {
  display: flex;
  gap: 47px;
}

.key-feature-card {
  background-color: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0px 4px 6px 0px #0000001a;
}

.key-feature-heading {
  font-size: 20px !important;
  font-weight: 700;
  margin: 10px 0;
  color: #000;
}

/* How OCR works section */
.how-sub-heading {
  font-weight: 500;
  line-height: 33px;
}

.how-heading {
  margin: 2px auto 0 !important;
}

.process-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px 40px;
}

/* Process steps row */
.steps-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  position: relative;
  gap: 10px;
}

.step-wrapper {
  position: relative;
}

/* Step circles */
.step-circle {
  width: 99px;
  height: 99px;
  border-radius: 50%;
  display: flex;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 250px auto;
  border: 10px solid #fde2e4;
}

/* Step content */
.step-content {
  text-align: center;
  position: absolute;
}

/* Alternate content positioning for desktop */
.step-wrapper:nth-child(odd) .step-content {
  bottom: 390px;
}

.step-wrapper:nth-child(even) .step-content {
  top: 385px;
}

.step-wrapper .step-content h2 {
  font-size: 22.7px !important;
  font-weight: bold;
  margin-bottom: 5px !important;
  color: #000;
}

.step-wrapper .step-content p {
  color: #666;
  font-size: 14px !important;
  line-height: 1.4;
  margin: 0 auto;
}

/* Number badges */
.step-number {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #e63946;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  z-index: 2;
  font-weight: 500;
  font-size: 19.33px;
  box-shadow: 0px 2.2px 2.2px 0px #00000040;
}

/* Specific number positions */
.step-wrapper:nth-child(odd) .step-number {
  top: -20px;
}

.step-wrapper:nth-child(even) .step-number {
  bottom: -50px;
}

/* Horizontal connecting lines */
.step-wrapper:not(:last-child) .step-circle::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #e63946;
  top: 34.5px;
  z-index: -1;
  left: 79px;
  width: calc(100% + 20px);
}

/* Vertical connecting lines for top numbers */
.step-wrapper:nth-child(odd) .step-number::before {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #e63946;
  top: -20px;
  height: 20px;
  z-index: 0;
}

/* Vertical connecting lines for bottom numbers */
.step-wrapper:nth-child(even) .step-number::before {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #e63946;
  bottom: 30px;
  height: 25px;
  z-index: 0;
}

/* Experience section */
.experience-section {
  border: 20px solid #f86d88;
}

.experience-columns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 122px;
  position: relative;
  z-index: 1;
}

.experience-section .experience-column {
  width: auto;
}

.experience-content-column {
  padding-left: 69px;
}

.experience-heading {
  margin-bottom: 15px !important;
}

.experience-sub-heading {
  font-size: 18.54px !important;
  line-height: 30.6px;
}

.experience-img-col {
  padding: 118px 136px 106px 0;
}

.experience-img-col::before {
  content: "";
  position: absolute;
  top: 15%;
  right: 7%;
  bottom: 15%;
  left: 50%;
  pointer-events: none;
  opacity: 0.4;
  background: linear-gradient(180deg,
      rgba(237, 26, 59, 0.87) 0%,
      #ffc20f 86.35%);
  filter: blur(60px);
}

.experience-img {
  position: relative;
  z-index: 1;
}

.experience-img img {
  position: relative;
  border-radius: 8px;
}

/* Testimonials section */
.testimonials-section {
  padding: 99px 42px 163px;
}

/* Download section */
.download-section {
  background-color: #f86d88;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
}

.download-gradient-section {
  padding: 81px 214px !important;
  position: relative;
}

.download-gradient-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(800px circle at center,
      #ffc20f 0%,
      #ed1a3b 40%,
      #f86d88 70%);
  opacity: 0.3;
  filter: blur(20px);
  z-index: 1;
}

.download-heading,
.download-sub-heading,
.download-ocr-btn {
  position: relative;
  z-index: 2;
}

.download-heading {
  font-weight: 600;
}

.download-sub-heading {
  line-height: 28px;
  margin: 11px auto 38px;
}

.download-ocr-btn {
  display: flex !important;
  justify-content: center;
}

.download-ocr-btn a {
  width: 272px !important;
  height: 52px;
  border-radius: 9999px !important;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  font-weight: 700;
  font-size: 18px !important;
  text-align: center;
  color: #ff003a !important;
  padding: 12px 27px;
}

.download-ocr-btn a:hover,
.download-ocr-btn a:active {
  opacity: 0.9;
  background-color: #fff;
}

/* FAQs section */
.faqs1, .faqs {
  margin: auto;
  width: 75%;
  border: none !important;
}

.faq-section {
  margin-bottom: 24px;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  overflow: hidden;
}

.faqs-heading {
  margin-bottom: 44px !important;
}

.faq-inner {
  padding: 0;
}

.faq-answer-collapse-expand {
  display: flex;
  justify-content: center;
  padding-top: 0 !important;
}

.faq-answer-collapse .faq-answer-expand {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 0;
  display: none;
}

/* 	.faq-answer-collapse.show-faq {
		display: block;
	}
	.faq-answer-expand.show-faq {
		display: block;
	} */

.faq-heading-invoice-format {
  font-family: Poppins;
  color: #3f4155;
}

.faq-heading {
  margin: 0 !important;
  color: #000;
  font-size: 18px !important;
  font-weight: 500;
}

.faq-answer {
  font-family: Poppins;
  color: #333333;
  font-size: 14px !important;
  display: none !important;
}

.faq-answer.show-faq {
  display: block !important;
}

.faq-answer p {
  padding: 0 1em;
  color: #000;
}

.faq-question {
  padding: 1em;
  cursor: pointer;
}

@media (max-width: 768px) {
  .process-container {
    padding: 20px 10px;
  }

  .steps-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 0;
  }

  .step-wrapper:not(:last-child) .step-circle::after {
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    z-index: 0;
  }

  /* Reset desktop connecting lines */
  .step-wrapper::before,
  .step-wrapper::after {
    display: none;
  }

  /* Mobile step wrapper */
  .step-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
    width: 100%;
  }

  /* Center the circles */
  .step-circle {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  /* Position the step content */
  .step-content {
    position: absolute;
    width: calc(50% - 80px);
    max-width: 300px;
    margin: 0;
  }

  /* Left side content */
  .step-wrapper:nth-child(odd) .step-content {
    left: 0;
    padding-right: 20px;
    margin-bottom: 0;
  }

  /* Right side content */
  .step-wrapper:nth-child(even) .step-content {
    right: 0;
    margin-top: 0;
  }

  .step-content h2 {
    font-size: 22px;
  }

  .step-content p {
    font-size: 14px;
    margin: 0;
    max-width: none;
  }

  /* Number badges on top of circles */
  .step-wrapper:nth-child(odd) .step-number,
  .step-wrapper:nth-child(even) .step-number {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
  }
}

@media only screen and (max-width: 572px) {
  #breadcrumbs {
    padding: 25px 11px;
  }

  .section-heading {
    font-size: 23px !important;
    line-height: 29px;
  }

  .sm-heading {
    font-size: 19px !important;
  }

  .sm-text {
    font-size: 11px !important;
  }

  /* Hero section */
  .hero-section {
    padding: 0 !important;
  }

  .hero-section .hero-h1 {
    font-size: 50px !important;
    padding: 0 20px;
    margin: 15px 35px 21px !important;
    text-align: center;
    line-height: 75px !important;
  }

  .hero-text {
    font-size: 13.39px !important;
    line-height: 20.2px;
    margin: 0 auto 25px;
    text-align: center;
    padding: 0 10px;
    font-weight: 400;
  }

  .hero-img {
    margin-top: 0;
  }

  .hero-img {
    width: 273px;
    height: 217px;
    margin: auto;
  }

  .download-for-mobile {
    display: flex !important;
    justify-content: center;
    padding: 10.5px 13px !important;
  }

  .download-for-mobile a {
    width: 60% !important;
    font-size: 14px !important;
    border-radius: 5px !important;
    padding: 12px;
  }

  /* Highlight section */
  .highlights-section {
    padding: 50px 57px;
    margin-bottom: 0;
    margin-top: 0;
  }

  .highlights-columns {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 14px;
    margin-bottom: 0;
  }

  .highlights-section .highlights-columns .highlight-column {
    flex-basis: auto !important;
  }

  .highlight-heading {
    font-size: 16px !important;
    margin-bottom: 5px;
  }

  .highlight-text {
    font-size: 11px !important;
  }

  /* Key Features Section */
  .key-features-section {
    padding: 39px 0 43px;
    margin: 0 auto;
    background-color: #fff;
  }

  .key-features-heading {
    padding: 0 10px;
  }

  .key-features-sub-heading {
    line-height: 15px;
    margin: 7px auto 28px;
    padding: 0 55px;
  }

  .key-sections-container {
    display: flex;
    flex-direction: column;
    gap: 21px;
  }

  .key-sections-row {
    width: 90%;
    margin: auto;
  }

  .key-sections-row:not(:last-child) {
    margin-bottom: 21px;
  }

  .key-feature-card {
    padding: 13px;
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .key-feature-icon {
    transform: scale(0.6);
    transform-origin: left;
    margin-bottom: 0;
  }

  .key-feature-heading {
    font-size: 12px !important;
    padding-left: 0;
    margin: 7px 0 !important;
  }

  .key-feature-text {
    padding-left: 0;
  }

  /* 	How OCR works section */

  .how-heading {
    margin-bottom: 34px !important;
  }

  .steps-row {
    padding-top: 0;
    margin-top: 0;
  }

  .step-content {
    width: calc(50% - 35px);
    text-align: center;
  }

  .step-wrapper:nth-child(odd) .step-content,
  .step-wrapper:nth-child(even) .step-content {
    top: unset;
    bottom: unset;
  }

  .step-wrapper:nth-child(odd) .step-content {
    padding-right: 10px;
  }

  .step-wrapper:nth-child(even) .step-content {
    padding-left: 10px;
  }

  .step-wrapper .step-content h2 {
    font-size: 15px !important;
    margin-top: 0 !important;
  }

  .step-wrapper .step-content p {
    padding: 0;
  }

  .step-circle {
    width: 74px;
    height: 74px;
    border: 5px solid #fde2e4;
  }

  .step-wrapper:not(:last-child) .step-circle::after {
    width: 2px;
    top: 69px;
    z-index: -2;
    left: 31px;
    height: calc(100% + 10px);
  }

  .step-number {
    width: 22.5px;
    height: 22.5px;
    font-size: 14.66px;
    box-shadow: 0px 1.67px 1.67px 0px #00000040;
  }

  .step-wrapper:nth-child(odd) .step-number,
  .step-wrapper:nth-child(even) .step-number {
    top: -12px;
  }

  .step-wrapper .step-number::before {
    display: none;
  }

  .step-icon {
    transform: scale(0.75);
  }

  /* Experience Section */
  .experience-section {
    padding: 35px 63px 24px;
    border: 12px solid #f86d88;
  }

  .experience-heading {
    text-align: center;
  }

  .experience-sub-heading {
    line-height: 14.26px !important;
    text-align: center;
  }

  .experience-columns {
    gap: 27px;
  }

  .experience-content-column {
    padding-left: 0;
  }

  .experience-img-col {
    padding: 0;
  }

  .experience-img-col::before {
    top: 50%;
    right: 0;
    bottom: 10%;
    left: 0;
    filter: blur(35px);
    opacity: 0.6;
  }

  /* Testimonials section */
  .testimonials-section {
    padding: 35px 0 0 14px;
  }

  /* Download Section  */
  .download-section {
    padding: 24px 0 28px;
    margin: auto;
  }

  .download-gradient-section {
    padding: 24px 0 28px !important;
    margin: auto;
  }

  .download-heading {
    font-size: 17px !important;
    line-height: 22px;
    padding: 0 20px;
  }

  .download-sub-heading {
    font-size: 12px !important;
    line-height: 17px;
    padding: 0 45px;
    margin-bottom: 25px;
  }

  .download-ocr-btn.show-on-desktop {
    display: none !important;
  }

  .download-ocr-btn.show-on-mobile {
    margin-bottom: 0 !important;
  }

  .download-ocr-btn.show-on-mobile a {
    border-radius: 9999px !important;
    display: flex;
    justify-content: center;
    padding: 7px 15px;
    height: 30px;
    font-size: 11px;
    line-height: 100%;
  }

  /* FAQs section */
  .faqs-heading {
    margin: 47px auto 31px;
  }

  .faqs1, .faqs {
    width: 90%;
    padding: 0 0 45px;
    margin: auto;
  }

  .faq-heading {
    margin: 0 !important;
  }

  .faq-section {
    margin-bottom: 12.26px;
  }

  .faq-question {
    padding: 10px;
  }

  .faq-answer-collapse-expand {
    padding-top: 0;
  }

  .down-arrow,
  .up-arrow {
    transform: scale(0.6);
    margin-bottom: 0;
  }

  .down-arrow {
    transform-origin: top left;
  }

  .up-arrow {
    transform-origin: center;
  }
}