.wrapper-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  background: var(--background);
  padding-top: 30px;
}

.main-content,
.main-content-mobile {
  width: 100%;
  min-height: 180px;
  display: grid;
  background: var(--text-light);
  border-radius: 10px;
}

.main-content {
  grid-template-columns: 1fr 1fr;
}

.img-main,
.img-main-mobile {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  mask-image: linear-gradient(to left, white 0%, white 80%, transparent 100%)
}

.img-main-mobile {
  border-radius: 10px 10px  0 0 !important;
}

.top-text {
  font-weight: 700;
}

.feature-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 7px
}

.feature-item h4 {
  font-weight: 400;
  margin: 0;
}

.trust-section-wrap,
.trust-section-wrap-mobile {
  padding-top: 70px;
  max-width: 800px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.chat-bubble-container {
  display: flex;
  flex-direction: column;
  max-width: 353px;
  height: auto;
  margin: 40px 0;
}

.chat-bubble {
  background: var(--text-light);
  border-radius: 9.29px;
  padding: 35px 25px;
  position: relative;
  z-index: 2;
  gap: 15px;
  min-height: 380px;
}

.triangle-wrapper {
  display: flex;
  justify-content: flex-start;
  margin-top: -5px;
  z-index: 1;
}

.triangle-down {
  border-right: 40px solid transparent;
  border-top: 20px solid var(--text-light);
}

.chat-bubble-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
  min-height: 110px;
}

.chat-bubble h2 {
  font-weight: 700 !important;
  margin: 0 !important;
}

.chat-bubble p {
  margin-top: 20px !important;
}

.best-pack-container-mobile {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 14px;
  width: 100%;
  margin-top: 20px;
}

.best-pack-wrap {
  width: 100%;
  max-width: 353px;
  height: 150px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.best-pack-wrap-order {
  width: 100%;
  width: 373px;
  height: 180px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
}

.best-pack-left,
.best-pack-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  gap: 10px;
  background: var(--text-light);
  border-radius: 10px 0 0 10px;
}

.best-pack-right {
  background: var(--secondary-grey);
  border-radius: 0 10px 10px 0;
}

.best-pack-right-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}

.free-tv-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 3px;

  width: 140px;
  height: 27px;
  background: var(--secondary-grey);
  border-radius: 50px;

  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.view-all {
  color: var(--text-dark);
  margin-bottom: 15px;
}

.bottom-slide {
  margin-top: 80px;
}

.what-customers-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 100px;
  width: 100%;
}

.customers-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.what-customers-card-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 30px;
}

.customers-card {
  width: 100%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background: var(--text-light);
  border-radius: 10px;
  padding: 25px;
  gap: 30px;
}

.best-pack-top-wrap-customers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.bottom-service-wrap {
  margin-top: 60px;
  margin-bottom: 20px;
}

.bottom-header {
  margin-top: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.input-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.postcode-input {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  outline: none;
  box-sizing: border-box;
  transition: border 0.2s ease-in-out;
}

.postcode-input::placeholder {
  color: #333;
  opacity: 0.7;
}

.postcode-input:focus {
  border-color: #999;
}

.feature-icon-check {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.feature-item-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  gap: 7px;
}

.feature-item-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.check-true,
.toggle-check {
  display: none;
}

.family-size-option.active .check-true {
  display: block;
}

.family-size-option.active .check-false {
  display: none;
}

.toggle-switch.active .toggle-basic {
  display: none;
}

.toggle-switch.active .toggle-check {
  display: block;
}

@media (min-width: 800px) and (max-width: 1400px) {
  .wrapper-bubble {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 420px) and (max-width: 800px) {
  .best-pack-container-mobile {
    align-items: center;
  }
}

@media (min-width: 800px) {
  .main-content-mobile {
    display: none;
  }

  .main-content-wrap,
  .main-content-wrap-top-section,
  .main-content-wrap-top-section-form,
  .main-content-wrap-bottom-section,
  .main-content-wrap-bottom-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    padding: 100px 110px;
    height: fit-content;
  }

  .main-content-wrap-bottom-section {
    padding: 100px 47px;
  }

  .main-content-wrap-bottom-header {
    padding: 80px 40px;
  }

  .main-content-wrap-top-section {
    width: 100%;
    min-height: 510px;
    gap: 10px;
    padding: 42px 100px;
  }
  .main-content-wrap-top-section-form {
    width: 100%;
    min-height: 510px;
    gap: 15px;
    padding: 30px 40px 27px 40px;
  }

  .main-title-wrapper {
    display: flex;
    align-items: start;
    justify-content: start;
    width: 500px;
  }

  .trust-section-wrap-mobile {
    display: none;
  }

  .bubble-container-mobile {
    display: none;
  }

  .best-pack-container-mobile {
    display: none;
  }
}

@media (max-width: 800px) {
  .main-content {
    display: none;
  }

  .main-content-mobile {
    display: grid;
    grid-template-rows: 1fr 1fr;
  }

  .main-content-wrap-mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 30px;
    height: fit-content;
  }

  .trust-section-wrap-mobile {
    display: flex;
  }

  .trust-section-wrap {
    display: none;
  }

  .best-pack-top-wrap-customers,
  .what-customers-card-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .best-pack-top-wrap-customers {
    gap: 15px
  }

  .bottom-header {
    display: none;
  }
}