.elementor-48 .elementor-element.elementor-element-4754c16{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-4754c16 *//* =========================
   FOOTER PREMIUM H. QUADRI
   ========================= */

.hq-footer {
  position: relative;
  width: 100%;
  background:
    linear-gradient(135deg, #0e1726 0%, #142033 52%, #1a2940 100%);
  color: #ffffff;
  overflow: hidden;
}

.hq-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(242, 194, 58, 0.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.04), transparent 22%);
  pointer-events: none;
}

.hq-footer__top {
  position: relative;
  z-index: 2;
  padding: 82px 0 42px;
}

.hq-container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.hq-footer__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.95fr 1fr;
  gap: 34px;
}

.hq-footer__col h3 {
  margin: 0 0 18px;
  font-size: 1.08rem;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.hq-footer__col--brand {
  padding-right: 12px;
}

.hq-footer__brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 22px;
}

.hq-footer__logo-wrap {
  width: 220px;
  min-width: 220px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hq-footer__logo-img {
  display: block;
  max-width: 100%;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.hq-footer__text {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.8;
  max-width: 420px;
}

.hq-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hq-footer__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  font-weight: 600;
}

.hq-footer__links,
.hq-footer__contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hq-footer__links li {
  margin-bottom: 12px;
}

.hq-footer__links a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 0.96rem;
  line-height: 1.6;
  transition: color 0.25s ease, transform 0.25s ease;
}

.hq-footer__links a:hover {
  color: #f2c23a;
}

.hq-footer__contact li {
  margin-bottom: 18px;
}

.hq-footer__contact strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.9rem;
  color: #f2c23a;
  font-weight: 700;
}

.hq-footer__contact a,
.hq-footer__contact span {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 0.96rem;
  line-height: 1.7;
}

.hq-footer__contact a:hover {
  color: #ffffff;
}

.hq-footer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 0.97rem;
  font-weight: 800;
  color: #10151d;
  background: linear-gradient(135deg, #f2c23a 0%, #d8a918 100%);
  box-shadow: 0 14px 26px rgba(242, 194, 58, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.hq-footer__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(242, 194, 58, 0.24);
  filter: brightness(1.02);
}

.hq-footer__bottom {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 0;
}

.hq-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.hq-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  line-height: 1.6;
}

.hq-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.hq-footer__legal a {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.25s ease;
}

.hq-footer__legal a:hover {
  color: #f2c23a;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1180px) {
  .hq-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}

@media (max-width: 767px) {
  .hq-footer__top {
    padding: 64px 0 30px;
  }

  .hq-container {
    width: min(100% - 24px, 1280px);
  }

  .hq-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hq-footer__logo-wrap {
    width: 180px;
    min-width: 180px;
    height: 58px;
  }

  .hq-footer__logo-img {
    max-height: 58px;
  }

  .hq-footer__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hq-footer__legal {
    gap: 12px;
    flex-direction: column;
  }

  .hq-footer__cta {
    width: 100%;
  }
}/* End custom CSS */