@import url(styles.css);

.hero-section .main-wrapper-bbps {
  height: 600px;
}
.bbps-hero {
  max-width: 800px;
}

.bbps-hero-wrapper {
  max-width: 100%;
  gap: 30px;
}

.bbps-hero-wrapper h1 {
  color: var(--primary-blue);
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
}

.bbps-hero-wrapper p {
  color: #1e2332;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  margin-bottom: 0px;
}

.bbps-health-icon {
  transform: rotate(325deg);
  margin-top: -30px;
}

.bbps-gray-elipsis > div {
  position: relative;
  z-index: 1;
  background-color: #ededed;
}

.bbps-gray-elipsis > div > div {
  border: 4px solid #d3d3d3;
  z-index: 0;
  position: absolute;
  bottom: 20px;
}

.bbps-cta-services {
  background: var(--primary-blue);
  color: white;
  height: 130px;
}

.bbps-cta-services ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 16px;
}

.bbps-cta-services ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  height: 24px;
  white-space: nowrap;
}

.bbps-cta-services ul li:before {
  content: "";
  position: absolute;
  left: 0;
  background-color: white;
  top: 0;
  bottom: 0;
  width: 1px;
}

.bbps-pay-bill-link {
  color: #ffffff;
  background-color: var(--primary-blue);
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
}

.bbps-informative {
  background-color: var(--primary-blue);
}
.bbps-informative-grid {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.bbps-informative-grid .bbps-grid-item {
  background-color: #fff;
  color: #052e70;
  padding: 20px;
  text-align: center;
  border-radius: 25px;
  box-sizing: border-box;
  min-width: 380px;
  min-height: 262px;
}

.bbps-payment-cta .bbps-pay-bill-link {
  box-shadow: 0px -8px #dcdcdc;
}

.bbps-partner {
  background-color: var(--primary-blue);
}

.bbps-partner h3 {
  font-size: 50px;
  line-height: 72px;
  font-weight: 700;
  color: #ffffff;
}
.bbps-partner p {
  font-size: 30px;
  line-height: 42px;
  font-weight: 400;
  color: #ffffff;
}
.bbps-partner a {
  font-size: 40px;
  line-height: 58px;
  font-weight: 700;
  color: #ffffff;
  background-color: #052e70;
}

.bbps-news {
  background-color: #f6f6f6;
}

.bbps-news h4 {
  font-size: 50px;
  line-height: 72px;
  font-weight: 700;
}

.bbps-news-card {
  background-color: #ffffff;
  max-width: 80%;
  border-radius: 43px;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px,
    rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px,
    rgba(42, 51, 70, 0.04) 0px 2px 2px -1px,
    rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px,
    rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px,
    rgba(42, 51, 70, 0.03) 0px 10px 10px -5px,
    rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}
.bbps-news-card h6 {
  font-size: 50px;
  line-height: 62px;
  font-weight: 700;
  text-align: left;
  color: var(--primary-blue);
  margin-bottom: 20px;
}
.bbps-news-card p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  color: #052e70;
  max-width: 320px;
  margin-bottom: 0px;
}

.bbps-bill-container {
  max-width: 80%;
  margin: 0 auto;
}
.bbps-bill-container img {
  max-height: 350px;
}

.bbps-bill-container h6 {
  font-size: 36px;
  line-height: 52px;
  font-weight: 700;
  text-align: right;
  color: var(--primary-blue);
  margin-bottom: 20px;
}
.bbps-bill-container p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: right;
  color: #052e70;
  max-width: 360px;
  margin-left: auto;
}

.bbps-bill-container a {
  font-size: 40px;
  line-height: 58px;
  font-weight: 700;
  color: #ffffff;
  background-color: var(--primary-blue);
}

@media (max-width: 768px) {
  .bbps-informative-grid .bbps-grid-item {
    flex: 1 1 45%;
  }
}

@media (max-width: 480px) {
  .bbps-informative-grid .bbps-grid-item {
    flex: 1 1 100%;
  }
}
