/* Reset / base */
footer#custom-footer * {
  margin: 0 !important;
  padding: 0 !important;

}

footer#custom-footer {
  padding: 0px !important;
  margin: 0px !important;

  margin-top: 20px !important;
}

footer#custom-footer section {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}

#custom-header section {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}


footer#custom-footer .bleed {
  width: 100% !important;
}

footer#custom-footer .medium {
  width: 90% !important;
}

footer#custom-footer .wrapper {
  width: calc(100% - 40px) !important;
  padding: 0 20px;
  margin: 0 30px !important;
  
}




footer#custom-footer .container {
  width: 100% !important;
}

footer#custom-footer .small-padding {
  padding: 20px 0 !important;
}

footer#custom-footer .padding {
  padding: 30px 0 !important;
}

footer#custom-footer .small-padding-bottom {
  padding-bottom: 30px !important;
}


/* flex box */

footer#custom-footer .flex-column-center {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}

footer#custom-footer .flex-row-space-between-start {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  flex-wrap: wrap !important;
}


/* rounded corner */

footer#custom-footer .large-rounded-corner {
  border-radius: 30px !important;
}


/* color */

footer#custom-footer .dark-gray-bg {
  background-color: #6A6865 !important;
}

footer#custom-footer .dark-gray-pattern {
  background: url("https://dev-designer-bank.pantheonsite.io/wp-content/uploads/2025/12/dark-brown-pattern.png"), #6A6865 !important;
  background-size: 1200px !important;
  justify-content: center !important;
  align-items: center !important;
}


/* typography */

footer#custom-footer h2 {
  font-family: "neulis-sans", sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 40px !important;
  line-height: 1 !important;
  padding: 10px 0 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-smooth: always !important;
}







footer#custom-footer p {
  font-family: "neulis-sans", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 18px !important;
  line-height: 1.4 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-smooth: always !important;
}

footer#custom-footer h5 {
  font-family: "Piazzolla", serif !important;
  font-optical-sizing: auto !important;
  font-weight: 500 !important;
  font-style: italic !important;
  font-size: 20px !important;
  line-height: 1 !important;
  padding: 5px 0 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-smooth: always !important;
  color: #fff !important;

}

footer#custom-footer a {
  font-family: inherit !important;
  font-optical-sizing: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-smooth: always !important;
}

footer#custom-footer h6 {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-smooth: always !important;
}

footer#custom-footer h6 a {
  font-family: "neulis-sans", sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  display: inline-block !important;
  text-decoration: none !important;
  color: inherit !important;
  border: 1px solid !important;
  padding: 8px 20px !important;
  margin: 15px 10px !important;
  border-radius: 20px !important;
}


/* footer block */

footer#custom-footer {
  /* background: #fff !important; */
}

footer#custom-footer #contact-us-block {
  padding: 40px 0 !important;
  color: #fff !important;
  max-width: none !important;
}

footer#custom-footer .align-center {
  text-align: center !important;
}

footer#custom-footer #contact-us-block h2 {
  padding-bottom: 25px !important;
  color: #fff !important;
}

footer#custom-footer #footer-info-block {
  padding-top: 40px !important;
  color: #6A6865 !important;
  max-width: none !important;
}

footer#custom-footer .wordmark {
  width: 250px !important;
  height: auto !important;
}

footer#custom-footer .meta-info {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  flex-wrap: wrap !important;
  width: calc(100% - 350px) !important;
  max-width: 1200px !important;
}


footer#custom-footer .meta-info p a {
  cursor: pointer;
}

footer#custom-footer .meta-info > div {
  padding: 0 20px !important;
  padding-bottom: 20px !important;
}

footer#custom-footer .meta-info a {
  text-decoration: none !important;
  opacity: 0.9 !important;
  transition: 0.3s !important;
}

footer#custom-footer .meta-info a:hover {
  opacity: 1 !important;
}

footer#custom-footer .meta-info p {
  padding-bottom: 10px !important;
  line-height: 1.2 !important;
}

footer#custom-footer .meta-info p.small-padding-bottom {
  padding-bottom: 20px !important;
}

footer#custom-footer .copyright {
  width: 100% !important;
  margin-top: 18vh !important;
  padding-bottom: 15px !important;
}

footer#custom-footer .copyright img {
  height: 20px !important;
  width: auto !important;
}




/* media queries */

@media screen and (max-width: 1150px) {

  footer#custom-footer h2 {
  font-size: 37px !important;
  }

  footer#custom-footer .large-rounded-corner {
  border-radius: 30px !important;
  }

  footer#custom-footer #contact-us-block {
  padding: 27px 0 !important;
  }

  footer#custom-footer #contact-us-block h2 {
  padding-bottom: 16px !important;
  }

  footer#custom-footer .copyright {
  margin-top: 12vh !important;
  }

  footer#custom-footer .wordmark {
  width: 200px !important;
  }

  footer#custom-footer .meta-info p.small-padding-bottom {
  padding-bottom: 15px !important;
  }

  footer#custom-footer .meta-info p {
  padding-bottom: 10px !important;
  }
}



@media screen and (max-width: 1025px) {
  /* body.evo.portal #wrapper #contentHeader {
  
    padding-top: 20px !important;
  }
   */
  
  
}

@media screen and (max-width: 1024px) {

  footer#custom-footer h2 {
  font-size: 32px !important;
  }

  footer#custom-footer p {
  font-size: 18px !important;
  }

  footer#custom-footer h6 a {
  font-size: 18px !important;
  }

  footer#custom-footer .large-rounded-corner {
  border-radius: 20px !important;
  }

  footer#custom-footer #contact-us-block h2 {
  padding-bottom: 13px !important;
  }

  footer#custom-footer #footer-info-block {
  padding-top: 40px !important;
  }

  footer#custom-footer .copyright {
  margin-top: 30px !important;
  }

  footer#custom-footer .copyright p {
  font-size: 14px !important;
  }

  footer#custom-footer .copyright img {
  height: 16px !important;
  }

  footer#custom-footer .meta-info {
  width: 100% !important;
  padding-top: 30px !important;
  }

  footer#custom-footer .meta-info > div {
  padding: 0 !important;
  padding-right: 25px !important;
  padding-bottom: 20px !important;
  }
}


@media screen and (max-width: 768px) {
  footer#custom-footer .wrapper {
    width: calc(100% - 30px) !important;
    padding: 0 10px;
  
    
  }
}


