.bannerSection {
  position: relative;
  width: 100%;
  background:
    linear-gradient(rgba(0, 162, 232, 0.85), rgba(0, 162, 232, 0.85)),
    url("/assets/images/nutricos_banner/banner_03.png") center/cover no-repeat;
  padding: 60px 40px;
  color: #ffffff;
}

.bannerSection .leftcol {
  text-align: center;
}

/* Text Styles */
.bannerSection .topHeading {
  color: #fbd012;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 24px;
}

.bannerSection .mainHeading {
  font-size: 38px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.2;
}

.bannerSection .underline {
  border-bottom: 3px solid #fbd012;
  padding-bottom: 4px;
}

.bannerSection .subText {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #e6f7ff;
}

/* Button */
.bannerSection .ctaButton {
  background-color: #fbd012;
  color: #222222;
  border: none;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.bannerSection .ctaButton:hover {
  background-color: #e5bd0e;
  transform: translateY(-2px);
}

/* Right Flyer Image Wrapper */
.bannerSection .imageCard {
  padding: 12px;
  border-radius: 6px;
  max-width: 380px;
  width: 100%;
  margin: auto;
}

.bannerSection .flyerImg {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}

/* Responsive Adjustments */

@media (min-width: 0px) and (max-width: 575.98px) {
  .bannerSection {
    padding: 20px 0;
  }

  .bannerSection .topHeading {
    font-size: 20px;
  }

  .bannerSection .mainHeading {
    font-size: 25px;
  }

  .bannerSection .subText {
    font-size: 17px;
  }

  .bannerSection .imageCard {
    max-width: 300px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bannerSection {
    padding: 20px 0;
  }

  .bannerSection .topHeading {
    font-size: 24px;
  }

  .bannerSection .mainHeading {
    font-size: 29px;
  }

  .bannerSection .subText {
    font-size: 18px;
  }

  .bannerSection .imageCard {
    max-width: 350px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .bannerSection {
    padding: 20px 0;
  }

  .bannerSection .topHeading {
    font-size: 30px;
  }

  .bannerSection .mainHeading {
    font-size: 35px;
  }

  .bannerSection .subText {
    font-size: 20px;
  }

  .bannerSection .imageCard {
    max-width: 350px;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .bannerSection .topHeading {
    font-size: 25px;
  }

  .bannerSection .mainHeading {
    font-size: 30px;
  }

  .bannerSection .subText {
    font-size: 18px;
  }

  .bannerSection .imageCard {
    max-width: 350px;
  }
}
