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

  .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;
  }
  
  .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";
  }
  
  .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-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%;
  }
  
  .hero-section {
    background: url(../webp/hero-background-color.webp);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 160px 0 0 0;
  }
  
  .hero-container {
    max-width: 1166px;
    padding: 0 80px;
    display: flex;
    width: calc(100% - 160px);
    position: relative;
  }

  .hero-container-column-1 {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 50%;

    .small-business {
      color: #292D35;
      font: 400 16px/30px Source Sans Pro;
      z-index: 2;
    }

    .input-button-container{
      .hero-mobile-web{
        width: 100%;
        left: 100%;
        @media screen and (min-width: 1163px) {
          width: 70%;
          left: 120%;
        }
      }
    }

    .pricing-plan-cta-text {
      color: #292D35;
      a {
        text-decoration: underline;
        color: #292D35;
        font-weight: 600;
      }
    }

    .ratings {
      margin-bottom: 80px;
    }
  }

  .hero-container-column-2 {
    width: 50%;
    position: relative;
    height: 100%;
  }

  .hero-mobile-web {
    position: absolute;
    left: 67%;
    width: 140%;
    bottom: -135px;
  }

  .hero-mobile-img {
    display: none;
  }
  
  .hero-container .input-button-container,
  .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;
  }

  .hero-container .input-button-container .country-code-placeholder,
  .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;
  }
  
  .hero-container .input-button-container input,
  .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;
  }
  
  .hero-container .input-button-container .log-reg-btn,
  .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.90) 99.47%);
    border: none;
    color: #F6F7F7;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    z-index: 100;
  }

  .hero-container .input-button-container .log-reg-btn-empty {
    display: flex;
    width: 230px;
    height: 48px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border: 2px solid #292D35;
    color: #292D35;
    background: transparent;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    z-index: 100;
  }

  .hero-container-column-1 .input-button-container {
    padding: 0;
    border: none;
    background: none;
    justify-content: flex-start;
    gap: 16px;

    a {
      text-decoration: underline;
      color: black;
    }
  }

  .ratings {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 100px;
    margin-bottom: 20px;
  }

  .ratings .ratings-divider {
    background: #E0E2E7;
    width: 1px;
    height: 27px;
  }
  
  .simple-smart {
    color: #4C3CCE;
    font-family: Source Sans Pro;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    z-index: 2;
  }
  
  .gst-billing {
    color: #292D35;
    font-family: Poppins;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    z-index: 2;
  }
  
  .small-business {
    color: #292D35;
    font: 400 24px/36px Source Sans Pro;
    z-index: 2;
  }
  
  .color-brand {
    color: #4C3CCE;
  }

  .text-semi-bold {
    font-weight: 600;
  }
  
  .super-power-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0;
    gap: 64px;
  }
  
  .super-power-container {
    max-width: 1166px;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    gap: 64px;
    width: calc(100% - 160px);
  }
  
  .super-power-container .super-power-container-header-container .super-power-container-header {
    color: #292D35;
    font-family: Poppins;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
  }
  
  .super-power-container .super-power-container-header-container .super-power-container-sub-header {
    color: #292D35;
    font-family: Source Sans Pro;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
  }
  
  .super-power-video-container {
    max-width: 1166px;
    padding: 0 80px;
    width: calc(100% - 160px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s linear;
  }
  
  .super-power-video-container #super-power-video {
    width: 100%;
    transition: all .3s linear;
    border-radius: 16px;
    object-fit: fill;
  }

  .super-power-video-container .super-power-video-control {
    position: absolute;
    bottom: 56px;
    left: calc(80px + 56px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    transition: all .3s linear;
    z-index: 2;
    gap: 20px;
  }

  .super-power-video-container .super-power-video-overlay {
    position: absolute;
    top: 0;
    left: 80px;
    width: calc(100% - 160px);
    height: 100%;
    z-index: 1;
    border-radius: 16px;
    background-color: #000;
    opacity: .1;
  }

  .super-power-video-container #super-power-video-intersector {
    position: absolute;
    top: 200px;
  }

  .super-power-video-container.expanded-video .super-power-video-overlay {
    left: 0;
    width: 100%;
    border-radius: 0;
  }

  .super-power-video-container.expanded-video .super-power-video-control {
    left: 56px;
  }

  .super-power-video-container .super-power-video-control #super-power-video-control-vol {
    cursor: pointer;
  }

  .super-power-video-container .super-power-video-control .super-power-video-control-pause {
    display: none;
  }

  .super-power-video-container .super-power-video-control .super-power-video-control-pause,
  .super-power-video-container .super-power-video-control .super-power-video-control-play {
    cursor: pointer;
    height: 60px;
    width: 60px;
  }

  .super-power-video-container .super-power-video-control .super-power-video-control-text {
    color: #FFF;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
  }

  .super-power-video-container.expanded-video .super-power-video-control .super-power-video-control-play,
  .super-power-video-container.expanded-video .super-power-video-control .super-power-video-control-text {
    display: none;
  }

  .super-power-video-container.expanded-video .super-power-video-control .super-power-video-control-pause {
    display: block;
  }
  
  .super-power-video-container.expanded-video {
    max-width: 100vw;
    padding: 0;
    width: 100%;
  }

  .super-power-video-container.expanded-video #super-power-video {
    border-radius: 0;
  }
  
  .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 img {
    width: 100%;
  }
  
  .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.70) 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: 600px;
    overflow-y: hidden;
  }

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

  .print-types-image img {
    height: 700px;
    transition: height .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: 800px;
    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.90) 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 .5s ease-in;
    padding: 50px 0;
    background: url(../webp/background-indian-theme.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .features-section-expanded {
    background: url(../webp/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 .7s ease-in;
    color: #4C3CCE;
  }

  .features-section-expanded .feature-message-row {
    transition: color .7s ease-in;
    color: #292D35;
  }
  
  .feature-message-count {
    transition: all .4s ease-in;
  }
  
  .feature-options-box {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    height: 0px;
    opacity: 0;
    transition: all .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 .4s ease-in;
    cursor: pointer;
  }
  
  .feature-options .feature-option.active {
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10);
    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;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-iteration-count: 1;
  }

  .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: 363px;
  }
  
  .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: 100%;
  }

  .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: 100%;
  }
  
  .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;
    }
  }
  
  .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;
  }
  
  .supporting-businesses-header {
    width: 100%;
    color: #292D35;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
  }

  .supporting-businesses-subheading {
    width: 100%;
    font: 400 22px/38px Source Sans Pro;
    color: #667085;
    margin: 16px 0 65px;
  }
  
  .supporting-businesses-box {
    height: 638px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }
  
  .supporting-businesses-list {
    width: 340px;
    height: 100%;
    overflow-y: hidden;
    overflow-x: visible;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

  .supporting-businesses-list::-webkit-scrollbar {
    display: none;
  }
  
  .supporting-businesses-list .supporting-businesses-display {
    height: calc(70px - 24px);
    flex-shrink: 0;
    display: flex;
    gap: 16px;
    width: calc(90% - 40px);
    align-items: center;
    padding: 12px 16px;
    border-radius: 16px;
    opacity: 0.4;
    background: #FFF;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #E0E2E7;
    color: #3D4350;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    transition: all .2s ease;
  }
  
  .supporting-businesses-list .supporting-businesses-display.active {
    opacity: 1;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.10), 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    width: calc(100% - 40px);
  }
  
  .supporting-businesses-list .supporting-businesses-display.active img {
    filter: invert(33%) sepia(26%) saturate(1400%) hue-rotate(276deg) brightness(94%) contrast(90%);
  }
  
  .supporting-businesses-videos {
    width: 630px;
    height: 630px;
    border-radius: 16px;
    border: 1px solid #E0E2E7;
    overflow: hidden;
    position: relative;
  }
  
  .supporting-businesses-videos .supporting-businesses-videos-info {
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px - 40px);
    background: #FFF;
    padding: 16px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .supporting-businesses-videos .supporting-businesses-videos-info .supporting-businesses-videos-info-box {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .supporting-businesses-videos .supporting-businesses-videos-info #supporting-businesses-videos-user-img {
    border-radius: 200px;
    width: auto;
    overflow: hidden;
  }
  
  .supporting-businesses-videos .supporting-businesses-videos-info .supporting-businesses-videos-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  .supporting-businesses-videos .supporting-businesses-videos-info .supporting-businesses-videos-text #supporting-businesses-videos-user-name {
    color: #101828;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
  }
  
  .supporting-businesses-videos .supporting-businesses-videos-info .supporting-businesses-videos-text #supporting-businesses-videos-user-industry {
    color: #667085;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  
  .supporting-businesses-videos .supporting-businesses-videos-info .supporting-businesses-videos-selection {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  
  .supporting-businesses-videos .supporting-businesses-videos-info .supporting-businesses-videos-selection .supporting-businesses-videos-selection-action {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid #E0E2E7;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DBD8F5;
  }
  
  
  .supporting-businesses-videos .supporting-businesses-videos-info .supporting-businesses-videos-selection .supporting-businesses-videos-selection-action.disabled {
    cursor: not-allowed;
    opacity: 0.6;
    
  }
  
  .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(../png/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) {

    .hero-section {
      padding: 60px 0 0 0;
    }

    .loan-header {
      font-size: 12px;
    }

    .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: 100vh;
      align-items: flex-start;
      gap: 0 !important;
    }

    #hamburger-background {
      background-color: #292D35;
      opacity: 0.8;
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      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;
      }
    }

    .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: 200px;
      text-align: start;
      padding: 0 !important;
      font-family: "Poppins" !important;
      font-size: 12px !important;
      font-weight: 500 !important;
      line-height: 24px !important;
      letter-spacing: 0px;
      text-align: left;
      padding: 12px 32px 12px 32px !important;
      width: 169px;
    }

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

    .header-actions {
      display: none;
    }

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

    .hero-container {
      width: calc(100% - 40px);
      padding: 56px 20px 0 20px;
      gap: 12px;
    }

    .hero-container-column-1 {
      width: 100%;
      .hero-mobile-img {
        width: 300px;
        align-self: center;
      }
    }

    .hero-container-column-2 {
      display: none;
    }

    .simple-smart {
      width: 100%;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px;
    }
    
    .gst-billing {
      width: 100%;
      font-size: 28px;
      font-style: normal;
      font-weight: 600;
      line-height: 40px;
    }
    
    .small-business {
      width: 100%;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
    }

    .hero-container .input-button-container {
      display: none;
    }


    .ratings {
      display: none;
    }

    .hero-mobile-img {
      display: block;
    }

    .super-power-section {
      padding: 80px 0 0 0;
    }

    .super-power-container {
      padding: 0 20px;
    }

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

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

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

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

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

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

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

    .super-power-container .super-power-container-header-container .super-power-container-header {
      font-size: 28px;
      line-height: 40px;
    }

    .super-power-container .super-power-container-header-container .super-power-container-sub-header {
      font-size: 16px;
      line-height: 30px;
    }

    .super-power-container {
      width: calc(100% - 40px);
      gap: 50px;
    }

    .super-power-video-container {
      border-radius: 0;
      padding: 0;
      width: 100%;
    }

    .super-power-video-container #super-power-video {
      border-radius: 0;
    }

    .super-power-video-container .super-power-video-overlay {
      width: 100%;
      border-radius: 0;
      left: 0;
    }

    .super-power-video-container .super-power-video-control {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .super-power-video-container.expanded-video .super-power-video-control {
      left: 50%;
    }

    .super-power-video-container.expanded-video {
      width: 120%;
      max-width: 120%;
    }

    .super-power-video-container .super-power-video-control .super-power-video-control-text {
      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 .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% */
    }
  }


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

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

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