.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-da147dd *//* ==============================
 LUXURY PLATINUM HEADER CSS
============================== */

.platinum-header,
.platinum-header *,
.mobile-menu-panel,
.mobile-menu-panel *,
.search-slide-panel,
.search-slide-panel * {
  font-family: "Poppins", sans-serif !important;
}

:root {
  --pt-black: #0a0a0a;
  --pt-gold: #b88a18;
  --pt-gold-soft: #d0a438;
  --pt-white: #ffffff;
}

.platinum-header {
  width: 100%;
  height: 82px;
  background: #0a0a0a;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9999;
  border-bottom: 1px solid rgba(184, 138, 24, 0.16);
}

.platinum-header-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.platinum-logo,
.mobile-menu-logo {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.platinum-logo {
  min-width: 155px;
}

.platinum-logo img {
  width: 142px;
  max-height: 52px;
  object-fit: contain;
  display: block;
}

.mobile-menu-logo img {
  width: 138px;
  max-height: 52px;
  object-fit: contain;
  display: block;
}

.platinum-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: auto;
  margin-right: 34px;
}

.platinum-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  padding: 32px 0;
  transition: color 0.25s ease;
}

.platinum-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 0;
  height: 1px;
  background: var(--pt-gold-soft);
  transition: width 0.25s ease;
}

.platinum-nav a.active,
.platinum-nav a:hover {
  color: var(--pt-gold-soft);
}

.platinum-nav a.active::after,
.platinum-nav a:hover::after {
  width: 100%;
}

.platinum-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.platinum-book-btn,
.mobile-book-btn {
  height: 48px;
  padding: 0 24px;
  background: #b88a18;
  color: #ffffff;
  border: 1px solid #b88a18;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.platinum-book-btn span,
.mobile-book-btn span {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.platinum-book-btn:hover,
.mobile-book-btn:hover {
  background: transparent;
  color: #d0a438;
  border-color: #d0a438;
}

.header-icon {
  width: 24px;
  height: 24px;
  border: 0;
  padding: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.25s ease;
}

.header-icon:hover svg {
  stroke: var(--pt-gold-soft);
}

.mobile-menu-btn {
  display: none;
  width: 28px;
  height: 22px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.mobile-menu-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  margin-bottom: 6px;
  transition: background-color 0.25s ease;
}

.mobile-menu-btn span:last-child {
  margin-bottom: 0;
}

.mobile-menu-btn:hover span {
  background: var(--pt-gold-soft);
}

.mobile-menu-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 360px;
  max-width: 88%;
  height: 100vh;
  background: #0a0a0a;
  z-index: 100000;
  transform: translateX(-100%);
  transition: transform 0.36s ease;
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(184, 138, 24, 0.18);
}

.mobile-menu-panel.show {
  transform: translateX(0);
}

.mobile-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(184, 138, 24, 0.24);
}

.mobile-close-btn,
.search-close-btn {
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  line-height: 1;
  transition: color 0.25s ease;
}

.mobile-close-btn:hover,
.search-close-btn:hover {
  color: var(--pt-gold-soft);
}

.mobile-close-btn {
  font-size: 34px;
  font-weight: 300;
}

.mobile-menu-links {
  padding-top: 28px;
  display: flex;
  flex-direction: column;
}

.mobile-menu-links a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.mobile-menu-links a:hover {
  color: var(--pt-gold-soft);
  padding-left: 8px;
}

.mobile-book-btn {
  width: 100%;
  margin-top: 28px;
}

.mobile-socials {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-socials a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(184, 138, 24, 0.45);
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

.mobile-socials a svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-socials a:hover {
  background: var(--pt-gold);
  border-color: var(--pt-gold);
}

.search-slide-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 112px;
  background: #0a0a0a;
  z-index: 100001;
  transform: translateY(-100%);
  transition: transform 0.34s ease;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(184, 138, 24, 0.18);
}

.search-slide-panel.show {
  transform: translateY(0);
}

.search-slide-inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.search-form {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}

.search-form input {
  width: 100%;
  height: 50px;
  background: #ffffff;
  border: 1px solid #ffffff;
  outline: none;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 400;
  color: #111111;
}

.search-form input:focus {
  border-color: var(--pt-gold-soft);
}

.search-form button {
  height: 50px;
  min-width: 126px;
  border: 1px solid var(--pt-gold);
  background: var(--pt-gold);
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.search-form button:hover {
  background: transparent;
  color: var(--pt-gold-soft);
  border-color: var(--pt-gold-soft);
}

.search-close-btn {
  font-size: 32px;
  font-weight: 300;
}

@media (max-width: 1024px) {
  .platinum-header {
    height: 74px;
  }

  .platinum-header-inner {
    padding: 0 22px;
  }

  .platinum-nav {
    display: none;
  }

  .mobile-menu-btn {
    display: block;
  }

  .platinum-logo img {
    width: 134px;
    max-height: 50px;
  }

  .platinum-actions {
    gap: 16px;
  }

  .platinum-book-btn {
    display: none;
  }
}

@media (max-width: 640px) {
  .platinum-header {
    height: 68px;
  }

  .platinum-header-inner {
    padding: 0 16px;
  }

  .platinum-logo img {
    width: 118px;
    max-height: 46px;
  }

  .platinum-actions {
    gap: 15px;
  }

  .search-slide-panel {
    height: auto;
    padding: 22px 0;
  }

  .search-slide-inner {
    align-items: flex-start;
    gap: 12px;
    padding: 0 18px;
  }

  .search-form {
    flex-direction: column;
    align-items: stretch;
  }

  .search-form input,
  .search-form button {
    width: 100%;
    min-width: 100%;
  }

  .mobile-menu-panel {
    width: 318px;
    padding: 26px 21px;
  }
}/* End custom CSS */