/* Footer Container & Layout */
.___footer__content__background {
  background-image: url('./images/background-square-shape-green.webp');
  background-size: 300px auto;
  background-repeat: no-repeat;
  background-position: 100% 700px;
}

.___footer__container {
  padding-left: 16px;
  padding-right: 16px;
}

.___footer__content__logos {
  display: flex;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 48px;
}

.___footer__logos__org {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  height: 32px;
}

.___footer__logos__org img {
  height: 100%;
  width: auto;
  max-width: 372px;
}

.___footer__logos__socmed {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.___footer__logos__socmed__link {
  margin: 0 12px;
}

.___footer__logos__socmed__link img {
  width: 32px;
  height: 32px;
}

/* Footer Content & Contact */
.___footer__content__contact {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.___footer__content__contact__item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.___footer__content__contacts__item__content {
  /* No specific styles defined */
}

.___footer__content__link {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Dividers */
.___divider__green {
  width: 100%;
  height: 1px;
  background-color: #9fbb3c;
}

.___divider__bottom__container {
  margin-top: 48px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.___divider__bottom {
  width: 30% !important;
}

/* Footer Text */
.__footer__text {
  text-align: left;
}

/* Utility Classes */
.__background__white {
  background-color: white;
}

.__gap__8 {
  gap: 8px;
}

.__gap__12 {
  gap: 12px;
}

.__font__14 {
  font-size: 14px;
}

.__font__16 {
  font-size: 16px;
}

.__font__weight__400 {
  font-weight: 400;
}

.__font__weight__600 {
  font-weight: 600;
}

.__text__decoration__none {
  text-decoration: none;
}

.__color__white {
  color: white;
}

.__color__twc__black {
  color: #1d1d1b;
}

.__color__twc__gray {
  color: #646464;
}

.__bg__color__twc__green {
  background-color: #9fbb3c;
}

.__p__16 {
  padding: 16px;
}

.__px__0 {
  padding-left: 0;
  padding-right: 0;
}

.__pb__16 {
  padding-bottom: 16px;
}

.__py__48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.__w-fit {
  width: fit-content;
}

/* Container */
.container-xl {
  max-width: 1440px;
}

/* Bootstrap classes used (not in provided CSS, but referenced) */
.w-100 {
  width: 100%;
}

.row {
  /* Bootstrap grid row */
}

.col-12 {
  /* Bootstrap 12-column width */
}

.col-sm-6 {
  /* Bootstrap 6-column width on small screens and up */
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

/* Media Queries */
@media only screen and (min-width: 768px) {
  .___footer__logos__org {
    flex-direction: row;
    justify-content: start;
  }

  .___footer__logos__socmed {
    margin-top: 0;
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 1024px) {
  .lg\:__px__80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .___footer__container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .___footer__content__logos {
    display: flex;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 48px;
  }

  .___footer__content__contact {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
  }

  .___footer__content__contact__item {
    display: flex;
    align-items: start;
    gap: 12px;
    margin-bottom: 16px;
  }

  .___footer__content__background {
    background-image: url('../../../images/background-square-shape-green.webp');
    background-size: 380px auto;
    background-repeat: no-repeat;
    background-position: right 146px;
  }

  .___footer__content__link {
    display: flex;
    flex-direction: row;
    gap: 90px;
  }

  .___divider__bottom__container {
    margin-top: 48px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .___divider__bottom {
    width: 76% !important;
  }

  .__footer__text {
    text-align: center;
  }

  .__bg__color__twc__green {
    background-color: #9fbb3c;
  }
}
