.scroll-gallery {
  overflow-x: auto;
  scrollbar-width: none;      
  -ms-overflow-style: none;   
}

.scroll-gallery::-webkit-scrollbar {
  display: none;                   
}

@media (max-width: 768px) {
  .app-store-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch; 
    gap: 30px; 
    padding: 20px 0; 
  }

  .app-store-button {
    background-color: #000000; 
    border-radius: 12px; 
    padding: 12px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%; 
    height: 60px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  }

  .app-store-icon {
    width: 160px;
    height: 48px;
    object-fit: contain;
    display: block;
  }
}


@media (min-width: 769px) {
  .app-store-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .app-store-background {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
  }

  .app-store-icons {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    z-index: 2;
    padding: 30px 20px;
  }

  .app-store-icon {
    width: 200px;
    height: 60px;
    object-fit: contain;
    background: none;
    display: block;
  }
}

/* Desktop - keep original styling */
@media (min-width: 769px) {
  .app-store-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .app-store-background {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
  }

  .app-store-icons {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    z-index: 2;
    padding: 30px 20px;
  }

  .app-store-icon {
    width: 200px;
    height: 60px;
    object-fit: contain;
    background: none;
    display: block;
  }
}

@media (min-width: 768px) {
  .mobile-hide{
    display: block;
  }

  .desktop-hide {
    display: none !important;
  }
}


/* Responsive */
@media (max-width: 768px) {

  .mobile-hide {
    display: none !important;
  }

  .mobile-show {
  display: block !important;
}

  .faq-content {
      padding: 0 12px !important;
  }

  .faq-subquestion {
    padding: 0 12px;
    display: block;
  }

  .faq-subanswer {
    padding-left: 10% !important;
    padding-right: 10% !important;
    display: block;
  }

}

.scroll-gallery {
  overflow-x: auto;
  padding: 0 16px;
  scroll-snap-type: x mandatory;
}

.scroll-wrapper {
  display: flex;
  gap: 16px;
}

.scroll-item {
  flex: 0 0 80%; 
  scroll-snap-align: start;
  border-radius: 12px;
  overflow: hidden;
}

.scroll-item img {
  width: 100%;
  height: auto;
  display: block;
}


/* Ensure these styles are present and apply to scroll-gallery as well */
.scroll-item .app-image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.scroll-item .app-bg-icon {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.scroll-item .app-image {
  position: relative;
  z-index: 2;
  object-fit: cover;
  width: auto;
  height: auto;
  border-radius: 16px;
}



.faq-section {
  margin: 0 auto;
  font-family: 'DM Sans', Arial, sans-serif;
}

.faq-item {
  border-bottom: 1px solid #00A0F2;
  padding: 0;
}

.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-icon {
  font-size: 1.5rem;
  color: #00A0F2;
  font-weight: bold;
}

.faq-content {
  display: none;
  padding: 0;
}

.faq-item.faq-expanded .faq-content {
  padding-left: 10%;
  padding-right: 10%;
  display: block;
}

.faq-subitem {
  border-bottom: 1px solid #00A0F2;
}

.faq-content .faq-subitem:last-child  {
  border-bottom: none;
}

.download-button
{
  text-decoration: underline;
}

.download-link
{
  text-align: center;
  margin: 20px 0;
}

.faq-subquestion {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
}

.faq-subitem-expanded .faq-subanswer {
  display: block;
}

.faq-subanswer {
  display: none;
  padding: 8px 0 16px 0;
  font-size: 0.98rem;
  color: #222;
}

.faq-item.faq-expanded .faq-content {
  display: block;
}


.faq-subitem-expanded .faq-subquestion .faq-icon {
  color: #0077cc;
}

.app-features-section {
  padding: 0 var(--container-padding);
  margin-bottom: var(--spacing-2xl);
}

.app-features-section .section-title {
  width: 977.283px;
  margin: 39.06px auto 20.29px;
}

.app-gallery {
  position: relative;
  width: var(--container-content-width);
  height: 439.633px;
  margin: 0 auto 9.108px;
}

.app-image {
  position: absolute;
}

.app-image-1 {
  width: 25.52%;
  height: 100%;
  top: 0;
  left: 25.1%;
  object-fit: cover;
}

.app-image-2 {
  width: 280px;
  height: 420px;
  top: 11.65px;
  left: 59.73px;
  object-fit: cover;
}

.app-image-3 {
  width: 27.37%;
  height: 92.91%;
  top: 0%;
  left: 0;
  object-fit: cover;
}

.app-image-4 {
  width: 280px;
  height: 420px;
  top: 11.65px;
  left: 59.966px;
  object-fit: cover;
}

.app-image-5 {
  width: 280px;
  height: 420px;
  top: 11.65px;
  left: 831.244px;
  object-fit: cover;
}

.app-image-6 {
  width: 280px;
  height: 420px;
  top: 11.65px;
  left: 1218.114px;
  object-fit: cover;
}

.app-image-7 {
  width: 23.61%;
  height: 67.33%;
  top: 16.33%;
  left: 76.39%;
  object-fit: cover;
}

.app-image-8 {
  width: 23.34%;
  height: 65.84%;
  top: 17.08%;
  left: 50.76%;
  object-fit: cover;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--spacing-xl);
  width: var(--container-content-width);
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}

.feature-item {
  text-align: center;
}

.feature-title {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-black);
  line-height: var(--line-height-lg);
  text-align: center;
  margin-bottom: var(--spacing-sm);
}

.feature-description {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-lg);
  text-align: center;
}

.section-divider {
  position: relative;
  height: 1px;
  margin-top: 45px;
}


@media (max-width: 1440px) {
  .app-features-section {
    padding: 0 var(--spacing-md);
  }

  .app-gallery,
  .features-grid,
  .section-divider .divider-image {
    width: 100%;
  }

  .app-features-section .section-title {
    width: 100%;
    max-width: 977.283px;
  }
}

@media (max-width: 1024px) {
  .app-gallery {
    height: 300px;
  }

  .app-image {
    position: relative;
    width: 200px !important;
    height: 280px !important;
    top: auto !important;
    left: auto !important;
    margin: var(--spacing-xs);
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-lg);
  }
}

@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: var(--spacing-md);
  }

  .app-gallery {
    height: auto;
    padding: var(--spacing-md) 0;
  }

}

.app-image-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 32px;
}

.app-image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-bg-icon {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.app-image {
  position: relative;
  z-index: 2;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
  .app-image-container {
    flex-direction: column;
    gap: 16px;
  }
  .app-image-wrapper {
    width: 120px;
    height: 160px;
  }
  .app-bg-icon {
    width: 80px;
    height: 80px;
  }
}




