.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-5155eef *//* ==============================
 LUXURY PLATINUM FOOTER CSS
============================== */

.platinum-footer,
.platinum-footer * {
  font-family: "Poppins", sans-serif !important;
}

.platinum-footer {
  width: 100%;
  background: #0a0a0a;
}

.platinum-footer-main {
  background: #0a0a0a;
  padding: 88px 0 78px;
  position: relative;
  overflow: hidden;
}

.platinum-footer-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.035) 1px, transparent 0);
  background-size: 24px 24px;
  opacity: 0.34;
  pointer-events: none;
}

.platinum-footer-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 34px;
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 1fr;
  column-gap: 84px;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.footer-small-label {
  display: block;
  color: #d0a438;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 16px;
}

.footer-small-label::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: #d0a438;
  margin-top: 12px;
}

.footer-col h3 {
  margin: 0 0 28px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.footer-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-contact-list li {
  display: grid;
  grid-template-columns: 36px 1fr;
  column-gap: 14px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.footer-icon {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(184, 138, 24, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #d0a438;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-contact-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li {
  margin-bottom: 14px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.footer-links a:hover {
  color: #d0a438;
  padding-left: 6px;
}

.footer-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.footer-gallery-grid a {
  width: 100%;
  height: 82px;
  overflow: hidden;
  display: block;
  background: #171717;
  border: 1px solid rgba(184, 138, 24, 0.16);
}

.footer-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.platinum-footer-bottom {
  background: #b88a18;
  min-height: 58px;
  display: flex;
  align-items: center;
}

.platinum-footer-bottom-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.platinum-footer-bottom p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-socials a {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.footer-socials a svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.25s ease;
}

.footer-socials a:hover {
  background: #ffffff;
  color: #111111;
  border-color: #ffffff;
}

.footer-socials a:hover svg {
  stroke: #111111;
}

@media (max-width: 1024px) {
  .platinum-footer-container {
    padding: 0 26px;
    column-gap: 48px;
  }

  .footer-col h3 {
    font-size: 24px;
  }
}

@media (max-width: 900px) {
  .platinum-footer-container {
    grid-template-columns: 1fr 1fr;
    row-gap: 46px;
  }

  .footer-gallery {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .platinum-footer-main {
    padding: 68px 0 58px;
  }

  .platinum-footer-container {
    padding: 0 18px;
    grid-template-columns: 1fr;
    row-gap: 42px;
  }

  .platinum-footer-bottom {
    height: auto;
    padding: 18px 0;
  }

  .platinum-footer-bottom-container {
    padding: 0 18px;
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }

  .platinum-footer-bottom p {
    font-size: 15px;
  }
}/* End custom CSS */