/* === ==== */
.itg-system-sec {
  background-image: linear-gradient(90deg,
      #93bbe3,
      rgba(209, 179, 255, 0) 60%,
      #93bbe38a);
  padding: 70px 0px;
}

.itg-section-title {
  text-align: center;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 40px;
  color: #191b1b;
}

.itg-card {
  background-color: rgb(255 255 255 / 0.4);
  border: 1px solid #9db2ce;
  padding: 24px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  height: auto;
}

.itg-card-top-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 5px;
  color: #191b1b;
}

.itg-card-bottom-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 5px;
  color: #191b1b;
}

.itg-card-image-box {}

.itg-card-image-box img {
  width: 100%;
  height: 100%;
}

/* === ==== */
/* === ==== */

.hs-billing-section {
  background-image: linear-gradient(90deg,
      #93bbe3,
      rgba(209, 179, 255, 0) 60%,
      #93bbe38a);
  padding: 70px 0px;
}

.hs-billing-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
}

/* == === */
.scroll-content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.image-content-left-part,
.image-content-right-part {
  flex: 1;
  padding: 20px;
}

.text-content-block {
  margin-bottom: 50px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.text-content-block.active {
  opacity: 1;
  visibility: visible;
}

.image-content-block {
  display: none;
  text-align: center;
}

.image-content-block.active {
  display: block;
}

.image-content-block img {
  max-width: 100%;
  height: auto;
}

.sticky {
  position: sticky;
  top: 20px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/* Placeholder sections for testing scroll */
.section-placeholder {
  height: 100vh;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.oval-btn {
  background-color: rgba(var(--main-color), 1);
  color: white;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: 600;
  border: none;
}

/* == === */
/* === ==== */
/* == ==== */
.feature-section {
  padding: 5rem 0;
  background-color: #f8f9fa;
}

.feature-text-content-block {
  padding: 2rem;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  transition: transform 0.3s ease;
}

.feature-text-content-block:hover {
  transform: translateY(-5px);
}

.feature-text-content-block h3 {
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 1rem;
}

.feature-text-content-block p {
  color: #444;
  line-height: 1.6;
}

.feature-image-content-block img {
  width: 100%;
  height: 350px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.customrowgapsec {
  margin-bottom: 2rem;
}

@media (max-width: 991px) {
  .feature-image-content-block {
    margin-bottom: 2rem;
  }
}

/* == ==== */
@media (max-width: 767px) {
  .itg-section-title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .customrowgapsec {
    margin-bottom: 0rem;
  }

  .itg-system-sec {
    padding: 40px 0px;
  }

  .itg-card-top-title,
  .feature-text-content-block h3 {
    font-size: 18px;
  }

  .itg-card-image-box {
    height: 200px;
  }

  .itg-card-bottom-title,
  .feature-text-content-block p {
    font-size: 14px;
    line-height: normal;
  }

  .oval-btn {
    font-size: 14px;
    padding: 8px 20px;
  }

  .feature-image-content-block img {
    height: 300px;
  }
}

@media (max-width:580px) {
  .itg-section-title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .scroll-containersec {
    overflow: auto;
  }

  .feature-image-content-block img {
    height: 250px;
  }

  .itg-system-sec {
    padding: 30px 0px;
  }

  .itg-card-top-title,
  .feature-text-content-block h3 {
    font-size: 16px;
    line-height: normal;
  }

  .itg-card-image-box {
    height: 200px;
  }

  .itg-card-bottom-title,
  .feature-text-content-block p {
    font-size: 13px;
    line-height: normal;
  }

  .oval-btn {
    font-size: 13px;
    padding: 8px 20px;
  }
}

.itg-card-image-box {
  border-radius: 10px;
  overflow: hidden;
}