@charset "UTF-8";

.bfc-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (min-width: 576px) {
  .bfc-container {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .bfc-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.bfc-static-header-img {
  max-width: 100%;
  height: auto;
  max-height: 160px;
  display: block;
  object-fit: contain;
}

.bfc-hero {
  margin-top: 10px;
  margin-bottom: clamp(20px, 4vw, 40px);
  overflow: hidden;
}
.bfc-hero .bfc-hero-slide-js-wrapper {
  margin-bottom: 0;
}
.bfc-hero .slick-dots {
  font-size: 0;
  line-height: 0;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 6px;
  right: 0;
  z-index: 1;
}
.bfc-hero .slick-dots li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.6;
  padding: 0 3px;
  margin: 0;
  width: 20px;
  height: 20px;
}
.bfc-hero .slick-dots li button {
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  padding: 0;
  margin: 0;
  display: block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bfc-hero .slick-dots li.slick-active button {
  background: #fff;
}

.bfc-hero-slide-item img {
  max-width: 100%;
  height: auto;
}

.bfc-screen-link {
  background: none;
  border: none;
  bottom: 0;
  cursor: pointer;
  font-size: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.bfc-product-services .bfc-section-title {
  margin: 0;
  margin-bottom: clamp(20px, 4vw, 45px);
  padding: 10px;
  background-color: #00A94F;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: clamp(24px, 4vw, 30px);
  line-height: 1;
}
.bfc-product-services .bfc-btn-wrap {
  text-align: center;
}
.bfc-product-services .bfc-btn {
  text-decoration: none;
  display: inline-block;
  background-color: #0473EA;
  color: #fff;
 /* text-transform: uppercase;	*/
  text-align: center;
  border-radius: 48px;
  padding: clamp(20px, 4vw, 25px) clamp(50px, 4vw, 85px);
  font-size: clamp(20px, 4vw, 24px);
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.bfc-product-services .bfc-btn:hover {
  background-color: #00A94F;
  text-decoration: none;
}
.bfc-product-services .bfc-btn::after {
  content: "→";
  font-size: clamp(18px, 4vw, 22px);
  display: inline-block;
  margin-left: 10px;
}

.bfc-service-item-wrap {
  display: grid;
  gap: 15px;
  margin-bottom: 45px;
}
@media screen and (min-width: 420px) {
  .bfc-service-item-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .bfc-service-item-wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 15px;
  }
}

.bfc-service-item {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #0473EA;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.bfc-service-item a {
  text-decoration: none;
  color: inherit;
}
.bfc-service-item figure {
  margin: 0;
  overflow: hidden;
}
.bfc-service-item img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.bfc-service-item .bfc-service-item__title {
  font-size: clamp(14px, 4vw, 18px);
  line-height: 1;
  margin: 0;
  padding: clamp(8px, 4vw, 10px);
  color: #fff;
  text-transform:none;
}
.bfc-service-item .bfc-service-item__title a::before {
  content: "";
  position: absolute;
  inset: 0;
}
.bfc-service-item:hover {
  background-color: #00A94F;
}
.bfc-service-item:hover img {
  transform: scale(1.1);
}

.bfc-offer {
  margin-top: 60px;
  margin-bottom: 60px;
}
.bfc-offer .bfc-offer-main-content {
  position: relative;
  background-color: #33a854;
  padding: 160px 32px;
}
.bfc-offer .bfc-offer-main-content::before, .bfc-offer .bfc-offer-main-content::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
}
.bfc-offer .bfc-offer-main-content::before {
  top: 0;
  background-image: url("../images/wave-pattern-top.webp");
}
.bfc-offer .bfc-offer-main-content::after {
  bottom: 0;
  background-image: url("../images/wave-pattern-bottom.webp");
}
.bfc-offer .bfc-offer-main-content__header {
  margin: 0 auto 32px 0;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .bfc-offer .bfc-offer-main-content__header {
    max-width: 700px;
  }
}
@media screen and (min-width: 768px) {
  .bfc-offer .bfc-offer-main-content__header {
    margin-bottom: 0;
  }
}
.bfc-offer .bfc-offer-main-content__header p {
  text-align: center;
  font-family: "Poppins", Arial, sans-serif;
 /* font-size: clamp(26px, 4vw, 32px); */
  font-size: clamp(19px, 4vw, 23px);
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height:150%;
}
.bfc-offer .bfc-section-title {
 /* font-size: clamp(32px, 4vw, 40px); */
  font-size: clamp(23px, 4vw, 28px);
  font-weight: 700;
  font-family: "Poppins", Arial, sans-serif;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}
.bfc-offer .bfc-offer-main-content__main {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  color: #fff;
  gap: 36px;
}
@media screen and (min-width: 768px) {
  .bfc-offer .bfc-offer-main-content__main {
    flex-direction: row;
  }
}
.bfc-offer .bfc-offer-main-content__main .bfc-btn {
  position: relative;
  display: inline-block;
  /* font-size: clamp(30px, 4vw, 36px);	   */
  font-size: clamp(21px, 4vw, 26px);
  color: inherit;
  text-decoration: none;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .bfc-offer .bfc-offer-main-content__main .bfc-btn {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .bfc-offer .bfc-offer-main-content__main .bfc-btn {
    margin-top: 80px;
  }
}
.bfc-offer .bfc-offer-main-content__main .bfc-btn::after {
  content: "→";
  /*font-size: clamp(18px, 4vw, 22px); */
  font-size: clamp(13px, 4vw, 16px);
  display: inline-block;
  margin-left: 10px;
}
.bfc-offer .bfc-offer-main-content__main .bfc-btn:hover {
  color: #d1ffd9;
}
.bfc-offer .bfc-offer-main-content__text-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bfc-offer-item {
  display: flex;
  align-items: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: left center;
 /* font-size: clamp(28px, 4vw, 32px); */
  font-size: clamp(20px, 4vw, 23px);
  line-height: 1.7;
  font-weight: 600;
  margin-bottom: 20px;
}
.bfc-offer-item:last-child {
  margin-bottom: 0;
}
.bfc-offer-item svg {
  color: #fff;
  fill: #fff;
}
.bfc-offer-item.flight svg {
  width: clamp(52px, 3vw, 72px);
  height: clamp(43px, 3vw, 63px);
  margin-right: 20px;
}
.bfc-offer-item.savings svg {
  width: clamp(53px, 3vw, 63px);
  height: clamp(32px, 3vw, 42px);
  margin-right: 20px;
}
.bfc-offer-item.loans svg {
  width: clamp(38px, 3vw, 48px);
  height: clamp(36px, 3vw, 46px);
  margin-right: 35px;
}
.bfc-offer-item.bills svg {
  width: clamp(49px, 3vw, 59px);
  height: clamp(46px, 3vw, 56px);
  margin-right: 22px;
}
.bfc-offer-item a {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none !important;
}
.bfc-offer-item a:hover {
  color: #d1ffd9;
  fill: #d1ffd9;
}
.bfc-offer-item a:hover svg {
  fill: #d1ffd9;
}

.bfc-offer-item-icon {
  max-width: 60px;
  margin-right: 20px;
}

.bfc-offer-main-content__img-col {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bfc-offer-main-content__img-col {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .bfc-offer-main-content__img-col {
    width: auto;
    max-width: 650px;
  }
}
.bfc-offer-main-content__img-col figure {
  margin: 0;
}
.bfc-offer-main-content__img-col img {
  width: 100%;
  display: block;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .bfc-offer-main-content__img-col img {
    min-width: 750px;
    margin-left: -100px;
  }
}

.bfc-cta__main-content {
  padding: 24px;
  background-image: url("../images/cta-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 755px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.bfc-cta__main-content .bfc-cta__title {
  max-width: 600px;
  margin: 0;
  padding-top: 160px;
  /* font-size: clamp(28px, 3.2vw, 38px); /* smaller */
  font-size: clamp(20px, 3.2vw, 27px);
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
}



@media screen and (min-width: 768px) {
  .bfc-cta__main-content .bfc-cta__title {
    padding-top: 250px;
  }
}
.bfc-cta__main-content .bfc-cta__sub-title {
  margin: 60px 0 40px;
  max-width: 540px;
 /* font-size: clamp(22px, 3vw, 30px); /* smaller */
  font-size: clamp(16px, 3vw, 21px); /* smaller */
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
}
.bfc-cta__main-content .bfc-btn--cta {
  display: inline-block;
  padding: 18px 26px;            /* smaller padding */
  background-color: #D9D9D9;
  border-radius: 10px;
  line-height: 1;
  font-size: clamp(16px, 3vw, 20px); /* smaller text */
  font-weight: 700;
  color: #000;
  text-decoration: none !important;
}

.bfc-cta__main-content .bfc-btn--cta:hover {
  background-color: #00A94F;
  color: #fff;
}

.bfc-footer {
  margin-top: 30px;
}
.bfc-footer .bfc-container {
  padding-top: 300px;
  padding-bottom: clamp(40px, 4vw, 60px);
  background-image: url("../images/footer-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 576px) {
  .bfc-footer .bfc-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .bfc-footer .bfc-container {
    padding-top: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .bfc-footer .bfc-container {
    padding-top: 600px;
    padding-left: 70px;
    padding-right: 70px;
  }
}
.bfc-footer a:hover {
  color: #0473EA;
}

.bfc-footer-links-wrap {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 380px) {
  .bfc-footer-links-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .bfc-footer-links-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.bfc-footer-contact-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.bfc-footer-contact-wrap > .footer-links__box,
.bfc-footer-contact-wrap > .bfc-footer-contact-box {
  flex: 1 1 30%;
  min-width: 250px;
}

.bfc-footer-links__title {
  font-size: clamp(15px, 3vw, 17px);
  font-weight: 600; /* slightly lighter for footer */
  color: #000;
  margin-bottom: 8px;
  line-height: 1.1;
}


.bfc-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bfc-footer-links li {
  margin-bottom: 10px;
  line-height: 1;
}
.bfc-footer-links li:last-child {
  margin-bottom: 0;
}
.bfc-footer-links a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
}
 .bfc-footer-links-wrap {
  flex: 2;
}
.bfc-footer-contact-wrap {
  flex: 3;
}

.bfc-footer-contact-wrap {
  margin-top: clamp(24px, 4vw, 50px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
.bfc-footer-contact-wrap a {
  color: inherit;
 /* font-weight: 600; */
}
.bfc-footer-contact-wrap {
  display: flex;
  align-items: flex-start;  /* aligns headings at top */
  gap: 20px;                /* space between columns */
  flex-wrap: wrap;           /* responsive for small screens */
}

.bfc-footer-contact-wrap > .footer-links__box,
.bfc-footer-contact-wrap > .bfc-footer-contact-box {
  flex: 1 1 30%;   /* 3 columns layout */
  min-width: 220px;
}

.bfc-footer-links__title {
  margin-bottom: 10px; /* space between title and list/content */
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}

.bfc-footer-contact-box {
  flex-grow: 1;
}
.bfc-footer-contact-box .bfc-footer-box-title__desc {
  line-height: 1.7;
  font-size:15px;
}

.bfc-footer-bottom {
  margin-top: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px 12px;
}
@media screen and (min-width: 768px) {
  .bfc-footer-bottom {
    flex-direction: row;
  }
}

.bfc-footer__socials {
  order: 1;
}
@media screen and (min-width: 768px) {
  .bfc-footer__socials {
    order: 2;
  }
}

.bfc-footer__copyright {
  text-align: center;
  order: 2;
}
@media screen and (min-width: 768px) {
  .bfc-footer__copyright {
    order: 1;
    flex-grow: 2;
  }
}

.bfc-footer__socials {
  display: flex;
}

.bfc-footer__socials--links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 12px;
}
.bfc-footer__socials--links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c4d7dc;
  border-radius: 20px;
  text-decoration: none;
  color: inherit;
  width: 38px;
  height: 38px;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: auto 12px;
  background-position: center;
}
.bfc-footer__socials--links a:hover {
  color: #0473EA;
}
.bfc-footer__socials--links li {
  display: flex;
  line-height: 1;
}
.bfc-footer__socials--links li.fb svg {
  width: 7px;
  height: 12px;
}
.bfc-footer__socials--links li.lnkd svg {
  width: 14px;
  height: 12px;
}
.bfc-footer__socials--links li.tw svg {
  width: 13px;
  height: 9px;
}
.bfc-footer__socials--links li:hover a {
  background-color: #c4d7dc;
}
