.elementor-28 .elementor-element.elementor-element-c7d03e2{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-c7d03e2 *//* =========================================================
   FOOTER DECK RESTORE PRO
========================================================= */

.drp-footer,
.drp-footer * {
  box-sizing: border-box;
}

.drp-footer {
  width: 100%;
  background: #050403;
  color: #fafafa;
  font-family: Inter, Arial, sans-serif;
  padding: 56px 0 34px;
  border-top: 1px solid rgba(231, 220, 200, .12);
}

.drp-footer-container {
  width: min(100% - 32px, 1140px);
  max-width: 1140px;
  margin: 0 auto;
}

.drp-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr .85fr .85fr .9fr;
  gap: 56px;
  align-items: start;
}

.drp-footer-logo {
  display: block;
  width: 300px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 22px;
}

.drp-footer-brand p {
  margin: 0;
  color: rgba(250, 250, 250, .68);
  font-size: 16px;
  line-height: 1.65;
}

.drp-footer-col h4 {
  margin: 0 0 18px;
  color: #d1b48f;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.drp-footer-col a {
  display: block;
  width: fit-content;
  color: rgba(250, 250, 250, .72);
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  margin-bottom: 13px;
  transition: color .25s ease, transform .25s ease;
}

.drp-footer-col a:hover {
  color: #d1b48f;
  transform: translateX(3px);
}

.drp-footer-bottom {
  margin-top: 56px;
  padding-top: 26px;
  border-top: 1px solid rgba(231, 220, 200, .14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.drp-footer-bottom p {
  margin: 0;
  color: rgba(250, 250, 250, .52);
  font-size: 13px;
  line-height: 1.5;
}

/* RESPONSIVE */

@media (max-width: 980px) {
  .drp-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 44px 34px;
  }

  .drp-footer-brand {
    grid-column: 1 / -1;
  }

  .drp-footer-logo {
    width: 270px;
  }
}

@media (max-width: 640px) {
  .drp-footer {
    padding: 44px 0 28px;
  }

  .drp-footer-container {
    width: calc(100% - 28px);
  }

  .drp-footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .drp-footer-logo {
    width: 235px;
  }

  .drp-footer-brand p {
    font-size: 15px;
  }

  .drp-footer-bottom {
    margin-top: 42px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}/* End custom CSS */