/* Customer Stories Section */
.customer-stories-main {
  padding-top: 140px;
  background: radial-gradient(
    114.81% 114.81% at 50% 4.72%,
    #ffffff 29.11%,
    #e8eef7 84.07%
  );
}

.customer-stories-div {
  max-width: 606px;
  width: 100%;
  margin: auto;
}

.customer-stories-heading {
  font-size: 68px;
  font-weight: 700;
  line-height: 140%;
  color: var(--color-heading);
  text-align: center;
}

.customer-stories-para {
  margin-top: 28px;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: var(--color-text);
}

.input-filter-div {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
}

.search-box {
  display: flex;
  align-items: center;
  background: var(--color-white);
  border: 1px solid #999999;
  border-radius: 60px;
  padding: 10.5px 28px;
  width: 606px;
  height: 56px;
}

.search-box input {
  flex: 1;
  font-size: 22px;
  font-weight: 400;
  color: var(--color-heading);
}

.search-box button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-box button img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.filter-div {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.filter-heading {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--color-heading);
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-btn {
  display: flex;
  align-items: center;
  column-gap: 8px;
  background: transparent;
  border: none;
  font-size: 18px;
  font-weight: 400;
  color: var(--color-text-dropdown);
  cursor: pointer;
}

.down-arrow {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.filter-dropdown-content {
  height: 250px;
  min-width: 259px;
  overflow-y: scroll;
  display: none;
  position: absolute;
  background-color: var(--color-light-blue);
  box-shadow: 0px 0px 24px 0px #0b12201f;
  border-radius: 12px;
  padding: 12px;
  z-index: 1;
}

.filter-dropdown-content h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--color-primary);
}

.filter-dropdown-content a {
  margin-top: 8px;
  padding: 4px;
  font-weight: 400;
  color: var(--color-text);
  text-decoration: none;
  display: block;
  font-size: 16px;
  line-height: 140%;
}

.filter-dropdown-content a:hover {
  background-color: var(--color-bg-dropdown);
  color: var(--color-heading);
}

.dropdown:hover .filter-dropdown-content {
  display: block;
}

@media (max-width: 1025px) {
  .customer-stories-main {
    padding-top: 120px;
  }

  .customer-stories-heading {
    font-size: 58px;
  }

  .input-filter-div {
    margin-top: 52px;
  }

  .search-box {
    width: 343px;
  }
}

@media (max-width: 640px) {
  .customer-stories-main {
    padding-top: 80px;
  }

  .customer-stories-heading {
    font-size: 36px;
    margin-bottom: 24px;
  }

  .customer-stories-para {
    margin: auto;
    font-size: 20px;
    max-width: 318px;
    color: var(--color-text-2);
  }

  .input-filter-div {
    margin-top: 48px;
    row-gap: 13px;
  }

  .search-box {
    border-radius: 47.14px;
    position: relative;
    overflow: hidden;
    padding: 0px;
    padding-left: 22px;
    width: 269px;
    height: 44px;
  }

  .search-box button {
    position: absolute;
    right: 20px;
    display: block;
  }

  .search-box input {
    font-size: 18px;
  }

  .search-box button img {
    width: 22px;
    height: 22px;
  }

  .filter-heading {
    font-size: 16px;
  }

  .filter-div {
    column-gap: 8px;
  }

  .dropdown-btn {
    font-size: 16px;
  }

  .filter-dropdown-content {
    height: 226px;
    min-width: 184px;
    border-radius: 8px;
  }

  .filter-dropdown-content h4 {
    font-size: 14px;
  }

  .filter-dropdown-content a {
    font-size: 14px;
  }
}

/* Customer Stories Card Section */
.customer-stories-cards-main {
  padding-block: 140px;
  background: var(--color-customer-story);
}

.row.cards-gap {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 80px;
}

.customer-stories-card {
  border-radius: 20px;
  height: 100%;
  background: var(--color-bg);
  position: relative;
  padding-bottom: 40px;
}

.card-img {
  object-fit: contain;
}

.card-content {
  padding: 28px;
}

.card-heading {
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  color: var(--color-heading);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-para {
  margin-top: 16px;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: var(--color-text);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

hr.customer-card-line {
  margin-top: 24px;
  border-top: 1px solid #808080;
}

.product-div {
  margin-top: 24px;
}

.product-heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: var(--color-heading);
}

.product-content-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 24px;
  row-gap: 12px;
}

.product-content {
  margin-top: 12px;
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.product-img {
  height: 40px;
  width: 40px;
  object-fit: contain;
}

.product-para {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: var(--color-heading);
}

.card-btn-div {
  margin-top: 40px;
}

.card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  border-radius: 60px;
  height: 56px;
  width: 183px;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  color: var(--color-white);
  background: var(--color-button);
  position: absolute;
  bottom: 28px;
}

.card-btn-img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-top: 4px;
}

.card-btn:hover {
  background-color: var(--color-hover-bg);
  color: var(--color-hover-text);
}

@media (max-width: 1025px) {
  .customer-stories-cards-main {
    padding-block: 120px;
  }

  .customer-stories-card {
    overflow: hidden;
  }

  .row.cards-gap {
    --bs-gutter-y: 60px;
  }

  .card-img {
    height: 317px;
    object-fit: cover;
  }
}

@media (max-width: 640px) {
  .customer-stories-cards-main {
    padding-block: 80px;
  }

  .card-img {
    height: 240px;
  }

  .card-content {
    padding: 24px;
  }

  .card-heading {
    font-size: 24px;
  }

  .card-para {
    font-size: 20px;
  }

  hr.customer-card-line {
    margin-top: 16px;
  }

  .product-heading {
    font-size: 20px;
  }

  .product-para {
    font-size: 20px;
  }

  .card-btn {
    height: 44px;
    width: 155px;
    font-size: 18px;
  }

  .product-content-main {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: start;
  }

  .row.cards-gap {
    --bs-gutter-y: 40px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
.card-heading {
    font-size: 28px;
}
}