.app-cc-sub-head {
  font-weight: 600;
  font-size: 30px;
  color: #1c1c1c;
}

.app-content-cc {
  font-weight: 400;
  font-size: 22px;
  color: #4c4c4c;
}

/* Slider wrapper & track */
.slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
}

.slider-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
  will-change: transform;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px;
}

.slide-left {
  padding: 12px 8px;
}

.store-icons img {
  width: 140px;
  height: auto;
}

.slide-right img {
  max-width: 420px;
  width: 100%;
  height: auto;
  border-radius: 40px;
  object-fit: cover;
}

/* Thumbnails */

.app-cc-thumbail {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    border-color 0.25s ease;
  border: 2px solid transparent;
}

.app-cc-thumbail:hover {
  transform: scale(1.1);
}

.active-thumb {
  transform: scale(1.26);
  border-color: #007bff;
  box-shadow: 0 6px 18px rgba(0, 123, 255, 0.15);
}

.fls-home-sp {
  padding: 180px 0px 56px;
}

.fls-pg-sp {
  padding: 264px 0px 121px;
}

@media (min-width: 360px) and (max-width: 575px) {
  .container {
    width: 100% !important;
    padding: 0 12px !important;
  }

  .slide {
    padding: 16px;
  }

  .slide-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 16px;
    min-height: 775px;
  }
 

  .slide-left {
    order: 2;
    text-align: center;
  }

  .slide-right {
    order: 1;
    margin-bottom: 16px;
  }

  .our-pro-txt {
    font-size: 24px;
  }

  .app-cc-sub-head {
    font-size: 18px;
  }

  .app-content-cc {
    font-size: 14px;
  }

  .store-icons img {
    width: 120px;
  }

  .thumbnail-row {
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  #thumbnailContainer {
    display: inline-flex;
    gap: 12px;
  }

  .thumbnail-row::-webkit-scrollbar {
    display: none;
  }

  .thumbnail-row {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .app-cc-thumbail {
    width: 47px;
    height: 47px;
    flex-shrink: 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .slide-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 20px 9px;
    min-height: 590px;
  }

  .slide-left {
    order: 2;
    text-align: center;
  }

  .slide-right {
    order: 1;
    margin-bottom: 20px;
  }

  .our-pro-txt {
    font-size: 28px;
  }

  .app-cc-sub-head {
    font-size: 20px;
  }

  .app-content-cc {
    font-size: 16px;
  }

  .thumbnail-row {
    overflow-x: auto;
    white-space: nowrap;
    padding: 12px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  #thumbnailContainer {
    display: inline-flex;
    gap: 14px;
  }

  .thumbnail-row::-webkit-scrollbar {
    display: none;
  }

  .thumbnail-row {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .app-cc-thumbail {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
  }
  .slide-right img {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slide-inner {
    flex-direction: row;
    background: #fff;
    border-radius: 20px;
    padding: 24px;
  }

  .slide-left {
    text-align: left;
  }

  .slide-right img {
    max-width: 300px;
    margin: auto;
  }

  .our-pro-txt {
    font-size: 32px;
  }

  .app-cc-sub-head {
    font-size: 22px;
  }

  .app-content-cc {
    font-size: 18px;
  }

  #thumbnailContainer {
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }
    
}

@media (min-width: 992px) and (max-width: 1199px) {
    .fp_new_home::after {
    width: 50%;
    height: 82%;
  }
  .fb_pg_banner_image{
    left: 54%;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .fp_new_home::after {
    width: 50%;
    height: 82%;
  }
}
 

@media (min-width: 992px) {
  .slide-inner {
    flex-direction: row;
  }

  .slide-left {
    text-align: left;
  }

  .slide-right img {
    max-width: 420px;
  }

  #thumbnailContainer {
    justify-content: center;
    flex-wrap: nowrap;
    gap: 20px;
  }
}