button#wpforms-submit-168:hover {background-color: black !important;}
footer .bg-dark, footer .bg-black {display: none;}
footer.custom-footer p {margin: 0;}

footer.custom-footer{
  padding: 2em 0 3em;
  background-color: white;
  border-top: 10px solid #000;
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}

.footer-container {
  display: flex;
  gap: 3vw;
  justify-content: flex-start;
  flex-direction: row;
}

.footer-side{width: 100%;}
.footer-side:first-child {width: 50%;}

.footer-title {
  font-weight: 700;
  margin: 0 0 40px;
  font-size: 22px !important;
}

.social {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 40px;
}

.social a svg {
  position: relative;
  width: 35px;
  height: 35px;
}

.social a svg path:hover {
  fill: black;
  transition: all 0.2s ease;
}

.credits {
  max-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.credits p {
  line-height: 1.1;
  font-size: 16px;
}

.subscribe{
  display: flex;
  margin-top: 2em;
  padding: 0.5em 1em;
  background-color: var(--emphasis-color);
  color: white !important;
  font-weight: 600;
  text-decoration: none !important;
  width: fit-content;
  flex-direction: row;
  align-items: center;
}

.subscribe img{
  width: 25px;
  vertical-align: bottom;
}

.footer-list{
  padding: 0;
  list-style: none;
}

.legal-list{
  display: grid;
  margin: 0 auto;
  max-width: 100%;
  align-items: start;
  gap: 5px 10px;
  height: 100% !important;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 9vw), 1fr));
}

.footer-list li a{
  font-size: 17px;
  color: black;
  line-height: 1.4;
  display: block;
}

.footer-list li a:hover{color: var(--emphasis-color);}

.footer-column {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.side-complete a{font-size: 18px;}
.footer-side p{font-size: 19px;}

.footer-side p strong a{
  font-size: 17px;
  color: black;
}

.short-logo{width: 100px;}
.footer-column:last-child {border: none;}
.footer-column:nth-child(2), .footer-column:nth-child(4) {padding: 0 1em;}

.footer-side:nth-child(3) {width: 70%;}

.footer-side:nth-child(3) ul {
  gap: 5px;
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style: none;
  width: fit-content;
}

.footer-side:last-child {width: 13%;}

/* Footer Sec2 */
.decoration-border{
  width: 100%;
  margin: 30px auto;
  border: 1px solid #b5b5b5;
}

.side-complete {
  width: 100%;
  display: flex;
  flex-direction: row;
}

/* .portals{
  font-size: 25px;
  margin-bottom: 1em;
} */

.side-complete ul{
  width: 100%;
  max-width: 1250px;
  gap: 15px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}

.side-complete a {font-size: 18px;}

.brand-auth{
  font-weight: bold;
  position: absolute;
  line-height: 1.1;
  right: 1vw;
  bottom: 50px;
  font-size: 18px;
}

.brand-auth a{
  color: black;
  font-size: 18px;
}

.ul-complete li a {color: black;}

/* Responsive Mode */
@media (max-width: 1920px){
  footer.custom-footer {
    padding: 2em 0 3em;
    max-width: 1400px;
    margin: 0 auto;
  }

  .social a svg {
    position: relative;
    width: 25px;
    height: 25px;
  }

  .footer-title {
    margin: 0 0 30px;
    font-size: 18px !important;
  }

  .footer-side p {font-size: 16px;}
  /* .legal-list {grid-template-columns: repeat(auto-fill, minmax(min(100%, 8vw), 1fr));} */
  .legal-list li {width: 155px;}
  .footer-list li a {font-size: 14px;}
  .footer-side:nth-child(3) {width: 55%;}

  .side-complete ul {max-width: 1050px;}
  .brand-auth, .side-complete a {font-size: 14px;}
}

@media (max-width: 1600px){
  .legal-list {grid-template-columns: repeat(auto-fill, minmax(min(100%, 12vw), 1fr));}
  .subscribe {font-size: 13px;}
  .subscribe img {width: 22px;}
  .side-complete {height: auto;}
  .brand-auth {right: 5em;}
  .footer-list li a {font-size: 12px;}
}

@media (max-width: 1440px){
  footer.custom-footer {padding: 2em 3em 3em;}
  .footer-container {gap: 2vw;}
  .footer-columns {margin: 2em 0 0;}
  .legal-list li {width: 140px;}

  .footer-side p strong {
    display: block;
    margin-top: 5px;
  }
}

@media (max-width: 1300px){
  footer.custom-footer {padding: 2em 1.5em 1em;}

  .social {
    gap: 10px;
    margin-bottom: 30px;
  }

  .footer-side:first-child {width: 40%;}
  .footer-side p {font-size: 14px;}
  
  .footer-title {font-size: 16px !important;}
  .legal-list {grid-template-columns: repeat(auto-fill, minmax(min(100%, 12vw), 1fr));}

  .subscribe {
    padding: 5px 0.5em;
    font-weight: 600;
    font-size: 14px;
  }

  .footer-side:last-child {display: none;}
}

@media (max-width: 1100px){
  .side-complete ul {max-width: 830px;}
  .brand-auth, .side-complete a {font-size: 13px;}
}

@media (max-width: 850px){
  .footer-container {
    gap: 3em;
    flex-direction: column;
    justify-content: flex-start;
}

 .side-complete {
    gap: 1.2em;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .footer-column {
    border: none;
    align-items: center;
    width: 100% !important;
  }

  .footer-column:last-child{display: none;}
  .legal-list {grid-template-columns: repeat(auto-fill, minmax(min(100%, 42vw), 1fr));}
  .footer-title {margin: 0 0 20px;}
  .legal-list li {width: 100%;}
  .side-complete ul {max-width: 100%;}

  .brand-auth {
    text-align: right;
    position: relative;
    right: 0;
    top: 0em;
  }
}

@media (max-width: 700px){
  .footer-container {padding-bottom: 2em;}
  input#wpforms-168-field_1, .wpforms-field-large {height: 2.75rem !important;}

  button#wpforms-submit-168 {
    padding: 0.4em 2em !important;
    height: 40px !important;
  }

  .footer-columns {
    gap: 1em;
    margin: 2em 0 0;
    display: flex;
    flex-direction: column;
  }

  .footer-side{width: 100% !important;}
  .decoration-border{display: none;}

  .side-complete ul {
    flex-direction: column;
    list-style: none;
    gap: 0;
    margin: 0;
  }

  .side-complete ul li::before {
    content: "\2022";
    color: var(--emphasis-color);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: 20px;
    vertical-align: middle;
  }

  .side-complete ul li a {
    font-weight: 700;
    text-decoration: underline;
  }

  .stripe {padding: 0 5px;}
  .stripe p {font-size: 13px;}
}

@media (max-width: 600px){
  .footer-side p {font-size: 14px;}
  .subscribe {margin-top: 1em;}
  .footer-title {font-size: 16px !important;}
  .footer-list li a {font-size: 13px;}
  .side-complete ul {width: 100%;}
  .side-complete a {font-size: 14px;}

  .wa__btn_popup {
    bottom: 60px !important;
    right: 10px !important;
  }
}
/* End */