.hamburger-btn {
  display: none !important;  
}

.text-section--desktop { display: block; }
.text-section--mobile  { display: none;  }

.text-section--desktop { display: block; } 
.text-section--mobile  { display: none; }  

@media screen and (max-width: 768px) {

  .homepage-wrapper .hero-section {
    padding: 0 !important;
  }

  .homepage-wrapper .hero-section #navbar-placeholder {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
  }
 
  .homepage-wrapper .hero-section #navbar-placeholder .navigation-bar {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
  }


  .navigation-bar {
    max-width: 100% !important;
    width: 100% !important;
    height: 60px !important;
    padding: 0 20px !important;
    border-radius: 0 !important;
    margin: 0 !important;
    position: relative !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }

  .breadcrumb-group {
    display: none !important;
  }


  .myfinalyst {
    display: none !important;
  }

  .myfinalyst-logo-child {
    width: 32px !important;
    height: 32px !important;
  }

  .buttons-container {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .primary-button {
    display: none !important;
  }


  .tertiary-button {
    display: flex !important;
    width: auto !important;
    height: auto !important;
  }

  .login {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    display: block !important;
  }

  .hamburger-btn {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 4px !important;
    background: transparent !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    padding: 6px !important;
    width: 34px !important;
    height: 34px !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  .hamburger-btn span {
    display: block !important;
    width: 16px !important;
    height: 1.5px !important;
    background-color: #ffffff !important;
    border-radius: 2px !important;
    transition: all 0.3s ease !important;
  }

  #navbar-placeholder {
    width: 100% !important;
    align-self: stretch !important;
  }

  .hero-section {
    align-items: stretch !important;
  }

  .mobile-menu {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #ffffff;
    z-index: 999;
    flex-direction: column;
    padding: 24px 20px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .mobile-menu.open {
    display: flex;
  }

  .menu-panel {
    display: none;
    flex-direction: column;
    flex: 1;
    transform: translateX(100%);
    transition: transform 0.28s ease;
  }

  .menu-panel.active {
    display: flex;
    transform: translateX(0);
  }

  .menu-panel.slide-in {
    transform: translateX(100%);
    transition: none;
  }

  .menu-panel-back {
    margin-bottom: 20px;
  }

  .back-btn {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #131b19;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }

 .back-arrow {
  margin-top: 1px;
  width: 8px;
  height: 10px;
  vertical-align: middle;

}

  .menu-panel-links {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .menu-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    color: #131b19;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .menu-row.active-row {
    background-color: #f4faf5;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-row-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
  }

  .menu-row.active-row .menu-arrow {
    content: url('/public/assets/images/Arrow1@2x.png');
  }

  .menu-row .menu-arrow {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .menu-row-icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
    flex-shrink: 0;
  }

  .menu-row-title {
    font-size: 15px;
    font-weight: 500;
    color: #131b19;
    line-height: 1.3;
  }

  .menu-row-desc {
    font-size: 12px;
    color: #7a8c87;
    margin-top: 2px;
    line-height: 1.4;
  }

  .menu-cta-box {
    margin-top: 28px;
    background: #f4faf5;
    border-radius: 14px;
    padding: 18px 16px;
  }

  .menu-cta-title {
    font-size: 14px;
    font-weight: 600;
    color: #131b19;
    margin-bottom: 6px;
  }

  .menu-cta-desc {
    font-size: 13px;
    color: #6b8070;
    line-height: 1.5;
    margin-bottom: 14px;
  }

  .menu-cta-btn {
    background: #3ab67d;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
  }

  .mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
  }

  .mobile-menu-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
  }

  .mobile-menu-logo img {
    width: 32px;
    height: 32px;
  }

  .mobile-menu-logo span {
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }

 .mobile-menu-close {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #1a4338;
    line-height: 1;
    padding: 6px 0;
    border-radius: 4px;
    -webkit-tap-highlight-color: transparent;
    outline: none;
  }

  .mobile-menu-close:active {
    background: #f4faf5 !important;
  }

  .mobile-menu-links {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1;
  }

  .mobile-menu-link {
    font-size: 16px;
    font-weight: 500;
    color: #131b19;
    text-decoration: none;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-menu-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 32px;
    padding-top: 24px;
  }

  .mobile-menu-demo {
    background-color: #3ab67d;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 14px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: block;
  }

  .mobile-menu-login {
    background: transparent;
    color: #277154;
    border: 1.5px solid #277154;
    border-radius: 10px;
    padding: 14px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: block;
  }


  .login {
    font-size: 14px !important;
    display: block !important;
  }

  .tertiary-button {
    display: flex !important;
    width: auto !important;
    height: auto !important;
  }

  .hero-section {
    padding: 0 !important;
    gap: 0 !important;
    min-height: auto !important;
    align-items: stretch !important;
  }

  .main-container {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 32px !important;
    width: 100% !important;
    padding: 24px 16px 0 16px !important;
    margin-top: 0 !important;
    box-sizing: border-box !important;
  }

  .text-container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    gap: 20px !important;
    align-items: center !important;
    text-align: center !important;
  }

  .revolutionize-financial-report {
    font-size: clamp(28px, 8vw, 36px) !important;
    white-space: normal !important;
    line-height: 115% !important;
    letter-spacing: -0.03em !important;
    text-align: center !important;
    width: 100% !important;
  }

  .myfinalyst-empowers-your {
    font-size: 14px !important;
    line-height: 1.6 !important;
    text-align: center !important;
    width: 100% !important;
  }

  .buttons {
    flex-direction: column !important;
    width: 100% !important;
    gap: 12px !important;
    align-items: center !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
  }

  .action-button {
    width: 100% ;
    height: 48px !important;
    padding: 12px 20px !important;
    justify-content: center !important;
    gap: 10px !important;
    border-radius: 12px !important;
  }

  .action-button2 {
    width: 100% !important;
    height: 48px !important;
    padding: 12px 20px !important;
    justify-content: center !important;
    gap: 10px !important;
    border-radius: 12px !important;
  }

  .primary {
    font-size: 15px !important;
  }

  .secondary {
    font-size: 15px !important;
  }

  .arrow-link {
    width: 26px !important;
    height: 26px !important;
  }

  .linkedin-icon {
    width: 22px !important;
    height: 22px !important;
  }

  .hero-image-2 {
    width: 100% !important;
    max-width: 100% !important;
    transform: translateY(0) !important;
    max-height: none !important;
    margin-top: 8px !important;
  }

  .problem-statement-section {
    padding: 40px 20px 48px 20px !important;
    gap: 28px !important;
    align-items: flex-start !important;
  }

  .heading-container {
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 16px !important;
    flex-wrap: nowrap !important;
    padding-right: 8px !important;
  }

  .line {
    width: 3px !important;
    height: auto !important;
    min-height: 80px !important;
    align-self: stretch !important;
    flex-shrink: 0 !important;
  }

  .finance-teams-arent-container {
    font-size: clamp(16px, 4.5vw, 22px) !important;
    line-height: 135% !important;
  }

  .cards-container {
    display: flex !important;
    flex-direction: column !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: auto !important;
    scroll-snap-type: none !important;
    padding: 0 !important;
    gap: 20px !important;
    width: 100% !important;
  }

  .card {
    min-width: 300px !important;
    width: 300px !important;
    height: 120px !important;
    border-radius: 16px !important;
    border-left: none !important;
    border-right: none !important;
    overflow: hidden !important;
    position: relative !important;
  }

  .card-1,
  .card-1:hover {
    background: url("/public/assets/images/feature-reconciliation.png") center/cover no-repeat !important;
    width: 300px !important;
    height: 120px !important;
  }
  .card-2,
  .card-2:hover {
    background: url("/public/assets/images/feature-systems.png") center/cover no-repeat !important;
    min-width: 100% !important;
    width: 100% !important;
  }

  .card-3,
  .card-3:hover,
  .card-3.default-active {
    background: url("/public/assets/images/feature-workflow.png") center/cover no-repeat !important;
    min-width: 100% !important;
    width: 100% !important;
  }

  .card-4,
  .card-4:hover {
    background: url("/public/assets/images/feature-data.png") center/cover no-repeat !important;
    min-width: 100% !important;
    width: 100% !important;
  }

  .card .card-text,
  .card.default-active .card-text,
  .card:hover .card-text,
  .cards-container:hover .card.default-active:not(:hover) .card-text {
    opacity: 0 !important;
    pointer-events: none !important;
    display: none !important;
  }

  .card:hover,
  .card.default-active {
    min-width: 100% !important;
    width: 100% !important;
  }

  .cards-container:hover .card.default-active:not(:hover) {
    width: 100% !important;
    min-width: 100% !important;
    background: url("/public/assets/images/feature-workflow.png") center/cover no-repeat !important;
  }

  .text-section--desktop { display: none !important; }
  .text-section--mobile  { display: flex !important; }

  .text-section {
    padding: 56px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 4px !important;
  }

  .container-1 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0 !important;
    width: 100% !important;
  }

  .thats-why-we {
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    font-size: clamp(24px, 6.5vw, 32px) !important;
    line-height: 1.35 !important;
    text-align: center !important;
  }

  .icon-container {
    display: inline-flex !important;
    width: clamp(80px, 20vw, 110px) !important;
    height: auto !important;
    vertical-align: middle !important;
    flex-shrink: 0 !important;
  }

  .myfinalyst-icon {
    display: inline-flex !important;
    width: clamp(25px, 7vw, 35px) !important;
    height: clamp(25px, 7vw, 35px) !important;
    vertical-align: middle !important;
    flex-shrink: 0 !important;
    transform: translateY(-2px);
    margin: 0 6px;
  }

  .to-simplify-and {
    font-size: clamp(24px, 6.5vw, 32px) !important;
    text-align: center !important;
    width: 100% !important;
    line-height: 1.35 !important;
  }

  .container-2 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0 !important;
    width: 100% !important;
  }

  .of-financial-reporting {
    font-size: clamp(24px, 6.5vw, 32px) !important;
    text-align: left !important;
    line-height: 1.35 !important;
    display: inline-flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
  }

  .element-container-1 {
    display: inline-flex !important;
    width: clamp(80px, 20vw, 110px) !important;
    height: auto !important;
    vertical-align: middle !important;
    flex-shrink: 0 !important;
  }

  .features-section2 {
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
    gap: 0 !important;
    align-items: stretch !important;
  }

  .scroll-container {
    order: 1 !important;
    width: calc(100% - 64px) !important;
    height: 520px !important;
    border-radius: 20px !important;
    margin: 16px auto 0 auto !important;
    flex-shrink: 0 !important;
    align-self: center !important;
  }

  .feature-slide {
    width: 100% !important;
    height: 520px !important;
    border-radius: 20px !important;
  }

  .text-container4 {
    order: 3 !important;
    width: 100% !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    align-items: stretch !important;
    flex-direction: column !important;
    text-align: center !important;
    flex-shrink: unset !important;
    display: flex !important;
  }

  .header {
    display: none !important;
  }

  .progress-bar {
    order: 2 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 20px auto 0 auto !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .progress-step {
    display: inline-block !important;
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
    border-radius: 50% !important;
    background-color: #c8c8c8 !important;
    flex-shrink: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    transition: all 0.3s ease !important;
  }

  .progress-step.active {
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
    border-radius: 50% !important;
    background-color: #3ab67d !important;
  }

  .main-container4 {
    order: 1 !important;
    background-image: none !important;
    background: none !important;
    border-radius: 24px !important;
    margin: 12px 16px 0 16px !important;
    padding: 28px 20px 32px 20px !important;
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    gap: 12px !important;
    align-items: center !important;
    align-self: center !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .text-container3 {
    gap: 25px !important;
    min-height: auto !important;
    text-align: center !important;
    align-items: center !important;
    width: 100% !important;
  }

  .book-closure2 {
    font-size: clamp(22px, 6vw, 28px) !important;
    text-align: center !important;
  }

  .optimize-financial-closure {
    font-size: 14px !important;
    line-height: 1.5 !important;
    text-align: center !important;
  }

  .view-more-button {
    align-self: center !important;
    border: 1px solid #277154 !important;
    padding: 10px 24px !important;
    width: auto !important;
    height: auto !important;
    min-height: 42px !important;
    border-radius: 10px !important;
    margin-top: 4px !important;
  }

  .view-more2 {
    font-size: 15px !important;
    white-space: nowrap !important;
  }

  .feature-nav {
    display: none !important;
  }

  .nav-btn {
    width: 36px !important;
    height: 36px !important;
  }

  .scroll-container::-webkit-scrollbar {
    display: none !important;
  }
  .scroll-container {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

   .framework-section {
    min-height: auto !important;
    padding-bottom: 48px !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

 .a-simple-framework {
    order: 1 !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    font-size: clamp(22px, 6vw, 30px) !important;
    padding: 40px 20px 0 20px !important;
    box-sizing: border-box !important;
  }

 .gradient-line-icon {
    order: 2 !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: block !important;
    margin: 12px 0 0 20px !important;
    width: 120px !important;
  }

  .bg-element-1 {
    display: none !important;
    order: 4 !important;
  }

 .hovercard {
    order: 3 !important;
    width: 90vw !important;
    height: 85vw !important;
    max-width: 380px !important;
    max-height: 300px !important;
    margin: 10px !important;
    top: 0 !important;
    left: 0 !important;
    position: relative !important;
  }

    /* Automate */

   .card-12.framework-card {
    transform: translate(clamp(-160px, -20vw, -150px), -70%) !important;
    width: clamp(100px, 22vw, 140px) !important;
    height: clamp(140px, 30vw, 190px) !important;
  }

  /* input */

   .card-22.framework-card {
    transform: translate(70%, clamp(-100px, -20vw, -60px)) !important;
    width: clamp(100px, 22vw, 140px) !important;
    height: clamp(120px, 22vw, 150px) !important;
  }

  /* Collaborate */

  .card-32.framework-card {
    transform: translate(-160%, clamp(80px, 5vw, 40px)) !important;
    width: clamp(100px, 22vw, 140px) !important;
    height: clamp(200px, 42vw, 290px) !important;
  }

  /* Delivery */

  .card-42.framework-card {
    transform: translate(clamp(40px, 10vw, 70px), 30%) !important;
    width: clamp(100px, 22vw, 140px) !important;
    height: clamp(270px, 58vw, 400px) !important;
  }

  
  .framework-logo {
    width: clamp(80px, 20vw, 120px) !important;
    height: clamp(80px, 20vw, 120px) !important;
  }

  .logo-icon {
    width: clamp(30px, 20vw, 10px)
  }

  .image-icon {
    width: clamp(96px, 20vw, 130px) !important;
    height: clamp(50px, 14vw, 80px) !important;
    padding: 1px;
  }

  .framework-logo .logo-icon {
    width: clamp(90px, 8vw, 130px);
    height: auto;
    padding-left: 4px;
  }

  .input,
  .automate,
  .collaborate {
    font-size: clamp(16px, 4vw, 22px) !important;
    width: clamp(90px, 20vw, 130px) !important;
    top: clamp(60px, 11vw, 80px) !important;
  }

  .step-1,
  .step-2 {
    font-size: 9px !important;
    position: absolute !important;
    bottom: 10px !important;
    left: 22% !important;
    transform: translateX(-50%) !important;
    top: auto !important;
  }

  .framework-section.arranged .card-12 {
    transform: translate(clamp(-400px, -41vw, -140px), clamp(40px, 10vw, 28px)) !important;
     height: clamp(130px, 20vw, 50px) !important;
  }

  .framework-section.arranged .card-22 {
    transform: translate(clamp(-200px, -41vw, -140px), clamp(-200px, -24vw, -70px)) !important;
    height: clamp(110px, 20vw, 50px) !important;
  }

  .framework-section.arranged .card-32 {
    transform: translate(clamp(-50px, -10vw, -30px), clamp(-30px, -14vw, -40px)) !important;
    height: clamp(200px, 48vw, 320px) !important;
  }

  .framework-section.arranged .card-42 {
    transform: translate(clamp(75px, 21vw, 110px), clamp(-150px, -24vw, -70px)) !important;
    height: clamp(14px, 64vw, 500px) ;
  }

  .framework-section.arranged .framework-card::after {
    height: clamp(60px, 12vw, 90px) !important;
  }

  .card-1-child,
  .card-2-child,
  .card-3-child,
  .card-4-child {
    width: clamp(102px, 22.5vw, 142px) !important;
    height: clamp(100px, 22vw, 150px) !important;
  }

  .card-4-child {
    height: clamp(270px, 58vw, 400px) !important;
  }


  .footer-container {
    display: flex !important;
    flex-direction: column !important;
  }

  .left-container,
  .right-container {
    display: contents !important;
  }

  .lorem-ipsum-dolor { order: 1; }

  .certificate-section { order: 2; }
  .buttons2 { order: 3; }

  .email { order: 4; }
  .social-links { order: 5; }

  .homepage-wrapper {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    overflow-x: hidden !important;
  }

  .hero-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    overflow: visible !important;
  }

  
  #navbar-placeholder {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    align-self: stretch !important;
    display: block !important;
  }

  nav,
  .navigation-bar {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
  }

  #navbar-placeholder > *,
  #navbar-placeholder > * > .navigation-bar {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  
  .text-section--desktop { display: none !important; }
  .text-section--mobile  { display: flex !important; }

.text-section--mobile .of-financial-reporting {
  position: relative;
  display: inline-block;
}

.text-section--mobile .element-container-1 {
  position: absolute;
  right: 5px;   
  bottom: -10px;  
  width: 118px !important;
  height: 40px !important;  
}

.menu-arrow {
  width: 16px;
  height: 16px;
  transition: all 0.3s ease;
}

.mobile-menu-link {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.mobile-menu-link:active,
.mobile-menu-link:focus,
.mobile-menu-link:visited {
  background-color: transparent !important;
  outline: none !important;
}

.mobile-menu-link.active,
.mobile-menu-link.clicked {
  background-color: #f4faf5 !important;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.submenu {
  display: none;
  flex-direction: column;
  padding-left: 16px;
}

.submenu.open {
  display: flex;
}

.submenu.nested {
  padding-left: 20px;
}

.submenu a {
  padding: 10px 0;
  font-size: 14px;
  color: #444;
  text-decoration: none;
}

.has-submenu {
  cursor: pointer;
}

.has-submenu.open .menu-arrow {
  transform: rotate(90deg);
}

/*  MIS Page */

  .loansection {
    padding: 0 !important;
    min-height: 60vh !important;
  }

  .loan-hero {
    padding: 20px !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }


  .loan-hero__content {
    width: 100% !important;
    max-width: 100% !important;
    gap: 30px !important;
  }
 
  .productsloan .loan-hero__title {
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
  }

  .loan-hero__subtitle {
    font-size: 14px !important;
    line-height: 1.6 !important;
    max-width: 70% !important;
    margin: 0 auto !important;
  }

  .aboutBtn {
    flex-direction: column !important;
    gap: 15px !important;
    width: 100% !important;
    align-items: center !important;
  }

  .button1,
  .button2 {
    width: 100% !important;
    max-width: 280px !important;
    justify-content: center !important;
    height: 45px !important;
    border-radius: 10px !important;
  }

  /* Book Closure */
  .productsloan.bookclosure .loan-hero__title {
    font-size: 32px ;
    line-height: 1.25;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 0 auto;
  }

  
   .productsloan.bookclosure .loansection {
    padding: 0;
    min-height: 65vh !important;
  }
  
 .productsloan.bookclosure .loan-hero__subtitle {
    max-width: 75% !important;
  }

  /* Standalone */
  .productsloan.standaloneModule .loan-hero__subtitle {
    font-size: 14px !important;
    min-width: 303px !important;
  }

  
  .std-features__left {
    order: 2;
  }

  .std-features__right {
    order: 1;
  }

   .std-value__header {
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 50px !important;
  }

  .std-value__title {
    font-size: 32px !important;
    font-weight: 600;
  }

  .std-value__subtitle {
    font-size: 14px;
    color: #4d6d64;
  }

  .std-value__text {
    text-align: center !important;
  }

  .schedule-demo-bn {
    margin-top: 0 !important; 
  }
   .std-value__grid {
    display: flex !important;
    flex-direction: row !important;
    gap: 16px !important;
    overflow: hidden !important;
    width: max-content !important;
    animation: scrollCards 20s linear infinite;
  }

   .std-value__card {
    min-width: 360px;
    max-width: 260px;
    flex: 0 0 auto;
  }

  @keyframes scrollCards {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


  .hero-section.about-page {
    background-image: 
      linear-gradient(
        to bottom,
        rgba(0,0,0,0) 60%,
        rgba(10, 35, 30, 0.8) 170%,
        rgba(10, 35, 30, 1) 100%
      ),
      url("../public/assets/images/Frame1sectionHome_Background.png");
    background-size: cover;
    background-position: center -40px;
  }

  .about-page .about-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 0;
    padding-left: 0;
  }

  .about-page .about-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    padding-right: 10px;
  }

  .about-page .about-image-mobile {
    display: block;
    max-width: 320px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    color: #ffffff;
  }

  .about-page .about-text-wrapper { order: 1; }
  .about-page .about-image-caption { display: none; }
  .about-page .buttons { order: 3; }

  .about-page .about-image-caption {
    position: static;
    margin-top: 12px;
    max-width: 320px;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }

  .about-page .buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
  }

  .about-page .about-image-wrapper {
    order: 4;
    position: relative;
    width: 104vw;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
  }

  .about-page .about-hero-image {
    content: url("/public/assets/images/TeamImage1.png");
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
    position: relative;
    z-index: 1;
  }

  .about-intro-section {
    min-height: 0;
  }


  .about-intro-section .about-intro-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    min-height: unset;
    padding: 0;
  }

.about-intro-section .first-line {
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
  flex-wrap: nowrap;
}


.about-intro-section .first-line span:last-child {
  display: inline;
  margin-left: 10px;
}

.about-intro-section .stacked-title {
  align-items: flex-start;
  text-align: left;
  padding-left: 0;
  margin-left: calc(var(--why-choose-width, 90px) + 8px);
}

.about-intro-section .intro-title {
  align-items: flex-start;
  transform: none;
  padding: 32px 0 32px 30px;
  width: 100%;
  box-sizing: border-box;
  order: 1;
  text-align: left;
}

.about-intro-section .why-choose {
  transform: none;
  margin-bottom: 6px;
  display: block;
  font-size: 16px;
}

  .about-intro-section .intro-image-wrapper {
    display: none;
  }

  .about-intro-section .intro-content {
    order: 2;
    width: 100%;
    max-width: 100%;
    min-height: unset;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
    gap: 30px;
    justify-content: flex-start;
  }

  .about-intro-section .intro-description {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 0;
    color: #000000;
    line-height: 150%;
    text-align: justify;
  }

  .about-intro-section .intro-cta {
    width: 100%;
    height: 52px;
    justify-content: center;
    border-radius: 12px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .about-intro-section .intro-highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    width: 100%;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }

  .about-intro-section .highlight-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: unset;
    padding: 8px 4px;
  }

  .about-intro-section .highlight-item span {
    font-size: 10px;
    max-width: 100%;
    padding-left: 0;
  }
  
  .about-intro-section .text1 {
    font-size: 18px;
  }
 
  .about-intro-section .intro-arrow {
    width: 30px;
    height: 32px;
  }

  .about-intro-section .stacked-title span:last-child {
   transform: translateX(-30px);
   white-space: nowrap;
 }


  .watch-page .navigation-bar .login {
    color: #205a46 !important;
  }

  .watch-page .hamburger-btn span {
    background-color: #205a46 !important;
  }



  .watch-page .hamburger-btn {
    display: flex !important;
  }

  .watch-page .hamburger-btn span {
    background-color: #205a46 !important;
  }

  .watch-page .login {
    color: #205a46 !important;
  }

 
}

@media screen and (max-width: 480px) {

  .navigation-bar {
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 0 !important;
    margin: 0 !important;
  }

  .hero-section {
    padding: 0 !important;
  }

  .revolutionize-financial-report {
    font-size: clamp(26px, 7.5vw, 32px) !important;
  }

  .myfinalyst-empowers-your {
    font-size: 13px !important;
  }

  .card {
    min-width: 88vw !important;
    width: 88vw !important;
  }

  .card:hover,
  .card.default-active {
    min-width: 88vw !important;
    width: 88vw !important;
  }

  .text-section {
    padding: 48px 16px !important;
  }

  .thats-why-we,
  .to-simplify-and,
  .of-financial-reporting {
    font-size: clamp(20px, 6vw, 28px) !important;
  }

  .icon-container,
  .element-container-1 {
    width: clamp(70px, 18vw, 95px) !important;
  }

  .myfinalyst-icon {
    width: clamp(24px, 8vw, 32px) !important;
    height: clamp(24px, 8vw, 32px) !important;
  }

  .features-section2 {
    padding: 0 !important;
    gap: 0 !important;
  }

  .scroll-container {
    height: 400px !important;
    width: calc(100% - 48px) !important;
  }

  .feature-slide {
    height: 400px !important;
  }

  .main-container4 {
    margin: 40px 12px 0 12px !important;
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
  }

  .progress-bar {
    gap: 10px !important;
    padding-top: 10px !important;
  }

  .progress-step {
    width: 7px !important;
    height: 7px !important;
    min-width: 7px !important;
    min-height: 7px !important;
    border-radius: 50% !important;
    background-color: #c8c8c8 !important;
  }

  .progress-step.active {
    width: 9px !important;
    height: 9px !important;
    min-width: 9px !important;
    min-height: 9px !important;
    border-radius: 50% !important;
    background-color: #3ab67d !important;
  }

  .footer-container {
    width: 100% !important;
    padding: 70px 20px 40px 20px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
  }

  .lorem-ipsum-dolor {
    font-size: clamp(20px, 5.5vw, 26px) !important;
  }
}


@media screen and (min-width: 1280px) {

  .framework-section {
    align-self: stretch;
    min-height: 55vw;
    background-color: var(--RF-Grey-GG-10);
    text-align: left;
    font-size: clamp(12px, 0.875vw, 14px);
    color: var(--RF-Grey-GG-40);
    position: relative;
    overflow: hidden;
  }

  .hovercard {
    position: relative;
    width: clamp(350px, 32.5vw, 520px);
    height: clamp(350px, 32.5vw, 520px);
    margin-left: auto;
    margin-right: 18.75vw;
    top: 10.25vw;
  }

  .a-simple-framework {
    position: absolute;
    top: clamp(88px, 7.87vw, 125.9px);
    left: clamp(56px, 5vw, 80px);
    font-size: clamp(24px, 2.25vw, 36px);
    letter-spacing: -0.03em;
    line-height: 110%;
    font-weight: 500;
    color: var(--color-black);
    display: inline-block;
    width: clamp(225px, 20.16vw, 322.6px);
  }

  .gradient-line-icon {
    position: absolute;
    top: clamp(168px, 15vw, 240px);
    left: clamp(56px, 5vw, 80px);
    max-height: 100%;
    width: clamp(147px, 13.125vw, 210px);
  }

  .bg-element-1 {
    display: block !important;
    position: absolute;
    top: calc(50% - clamp(82px, 7.31vw, 116.9px));
    left: 0;
    width: clamp(265px, 23.625vw, 378px);
    height: clamp(322px, 28.75vw, 460px);
    object-fit: cover;
  }

  .framework-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    overflow: hidden;
    width: clamp(120px, 11.25vw, 180px);
    height: clamp(120px, 11.25vw, 180px);
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.8s ease;
  }

  .framework-card {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    opacity: 0;
    transition: transform 3s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease;
  }

  .card-12.framework-card {
    transform: translate(clamp(-350px, -28.625vw, -460px), -100%);
    width: clamp(130px, 11.625vw, 186px);
    height: clamp(185px, 16.625vw, 266px);
  }

  .card-22.framework-card {
    transform: translate(100%, clamp(-230px, -20.625vw, -330px));
    width: clamp(130px, 11.63vw, 186.1px);
    height: clamp(140px, 12.5vw, 200px);
  }

  .card-32.framework-card {
    transform: translate(-240%, clamp(42px, 3.75vw, 60px));
    width: clamp(130px, 11.625vw, 186px);
    height: clamp(275px, 24.75vw, 396px);
  }

  .card-42.framework-card {
    transform: translate(clamp(84px, 7.5vw, 120px), 26%);
    width: clamp(130px, 11.625vw, 186px);
    height: clamp(390px, 34.75vw, 556px);
  }

  .card-1-child,
  .card-2-child,
  .card-3-child,
  .card-4-child {
    position: absolute;
    top: -0.8px;
    left: -0.8px;
    border-radius: clamp(14px, 1.32vw, 21.1px);
    background: var(--Light-WG-40);
    border: 0.8px solid #eaeeed;
    box-sizing: border-box;
    width: clamp(131px, 11.74vw, 187.9px);
    height: clamp(140px, 12.5vw, 200px);
  }

  .card-4-child {
    height: clamp(390px, 34.85vw, 557.59px);
  }

  .image-icon {
    position: absolute;
    top: 0.41vw;
    left: 0.41vw;
    width: clamp(120px, 10.875vw, 174px);
    height: clamp(68px, 6.125vw, 98px);
    object-fit: cover;
  }

  .input, .automate, .collaborate {
    top: clamp(76px, 6.78vw, 108.4px);
    left: clamp(6px, 0.53vw, 8.5px);
    font-size: clamp(22px, 2vw, 32px);
    width: clamp(118px, 10.59vw, 169.4px);
  }

  .step-1, .step-2 {
    top: clamp(114px, 10.26vw, 164.2px);
    left: clamp(9px, 0.79vw, 12.7px);
  }

  /* arranged state */
  .framework-section.arranged .card-12 {
    transform: translate(clamp(-360px, -27vw, -440px), clamp(50px, 20vw, 120px));
  }
  .framework-section.arranged .card-22 {
    transform: translate(clamp(-360px, -27vw, -440px), clamp(-175px, -15vw, -250px));
  }
  .framework-section.arranged .card-32 {
    transform: translate(clamp(-80px, -7vw, -100px), clamp(-105px, -9vw, -150px));
    height: clamp(350px, 34vw, 500px);
  }
  .framework-section.arranged .card-42 {
    transform: translate(clamp(30px, 14vw, 200px), clamp(-175px, -15vw, -250px));
    height: clamp(20px, 39vw, 560px);
  }
  .framework-section.arranged .framework-card::after {
    height: clamp(84px, 7.5vw, 120px);
  }

} 


@media (max-width: 360px) {
  .framework-section.arranged .card-42 {
    height: 66vw;  
  }
}


@media (min-width: 361px) and (max-width: 375px) {
  .framework-section.arranged .card-42 {
    height: 68vw;
  }
}


@media (min-width: 376px) and (max-width: 412px) {
  .framework-section.arranged .card-42 {
    height: 64vw;
  }
}


@media (min-width: 413px) and (max-width: 430px) {
  .framework-section.arranged .card-42 {
    height: 66vw;  
  }
}

@media (min-width: 768px) and (max-width: 768px) {

  /* ================= NAVBAR FIX ================= */

  .navigation-bar {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 24px !important;
  }

  .buttons-container {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    margin-left: auto !important;
  }

  .login {
    order: 1;
  }

  .hamburger-btn {
    order: 2;
  }

  /* ================= HERO FIX ================= */

  .buttons {
    width: 60% !important;
    margin: 0 auto !important;
  }

  .action-button,
  .action-button2 {
    width: 100% !important;
  }

  .revolutionize-financial-report {
    font-size: 42px !important;
    line-height: 1.2 !important;
    max-width: 620px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  /* ================= SECTION 2 FIX ================= */

  .problem-statement-section {
    padding: 80px 60px !important;
    align-items: center !important;
    overflow: hidden !important;
  }

   .cards-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .card {
    width: 85% !important;
    min-width: unset !important;
    transform: none !important;
  }

  
  /* ================= SECTION 4 FIX ================= */

  .framework-section {
    padding: 80px 40px 120px 40px !important;
    align-items: center !important;
    overflow: hidden !important;
  }

  .hovercard {
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    position: relative;
  }

  /* KEEP BOTH TRANSITIONS WORKING */
  .framework-card {
    transition: transform 3s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease !important;
  }

 .card-12.framework-card {
    transform: translate(-160%, 0) !important;
  }

  .card-22.framework-card {
    transform: translate(80%, -140%) !important;
  }

  .card-32.framework-card {
    transform: translate(-180%, 20%) !important;
  }

  .card-42.framework-card {
    transform: translate(60%, 30%) !important;
  }

  .framework-section.arranged .card-12 {
    transform: translate(-120%, -50%) !important;
    height: 250px !important;
  }

  .framework-section.arranged .card-22 {
    transform: translate(-120%, -120%) !important;
    height: 150px !important;
  }

  .framework-section.arranged .card-32 {
    transform: translate(10%, -10%) !important; 
  }

  .framework-section.arranged .card-42 {
    transform: translate(40%, -100%) !important;
    height: 52vw !important;
  }

}