header.navigation-bar .hamburger-btn {
  display: none;
}

.text-section--mobile {
  display: none;
}

.text-section--desktop {
  display: flex;
}


@media screen and (max-width: 768px) {

.homepage-wrapper .hero-section {
  padding: 0;
}

.mobile-layout .text-section--desktop { display: none; }
.mobile-layout .text-section--mobile  { display: flex; }

.homepage-wrapper .hero-section  {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  display: block;
}

.navigation-bar {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
  box-sizing: border-box;
   z-index: 1000;
}

.scroll-container {
  touch-action: pan-y;
}

.homepage-wrapper .revolutionize-financial-report
{

    opacity: 0;
    transform: translateY(20px) scale(0.96);
    animation: fadeCenter 0.8s ease forwards;
  }

  /*  .homepage-wrapper .myfinalyst-empowers-your,
  .homepage-wrapper .buttons,
  .homepage-wrapper .hero-image-2 */
  .homepage-wrapper .myfinalyst-empowers-your {
    animation-delay: 0.2s;
  }

  .homepage-wrapper .buttons {
    animation-delay: 0.4s;
  }

  .homepage-wrapper .hero-image-2 {
    animation-delay: 0.6s;
  }

  @keyframes fadeCenter {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

 header.navigation-bar {
  top: 0;
  position: relative; 
  max-width: 100%;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border-radius: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: none;
  box-sizing: border-box;
} 


.hero-section,
.problem-statement-section,
.features-section2,
.framework-section {
  position: relative;
  z-index: 1;  
}

header.navigation-bar.scrolled {
  backdrop-filter: blur(16px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
header.navigation-bar .breadcrumb-group {
  display: none;
}

header.navigation-bar .myfinalyst {
  display: none;
}

header.navigation-bar .myfinalyst-logo-child {
  width: 32px;
  height: 32px;
}

header.navigation-bar .buttons-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

header.navigation-bar .primary-button {
  display: none;
}

header.navigation-bar .tertiary-button {
  display: flex;
  width: auto;
  height: auto;
}

header.navigation-bar .login {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  display: block;
}

header.navigation-bar .hamburger-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  padding: 6px;
  width: 34px;
  height: 34px;
  -webkit-tap-highlight-color: transparent;
}



header.navigation-bar .hamburger-btn span {
  display: block;
  width: 16px;
  height: 1.5px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

#navbar-placeholder,
#navbar-placeholder > *,
#navbar-placeholder > * > header.navigation-bar {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-radius: 0;
  box-sizing: border-box;
}

.homepage-wrapper .hero-section {
  align-items: stretch;
}

  .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: auto;
    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 ;
  }

  .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;
  }


 header.navigation-bar .login {
  font-size: 14px;
  display: block;
}

header.navigation-bar .tertiary-button {
  display: flex;
  width: auto ;
  height: auto;
}

 .homepage-wrapper .hero-section {
  padding: 0;
  gap: 0;
  min-height: auto;
  align-items: stretch;
  position: relative;
  overflow:hidden;
  z-index: 0;
}

.homepage-wrapper .hero-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;

  background: linear-gradient(
    180deg,
    rgba(9, 17, 14, 0) 0%,
    #09110E 100%
  );

  z-index: 1;
  pointer-events: none;
}

.homepage-wrapper .hero-section > * {
  position: relative;
  z-index: 2;
}

.homepage-wrapper .problem-statement-section {
  position: relative;
}

.homepage-wrapper .problem-statement-section::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 120px;

  background: linear-gradient(
    180deg,
    #09110E 0%,
    rgba(12, 23, 18, 0) 100%
  );

  pointer-events: none;
}

.homepage-wrapper .main-container {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  width: 100%;
  padding: 40px 16px 0 16px;
  margin-top: 0;
  box-sizing: border-box;
}

.homepage-wrapper .text-container {
  max-width: 100%;
  width: 100%;
  padding: 0;
  gap: 32px;
  align-items: center;
  text-align: center;
}

.homepage-wrapper .revolutionize-financial-report {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-align: center;
  max-width: 280px;  
  margin: 0 auto;
  text-wrap: balance;
  word-break: keep-all; 
}

.homepage-wrapper .myfinalyst-empowers-your {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;   
}

.homepage-wrapper .buttons {
  flex-direction: column;
  width: 100%;
  gap: 12px;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.homepage-wrapper .action-button,
.homepage-wrapper .action-button2 {
  width: 100%;
  height: 48px;
  padding: 12px 20px;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
}

.homepage-wrapper .primary,
.homepage-wrapper .secondary {
  font-size: 15px;
}

.homepage-wrapper .arrow-link {
  width: 26px;
  height: 26px;
}

.homepage-wrapper .linkedin-icon {
  width: 22px;
  height: 22px;
}

.line {
  display: none;
}

.homepage-wrapper .hero-image-2 {
  
  max-width: 420px;
  transform: translateY(0);
  max-height: none;
  margin-top: 20px;
}

.mobile-layout .homepage-wrapper .problem-statement-section {
  padding: 60px 20px 20px 20px;
  gap: 60px;
  align-items: flex-start;
}

.mobile-layout .homepage-wrapper .heading-container {
  flex-direction: row;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  flex-wrap: nowrap;
  padding-left: 10px;
}

.mobile-layout .homepage-wrapper .finance-teams-arent-container {
  font-size: clamp(22px, 4.5vw, 22px);
  letter-spacing: -3
  line-height: 120%;
}

.mobile-layout .homepage-wrapper .line {
  display: block;      
  width: 2px;
  height: 50%;
  min-height: 60px;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.1),
    #ffffff,
    rgba(255,255,255,0.1)
  );
}

.mobile-layout .homepage-wrapper .cards-container {
  display: flex;
  flex-direction: column;
  overflow-x: visible;
  overflow-y: visible;
  -webkit-overflow-scrolling: auto;
  scroll-snap-type: none;
  padding: 0;
  gap: 20px;
  width: 100%;
}

.mobile-layout .homepage-wrapper .card {
  min-width: 300px;
  width: 300px;
  height: 120px;
  border-radius: 16px;
  border-left: none;
  border-right: none;
  overflow: hidden;
  position: relative;
}

.mobile-layout .homepage-wrapper .card-1,
.mobile-layout .homepage-wrapper .card-1:hover {
  background: url("/public/assets/images/feature-reconciliation.png") center/cover no-repeat;
  width: 300px;
  height: 120px;
}

.mobile-layout .homepage-wrapper .card-2,
.mobile-layout .homepage-wrapper .card-2:hover {
  background: url("/public/assets/images/feature-systems.png") center/cover no-repeat;
  min-width: 100%;
  width: 100%;
}

.mobile-layout .homepage-wrapper .card-3,
.mobile-layout .homepage-wrapper .card-3:hover,
.mobile-layout .homepage-wrapper .card-3.default-active {
  background: url("/public/assets/images/feature-workflow.png") center/cover no-repeat;
  min-width: 100%;
  width: 100%;
}

.mobile-layout .homepage-wrapper .card-4,
.mobile-layout .homepage-wrapper .card-4:hover {
  background: url("/public/assets/images/feature-data.png") center/cover no-repeat;
  min-width: 100%;
  width: 100%;
}

.mobile-layout .homepage-wrapper .card .card-text,
.mobile-layout .homepage-wrapper .card.default-active .card-text,
.mobile-layout .homepage-wrapper .card:hover .card-text,
.mobile-layout .homepage-wrapper .cards-container:hover .card.default-active:not(:hover) .card-text {
  opacity: 0;
  pointer-events: none;
  display: none;
}


.mobile-layout .homepage-wrapper .card:hover,
.mobile-layout .homepage-wrapper .card.default-active {
  min-width: 100%;
  width: 100%;
}

.mobile-layout .homepage-wrapper .cards-container:hover .card.default-active:not(:hover) {
  width: 100%;
  min-width: 100%;
  background: url("/public/assets/images/feature-workflow.png") center/cover no-repeat;
}



.mobile-layout .homepage-wrapper .container-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
}

.mobile-layout .homepage-wrapper .thats-why-we {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: clamp(24px, 6.5vw, 32px);
  line-height: 1.35;
  text-align: center;
}

.mobile-layout .homepage-wrapper .icon-container {
  display: inline-flex;
  width: clamp(80px, 20vw, 110px);
  height: auto;
  vertical-align: middle;
  flex-shrink: 0;
}

.mobile-layout .homepage-wrapper .myfinalyst-icon {
  display: inline-flex;
  width: clamp(25px, 7vw, 35px);
  height: clamp(25px, 7vw, 35px);
  vertical-align: middle;
  flex-shrink: 0;
  transform: translateY(-2px);
  margin: 0 6px;
}

.mobile-layout .homepage-wrapper .to-simplify-and {
  font-size: clamp(24px, 6.5vw, 32px);
  text-align: center;
  width: 100%;
  line-height: 1.35;
}

.mobile-layout .homepage-wrapper .container-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
}

.mobile-layout .homepage-wrapper .of-financial-reporting {
  font-size: clamp(24px, 6.5vw, 32px);
  text-align: left;
  line-height: 1.65;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.mobile-layout .homepage-wrapper .element-container-1 {
  display: inline-flex;
  width: clamp(80px, 20vw, 110px);
  height: auto;
  vertical-align: middle;
  flex-shrink: 0;
}

  .mobile-layout .features-section2 {
    display: flex ;
    flex-direction: column ;
    padding: 0 ;
    gap: 0 ;
    align-items: stretch ;
  }

  .mobile-layout  .scroll-container {
    order: 1 ;
    width: calc(100% - 64px) ;
    height: 520px;
    border-radius: 20px;
    margin: 16px auto 0 auto ;
    flex-shrink: 0 ;
    align-self: center ;
  }

.mobile-layout .homepage-wrapper .feature-slide {
  width: 100%;
  height: 520px;
  border-radius: 20px;
}

.mobile-layout .homepage-wrapper .text-container4 {
  order: 3;
  width: 100%;
  background: transparent;
  border-radius: 0;
  padding: 0;
  gap: 0;
  align-items: stretch;
  flex-direction: column;
  text-align: center;
  flex-shrink: unset;
  display: flex;
}

.mobile-layout .homepage-wrapper .header {
  display: none;
}

.mobile-layout .homepage-wrapper .progress-bar {
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 20px auto 0 auto;
  padding: 0;
  width: 100%;
}

.mobile-layout .homepage-wrapper .progress-step {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  border-radius: 50%;
  background-color: #c8c8c8;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
  border: none;
  transition: all 0.3s ease;
}

.mobile-layout .homepage-wrapper .progress-step.active {
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  border-radius: 50%;
  background-color: #3ab67d;
  transform: scale(1.2); 
}

.mobile-layout .homepage-wrapper .main-container4 {
  order: 1;
  background-image: none;
  background: none;
  border-radius: 24px;
  margin: 12px 16px 0 16px;
  padding: 28px 20px 32px 20px;
  width: calc(100% - 32px);
  max-width: calc(100% - 32px);
  gap: 12px;
  align-items: center;
  align-self: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.mobile-layout .homepage-wrapper .text-container3 {
  gap: 25px;
  min-height: auto;
  text-align: center;
  align-items: center;
  width: 100%;
}

.mobile-layout .homepage-wrapper .book-closure2 {
  font-size: clamp(22px, 6vw, 28px);
  text-align: center;
}

.mobile-layout .homepage-wrapper .optimize-financial-closure {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.mobile-layout .homepage-wrapper .view-more-button {
  align-self: center;
  border: 1px solid #277154;
  padding: 10px 24px;
  width: auto;
  height: auto;
  min-height: 42px;
  border-radius: 10px;
  margin-top: 4px;
}

.mobile-layout .homepage-wrapper .view-more2 {
  font-size: 15px;
  white-space: nowrap;
}

.mobile-layout .homepage-wrapper .feature-nav {
  display: none;
}

.mobile-layout .homepage-wrapper .nav-btn {
  width: 36px;
  height: 36px;
}

.mobile-layout .homepage-wrapper .scroll-container::-webkit-scrollbar {
  display: none;
}

.mobile-layout .homepage-wrapper .scroll-container {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.mobile-layout .homepage-wrapper .framework-section {
  min-height: auto;
  padding: 40px 20px 80px 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mobile-layout .homepage-wrapper .a-simple-framework {
  order: 1;
  position: relative;
  top: auto;
  font-size: clamp(24px, 6vw, 30px);
  /* padding: 40px 40px 20px 30px; */
  box-sizing: border-box;
  text-align: center;
}

.mobile-layout .homepage-wrapper .gradient-line-icon {
  order: 2;
  position: relative;
  top: auto;
  display: block;
  margin: 30px 0 0 20px;
  content: url("/public/assets/images/gradient-line.png");
  width: 180px;
  height: 3.4px;
}

.mobile-layout .homepage-wrapper .bg-element-1 {
  display: none;
  order: 4;
}

.mobile-layout .homepage-wrapper .hovercard {
  order: 3;
  /* width: 90vw; */
  height: 85vw;
  /* max-width: 285px; */
  max-height: 300px;
  top: 0;
  left: 0;
  position: relative;
}


/* Automate */
.mobile-layout .homepage-wrapper .card-12.framework-card {
  transform: translate(clamp(-160px, -20vw, -150px), -70%);
  width: clamp(90px, 20vw, 125px);
  height: clamp(140px, 30vw, 190px);
}

/* Input */
.mobile-layout .homepage-wrapper .card-22.framework-card {
  transform: translate(70%, clamp(-100px, -20vw, -60px));
  width: clamp(90px, 20vw, 125px);
  height: clamp(120px, 22vw, 150px);
}

/* Collaborate */
.mobile-layout .homepage-wrapper .card-32.framework-card {
  transform: translate(-160%, clamp(80px, 5vw, 40px));
  width: clamp(90px, 20vw, 125px);
  height: clamp(200px, 42vw, 290px);
}

/* Delivery */
.mobile-layout .homepage-wrapper .card-42.framework-card {
  transform: translate(clamp(40px, 10vw, 70px), 30%);
  width: clamp(90px, 20vw, 125px);
  height: clamp(270px, 58vw, 400px);
}

  
.mobile-layout .homepage-wrapper .framework-logo {
  width: clamp(80px, 20vw, 120px);
  height: clamp(80px, 20vw, 120px);
}
  .logo-icon {
    width: clamp(30px, 20vw, 10px)
  }

.mobile-layout .homepage-wrapper .image-icon {
  width: clamp(86px, 20vw, 130px);
  height: clamp(50px, 14vw, 80px);
  padding: 2px;
  padding-top: 3px;
  border-radius: 10px;
}

  .framework-logo .logo-icon {
    width: clamp(90px, 8vw, 130px);
    height: auto;
    padding-left: 4px;
  }

.mobile-layout .homepage-wrapper .framework-section:not(.arranged) .step-1,
.mobile-layout .homepage-wrapper .framework-section:not(.arranged) .step-2 {
  position: absolute;
  bottom: 8px;
  left: 8px;
  transform: none;
  font-size: 9px;
  
}

.mobile-layout .homepage-wrapper .input,
.mobile-layout .homepage-wrapper .automate,
.mobile-layout .homepage-wrapper .collaborate {
  font-size: clamp(16px, 4vw, 22px);
  width: clamp(90px, 20vw, 130px);
  top: clamp(60px, 11vw, 80px);
}

.mobile-layout .homepage-wrapper .step-1,
.mobile-layout .homepage-wrapper .step-2 {
  font-size: 9px;
  position: absolute;
  bottom: 10px;
  left: 22%;
  transform: translateX(-50%);
  top: auto;
}
.mobile-layout .homepage-wrapper 
.framework-section:not(.arranged) 
.framework-card b {
  position: absolute;
  top: 82px;
  left: 6px;
  font-size: 9px;
  color: #8FA39B;
  transform: none !important;
  z-index: 10;
}
.mobile-layout .homepage-wrapper .framework-section.arranged .card-12 {
  transform: translate(clamp(-400px, -41vw, -140px), clamp(40px, 10vw, 28px));
  height: clamp(130px, 25vw, 180px);
}

.mobile-layout .homepage-wrapper .framework-section.arranged .card-22 {
  transform: translate(clamp(-200px, -41vw, -140px), clamp(-200px, -24vw, -70px));
   height: clamp(115px, 25vw, 180px);
}

.mobile-layout .homepage-wrapper .framework-section.arranged .card-32 {
  transform: translate(clamp(-50px, -10vw, -30px), clamp(-30px, -14vw, -40px));
 height: clamp(200px, 40vw, 260px);
}

.mobile-layout .homepage-wrapper .framework-section.arranged .card-42 {
  transform: translate(clamp(75px, 21vw, 110px), clamp(-150px, -24vw, -70px));
   height: clamp(260px, 55vw, 320px);
}

.mobile-layout .homepage-wrapper .framework-section.arranged .framework-card::after {
  height: clamp(70px, 12vw, 90px);
}


.mobile-layout .homepage-wrapper .card-1-child,
.mobile-layout .homepage-wrapper .card-2-child,
.mobile-layout .homepage-wrapper .card-3-child,
.mobile-layout .homepage-wrapper .card-4-child {
  width: clamp(102px, 22.5vw, 142px);
  height: clamp(100px, 22vw, 150px);
}

.mobile-layout .homepage-wrapper .card-4-child {
  height: clamp(270px, 58vw, 400px);
}


.mobile-layout .footer-container {
  display: flex;
  flex-direction: column;
}

.section-3-certificates {
  margin: 0;
}

.mobile-layout .footer-container .left-container,
.mobile-layout .footer-container .right-container {
  display: contents;
}

  .lorem-ipsum-dolor { order: 1; }

  .certificate-section { order: 2; }
  .buttons2 { order: 3; }

  .email { order: 4; }
  .social-links { order: 5; }

  .mobile-layout .homepage-wrapper {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}

 .mobile-layout .homepage-wrapper .hero-section {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

  
   /* #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--mobile .of-financial-reporting {
  position: relative;
  display: inline-block;
}

.mobile-layout .homepage-wrapper .text-section--mobile .element-container-1 {
  position: absolute;
  right: 14px;
  bottom: -5px;
  width: 100px;
}

.menu-arrow {
  width: 16px;
  height: 16px;
  transition: all 0.3s ease;
}

.mobile-menu-link {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.mobile-layout header.navigation-bar .mobile-menu-link:active,
.mobile-layout header.navigation-bar .mobile-menu-link:focus,
.mobile-layout header.navigation-bar .mobile-menu-link:visited {
  background-color: transparent;
  outline: none;
}

.mobile-layout header.navigation-bar .mobile-menu-link.active,
.mobile-layout header.navigation-bar .mobile-menu-link.clicked {
  background-color: #f4faf5;
  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 */

 /* ================= MIS HERO MOBILE ================= */

.mobile-layout .productsloan.mis-page .loansection {
  padding: 0;
  gap: 0;
  min-height: 70vh;
}

.mobile-layout .productsloan.mis-page .loan-hero {
  padding: 20px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mobile-layout .productsloan.mis-page .loan-hero__content {
  width: 100%;
  max-width: 100%;
  gap: 30px;
}

.mobile-layout .productsloan.mis-page .loan-hero__title {
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}

.mobile-layout .productsloan.mis-page .loan-hero__subtitle {
  font-size: 14px;
  line-height: 1.6;
  max-width: 70%;
  margin: 0 auto;
}

.mobile-layout .productsloan.mis-page .aboutBtn {
  flex-direction: column;
  gap: 15px;
  width: 100%;
  align-items: center;
}

.mobile-layout .productsloan.mis-page .button1,
.mobile-layout .productsloan.mis-page .button2 {
  width: 100%;
  max-width: 280px;
  justify-content: center;
  height: 45px;
  border-radius: 10px;
}

  /* Book Closure */
  .productsloan.bookclosure .loan-hero__title {
    font-size: 30px ;
    line-height: 1.25;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 0 auto;
  }


   .productsloan.bookclosure .loansection {
      padding: 0;
      gap: 0;
   }

  
 .productsloan.bookclosure .loan-hero__subtitle {
    max-width: 75% ;
  }

  /* Standalone */
  .productsloan.standaloneModule .loan-hero__subtitle {
    font-size: 14px;
    min-width: 303px;
  }

  
 .productsloan.standaloneModule .std-features__left {
    order: 2;
  }

  .productsloan.standaloneModule .std-features__right {
    order: 1;
  }

  /* ================= STANDALONE VALUE SECTION ================= */

.productsloan.standaloneModule .std-value__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}

.productsloan.standaloneModule .std-value__title {
  font-size: 28px;
  font-weight: 600;
}

.productsloan.standaloneModule .std-value__subtitle {
  font-size: 14px;
  color: #4d6d64;
}

.productsloan.standaloneModule .std-value__text {
  text-align: center;
}

.productsloan.standaloneModule .schedule-demo-bn {
  margin-top: 0;
}


.productsloan.standaloneModule .std-value__grid {
  display: flex;
  flex-direction: row;
  gap: 16px;
  overflow: hidden;        
  width: 100%;               
  animation: scrollCards 20s linear infinite;
}


.productsloan.standaloneModule .std-value__card {
  min-width: 260px;
  max-width: 260px;
  height: 270px;
  flex: 0 0 auto;
}

.productsloan.standaloneModule .std-value__grid {
   display: flex;
   flex-direction: row ;
   gap: 16px; 
   overflow: hidden;
   width: max-content ;
   animation: scrollCards 20s linear infinite;
   } 
   
.productsloan.standaloneModule .std-value__card {
     min-width: 360px;
     max-width: 260px; 
     flex: 0 0 auto;
     margin-top: 50px;
    }
  @keyframes scrollCards {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* About Page */
  .hero-section.about-page {
     background-image: 
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 55%,   /* transparent top */
      rgba(11, 51, 38, 0.7) 75%, 
      #0B3326 100%           /* solid bottom */
    ),
      url("../public/assets/images/Frame1sectionHome_Background.png");
    background-size: cover;
    background-position: center -40px;
    padding: 0;
  }

  .about-hero-title {
    font-size: 32px;
    width: 250px;
    height: auto;
    margin: 0;
  }

  .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: 30px;
    padding-right: 10px;
    gap: 20px;
  }

  .about-page .action-button, 
  .about-page .action-button2 {
     gap: 10px;
  }

  .about-page .about-image-mobile {
    display: block;
    max-width: 320px;
    margin-top: 12px;
    margin-bottom: 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: 60%;
    transform: translateX(-50%);
    margin-top: 20px;
  }

  .about-page .about-hero-image {
    content: url("/public/assets/images/TeamImage1.png");
    width: 100%;
    display: block;
    border-radius: 0;
    position: relative;
    z-index: 1;
  }

  .about-intro-section {
    min-height: 0;
  }


  
  .button2 {
    display: flex;
    align-items: center;
    justify-content: center;  
    text-align: center;
    gap: 8px;
  }


  .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: 20px;
  margin-top: -7px;
}

.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: 80px 0 32px 30px;
  width: 100%;
  box-sizing: border-box;
  order: 1;
  text-align: left;
}

.about-intro-section .why-choose {
  position: relative;
  top: -7px; 
}

.about-intro-section .why-choose {
  transform: none;
  margin-bottom: 2px;
  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;
    padding: 0 10px;
    margin-bottom: 0;
    color: #000000;
    line-height: 150%;
    text-align: left;
  }

  .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;
  }



.highlight-item img {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}

  .about-intro-section .highlight-item span {
    font-size: 13px;
    padding-top: 5px;
    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
  {
   padding-left: 10px; 
   white-space: nowrap;
 }

  .about-intro-section .stacked-title span:last-child { 
     transform: translateX(-30px);
  }
   .about-page .about-image-wrapper {
    position: relative;
    overflow: hidden;
  }

 .about-page .about-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;

  background: linear-gradient(
    to bottom,
    #0B3326 0%,
    rgba(11, 51, 38, 0.85) 30%,
    rgba(11, 51, 38, 0.5) 60%,
    rgba(11, 51, 38, 0.2) 80%,
    rgba(11, 51, 38, 0) 100%
  );

  z-index: 2;
  pointer-events: none;
}

  .about-page .about-hero-image {
    position: relative;
    z-index: 1;
  }


 .watch-page header.navigation-bar .login {
  color: #205a46;
}

.watch-page header.navigation-bar .hamburger-btn {
  display: flex;
}

.watch-page header.navigation-bar .hamburger-btn span {
  background-color: #205a46;
}

  .mobile-layout .productsloan .loansection {
    padding: 0;
    min-height: 85vh;
  }

  .mobile-layout .productsloan .loan-hero {
    padding: 24px 16px 0 16px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .mobile-layout .productsloan .loan-hero__content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    align-items: center;
    text-align: center;
  }

  .mobile-layout .productsloan .loan-hero__title {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    word-break: break-word;
  }

  .mobile-layout .productsloan .loan-hero__subtitle {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .mobile-layout .productsloan .aboutBtn {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .mobile-layout .productsloan .loan-hero {
    padding: 20px 16px;
  }

   .mobile-layout .about-page .about-hero-content {
    padding-right: 60px;
  }

    .mobile-layout .productsloan:not(.homepage-wrapper):not(.about-page) .loan-hero {
    padding: 24px 16px 0 16px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .mobile-layout .productsloan:not(.homepage-wrapper):not(.about-page) .loan-hero__content {
    width: 100%;
    max-width: 100%;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .mobile-layout .productsloan:not(.homepage-wrapper):not(.about-page) .loan-hero__title {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .mobile-layout .productsloan:not(.homepage-wrapper):not(.about-page) .loan-hero__subtitle {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .mobile-layout .productsloan:not(.homepage-wrapper):not(.about-page) .aboutBtn {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .mobile-layout .productsloan:not(.homepage-wrapper):not(.about-page) .button1,
  .mobile-layout .productsloan:not(.homepage-wrapper):not(.about-page) .button2 {
    width: 100%;
  }

}

@media screen and (max-width: 480px) {

  .mobile-layout header.navigation-bar {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    margin: 0;
  }

  .mobile-layout .homepage-wrapper .hero-section {
    padding: 0;
  }

  .mobile-layout .homepage-wrapper .revolutionize-financial-report {
    font-size: clamp(26px, 9vw, 32px);
  }

  .mobile-layout .homepage-wrapper .myfinalyst-empowers-your {
    font-size: 13px;
  }

  .mobile-layout .homepage-wrapper .card {
    min-width: 100%;
    width: 300px;
  }

  .mobile-layout .homepage-wrapper .card:hover,
  .mobile-layout .homepage-wrapper .card.default-active {
    min-width: 90vw;
    width: 90vw;
  }

  .mobile-layout .homepage-wrapper .text-section {
    padding: 60px 16px;
    gap: 4px;
  }

  .mobile-layout .homepage-wrapper .thats-why-we,
  .mobile-layout .homepage-wrapper .to-simplify-and,
  .mobile-layout .homepage-wrapper .of-financial-reporting {
    font-size: clamp(20px, 6vw, 28px);
  }

  .mobile-layout .homepage-wrapper .icon-container,
  .mobile-layout .homepage-wrapper .element-container-1 {
    width: clamp(70px, 18vw, 95px);
  }

  .mobile-layout .homepage-wrapper .myfinalyst-icon {
    width: clamp(24px, 8vw, 32px);
    height: clamp(24px, 8vw, 32px);
  }


  .mobile-layout .homepage-wrapper .features-section2 {
    padding: 0;
    gap: 0;
  }

  .mobile-layout .homepage-wrapper .scroll-container {
    height: 400px;
    width: calc(100% - 48px);
  }

  .mobile-layout .homepage-wrapper .feature-slide {
    height: 400px;
  }

  .mobile-layout .homepage-wrapper .main-container4 {
    margin: 0 12px 0 12px;
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
  }

  .mobile-layout .homepage-wrapper .progress-bar {
    gap: 10px;
    padding-top: 10px;
  }

  .mobile-layout .homepage-wrapper .progress-step {
    width: 7px;
    height: 7px;
    min-width: 7px;
    min-height: 7px;
    border-radius: 50%;
    background-color: #c8c8c8;
  }

  .mobile-layout .homepage-wrapper .progress-step.active {
    width: 9px;
    height: 9px;
    min-width: 9px;
    min-height: 9px;
    border-radius: 50%;
    background-color: #3ab67d;
  }

  .mobile-layout .footer-container {
    width: 100%;
    padding: 70px 20px 40px 20px;
    margin: 0;
    border-radius: 0;
    box-sizing: border-box;
  }

  .mobile-layout .footer-container .lorem-ipsum-dolor {
    font-size: clamp(20px, 5.5vw, 26px);
  }
}

@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 ;
    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(25px, 0.79vw, 12.7px); */
  }

  .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: 1024px) {

   header.navigation-bar {
    max-width: 100%;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border-radius: 0;
    margin: 0;
  }

  header.navigation-bar .buttons-container {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
  }

  .login {
    order: 1;
  }

  .hamburger-btn {
    order: 2;
  }

  .mobile-layout .homepage-wrapper .buttons {
    width: 60%;
    margin: 0 auto;
  }

  .mobile-layout .homepage-wrapper .action-button,
  .mobile-layout .homepage-wrapper .action-button2 {
    width: 100%;
  }

  .mobile-layout .homepage-wrapper .revolutionize-financial-report {
    font-size: 42px;
    line-height: 1.2;
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
  }

  .mobile-layout .homepage-wrapper .problem-statement-section {
    padding: 80px 60px;
    align-items: center;
    overflow: hidden;
  }

  .mobile-layout .homepage-wrapper .cards-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: center;
  }

  .mobile-layout .homepage-wrapper .card {
    width: 100%;
    min-width: unset;
    transform: none;
  }

  .mobile-layout .homepage-wrapper .framework-section {
    padding: 80px 40px 120px 40px;
    align-items: center;
    overflow: hidden;
  }

  .mobile-layout .homepage-wrapper .hovercard {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
  }

  .mobile-layout .homepage-wrapper .framework-card {
    transition: transform 3s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease;
  }

  .mobile-layout .homepage-wrapper .card-12.framework-card {
    transform: translate(-140%, 0);
  }

  .mobile-layout .homepage-wrapper .card-22.framework-card {
    transform: translate(80%, -140%);
  }

  .mobile-layout .homepage-wrapper .card-32.framework-card {
    transform: translate(-180%, 20%);
  }

  .mobile-layout .homepage-wrapper .card-42.framework-card {
    transform: translate(60%, 30%);
  }

  .mobile-layout .homepage-wrapper .framework-section.arranged .card-12 {
    transform: translate(-120%, 30%);
    height: 170px;
  }

  .mobile-layout .homepage-wrapper .framework-section.arranged .card-22 {
    transform: translate(-120%, -100%);
    height: 130px;
  }

  .mobile-layout .homepage-wrapper .framework-section.arranged .card-32 {
    transform: translate(10%, -16%);
  }

  .mobile-layout .homepage-wrapper .framework-section.arranged .card-42 {
    transform: translate(140%, -37%);
    height: 340px;
  }

}

@media (min-width: 481px) and (max-width: 767px) {

  .mobile-layout .homepage-wrapper .problem-statement-section{
    padding: 70px;
  }
  .mobile-layout .homepage-wrapper .card,
  .mobile-layout .homepage-wrapper .card.default-active {
    width: 470px;
    min-width: unset;
    height: 120px;
  }

  .mobile-layout .homepage-wrapper .card-1 {
    background: url("/public/assets/images/feature-reconciliation.png") no-repeat;
  }

  .mobile-layout .homepage-wrapper .card-2 {
    background: url("/public/assets/images/feature-systems.png") no-repeat;
  }

  .mobile-layout .homepage-wrapper .card-3,
  .mobile-layout .homepage-wrapper .card.default-active {
    background: url("/public/assets/images/feature-workflow.png") no-repeat;
  }

  .mobile-layout .homepage-wrapper .card-4 {
    background: url("/public/assets/images/feature-data.png") no-repeat;
  }

  .mobile-layout .homepage-wrapper .card-1,
  .mobile-layout .homepage-wrapper .card-2,
  .mobile-layout .homepage-wrapper .card-3,
  .mobile-layout .homepage-wrapper .card-4 {
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

}