.d-md-none {
  display: none !important;
}
#accounting-container-v2 {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
  background: #fff;
  scroll-behavior: smooth;
}
#accounting-container-v2 .text-color-orange {
  font-family: "Poppins";
  font-weight: 600;
}

#accounting-container-v2 #header .active {
  color: #ef7338 !important;
}

#accounting-container-v2 #body .title {
  font-size: 36px;
  font-family: "Poppins";
}

.header-container {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(80px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.loan-header {
  display: flex;
  width: 100%;
  height: 60px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  font-family: Poppins;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 500;
  background: linear-gradient(90deg, #e4caf8 0%, #ffcfae 51.56%, #faffc6 100%);
}

.loan-header label {
  color: #292d35;
}

.loan-header a {
  color: #4c3cce;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: underline;
  font-weight: bold;
}

/* FY Sale header - End of FY sale banner (revert to loan-header above when sale ends) */
.fysale-header {
  display: flex;
  width: 100%;
  min-height: 56px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: linear-gradient(88.71deg, #7E6FFE -41.03%, #8C70FE -28.35%, #BE74FE 22.39%, #BB76FD 44.59%, #B27FFD 60.45%, #A48EFD 73.13%, #90A3FC 85.81%, #76BEFB 95.33%, #6BCAFB 98.5%);
  padding: 0;
  box-sizing: border-box;
}

.fysale-header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 1326px;
  width: 100%;
  flex-wrap: wrap;
  padding: 0 24px;
  box-sizing: border-box;
}

.fysale-header-icon {
  height: 60px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.fysale-header-save-text {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  white-space: nowrap;
}

.fysale-header-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #FFD800;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}

.fysale-header-cta:hover {
  opacity: 0.9;
}

.fysale-header-cta-arrow {
  color: #FFD800;
  flex-shrink: 0;
}

.header-options-hamburger {
  display: none;
}

.header-section {
  height: 80px;
  position: relative;
  max-width: 1326px;
  padding: 0 80px;
  width: 100%;
  opacity: 1;
  box-sizing: border-box;
}

.header-options {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}

@media screen and (min-width: 640px) {
  .mobile-menu-content{
    display: flex;
    gap: 16px;
    align-items: center;
    height: 100%;
  }
}

.header-options .header-options-container {
  display: flex;
  gap: 16px;
  align-items: center;
  height: 100%;
}

.header-options .header-options-container .header-link {
  margin: 0;
  padding: 8px;
  font-family: "Poppins";
  max-width: 169px;
}

.header-options .header-options-container .header-link:hover {
  color: #4c3cce;
}

.header-options .dropdown {
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-options .dropdown:hover {
  overflow: inherit;
}

.header-options .dropdown .dropdown-btn {
  padding: 8px;
  border: none;
  background-color: initial;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #28313b;
  font-family: "Poppins";
}

.header-options .dropdown:hover .dropdown-btn {
  color: #4c3cce;
}

.header-options .dropdown .dropdown-menu {
  display: none;
}

@media screen and (min-width: 640px) {
  .header-options .dropdown:hover .dropdown-menu {
    display: initial;
    position: absolute;
    top: calc(100% - 20px);
    left: 8px;
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
    width: max-content;
    display: flex;
    flex-direction: column;
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.05));
  }

  .header-options .dropdown:hover .dropdown-menu .dropdown-item {
    margin: 0;
    padding: 8px;
    font-family: "Poppins";
    font-weight: normal;
  }

  .header-options .dropdown:hover .dropdown-menu .dropdown-item:hover {
    color: #4c3cce;
  }

  .header-options .dropdown:hover .solutions-dropdown {
    display: initial;
    position: absolute;
    top: calc(100% - 20px);
    left: 8px;
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
    width: 400px;
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.05));
  }

  .solutions-dropdown-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
  }

  .solutions-column-header {
    flex: 1;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 14px;
    color: #292d35;
  }

  .solutions-dropdown-separator {
    height: 1px;
    background-color: #e5e7eb;
    margin-bottom: 16px;
    width: 80%;
    height: 1px;
    margin-top: 15px;
  }

  .solutions-dropdown-content {
    display: flex;
    gap: 24px;
  }

  .solutions-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .solutions-column .solutions-column-title {
    display: none !important;
  }

  .solutions-column .dropdown-item {
    margin: 0;
    padding: 8px;
    font-family: "Poppins";
    font-weight: normal;
  }

  .solutions-column .dropdown-item:hover {
    color: #4c3cce;
  }
}

.header-options-divider {
  width: 1px;
  height: 40px;
  background-color: #c2c6ce;
}

.header-actions {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-btn {
  font-family: Source Sans Pro;
  width: 128px;
  border-radius: 100px;
  height: 48px;
  padding: 8px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 14px;
  line-height: 24px;
}

.login-button {
  color: #fff;
  border: none;
  background-color: #292d35;
}

.trial-button {
  background-color: #fff;
  color: #292d35;
  border: 2px solid #292d35;
  padding: 8px;
  width: fit-content;
}

.book-demo-button {
  color: #292d35;
  border: 2px solid #292d35;
  background-color: #fff;
}

.empty-button {
  background: none;
  color: #28313b;
  border: none;
  width: fit-content;
  font-family: Poppins;
}

#accounting-container-v2 #body .w-250 {
  width: 250px;
}
#accounting-container-v2 #body .statistics {
  /* width: 100%; p-changes */
  background-color: #faf7f3;
  padding: 45px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#accounting-container-v2 #body .statistics .stat {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
#accounting-container-v2 #body .statistics .stat .text {
  font-size: 40px;
  font-weight: 600;
  color: #db631a;
}
#accounting-container-v2 #body .statistics .stat .sub-text {
  font-size: 20px;
}
#accounting-container-v2 #body .why-flobooks {
  padding-left: 95px;
  margin-top: 30px;
  padding-bottom: 50px;
}
#accounting-container-v2 #body .why-flobooks .features {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#accounting-container-v2 #body .why-flobooks .features .feature {
  width: 28%;
  margin-right: 50px;
  margin-top: 22px;
}
#accounting-container-v2 #body .why-flobooks .features .feature .title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
}
#accounting-container-v2 #body .why-flobooks .features .feature .sub-text {
  font-size: 16px;
  margin-top: 7px;
  text-align: justify;
}

#accounting-container-v2 #body .flobooks-user {
  padding-left: 90px;
  margin-top: 30px;
  padding-bottom: 50px;
  z-index: 15;
}
#accounting-container-v2 #body .flobooks-user .features {
  display: flex;
  flex-wrap: wrap;
  margin-left: -42px;
}
#accounting-container-v2 #body .flobooks-user .features .feature {
  width: 40%;
  margin-right: 5px;
  padding: 0px 42px;
  margin-top: 22px;
}
#accounting-container-v2 #body .flobooks-user .features .feature .title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
}
#accounting-container-v2
  #body
  .flobooks-user
  .features
  .feature
  .feature-image-container {
  width: 100%;
  height: 296px;
}
.feature-img {
  border-radius: 25px;
}
#accounting-container-v2 #body .flobooks-user .features .feature .sub-text {
  font-size: 16px;
  text-align: justify;
}
#accounting-container-v2 #body .flobooks-benefits {
  padding-left: 90px;
  margin-top: 30px;
  padding-bottom: 35px;
  z-index: 15;
}
#accounting-container-v2 #body .flobooks-benefits .features {
  display: flex;
  flex-wrap: wrap;
}
#accounting-container-v2 #body .flobooks-benefits .features .feature {
  width: 28%;
  margin-right: 50px;
  margin-top: 22px;
}
#accounting-container-v2 #body .flobooks-benefits .features .feature .title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
}
#accounting-container-v2 #body .flobooks-benefits .features .feature .sub-text {
  font-size: 16px;
  text-align: justify;
}

#accounting-container-v2 #body .testimonals {
  position: relative;
  padding: 0px 90px;
  overflow-y: hidden;
  max-height: 445px;
  background: #faf7f3;
}
#accounting-container-v2 #body .testimonals .title {
  margin-top: 45px;
}
#testimonal-1 {
  display: flex;
}
#testimonal-2 {
  display: none;
}
#testimonal-3 {
  display: none;
}
#testimonal-4 {
  display: none;
}
#testimonal-5 {
  display: none;
}
#testimonal-6 {
  display: none;
}
#testimonal-7 {
  display: none;
}
#accounting-container-v2 #body .testimonals .testimonal-container {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  margin-top: 60px;
  margin-bottom: 30px;
}
#accounting-container-v2 #body .testimonals .testimonal-container .testimonal {
  display: flex;
  visibility: hidden;
  height: 0;
}
#accounting-container-v2
  #body
  .testimonals
  .testimonal-container
  .testimonal
  .testimonal-image {
  opacity: 0;
  transition: all 0.85s ease;
  height: 240px;
  width: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 70px;
}
#accounting-container-v2
  #body
  .testimonals
  .testimonal-container
  .testimonal
  .testimonal-image.active {
  opacity: 1;
  height: 240px;
  width: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 70px;
}
#accounting-container-v2
  #body
  .testimonals
  .testimonal-container
  .testimonal
  .details {
  width: 68% !important;
  height: max-content;
}
#accounting-container-v2
  #body
  .testimonals
  .testimonal-container
  .testimonal
  .details
  .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}
#accounting-container-v2
  #body
  .testimonals
  .testimonal-container
  .testimonal
  .details
  .text {
  font-size: 23px;
}
#accounting-container-v2
  #body
  .testimonals
  .testimonal-container
  .testimonal
  .details
  .username {
  font-size: 23px;
  margin-top: 20px;
  font-style: italic;
}
#accounting-container-v2
  #body
  .testimonals
  .testimonal-container
  .testimonal.active {
  visibility: visible;
}

.mobile-view .why-flobooks {
  padding-left: 30px;
  margin-top: 45px;
  padding-bottom: 17px;
}
.mobile-view .why-flobooks .features {
  display: flex;
  flex-wrap: wrap;
}
.mobile-view .why-flobooks .features .feature {
  width: 46%;
  margin-right: 10px;
  margin-top: 20px;
}
.mobile-view .feature-img {
  border-radius: 0px !important;
}
.mobile-view .why-flobooks .features .feature .title {
  font-size: 13px;
  font-weight: 600;
}
.mobile-view .why-flobooks .features .feature .sub-text {
  font-size: 12px;
}
.m-group-card-details {
  font-size: 12px;
  padding: 12px 12px;
  margin-top: -16px;
  height: 0px;
  visibility: hidden;
}
.show {
  visibility: visible;
  height: 100%;
}

.m-flobooks-benefits {
  padding-left: 30px;
  margin-top: 45px;
  padding-bottom: 17px;
  z-index: 15;
}
.m-flobooks-benefits .features {
  display: flex;
  flex-wrap: wrap;
}
.m-flobooks-benefits .features .feature {
  width: 46%;
  margin-right: 10px;
  margin-top: 20px;
}
.m-flobooks-benefits .features .feature .title {
  font-size: 13px;
  font-weight: 600;
}
.m-flobooks-benefits .features .feature .sub-text {
  font-size: 12px;
}
.font-12 {
  font-size: 12px;
}
.mt-7 {
  margin-top: 7px;
}

.download-app-modal-backdrop {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: #28313bcc;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download-header-btn-button {
  /* margin: 0 1.25rem; */
  font-family: Source Sans Pro;
  min-width: 140px;
  border-radius: 25px !important;
  background-color: #5a5a6d !important;
  border: 1px solid #5a5a6d !important;
  color: #fff !important;
  width: 222px;
  height: 40px !important;
  font-weight: 600;
  align-items: center !important;
  justify-content: center !important;
  font-size: 13px;
}
.input-button-log-reg-btn {
  font-family: Source Sans Pro;
  min-width: 140px;
  border-radius: 30px !important;
  background-color: #db631a !important;
  border: 1px solid #db631a !important;
  color: #fff !important;
  width: 278px;
  height: 50px !important;
  font-weight: 600;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px;
}

.section-container {
  width: 100%;
}


.start-using-section .input-button-container {
  display: flex;
  justify-content: space-between;
  padding: 6px 6px 6px 68px;
  border-radius: 32px;
  border: 1px solid #e0e2e7;
  background: #fff;
  z-index: 2;
  position: relative;
}

.start-using-section .input-button-container .country-code-placeholder {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #3d4350;
}

.start-using-section .input-button-container input {
  height: auto;
  width: calc(100% - 16px - 230px);
  color: #3d4350;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
  border: none;
}

.start-using-section .input-button-container .log-reg-btn {
  display: flex;
  width: 230px;
  height: 48px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background: linear-gradient(
    91deg,
    #4c3cce 0.51%,
    rgba(77, 61, 207, 0.9) 99.47%
  );
  border: none;
  color: #f6f7f7;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  z-index: 100;
}


.simple-smart {
  color: #4c3cce;
  font-family: Source Sans Pro;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  z-index: 2;
}


.color-brand {
  color: #4c3cce;
}

.text-semi-bold {
  font-weight: 600;
}

.print-types-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  height: 934px;
  flex-direction: column;
}

.print-types-container {
  max-width: 1166px;
  padding: 0 80px;
  width: calc(100% - 160px);
  display: flex;
  flex-direction: column;
}

.print-types-images-container {
  width: 100%;
  padding: 0;
}

.print-types-container-header-container {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-family: Poppins;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  color: #292d35;
}

.print-types-logo {
  background: linear-gradient(96deg, #b6649b 2.68%, #f9833c 96.19%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}

.print-types-container-description {
  color: #292d35;
  font-family: Source Sans Pro;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

#thermal-print{
 justify-content: center;
}

#thermal-print img {
  width: auto;
  height: 620px;
}

.print-types-options {
  display: inline-flex;
  padding: 8px;
  gap: 16px;
  border-radius: 100px;
  border: 1px solid #e0e2e7;
  background: #fff;
  margin: 70px 0;
  width: fit-content;
}

.print-types-option {
  display: flex;
  padding: 12px 16px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 100px;
  color: #292d35;
  text-align: center;
  font-family: Source Sans Pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
}

.print-types-option.active {
  background: linear-gradient(
    163deg,
    #4c3cce 10.94%,
    rgba(77, 61, 207, 0.7) 130.91%
  );
  font-weight: 600;
  color: #fff;
}

.print-types-images {
  display: none;
  align-items: end;
  gap: 28px;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.print-types-images#a4-print,
.print-types-images#a5-print {
  padding: 0 80px;
}

.print-types-images::-webkit-scrollbar {
  display: none;
}

.print-types-images.active {
  display: flex;
}

.print-types-image .print-types-text {
  display: none;
}

.print-types-image:hover .print-types-text {
  display: flex;
  justify-content: space-between;
  color: #292d35;
  font-family: Source Sans Pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 8px;
}

.print-types-image {
  flex-shrink: 0;
  height: 620px;
  overflow-y: hidden;
}

#a5-print .print-types-image {
  height: 620px;
}

.print-types-image img {
  height: 600px;
  transition: height 0.5s ease-in;
  border: 0.706px solid var(--bluish-grey-50, #e0e2e7);
  border-radius: 8px;
  width: auto;
}

#a5-print .print-types-image > img {
  height: 500px;
}

.print-types-image img.print-types-right-arrow {
  height: 20px;
  border: none;
  transition: none;
  border: none;
}

.print-types-image img.custom-invoice {
  border: none;
  border-radius: 0;
}

.print-types-image:hover img {
  height: 700px;
  width: auto;
}

#a5-print .print-types-image:hover > img {
  height: 600px;
  width: auto;
}

.print-types-image:hover img.print-types-right-arrow {
  height: 20px;
}

.use-templates {
  color: #3da3ed;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.anytime-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  height: auto;
}

.anytime-section-container {
  height: auto;
  max-width: 1166px;
  padding: 0 80px;
  width: calc(100% - 160px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.anytime-section-text {
  max-width: 508px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.easily-run-busniess {
  color: #4c3cce;
  font-family: Source Sans Pro;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.anytime-text {
  color: #292d35;
  font-family: Poppins;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 100% */
}

.anytime-description {
  color: #292d35;
  font-family: Source Sans Pro;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}

.get-started-btn {
  display: flex;
  width: 260px;
  height: 48px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background: linear-gradient(
    91deg,
    #4c3cce 0.51%,
    rgba(77, 61, 207, 0.9) 99.47%
  );
  border: none;
  color: #f6f7f7;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.anytime-section-images {
  height: 500px;
  display: flex;
  flex-direction: column;
  max-width: 550px;
  gap: 50px;
  overflow: scroll;
  padding: 0;
  box-sizing: border-box;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.anytime-section-images::-webkit-scrollbar {
  display: none;
}

.anytime-section-images img {
  border-radius: 16px;
  width: 550px;
}

.features-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  transition: all 0.5s ease-in;
  padding: 50px 0;
  background: url(../images/landing-page-v2/background-indian-theme.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.features-section-expanded {
  background: url(../images/landing-page-v2/background-mesh-theme.webp);
}

.features-section-container {
  height: 100%;
  max-width: 1166px;
  padding: 0 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.feature-message {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-direction: column;
}

.feature-message-row {
  color: #667085;
  text-align: center;
  font-family: Poppins;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px; /* 128.571% */
}

.features-section-expanded .feature-message-count {
  transition: color 0.7s ease-in;
  color: #4c3cce;
}

.features-section-expanded .feature-message-row {
  transition: color 0.7s ease-in;
  color: #292d35;
}

.feature-message-count {
  transition: all 0.4s ease-in;
}

.feature-options-box {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  height: 0px;
  opacity: 0;
  transition: all 0.5s ease-in;
  pointer-events: none;
}

.features-section-expanded .feature-options-box {
  height: auto;
  opacity: 1;
  pointer-events: initial;
}

.feature-options-box-mobile {
  display: none;
}

.feature-options {
  display: flex;
  padding: 8px;
  gap: 16px;
  align-self: stretch;
  border-radius: 100px;
  border: 1px solid #e0e2e7;
  background: #f6f7f7;
}

.feature-options .feature-option {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 100px;
  color: #667085;
  text-align: center;
  font-family: Source Sans Pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  background: transparent;
  transition: all 0.4s ease-in;
  cursor: pointer;
}

.feature-options .feature-option.active {
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  color: #4c3cce;
}

.feature-show {
  display: none;
  width: 100%;
  gap: 40px 24px;
  justify-content: space-between;
}

.feature-show.active {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  animation-name: fadeIn;
  justify-content: center;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

.feature-show.active > div {
  width: calc((100% - 48px) / 3); /* Width for 3 items per row with gaps */
}

.feature-show.active > div {
  display: flex;
  flex-direction: column;
  width: calc(100% / 3 - 20px);
  height: 266px;
  > a {
    display: flex;
    flex-direction: column;
    color: #000;
  }
}

.feature-show.active > div > div,
.feature-show.active > div > a > div {
  font-family: Poppins;
  font-size: 14px;
  width: calc(100% - 32px);
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  padding: 12px 16px 12px 16px;
  border: 1px solid #eeefef;
  gap: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: white;
}

.feature-show.active > div img {
  border: 1px solid #eeefef;
  border-bottom: none;
  width: 100%;
  height: auto;
  background: #f6f7f7;
  font-weight: 500;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

#feature-business-management.active > div img {
  background: #f6f4ff;
}

#feature-inventory-management.active > div img {
  background: #f5f7fe;
}

#feature-bonus-features.active > div img {
  background: #f4f8f0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.feature-show .feature {
  width: calc((100% - 48px) / 3);
}

.gst-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

.gst-section-container {
  max-width: 1166px;
  padding: 0 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}

.gst-header {
  color: #292d35;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 125% */
  width: 100%;
}

.gst-features-box {
  width: 100%;
  display: flex;
  gap: 24px;
}

.gst-features-box .gst-features {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 350px;
  gap: 24px;
}

.gst-features-box .gst-features .gst-feature {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 16px;
  background: #fff;
  color: #667085;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  cursor: pointer;
}

.gst-features-box .gst-features .gst-feature.active {
  border-radius: 16px;
  background: #f1f0fc;
  font-weight: 600;
  color: #4c3cce;
}

.gst-features-box .gst-features .gst-feature .gst-icon-box {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #eeefef;
  background: #fff;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.gst-features-box .gst-features .gst-feature.active .gst-icon-box {
  border: none;
}

.gst-features-box .gst-features .gst-feature img {
  filter: invert(35%) sepia(30%) saturate(314%) hue-rotate(181deg)
    brightness(86%) contrast(82%);
}

.gst-features-box .gst-features .gst-feature.active img {
  filter: invert(18%) sepia(97%) saturate(3107%) hue-rotate(245deg)
    brightness(85%) contrast(89%);
}

.gst-features-box .gst-feature-description {
  display: none;
  position: relative;
  border-radius: 16px;
  border: 1px solid #e0e2e7;
  background: #fff;
  overflow: hidden;
}

.gst-features-box .gst-feature-description.active {
  display: inline-flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 24px;
}

.gst-features-box .gst-feature-description.active .gst-imgage {
  width: 100%;
  border-bottom: 1px solid #e0e2e7;
  background: #f0f1f3;
}

.gst-features-box .gst-feature-description .gst-feature-description-text {
  width: calc(100% - 48px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #292d35;
  font-family: Source Sans Pro;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 150% */
  padding: 0 24px 24px 24px;
}

.get-more-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

.get-more-section-container {
  max-width: 1166px;
  padding: 0 80px;
  width: calc(100% - 160px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 92px;
}

.get-more-section-header-tag {
  color: #4c3cce;
  font-family: Source Sans Pro;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 150% */
}

.get-more-section-header {
  color: #292d35;
  font-family: Poppins;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px; /* 138.462% */
  margin-top: 4px;
}

.get-more-view {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 45px;
  height: 263px;
}

.get-more-view-box {
  width: 488px;
  height: 100%;
  border-radius: 16px;
  background: #f6f7f7;
  overflow: hidden;
  border: 1px solid #e0e2e7;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.mobile-floating-cta {
  display: none;
}

@media screen and (max-width: 1163px) {
  .get-more-view-box {
    width: 350px;
  }
}

.get-more-view-features-box {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 45px;
  height: 90%;
}

.get-more-view-box video {
  width: 100%;
  height: auto;
  position: relative;
  left: -1px;
}

.get-more-view-features {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 270px;
  height: 70%;
}

.get-more-view-features .get-more-view-feature {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  color: #292d35;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  > a {
    display: flex;
    gap: 16px;
    color: black;
  }
}

.trusted-across-industries-header{
  width: 100%;
  text-align: center;
  color: #292d35;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  display: flex;
  justify-content: center;
}

.trusted-across-industries-subheading {
  width: 100%;
  text-align: center;
  font: 400 22px/38px Source Sans Pro;
  color: #667085;
  margin: 16px 0 65px;
  display: flex;
  justify-content: center;
}

.trusted-across-industries-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px
}

.trusted-across-industries-card{
  color: #020817;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.trusted-across-industries-card-img-container{
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.trusted-across-industries-card-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-gradient-effect{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(147, 51, 234, 0.9),  
    rgba(168, 85, 247, 0.4),  
    transparent
  );
}

.trusted-across-industries-card-img-overlay{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  inset: 0px;
}

.trusted-across-industries-card-overlay-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 16px;
}

.trusted-across-industries-card-overlay-text h3 {
  color: white;
  font-weight: 700;
  font-size: 18px;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07))
          drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}

.trusted-across-industries-card-overlay-text .overlay-head {
  color: #ffffffe6;
  margin-top: 4px;
  font-size: 14px;
}

.trusted-across-industries-card-overlay-text .overlay-text {
  color: #ffffffb3;
  font-size: 12px;
}


.trusted-across-industries-card-bottom-container{
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.trusted-across-industries-testimonial{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.trusted-across-industries-testimonial-head{
  display: flex;
  gap: 8px;
  align-items: center;
}

.trusted-across-industries-testimonial-head-img{
  display: flex;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.testimonial-header{
  color: #020817;
  font-weight: 500;
  font-size: 14px;
}

.stars-container{
  display: flex;
  gap: 2px;
}

.stars-container svg{
  width: 12px;
  height: 12px;
}

.testimonial-text{
  color:#64748b;
  font-size: 14px;
  font-family: "Source Sans Pro";
  font-style: italic;
  overflow: hidden;
  display: -webkit-box;
-webkit-line-clamp: 3; /* or suitable line count */
-webkit-box-orient: vertical;
}

.view-all-testimonials{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 32px;
  cursor: pointer;
}

.view-all-testimonials a{
  text-decoration: none;
  display: flex;
  font-family: 500;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #0f172a;
}

.view-all-testimonials a img{
  filter: brightness(0);
}


.play-btn-container{
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #020817;
  cursor: pointer;
}

/* Video Modal Styles */
.testinomial-video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  z-index: 9998;
}

.modal-content {
  position: relative;
  width: 100%;
  max-width: 900px;
  background: #000;
  border-radius: 8px;
}

.modal-close-btn {
  position: absolute;
  top: -12px;
  right: -12px;
  background: white;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  color: black;
  cursor: pointer;
  padding: 8px;
  z-index: 10000;
  transition: opacity 0.2s;
}

.modal-close-btn:hover {
  background-color: #babdc1;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.supporting-businesses-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

.supporting-businesses-section-container {
  max-width: 1166px;
  padding: 0 80px;
  width: calc(100% - 160px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.extra-features-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  background: #f6f7f7;
  min-height: auto;
}

.extra-features-section-container {
  max-width: 1166px;
  padding: 0 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
}

.extra-features-header {
  color: #292d35;
  font-family: Poppins;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  margin: 0;
  width: 100%;
}

.extra-features-box {
  display: flex;
  gap: 24px;
  width: 100%;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.extra-features-box .extra-features-card {
  display: flex;
  padding: 20px;
  flex-direction: column;
  gap: 24px;
  flex: 1 0 0;
  border-radius: 16px;
  background: var(--white-0, #fff);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

.extra-features-box .extra-features-card .extra-features-card-text {
  color: #292d35;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}

.bharat-element-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 200px 0;
  min-height: auto;
  background: url(../images/landing-page-v2/bharat-element-backgroung-img.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.bharat-element-section-container {
  max-width: 1166px;
  padding: 0 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.bharat-element-text {
  color: #292d35;
  text-align: center;
  font-family: Poppins;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
}

.bharat-element-text #bharat-element {
  background: radial-gradient(
    178.55% 128.48% at 95.1% 3.79%,
    #d69962 0%,
    #9fd6cf 25.34%,
    #88bcfe 76.6%,
    #588e71 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bharat-element-box {
  width: 100px;
  display: inline-flex;
  overflow: visible;
}

.start-using-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0 0 0;
  min-height: auto;
  background: #edeff7;
}

.start-using-section-container {
  max-width: 1166px;
  padding: 0 80px;
  width: calc(100% - 160px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.start-using-section-column {
  width: calc((100% - 32px) / 2);
}

.start-using-section-column.start-using-text {
  display: flex;
  width: 100%;
  padding: 24px 24px 28px 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.start-using-section .input-button-container {
  width: 100%;
}

.start-using-login-box {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.start-using-login-box .start-using-header {
  color: #292d35;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  margin: 0;
}

.start-using-section-column.start-using-image {
  display: flex;
  align-items: baseline;
}

.start-using-img-text {
  color: #667085;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
}

.start-using-img-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.start-using-deeplinks {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;

  a {
    cursor: pointer;
  }
}

.faq-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0 80px 0;
}

.faq-section-container {
  max-width: 1166px;
  padding: 0 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 56px;
}

.faq-section-header-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.faq-section-header-box .faq-section-header {
  color: #292d35;
  text-align: center;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  width: 100%;
  margin: 0;
}

.faq-section-header-box .faq-section-subtext {
  color: #3d4350;
  text-align: center;
  font-family: Source Sans Pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 80%;
  margin: 0;
}

#common-queries {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.query-card-v2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 24px 16px;
  border-bottom: 1px solid #e0e2e7;
  cursor: pointer;
  width: calc(100% - 32px);
}

.customer-groups {
  padding-top: 0;
  padding-left: 0;
  width: 100%;
}

.view-more {
  display: none;
}

.publications-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  min-height: auto;
}

.publications-section-container {
  max-width: 1166px;
  padding: 0 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 56px;
}

.publications-header {
  width: 100%;
  color: #292d35;
  text-align: center;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}

.publications {
  display: flex;
  align-items: center;
  gap: 54px;
  justify-content: center;
  flex-wrap: wrap;
}

.publications img {
  transition: all 0.85s ease-in;
  opacity: 0.4;
  mix-blend-mode: luminosity;
}

.publications img:hover {
  opacity: 1;
  mix-blend-mode: initial;
}

.main-content {
  transition: transform 600ms ease-out;
  transform: translateY(0);
}

.header-options .header-options-container .mobile-cta {
  display: none;
}

@media screen and (max-width: 640px) {
  .loan-header {
    font-size: 12px;
  }

  .fysale-header {
    min-height: 0;
    padding: 0;
  }

  .fysale-header-inner {
    gap: 9px;
    padding: 0;
  }

  .fysale-header-save-text {
    font-size: 14px;
  }

  .fysale-header-cta {
    font-size: 14px;
  }

  .fysale-header-cta-arrow {
    width: 16px;
    height: 16px;
  }

  .d-md-none {
    display: block !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .header-container {
    background: white;
  }

  .mobile-floating-cta {
    display: flex;
    width: calc(100% - 48px);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    padding: 12px 24px;
    gap: 24px;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
  }

  .mobile-cta-links {
    flex: 1 1 0;
    display: flex;
    align-items: center;
  }

  .mobile-cta-links img {
    width: 100%;
  }

  #accounting-container-v2 {
    display: block;
  }

  .header-section {
    height: 56px;
    padding: 16px;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .header-options-divider {
    display: none;
  }

  .header-options .header-options-container {
    position: absolute;
    right: 0;
    top: 56px;
    width: 217px;
    display: none;
    flex-direction: column;
    background: white;
    height: calc(100vh - 116px); /* fallback for older browsers */
    height: calc(100dvh - 116px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    overscroll-behavior: contain;
    align-items: flex-start;
    gap: 0 !important;
    justify-content: space-between;
  }

  #hamburger-background {
    background-color: #292d35;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh; /* fallback for older browsers */
    height: 100dvh;
    width: 100vw;
    z-index: 1;
  }

  .header-options .header-options-container .dropdown {
    height: auto;
    width: auto;
    flex-direction: column;
  }

  .header-options .header-options-container .mobile-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    

    > button {
      padding: 8px 12px;
      width: 100%;
      margin: 12px;
      background-color: white;
      border-radius: 100px;
      border: 1px solid #292d35;
      font: 600 14px/20px Source Sans Pro;
      color: #292d35;
    }

    .create-account-button {
      background-color: #4c3cce;
      color: white;
      border: 1px solid #4c3cce;
    }
  }

  .mobile-cta-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0px;
    position: sticky;
    bottom: 0;
    z-index: 100;
    background: white;
  }

  body.is-contact-page .header-options .header-options-container,
  body.is-pricing-page .header-options .header-options-container {
    height: calc(100vh - 56px);
    height: calc(100dvh - 56px);
    padding: 16px 0;
    justify-content: flex-start;
  }

  body.is-contact-page .header-options .header-options-container .mobile-cta:first-of-type,
  body.is-pricing-page .header-options .header-options-container .mobile-cta:first-of-type {
    margin-top: auto;
  }

  body.is-contact-page .mobile-cta-container,
  body.is-pricing-page .mobile-cta-container {
    margin-top: auto;
  }

  .header-options-container .dropdown-btn {
    width: 100%;
    display: flex;
    font-family: "Poppins" !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    letter-spacing: 0px;
    text-align: left;
    padding: 12px 24px 12px 24px !important;
    color: #3d4350;
    justify-content: space-between;
    width: 217px;
  }

  .header-options .header-options-container .dropdown .dropdown-menu {
    background: transparent;
    position: static;
    display: none;
  }

  .header-options .header-options-container .dropdown-menu a {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 12px 24px !important;
    font-family: "Poppins" !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    letter-spacing: 0px;
  }

  .header-options .header-options-container .dropdown .solutions-dropdown {
    background: transparent;
    position: static;
    display: none;
    width: 100%;
    padding: 0;
  }

  .header-options .header-options-container .dropdown  .solutions-dropdown-header {
    display: none;
  }

  .header-options .header-options-container .solutions-dropdown-separator {
    display: none;
  }

  .header-options .header-options-container .solutions-dropdown-content {
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow-y: hidden;
  }

  .header-options .header-options-container .solutions-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 5%;
  }

  .solutions-column .solutions-column-title {
    display: block;
    font-family: "Poppins";
    font-size: 13px;
    font-weight: 400;
    color: #292d35;
    margin: 8px 0 8px 10%;
    padding-bottom: 6px;
    height: 20px;
   }
 
   .header-options .header-options-container .solutions-column .dropdown-item {
    width: 100%;
    text-align: start;
    padding: 12px 32px 12px 12px !important;
    font-family: "Poppins" !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    border-left: 1px solid #e5e7eb;
    margin-left: 10%;
   }

  .header-options-hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .d-flex-imp {
    display: flex !important;
  }

  .d-none-imp {
    display: none !important;
  }

  .header-options .dropdown .active-menu {
    width: 217px;
    display: flex !important;
    flex-direction: column;
    max-height: calc(100vh - 116px); /* fallback for older browsers */
    max-height: calc(100dvh - 116px);
    overflow-y: auto;
    padding-left: 10%;
    overflow-x: hidden;
  }

  .header-options .dropdown .active-menu .solutions-dropdown {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    max-height: calc(100vh - 56px); /* fallback for older browsers */
    max-height: calc(100dvh - 56px);
    overflow-y: auto;
    overflow-x: hidden;
  }

  .header-actions {
    display: none;
  }

  .section-container {
    min-height: 0;
  }

  .simple-smart {
    width: 100%;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }


  .print-types-section {
    display: none;
  }

  .anytime-section {
    padding: 50px 0 0 0;
    height: auto;
    min-height: auto;
  }

  .anytime-section-container {
    flex-direction: column;
    height: auto;
    gap: 30px;
    width: calc(100% - 40px);
    padding: 0 20px;
  }

  .anytime-section-images {
    height: auto;
    flex-direction: row;
    gap: 20px;
    padding: 0 20px;
    width: calc(100% + 40px);
  }

  .anytime-section-images img {
    width: 220px;
    height: 152px;
  }

  .easily-run-busniess {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
  }

  .anytime-text {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 142.857% */
  }

  .anytime-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
  }

  .get-started-btn {
    display: none;
  }

  .features-section {
    height: 550px;
    min-height: auto;
    padding: 50px 0;
  }

  .features-section-container {
    width: calc(100% - 40px);
    padding: 0 20px;
  }

  .feature-message-row {
    color: #292d35;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 142.857% */
  }

  .feature-message {
    gap: 2px;
  }

  .gst-section {
    display: none;
  }

  .get-more-section {
    padding: 50px 0 0 0;
  }

  .get-more-section-container {
    width: calc(100% - 40px);
    padding: 0 20px;
    gap: 25px;
  }

  .get-more-section-header-tag {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
  }

  .get-more-section-header {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 142.857% */
    margin-top: 8px;
  }

  .get-more-view {
    flex-direction: column;
    height: auto;
    gap: 50px;
  }

  .get-more-view-features-box {
    gap: 36px;
  }

  .get-more-view-features {
    width: auto;
    flex: 1 1 0;
    gap: 36px;
  }

  .get-more-view-features .get-more-view-feature {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    min-height: 120px;

    > a {
      display: flex;
      flex-direction: column;
      gap: 16px;
      color: black;
      align-items: center;

      > img {
        width: 60px;
        height: 61px;
      }
    }
  }

  .bharat-element-section,
  .extra-features-section,
  .start-using-section,
  .publications-section {
    display: none;
  }

  .faq-section-container, .supporting-businesses-section-container {
    width: calc(100% - 40px);
    padding: 0 20px;
  }

  .trusted-across-industries-grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .query-card-v2 {
    width: calc(100% - 32px);
  }

  .query-title {
    color: #292d35;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .query-text {
    color: #667085;
    font-family: Source Sans Pro;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .get-more-view-box {
    width: 100vw;
    border-radius: 0;
  }

  .faq-section{
    padding: 50px 0;
  }

  .supporting-businesses-section{
    padding: 50px 0 0 0;
  }

  .faq-section-container {
    gap: 4px;
  }

  .faq-section-header-box .faq-section-header, .trusted-across-industries-header {
    font-size: 28px;
    line-height: 40px;
  }

  .trusted-across-industries-subheading{
    font-size: 18px;
    line-height: 28px;
    margin: 16px 0 48px
  }

  .faq-section-header-box .faq-section-subtext {
    display: none;
  }

  .feature-options-box {
    display: none;
  }

  .features-section-expanded .feature-options-box {
    display: none;
  }

  .feature-options-box-mobile {
    padding-top: 50px;
    display: flex;
    gap: 24px 16px;
    width: calc(100% - 40px);
    height: 0px;
    opacity: 0;
    transition: all 0.5s ease-in;
    pointer-events: none;
    flex-wrap: wrap;
  }

  .features-section-expanded .feature-options-box-mobile {
    height: auto;
    opacity: 1;
    pointer-events: initial;
  }

  .feature-options-box-option {
    width: calc((100% - 16px) / 2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    color: #000;
    font-family: Source Sans Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  .trusted-across-industries-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

h1,
h2,
h3 {
  margin: 0 !important;
}

.nav-bar-spacer {
  height: 80px;
}

@media screen and (max-width: 640px) {
  .nav-bar-spacer {
    height: 55px;
  }
}

.gradient-section-base {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #5444D1 0%, #40388B 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 720px;
}

.gradient-section-base::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../images/bg-design.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  opacity: 1;
  transform: scale(1);  
  transform-origin: center;
  background-size: cover; 
}

.gradient-section-base .gradient-section-inner {
  position: relative;
  width: 100%;
  max-width: 1850px;
  padding: 30px 90px; 
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .gradient-section-base .gradient-section-inner {
    padding: 80px 24px;
  }
  .gradient-section-base::before {
    background-size: cover;
    background-position: center;
    opacity: 0.8;
  }
}

.gradient-section-base .gradient-section-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 2px;
}

@media screen and (max-width: 900px) {
  .gradient-section-base .gradient-section-content {
    grid-template-columns: 1fr;
  }
  .gradient-section-base .banner-right { display: block; }
  .prep-video-wrapper { margin-top: 24px; }
  .gradient-section-base .prep-cta-row {
    padding-right: 8px;
  }
  .gradient-section-base .prep-trust-row {
    margin-top: 24px;
    padding-right: 8px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .gradient-section-base .gradient-section-content {
    grid-template-columns: 1fr;
  }
  .gradient-section-base .banner-right { display: block; }
  .prep-video-wrapper {
    box-sizing: border-box;
    padding-right: 16px;
  }
}

.gradient-section-base .banner-left {
  color: #fff;
}

.gradient-section-base .prep-title {
  padding-bottom: 10px;
  color: #fff;
  font-family:Poppins;
  font-weight: 550;
  font-size: 48px;
  line-height: 1.1;
}

.gradient-section-base .prep-bullets {
  list-style: none;
  padding: 0;
  margin: 24px 0 32px 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
}

.gradient-section-base .prep-bullets li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
}
.gradient-section-base .prep-bullets li img { width: 28px; height: 28px; flex: 0 0 28px; }

.gradient-section-base .prep-bullets li strong { font-weight: 800; }

.gradient-section-base .prep-cta-row {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}

.gradient-section-base .prep-btn {
  display: flex;
  width: 230px;
  height: 48px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: none;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  z-index: 100;
  cursor: pointer;
}

.gradient-section-base .prep-btn-orange {
  background-color: #DB631A;
  border: 1px solid #DB631A;
  color: #fff;
}

.gradient-section-base .prep-btn-outline {
  background: transparent;
  border: 2px solid rgba(255,255,255,0.9) !important;
  color: #fff;
}

.gradient-section-base .prep-trust-row {
  margin-top: 26px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.gradient-section-base .trusted-by {
  color: #ffffff;
  font-family: Poppins;
  font-size: 23px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 4px;
}


.gradient-section-base .trust-icons-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  padding: 8px 12px;
  border-radius: 10px;
  margin-left: 113px;
}

.gradient-section-base .trust-icons-web {
  display: block;
  width: auto;
  height: 100%;
  scale: 1.7;
  max-width: 100%;
  transform-origin:  center;
}

.gradient-section-base .trust-icons-mobile {
  display: none;
  height: 50px;
  width: auto;
  max-width: 100%;
}

.gradient-section-base .banner-right {
  min-height: 360px;
  margin-top: 98px;
}

@media screen and (max-width: 768px) {
  .gradient-section-base .banner-right { margin-top: 24px; }
}

@media screen and (max-width: 480px) {
  .gradient-section-base .banner-right { margin-top: 8px; min-height: auto; }
}

@media screen and (max-width: 1024px) {
  .gradient-section-base .prep-title { font-size: 44px; }
  .gradient-section-base .prep-bullets li { font-size: 20px; }
}

@media screen and (max-width: 768px) {
  .gradient-section-base .gradient-section-content {
    grid-template-columns: 1fr;
  }
  .gradient-section-base .banner-right { display: block; }
}

.prep-video-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prep-video-wrapper::before {
  content: '';
  display: block;
  width: 88%;
  max-width: 720px;
  padding-top: 56.25%;
}

@media screen and (max-width: 480px) {
  .prep-video-wrapper::before { width: 100%; max-width: none; }
  .prep-video-box { width: 100%; max-width: none; }
}

.prep-video-rings { width: 100%; height: auto; max-width: 720px; }

.prep-video-box {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 88%;
  max-width: 720px;
  aspect-ratio: 16/9 ;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  display: grid;
  box-shadow: 0 6px 30px rgba(0,0,0,.1);
}

.prep-video-poster {
  width: 100%;
  height: 100%;
  background: #5a4fe0;
  cursor: pointer;
  display: grid;
}
.prep-video-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  padding-top: 0;
  scale: 1.03;
}

.prep-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 9999px;
  background: #DB631A;
  box-shadow: 0 8px 24px rgba(219, 99, 26, 0.3), 0 4px 8px rgba(0, 0, 0, 0.1);
}
.prep-play-btn::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 68px;
  background-image: url('../images/landing-page-v2/play-button-triangle.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.prep-video-player iframe { width: 100%; height: 100%; border: 0; }

.prep-video-intersector { position: absolute; inset: 0; }

@media screen and (max-width: 1024px) {
  .prep-video-rings { max-width: 600px; }
}

@media screen and (max-width: 768px) {
  .prep-video-rings { max-width: 100%; }
  .prep-video-box { width: 96%; max-width: none; }
  .prep-video-wrapper::before { width: 96%; max-width: none; }
}

.prep-play-btn {
  transition: transform .22s cubic-bezier(.2,.7,.3,1), box-shadow .3s ease;
  box-shadow: 0 6px 18px rgba(219,99,26,.35);
  isolation: isolate;
}
.prep-video-poster:hover .prep-play-btn {
  transform: translate(-50%, -50%) scale(1.06);
  box-shadow: 0 14px 40px rgba(219,99,26,.55);
}
.prep-video-poster:active .prep-play-btn {
  transform: translate(-50%, -50%) scale(.94);
  box-shadow: 0 6px 18px rgba(219,99,26,.35);
}
.prep-play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: rgba(219,99,26,.35);
  opacity: 0;
  z-index: 1;
}
.prep-play-btn::before { z-index: 2; }
.prep-video-poster:hover .prep-play-btn::after {
  animation: prep-pulse 1.2s ease-out infinite;
}
@keyframes prep-pulse {
  0% { transform: translate(-50%, -50%) scale(1); opacity: .35; }
  100% { transform: translate(-50%, -50%) scale(1.8); opacity: 0; }
}

@media screen and (max-width: 480px) {
  .gradient-section-base {
    min-height: initial;
  }
  .gradient-section-base::before {
    opacity: 0.5;
  }
  .gradient-section-base .gradient-section-inner {
    padding: 64px 16px;
  }
  .gradient-section-base .prep-title {
    font-size: 28px;
    line-height: 1.2;
  }
  .gradient-section-base .prep-bullets li {
    font-size: 16px;
  }
  .gradient-section-base .prep-bullets li img {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
  }
  .gradient-section-base .prep-cta-row {
    flex-direction: column;
    gap: 12px;
  }
  .gradient-section-base .prep-btn {
    display: flex;
    width: 230px;
    height: 48px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border: none;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    z-index: 100;
    cursor: pointer;
  }
  .gradient-section-base .trust-icons-web {
    display: none;
  }
  .gradient-section-base .trust-icons-mobile {
    display: block;
    height: 45px;
  }
  .prep-video-wrapper {
    margin-top: 12px;
  }
  .prep-video-box {
    width: 100%;
    max-width: none;
    aspect-ratio: 16/9;
    border-radius: 12px;
  }
  .prep-video-thumb {
    scale: 1.03;
    padding-top: 0;
  }
  .prep-play-btn {
    width: 72px;
    height: 72px;
  }
  .prep-play-btn::before {
    width: 28px;
    height: 38px;
  }
}

@media screen and (max-width: 900px) {
  .gradient-section-base .banner-left,
  .gradient-section-base .banner-right {
    box-sizing: border-box;
    padding-right: 12px;
  }
  .prep-video-wrapper {
    box-sizing: border-box;
    padding-right: 12px;
  }
  .gradient-section-base .prep-trust-row {
    width: 100%;
    box-sizing: border-box;
    padding-right: 12px;
  }
}

@media screen and (max-width: 480px) {
  .gradient-section-base .banner-left,
  .gradient-section-base .banner-right {
    padding-right: 16px;
  }
  .prep-video-wrapper {
    padding-right: 16px;
  }
  .gradient-section-base .prep-cta-row {
    padding-right: 16px;
  }
  .gradient-section-base .prep-trust-row {
    padding-right: 16px;
  }
}



@media screen and (max-width: 768px) {
  .gradient-section-base .prep-trust-row {
    margin-top: 24px;
  }
}

@media screen and (max-width: 480px) {
  .gradient-section-base .banner-left,
  .gradient-section-base .banner-right,
  .prep-video-wrapper,
  .gradient-section-base .prep-cta-row,
  .gradient-section-base .prep-trust-row {
    padding-right: 8px;
  }
  .gradient-section-base .banner-left {
    margin-bottom: 12px;
  }
  .gradient-section-base .prep-cta-row {
    align-items: center;
  }
  .gradient-section-base .prep-btn-orange {
    display: none; /* Hide "Start Free Trial" button on mobile */
  }
  .gradient-section-base .prep-btn-orange-mobile {
    background-color: #DB631A !important;
    border: 1px solid #DB631A !important;
    color: #fff !important;
  }
  .gradient-section-base .prep-trust-row {
    margin-top: 18px;
    gap: 12px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  
  .gradient-section-base .trusted-by {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding-right: 30px;
  }
  .gradient-section-base .trust-icons-container {
    height: 190px;
    justify-content: center;
    width: 100%;
    margin-left: 0px;
  }
  
  .gradient-section-base .trust-icons-mobile {
    width: 100%;
    height: 100%;
    scale: 1.3;
    transform-origin: center;
    margin-right: 13px;
  }

  .gradient-section-base .banner-right {
    min-height: auto;
    margin-top: 8px;
  }
}
