.prevenance-footer{
  position: relative;
  width: 100%;
  background: #091525;
  color: #ffffff;
  overflow: hidden;

  background-image: url("../images/footer_bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.prevenance-footer__main{
  position: relative;
  width: 100%;
  background-color: transparent;
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.prevenance-footer__inner{
  width: min(1440px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 120px;

  display: grid;
  grid-template-columns: 320px 260px 334px 260px;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 20px;
  row-gap: 32px;
}

.prevenance-footer__col{
  min-width: 0;
}

.prevenance-footer__col--brand{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.prevenance-footer__logo-link{
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.prevenance-footer__logo{
  display: block;
  width: 294px;
  max-width: 100%;
  height: 30px;
  object-fit: contain;
}

.prevenance-footer__site-title{
  color: #ffffff;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.prevenance-footer__desc{
  margin-top: 20px;
  max-width: 294px;
}

.prevenance-footer__desc p{
  margin: 0;
  color: #EEEEEE;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.prevenance-footer__socials{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.prevenance-footer__social{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.prevenance-footer__social:hover{
  transform: translateY(-2px);
  opacity: 0.8;
}

.prevenance-footer__social img{
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}

.prevenance-footer__heading{
  margin: 0 0 16px;
  color: #FFFFFF;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}

.prevenance-footer__menu{
  margin: 0;
  padding: 0;
  list-style: none;
}

.prevenance-footer__menu li + li{
  margin-top: 10px;
}

.prevenance-footer__menu a{
  color: #dddddd;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.prevenance-footer__menu a:hover,
.prevenance-footer__menu .current-menu-item > a,
.prevenance-footer__menu .current_page_item > a,
.prevenance-footer__menu .current-menu-ancestor > a{
  color: #00EEFF;
  opacity: 1;
}

#menu-footer-services a,
#menu-footer-services a:focus,
#menu-footer-services a:active{
  color: #dddddd !important;
  opacity: 1 !important;
}

#menu-footer-services a:hover{
      color: #00EEFF;
  opacity: 1;
}

.prevenance-footer__contact-list{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.prevenance-footer__contact-group{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.prevenance-footer__contact-item{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.prevenance-footer__contact-icon{
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.prevenance-footer__contact-icon img{
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.prevenance-footer__contact-text{
  color: #FFFFFF;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  word-break: break-word;
}

.prevenance-footer__contact-note{
  margin: 0;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: #DDDDDD;
}

/* bottom bar */
.prevenance-footer__bottom{
  width: 100%;
  background: #00000033;
}

.prevenance-footer__bottom::before{
  display: none;
}

.prevenance-footer__bottom-inner{
  position: relative;
  z-index: 2;

  width: min(1440px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;

  padding-top: 16px;
  padding-bottom: 16px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.prevenance-footer__copyright{
  color: #999999;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
}

.prevenance-footer__credit,
.prevenance-footer__credit a{
  color: #999999;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  text-align: right;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.prevenance-footer__credit a:hover{
  opacity: 0.8;
}

/* =========================================================
   LARGE DESKTOP
========================================================= */
@media (min-width: 1441px){
  .prevenance-footer__inner{
    width: min(1440px, calc(100% - 48px));
    padding-top: 100px;
    padding-bottom: 120px;
    grid-template-columns: 320px 260px 334px 260px;
    column-gap: 20px;
  }

  .prevenance-footer__bottom-inner{
    width: min(1440px, calc(100% - 48px));
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

/* =========================================================
   LAPTOP / SMALL DESKTOP
========================================================= */
@media (min-width: 1025px) and (max-width: 1440px){
  .prevenance-footer__inner{
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 120px;
    grid-template-columns: minmax(240px, 320px) minmax(180px, 240px) minmax(240px, 334px) minmax(180px, 240px);
    column-gap: 20px;
  }

  .prevenance-footer__bottom-inner{
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .prevenance-footer__logo{
    width: 260px;
    height: auto;
  }

  .prevenance-footer__heading{
    font-size: 18px;
    line-height: 28px;
  }

  .prevenance-footer__menu a,
  .prevenance-footer__contact-text{
    font-size: 15px;
    line-height: 24px;
  }
}

/* =========================================================
   TABLET
========================================================= */
@media (min-width: 768px) and (max-width: 1024px){
  .prevenance-footer__inner{
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 120px;

    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 32px;
    row-gap: 40px;
  }

  .prevenance-footer__bottom-inner{
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .prevenance-footer__logo{
    width: 240px;
    height: auto;
  }

  .prevenance-footer__desc{
    max-width: 100%;
  }

  .prevenance-footer__heading{
    font-size: 18px;
    line-height: 28px;
  }
}

/* =========================================================
   MOBILE
========================================================= */
@media (min-width: 320px) and (max-width: 767px){
  .prevenance-footer__inner{
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 80px;

    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 32px;
  }

  .prevenance-footer__bottom-inner{
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-bottom: 16px;

    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
  }

  .prevenance-footer__logo{
    width: 220px;
    height: auto;
  }

  .prevenance-footer__desc{
    max-width: 100%;
    margin-top: 16px;
  }

  .prevenance-footer__socials{
    margin-top: 16px;
  }

  .prevenance-footer__heading{
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 28px;
  }

  .prevenance-footer__menu li + li{
    margin-top: 8px;
  }

  .prevenance-footer__menu a,
  .prevenance-footer__contact-text{
    font-size: 15px;
    line-height: 24px;
  }

  .prevenance-footer__credit,
  .prevenance-footer__credit a,
  .prevenance-footer__copyright{
    text-align: left;
  }
}