.elementor-12767 .elementor-element.elementor-element-155885e{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-2aaadf5 */.supreme-footer {
  background: #f7f7f7;
  color: #4f1517;
  font-family: 'Poppins', sans-serif;
  padding: 70px 20px 0;
}

.supreme-footer__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.45fr .9fr 1.15fr .8fr;
  gap: 70px;
}

.supreme-footer__brand img {
  width: 135px;
  height: auto;
  display: block;
  margin: 0 auto 28px;
}

.supreme-footer__contact {
  max-width: 360px;
}

.supreme-footer__contact p {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 16px;
  color: #4f1517;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
}

.supreme-footer__contact span {
  width: 24px;
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #4f1517;
}

.supreme-footer a {
  color: #4f1517;
  text-decoration: none;
  transition: 0.25s ease;
}

.supreme-footer a:hover {
  color: #2c0b0d;
}

.supreme-footer__col h4 {
  margin: 0 0 26px;
  color: #4f1517;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.supreme-footer__col a {
  display: block;
  margin-bottom: 14px;
  color: #4f1517;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
}

.supreme-footer__col a:hover {
  transform: translateX(4px);
}

.supreme-footer__social {
  display: flex;
  gap: 10px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.supreme-footer__social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  text-transform: none;
}

.supreme-footer__social a:hover {
  transform: translateY(-3px);
}

.supreme-footer__social .facebook {
  background: #4267B2;
}

.supreme-footer__social .linkedin {
  background: #0077B5;
  font-size: 14px;
}

.supreme-footer__social .instagram {
  background: #A52A2A;
}

.supreme-footer__social .youtube {
  background: #FF0000;
}

.supreme-footer__social .x-twitter {
  background: #000000;
}

.supreme-footer__bottom {
  margin-top: 55px;
  padding: 18px 20px;
  background: #4f1517;
  text-align: center;
}

.supreme-footer__bottom p {
  margin: 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .supreme-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 45px;
  }
}

@media (max-width: 640px) {
  .supreme-footer {
    padding: 50px 22px 0;
  }

  .supreme-footer__inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .supreme-footer__brand img {
    width: 135px;
    margin-bottom: 26px;
  }

  .supreme-footer__contact {
    max-width: 100%;
  }

  .supreme-footer__col h4 {
    margin-bottom: 18px;
  }

  .supreme-footer__col a {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .supreme-footer__social {
    justify-content: center;
  }
}/* End custom CSS */