:root {
  --white: white;
  --poppins: Poppins, sans-serif;
  --black: #101011;
  --body-text: 18px;
  --h1: 80px;
  --h1-mobile: 48px;
  --h2: 48px;
  --h2-mobile: 36px;
  --h3: 38px;
  --h4: 32px;
  --h5: 28px;
  --h6: 24px;
  --mobile-body-text: 16px;
  --fitnet-main: #00bf6b;
  --shade-green: #009956;
  --black-shade: #262626;
  --shade-green-2: #007340;
  --large-body-text: 28px;
  --livvic: Livvic, sans-serif;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--white);
  font-family: var(--poppins);
  color: var(--black);
  font-size: var(--body-text);
  line-height: 120%;
}

h1 {
  font-family: var(--poppins);
  font-size: var(--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 110%;
}

h2 {
  font-family: var(--poppins);
  font-size: var(--h2);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 110%;
}

h3 {
  font-family: var(--poppins);
  font-size: var(--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 120%;
}

h4 {
  font-family: var(--poppins);
  font-size: var(--h4);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 120%;
}

h5 {
  font-family: var(--poppins);
  font-size: var(--h5);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 120%;
}

h6 {
  font-family: var(--poppins);
  font-size: var(--h6);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 120%;
}

p {
  font-family: var(--poppins);
  font-size: var(--body-text);
  margin-bottom: 10px;
  line-height: 150%;
}

.style-guide-font-row-right {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: center;
  margin-bottom: 40px;
  display: flex;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section {
  color: var(--white);
  background-color: #101011;
  padding: 100px 20px;
}

.color-card-text-block {
  color: #727272;
  margin-bottom: 10px;
  font-size: 14px;
}

.color-card {
  border: 1px solid #6f6f6f;
  overflow: hidden;
}

.spacer-30px-height {
  width: 20px;
  height: 30px;
}

.spacer-30px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.style-guide-font-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 100px;
}

.color-block {
  background-color: #eaeaea;
  border: 1px solid #444445;
  width: 100%;
  height: 225px;
}

.color-block.biege-02 {
  background-color: var(--fitnet-main);
}

.color-block.beige-01 {
  background-color: var(--white);
  border-color: #727272;
}

.color-block.light-pink {
  background-color: var(--shade-green);
}

.color-block.yellow {
  background-color: var(--black-shade);
}

.color-block.light-purple {
  background-color: var(--shade-green-2);
}

.color-block.black {
  background-color: var(--black);
}

.content-container {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
}

.spacer-40px-height {
  width: 20px;
  height: 40px;
}

.spacer-40px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.style-guide-heading-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 626px;
}

.colors-card-text-wrapper {
  background-color: #0000;
  border: 1px solid #727272;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.spacer-64px-height {
  width: 20px;
  height: 64px;
}

.spacer-64px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.style-guide-font-grid-left {
  padding-top: 20px;
  padding-right: 20px;
}

.grey-text {
  color: #727272;
}

.spacer-10px-height {
  width: 20px;
  height: 10px;
}

.spacer-10px-height:hover {
  background-color: #fffc;
}

.spacer-10px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.spacer-20px-height {
  width: 20px;
  height: 20px;
}

.spacer-20px-height:hover {
  background-color: #fffc;
}

.spacer-20px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.page-hero-section {
  background-color: #161616;
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
}

.spacer-80px-height {
  width: 20px;
  height: 80px;
}

.spacer-80px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.large-text {
  font-family: var(--poppins);
  color: var(--white);
  font-size: var(--large-body-text);
  width: 890px;
}

.style-guide-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.primary-button {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  color: #f5f4ed;
  background-color: #00bf6b;
  border-radius: 80px;
  flex-flow: row;
  flex: none;
  padding: 16px 25px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.primary-button:hover {
  background-color: #29292c;
}

.primary-button.mobile-hidden:hover {
  background-color: #026636;
}

.primary-button-arrow {
  opacity: 1;
}

.nav-logo-wrapper {
  z-index: 9;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 160px;
  margin-top: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-logo {
  background-image: url('../images/Frame-1697.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  background-attachment: scroll;
  flex: auto;
  order: 0;
  align-self: auto;
  width: 640px;
  max-width: 50vw;
  height: 60%;
  margin-bottom: 0;
}

.navbar-wrapper {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.navbar {
  z-index: 11;
  justify-content: center;
  align-items: center;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
  height: 80px;
}

.navbar-logo {
  height: 60px;
  width: auto;
  object-fit: contain;
  display: block;
}

.primary-button.mobile-hidden {
  position: absolute;
  right: 20px;
}

.livvic-text {
  font-family: var(--livvic);
  font-weight: 400;
}

.hero-section-paragraph-wrapper {
  max-width: 860px;
}

.download-links-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-top: 60px;
  display: flex;
}

.hero-section-image {
  background-image: url('../images/PSD_7.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1500px;
  width: 100%;
  max-width: 1310px;
  height: 105vh;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.sticky-section-wrapper {
  position: relative;
}

.light-pink-container {
  background-color: var(--fitnet-main);
  padding: 64px;
  position: sticky;
  top: 120px;
}

.features-grid {
  grid-column-gap: 31px;
  grid-template: ". Area" 1fr
  / 1fr;
}

.features-grid-image-wrapper {
  border-radius: 8px;
  height: 320px;
  position: relative;
  overflow: hidden;
}

.features-grid-image {
  background-image: url('../images/start-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 460px;
  position: absolute;
  inset: 0%;
}

.features-grid-image._2 {
  background-image: url('../images/start-3.png');
  background-size: 460px;
}

.features-grid-image._3 {
  background-image: url('../images/start-4.png');
}

.features-grid-text-wrapper {
  color: var(--white);
}

.yellow-container {
  background-color: var(--shade-green);
  padding: 64px;
  position: sticky;
  top: 120px;
}

.light-purple-container {
  background-color: var(--shade-green-2);
  padding: 64px;
  position: sticky;
  top: 120px;
}

.dark-section {
  background-color: var(--black);
  color: var(--white);
  padding: 100px 20px;
}

.industries-content-wrapper {
  margin-top: 60px;
  position: relative;
}

.industry-text-wrapper {
  cursor: default;
  margin-bottom: 60px;
}

.industries-image-wrapper {
  border-radius: 12px;
  width: 378px;
  height: 480px;
  position: absolute;
  inset: 10% 0% auto auto;
  overflow: hidden;
}

.industry-image {
  z-index: 1;
  background-image: url('../images/pexels-cottonbro-4327024.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 380px;
  position: absolute;
  inset: 0%;
}

.industry-image._2 {
  background-image: url('../images/pexels-cottonbro-4754001.jpg');
  background-size: 380px;
}

.industry-image._3 {
  background-image: url('../images/Screenshot-2025-08-27-at-7.33.17-PM.png');
  background-position: 50% 100%;
  background-size: 320px;
}

.industry-image._4 {
  background-image: url('../images/pexels-troy-squillaci-1303476-2516588.jpg');
}

.industry-image._5 {
  background-image: url('../images/pexels-tiger-lily-4487422.jpg');
}

.industry-image._6 {
  background-image: url('../images/pexels-mikhail-nilov-7988115.jpg');
}

.navbar-bg {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 80px;
  position: relative;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.navbar-button-icon-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-right: 0;
}

.navbar-button-icon-line {
  background-color: var(--white);
  width: 17px;
  height: 2px;
  margin-bottom: 5px;
}

.text-carousel-second-row-wrapper {
  z-index: 0;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: stretch;
  width: 105%;
  margin-top: 0;
  padding: 20px;
  display: flex;
  position: relative;
}

.text-carousel-second-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  display: flex;
}

.text-carousel-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.carousel-section {
  background-color: var(--shade-green-2);
  overflow: hidden;
}

.carousel-section.white-background {
  background-color: var(--white);
}

.carousel-text {
  font-size: var(--h1);
  white-space: nowrap;
  font-weight: 600;
  line-height: 120%;
}

.faq-question-text {
  color: var(--fitnet-main);
  text-transform: none;
  font-size: 38px;
}

.faq-paragraph {
  margin-bottom: 30px;
}

.faq-answer {
  margin-top: 10px;
  overflow: hidden;
}

.plus-icon {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.faq-sticky-section {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 110px;
}

.faq-seciton-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.faq-sticky-section-wrapper {
  position: relative;
}

.faq-wrapper {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-bottom: 1px solid #e0e0d6;
  margin-bottom: 20px;
  padding: 0 0 5px;
  overflow: hidden;
}

.faq-wrapper.cursor-hover-animation {
  cursor: default;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.plus-line-animated {
  color: #171719;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.testimonials-section {
  background-color: var(--black);
  padding: 100px 20px 220px;
  overflow: hidden;
}

.testimonials-section-heading-wrapper {
  max-width: 710px;
}

.portrait-slide {
  background-color: var(--white);
  border-radius: 8px;
  width: 300px;
  height: 450px;
  margin-right: 32px;
  padding: 40px 24px;
}

.testimonial-slider {
  background-color: #fff0;
  height: 100%;
  margin-top: 60px;
}

.testimonials-slider-content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.left-arrow {
  width: 54px;
  height: 54px;
  transition: transform .2s;
  inset: auto auto -30% 0%;
}

.left-arrow:hover {
  transform: translate(-10px);
}

.right-arrow {
  width: 65px;
  height: 54px;
  transition: transform .2s;
  inset: auto auto -30% 5%;
}

.right-arrow:hover {
  transform: translate(10px);
}

.slide-nav {
  inset: auto 0% -25%;
}

.landscape-slide {
  background-color: var(--white);
  border-radius: 8px;
  width: 470px;
  height: 310px;
  margin-right: 32px;
  padding: 40px 24px;
}

.bold-text {
  color: var(--white);
  font-weight: 600;
}

.testimonials-grey-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #101011bf;
  flex-flow: column;
  display: flex;
}

.testimonial-slider-mask {
  overflow: visible;
}

.cta-section {
  background-color: var(--shade-green);
  background-image: url('../images/Subtract.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 120px 20px;
}

.cta-content-container {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-heading {
  color: var(--white);
  width: 710px;
  margin-bottom: 54px;
  font-size: 48px;
  font-weight: 400;
  line-height: 130%;
}

.footer {
  background-color: var(--black);
  background-image: 
    radial-gradient(circle at 25% 25%, rgba(0, 191, 107, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(0, 191, 107, 0.05) 0%, transparent 50%);
  color: var(--white);
  padding: 100px 20px 20px;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--fitnet-main), transparent);
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: auto;
  min-width: 0;
  padding-left: 0;
}

.link-wrapper {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.footer-link {
  color: var(--white);
  font-size: var(--h3);
  margin-top: 20px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  display: block;
}

.footer-link-underline {
  background-color: var(--black);
  color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 5px;
  display: block;
}

.footer-column {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.social-links-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 8px 0;
}

.social-link:hover {
  transform: translateX(8px);
  color: var(--fitnet-main);
}

.social-link:hover .social-icon {
  transform: scale(1.1) rotate(5deg);
}

.social-link:active .social-icon {
  transform: scale(0.95);
}

.social-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.social-text {
  font-size: var(--h5);
  font-weight: 600;
  line-height: 120%;
}



.footer-logo {
  background-image: url('../images/Iftech.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 210px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.powerd-by {
  z-index: 1;
  color: var(--black);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  position: relative;
}

.webflow-link {
  color: #101011bf;
  transition: color .2s;
}

.webflow-link:hover {
  color: var(--black);
}

.dropdown-toggle {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: var(--black);
  color: var(--white);
  border-radius: 80px;
  padding: 16px 25px;
  display: flex;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: auto;
}

.dropdown-list {
  background-color: var(--black);
}

.dropdown-list.w--open {
  background-color: var(--black);
  border-radius: 20px;
  min-width: 120%;
  min-height: 100%;
  padding-top: 20px;
  padding-left: 20px;
}

.dropdown-link {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: var(--white);
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 1310px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: var(--black);
  border-radius: 12px;
}

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--black);
  color: var(--black);
  background-color: #fff0;
}

.license-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.license-link {
  color: #101011bf;
  text-decoration: underline;
}

.license-link:hover {
  color: var(--black);
}

.numbers-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1310px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.divider {
  background-color: var(--fitnet-main);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.numbers-text {
  font-size: var(--h1);
  line-height: 120%;
}

.demo-video {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.demo-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.section-heading-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.services-cards-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.services-card {
  background-color: var(--black-shade);
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  color: var(--black);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 800px;
  display: flex;
}

.services-card.yellow {
  background-color: var(--black-shade);
}

.services-card.light-purple {
  background-color: var(--black-shade);
  color: var(--white);
}

.services-card-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.services-card-image {
  text-align: center;
  height: 360px;
}

.clients-carousel-section {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.partners-animation-wrapper {
  margin-top: 20px;
  overflow: hidden;
}

.partners-animator {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: center;
  display: flex;
}

.partners-logo-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex: none;
  justify-content: flex-start;
  display: flex;
}

.partners-logo {
  height: 35px;
}

.secotion-fade-out-blur {
  background-image: linear-gradient(95deg, #101011, #10101100);
  width: 500px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.secotion-fade-out-blur.right {
  background-image: linear-gradient(263deg, #101011, #10101100);
  inset: 0% 0% 0% auto;
}

.heading {
  color: var(--white);
}

.paragraph {
  color: var(--white);
  font-weight: 400;
}

.heading-2, .paragraph-2 {
  color: var(--white);
}

.heading-3, .heading-4 {
  color: var(--fitnet-main);
}

.heading-5 {
  color: var(--white);
}

.heading-6, .heading-7, .heading-8 {
  color: var(--fitnet-main);
}

.paragraph-3, .paragraph-4 {
  color: var(--white);
}

.paragraph-5 {
  width: 620px;
}

.heading-9 {
  font-weight: 400;
}

.image {
  text-align: center;
  border-radius: 0;
  max-width: 100%;
  position: relative;
  top: -37px;
  left: 88px;
}

.image-2, .image-3 {
  position: relative;
  top: -150px;
}

/* Removed problematic image-4 positioning */

@media screen and (max-width: 991px) {
  .section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .spacer-30px-height {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-font-grid {
    grid-template-columns: 1fr;
  }

  .spacer-40px-height, .spacer-64px-height, .spacer-10px-height, .spacer-20px-height {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .page-hero-section {
    padding-top: 220px;
    padding-bottom: 40px;
  }

  .spacer-80px-height {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-logo-wrapper {
    height: 200px;
  }

  .features-grid-image-wrapper {
    height: 220px;
  }

  .dark-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .industries-image-wrapper {
    display: none;
  }

  .text-carousel-image {
    width: 34px;
  }

  .carousel-text {
    font-size: 42px;
  }

  .plus-icon {
    margin-left: 10px;
  }

  .faq-seciton-grid {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .testimonials-section {
    padding-top: 60px;
    padding-bottom: 220px;
  }

  .right-arrow {
    left: 10%;
  }

  .cta-section {
    background-position: 50%;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-heading {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .social-links-wrapper {
    gap: 18px;
  }

  .footer-link {
    font-size: var(--h5);
  }

  .numbers-wrapper {
    grid-row-gap: 33px;
    grid-template-columns: 1fr 1fr;
  }

  .services-cards-grid {
    grid-template-columns: 1fr;
  }

  .partners-logo-wrapper {
    min-width: 160%;
  }

  .partners-logo {
    height: 30px;
  }

  .secotion-fade-out-blur {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: var(--h1-mobile);
  }

  .section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .spacer-30px-height, .spacer-40px-height, .spacer-64px-height, .spacer-10px-height, .spacer-20px-height {
    background-color: #fff0;
  }

  .page-hero-section {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .spacer-80px-height {
    background-color: #fff0;
  }

  .nav-logo-wrapper {
    height: 100px;
    margin-top: 50px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .dark-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .carousel-text {
    font-size: 36px;
  }

  .faq-question-text {
    font-size: 28px;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-section {
    padding-top: 60px;
    padding-bottom: 220px;
  }

  .cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-heading {
    font-size: 32px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 40px;
    text-align: center;
  }

  .footer-column {
    align-items: center;
  }

  .social-links-wrapper {
    align-items: center;
  }

  .social-link {
    justify-content: center;
  }

  .social-icon {
    width: 20px;
    height: 20px;
  }

  .social-text {
    font-size: 18px;
  }

  .link-wrapper {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 14px;
    display: flex;
    overflow: hidden;
  }

  .footer-link {
    margin-top: 10px;
    font-size: 18px;
  }

  .footer-link-underline {
    display: none;
  }

  .footer-left-side {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .numbers-wrapper, .section-heading-grid {
    grid-template-columns: 1fr;
  }

  .partners-logo-wrapper {
    min-width: 180%;
  }

  .partners-logo {
    height: 30px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: var(--h2-mobile);
  }

  .footer {
    padding: 40px 15px 20px;
  }

  .footer-grid {
    grid-row-gap: 30px;
  }

  .social-links-wrapper {
    gap: 15px;
  }

  .social-link {
    padding: 6px 0;
  }

  .social-icon {
    width: 18px;
    height: 18px;
  }

  .social-text {
    font-size: 16px;
  }

  h3 {
    margin-bottom: 10px;
  }

  p {
    font-size: var(--mobile-body-text);
  }

  .section {
    padding: 60px 10px 40px;
  }

  .page-wrapper {
    overflow: hidden;
    padding-top: 80px;
    background-color: #000;
  }

  .content-container {
    text-align: center;
  }

  .style-guide-heading-wrapper {
    margin-top: 40px;
  }

  .page-hero-section {
    padding: 44px 10px 20px;
  }

  .large-text {
    width: auto;
  }

  .style-guide-grid {
    grid-template-columns: 1fr;
  }

  .primary-button.mobile-hidden {
    display: none;
  }

  .nav-logo-wrapper {
    justify-content: flex-end;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-logo {
    height: 50px;
  }

  .download-links-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .hero-section-image {
    background-position: 30%;
    background-size: 500px;
    width: 100%;
    max-width: 1270px;
    max-height: 380px;
    margin-right: 2px;
    padding-right: 0;
    position: relative;
    left: -6px;
  }

  .light-pink-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .features-grid-image {
    background-size: 180px;
  }

  .features-grid-image._2 {
    background-position: 45%;
    background-size: 180px;
    margin-bottom: -89px;
  }

  .features-grid-image._3 {
    margin-bottom: -82px;
  }

  .yellow-container, .light-purple-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dark-section {
    padding: 60px 10px 40px;
  }

  .text-carousel-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .carousel-text {
    font-size: 48px;
  }

  .faq-question-text {
    font-size: 24px;
    line-height: 120%;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .plus-line-animated {
    width: 20px;
  }

  .testimonials-section {
    padding: 60px 10px 220px;
  }

  .portrait-slide {
    width: 100%;
    height: 380px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-arrow {
    left: 20%;
  }

  .landscape-slide {
    width: 100%;
    height: 300px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-section {
    padding: 60px 10px 40px;
  }

  .cta-heading {
    font-size: 28px;
  }

  .footer {
    padding: 60px 10px 40px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-logo {
    height: 100px;
    margin-bottom: 0;
  }

  .powerd-by {
    color: var(--black);
  }

  .dropdown-toggle {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 12px 20px 10px;
    font-size: 14px;
  }

  .dropdown-list.w--open {
    min-width: 140%;
  }

  .text-block {
    font-size: var(--mobile-body-text);
  }

  .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .numbers-text {
    font-size: var(--h1);
  }

  .demo-video {
    height: 50vh;
    min-height: 300px;
  }
  
  .demo-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .services-card-text-wrapper {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .partners-logo-wrapper {
    min-width: 300%;
  }

  .partners-logo {
    height: 30px;
  }

  .secotion-fade-out-blur {
    width: 25px;
    display: none;
  }

  .secotion-fade-out-blur.right {
    width: 25px;
  }

  .testimonials-slide-heading {
    font-size: 32px;
  }

  .heading {
    font-size: var(--h3);
    width: auto;
  }

  .bold-text-2 {
    font-size: 15px;
  }
  
  /* Mobile-specific image positioning */
  .image {
    top: -35px;
    left: 70px;
  }

  .image-2 {
    top: -260px;
  }
  
  .image-3 {
    top: -260px;
  }
}

#w-node-_042d454a-1c72-2f03-6808-52c0fba3cb50-fba3cb4d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_042d454a-1c72-2f03-6808-52c0fba3cb65-fba3cb4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3206fcf-cc337541, #w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3206fd0-cc337541 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3206fd4-cc337541, #w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3206fdc-cc337541, #w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3206fe4-cc337541, #w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3206fec-cc337541, #w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3206ff4-cc337541, #w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3206ffc-cc337541 {
  justify-self: start;
}

#w-node-c2a5a9f9-6d0b-d18b-7877-6a78c320700a-cc337541 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2a5a9f9-6d0b-d18b-7877-6a78c320700c-cc337541 {
  justify-self: start;
}

#w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3207002-cc337541 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3207004-cc337541 {
  justify-self: start;
}

#w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3207018-cc337541 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3207021-cc337541, #w-node-_6b133147-6918-3c27-56cc-bfd9b7be107c-cc337541, #w-node-_8eaa3020-2c40-57a8-cf09-6ad9ec524fa7-cc337541, #w-node-_74b27bdb-0b9a-a542-cb32-b6db9947efa1-cc337541, #w-node-_93930051-4b10-10b6-5010-7f2810110b65-cc337541 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_042d454a-1c72-2f03-6808-52c0fba3cb50-fba3cb4d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_042d454a-1c72-2f03-6808-52c0fba3cb50-fba3cb4d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}

/* App Store Download Buttons */
.app-store-button {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  background: #000;
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  transition: all 0.3s ease;
  margin: 0 10px;
  min-width: 200px;
  justify-content: flex-start;
}

.app-store-button:hover {
  background: #333;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.app-store-icon {
  margin-right: 12px;
  display: flex;
  align-items: center;
}

.app-store-icon svg {
  width: 24px;
  height: 24px;
}

.app-store-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.app-store-top-text {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.8;
}

.app-store-bottom-text {
  font-size: 18px;
  font-weight: 600;
  margin-top: 2px;
}

.app-store-button-apple .app-store-icon svg {
  color: #fff;
}

.app-store-button-google .app-store-icon svg {
  color: #fff;
}

.download-links-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .download-links-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  .app-store-button {
    margin: 0 10px 0 0;
  }
}

/* Enhanced Glassy Navbar Styles */
.navbar-wrapper {
  transition: all 0.3s ease;
}

.navbar-bg {
  transition: all 0.3s ease;
}

/* Add subtle animation on scroll */
.navbar-wrapper.scrolled .navbar-bg {
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
}

/* Ensure navbar content is properly visible */
.navbar * {
  color: var(--white);
}

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Additional Mobile Video Support */
@media screen and (max-width: 767px) {
  .demo-video {
    height: 40vh;
    min-height: 250px;
  }
  
  .demo-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

/* Fallback for devices that don't support video autoplay */
.demo-video.no-autoplay {
  background-image: url('https://cdn.prod.website-files.com/66f80993567d675bb21536a3%2F67333eb7fb25508cc3668a9d_Iftech_VideoMobile-poster-00001.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.demo-video.no-autoplay video {
  display: none;
}

/* Mobile Programs Section */
.mobile-only {
  display: none;
}

.mobile-programs-wrapper {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.mobile-program-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.mobile-program-item.animate {
  opacity: 1;
  transform: translateY(0);
}

.mobile-program-image-wrapper {
  width: 100%;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.mobile-program-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(100%);
  transition: transform 0.8s ease-out;
}

.mobile-program-item.animate .mobile-program-image {
  transform: translateY(0);
}

.mobile-program-content {
  text-align: center;
}

.mobile-program-content h3 {
  margin-bottom: 15px;
  color: var(--white);
}

.mobile-program-content p {
  color: rgba(245, 244, 237, 0.8);
  font-size: var(--mobile-body-text);
  line-height: 1.6;
}

/* Program-specific images */
.program-1 {
  background-image: url('../images/pexels-cottonbro-4327024.jpg');
}

.program-2 {
  background-image: url('../images/pexels-cottonbro-4754001.jpg');
}

.program-3 {
  background-image: url('../images/Screenshot-2025-08-27-at-7.33.17-PM.png');
}

/* Mobile Media Queries */
@media screen and (max-width: 767px) {
  .mobile-only {
    display: block;
  }
  
  #industries {
    display: none;
  }
  
  .mobile-programs-wrapper {
    margin-top: 30px;
    gap: 30px;
  }
  
  .mobile-program-image-wrapper {
    height: 180px;
  }
  
  .mobile-program-content h3 {
    font-size: 28px;
  }
  
  .mobile-program-content p {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .mobile-programs-wrapper {
    margin-top: 25px;
    gap: 25px;
  }
  
  .mobile-program-image-wrapper {
    height: 160px;
  }
  
  .mobile-program-content h3 {
    font-size: 24px;
  }
}


