/* Global Theme Builder footer styling. */
.et-l--footer .et_pb_section_0_tb_footer {
  padding: 48px 0 24px !important;
  background: #0a1f3d !important;
}

.et-l--footer .et_pb_row_0_tb_footer,
.et-l--footer .et_pb_row_1_tb_footer {
  width: 90% !important;
  max-width: 1200px !important;
}

.et-l--footer .et_pb_row_0_tb_footer {
  align-items: flex-start !important;
  gap: 32px !important;
}

.et-l--footer .et_pb_row_0_tb_footer > .et_pb_column {
  min-width: 0;
}

.bfv-footer-contact {
  color: #b8c5d6;
  font-size: 14px;
  line-height: 1.55;
}

.bfv-footer-contact .bfv-tagline {
  margin: 0 0 22px;
  line-height: 1.65;
}

.bfv-footer-contact address {
  display: grid;
  gap: 12px;
  margin: 0;
  font-style: normal;
}

.bfv-footer-contact address a,
.bfv-footer-contact address span {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: #b8c5d6 !important;
  text-decoration: none !important;
}

.bfv-footer-icon {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  margin-top: 2px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bfv-footer-social {
  display: flex;
  gap: 16px;
  margin-top: 22px;
}

.bfv-footer-social a {
  display: inline-flex;
  color: #94a3b8 !important;
  transition: color .18s ease;
}

.bfv-footer-social a:hover,
.bfv-footer-contact address a:hover {
  color: #fff !important;
}

.bfv-footer-social .bfv-footer-icon {
  width: 20px;
  height: 20px;
  margin: 0;
}

.bfv-footer-bottom {
  display: flex;
  gap: 36px;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid #29415d;
  color: #8293aa;
  font-size: 12px;
  line-height: 1.6;
}

.bfv-footer-bottom p {
  margin: 0;
}

.bfv-footer-bottom a {
  color: #aebbd0 !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bfv-footer-legal {
  max-width: 720px;
}

.bfv-footer-copyright {
  flex: 0 0 auto;
  text-align: right;
  white-space: nowrap;
}

.bfv-footer-credits {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #172e4b;
  color: #64748b;
  font-size: 11px;
}

.bfv-footer-credits a {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  color: #8293aa !important;
  text-decoration: none !important;
}

.bfv-footer-credits svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

@media (max-width: 980px) {
  .et-l--footer .et_pb_row_0_tb_footer {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 44px !important;
  }

  .et-l--footer .et_pb_row_0_tb_footer > .et_pb_column {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
  }

  .et-l--footer .et_pb_row_0_tb_footer > .et_pb_column:first-child {
    grid-column: 1 / -1;
    max-width: 430px !important;
  }

  .bfv-footer-bottom {
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .et-l--footer .et_pb_section_0_tb_footer {
    padding-top: 42px !important;
  }

  .et-l--footer .et_pb_row_0_tb_footer {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
  }

  .bfv-footer-bottom {
    flex-direction: column;
    gap: 18px;
  }

  .bfv-footer-copyright {
    text-align: left;
    white-space: normal;
  }

  .bfv-footer-credits {
    flex-wrap: wrap;
  }
}

@media (min-width: 981px) {
  .et-l--footer .et_pb_section_0_tb_footer {
    padding-top: 60px !important;
    padding-bottom: 28px !important;
  }
}

.et-l--footer .et_pb_row_0_tb_footer > .et_pb_column:first-child .et_pb_image {
  width: 160px !important;
  max-width: 160px !important;
}

.et-l--footer .et_pb_row_0_tb_footer > .et_pb_column:first-child .et_pb_image img {
  width: 160px !important;
  height: auto !important;
}
