:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b8eb54f *//* ==============================
 LUXURY PLATINUM HERO SECTION CSS
 Final Ready To Paste
============================== */

.platinum-hero,
.platinum-hero * {
  font-family: "Poppins", sans-serif !important;
}

.platinum-hero {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 82px);
  background-image: url("https://lavenderblush-cassowary-357978.hostingersite.com/wp-content/uploads/2026/06/22.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.platinum-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.90) 0%,
    rgba(0,0,0,0.82) 24%,
    rgba(0,0,0,0.64) 45%,
    rgba(0,0,0,0.34) 64%,
    rgba(0,0,0,0.12) 82%,
    rgba(0,0,0,0.04) 100%
  );
}

.platinum-hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 34px;
  display: flex;
  align-items: center;
}

.platinum-hero-content {
  max-width: 690px;
}

.platinum-hero-label {
  display: block;
  color: #d0a438;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.2px;
  margin-bottom: 18px;
}

.platinum-hero-label::after {
  content: "";
  display: block;
  width: 58px;
  height: 1px;
  background: #d0a438;
  margin-top: 14px;
}

.platinum-hero-content h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(48px, 5vw, 70px);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -1.4px;
}

.platinum-hero-content p {
  margin: 24px 0 0;
  max-width: 590px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.platinum-hero-buttons {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 42px;
}

.hero-btn {
  height: 58px;
  min-width: 245px;
  padding: 0 30px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  text-decoration: none;
  box-shadow: none;
  transition: background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease;
}

.hero-btn span {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.hero-btn-outline {
  background: rgba(0, 0, 0, 0.18);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.95);
}

.hero-btn-outline:hover {
  background-color: #d0a438;
  border-color: #d0a438;
  color: #ffffff;
}

.hero-btn-gold {
  background: #d0a438;
  color: #ffffff;
  border: 1px solid #d0a438;
}

.hero-btn-gold:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .platinum-hero {
    min-height: calc(100vh - 74px);
    background-position: center right;
  }

  .platinum-hero-container {
    padding: 0 26px;
  }

  .platinum-hero-content h1 {
    font-size: 54px;
  }
}

@media (max-width: 768px) {
  .platinum-hero {
    min-height: 700px;
    background-position: center center;
  }

  .platinum-hero-overlay {
    background: linear-gradient(
      90deg,
      rgba(0,0,0,0.90) 0%,
      rgba(0,0,0,0.78) 52%,
      rgba(0,0,0,0.54) 100%
    );
  }

  .platinum-hero-content h1 {
    font-size: 46px;
    line-height: 1.14;
  }

  .platinum-hero-content p {
    max-width: 100%;
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .platinum-hero {
    min-height: calc(100vh - 68px);
    align-items: center;
    background-position: center center;
  }

  .platinum-hero-container {
    padding: 0 18px;
  }

  .platinum-hero-label {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .platinum-hero-content h1 {
    font-size: 38px;
    line-height: 1.16;
    letter-spacing: -0.7px;
  }

  .platinum-hero-content p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.75;
  }

  .platinum-hero-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 34px;
  }

  .hero-btn {
    width: 100%;
    min-width: 100%;
    height: 56px;
    font-size: 16px;
  }
}

@media (max-width: 390px) {
  .platinum-hero-content h1 {
    font-size: 34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ed02f4b *//* ==============================
 LUXURY PLATINUM INTRO SECTION CSS
 Final Ready To Paste
============================== */

.platinum-intro-section {
  width: 100%;
  background: #ffffff;
  padding: 96px 0 104px;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.platinum-intro-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 34px;
  display: grid;
  grid-template-columns: 390px 1fr;
  column-gap: 82px;
  align-items: flex-start;
}

.platinum-small-title {
  display: block;
  color: #b88a18;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.1px;
  margin-bottom: 18px;
}

.platinum-small-title::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background: #b88a18;
  margin-top: 13px;
}

.platinum-intro-left h2 {
  margin: 0;
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -1px;
}

.platinum-intro-person {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.person-img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 52px;
  border: 1px solid rgba(184, 138, 24, 0.28);
}

.person-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.person-info {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}

.person-info strong {
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.person-info span {
  color: #666666;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 3px;
}

.platinum-intro-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
  padding-top: 10px;
}

.intro-text-col p {
  margin: 0;
  color: #555555;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
}

.intro-feature-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.intro-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 15px;
}

.intro-feature-list li span {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 4px;
  border: 1px solid #b88a18;
  position: relative;
}

.intro-feature-list li span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border-right: 1px solid #b88a18;
  border-bottom: 1px solid #b88a18;
  transform: rotate(45deg);
}

.intro-btn {
  margin-top: 34px;
  height: 52px;
  padding: 0 28px;
  background: #ffffff;
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  box-shadow: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.intro-btn span {
  color: #b88a18;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  transition: color 0.25s ease;
}

.intro-btn:hover {
  background: #b88a18;
  border-color: #b88a18;
  color: #ffffff;
}

.intro-btn:hover span {
  color: #ffffff;
}

@media (max-width: 1024px) {
  .platinum-intro-section {
    padding: 82px 0 88px;
  }

  .platinum-intro-container {
    grid-template-columns: 340px 1fr;
    column-gap: 48px;
    padding: 0 26px;
  }

  .platinum-intro-left h2 {
    font-size: 38px;
  }

  .platinum-intro-right {
    column-gap: 32px;
  }
}

@media (max-width: 820px) {
  .platinum-intro-container {
    grid-template-columns: 1fr;
    row-gap: 44px;
  }

  .platinum-intro-left h2 {
    font-size: 40px;
  }

  .platinum-intro-right {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .platinum-intro-section {
    padding: 64px 0 70px;
  }

  .platinum-intro-container {
    padding: 0 18px;
    row-gap: 34px;
  }

  .platinum-small-title {
    font-size: 16px;
  }

  .platinum-intro-left h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.6px;
  }

  .platinum-intro-person {
    margin-top: 28px;
  }

  .platinum-intro-right {
    grid-template-columns: 1fr;
    row-gap: 26px;
  }

  .intro-text-col p,
  .intro-feature-list li {
    font-size: 16px;
  }

  .intro-btn {
    width: 100%;
    height: 52px;
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3fee81e *//* ==============================
 LUXURY PLATINUM VIDEO SECTION CSS
============================== */

.platinum-video-section {
  width: 100%;
  background: #0a0a0a;
  padding: 96px 0 0;
  position: relative;
  overflow: visible;
  font-family: "Poppins", sans-serif;
}

.platinum-video-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.045) 1px, transparent 0);
  background-size: 22px 22px;
  opacity: 0.32;
  pointer-events: none;
}

.platinum-video-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 34px;
  position: relative;
  z-index: 2;
  text-align: center;
}

.platinum-video-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.platinum-video-heading span {
  display: block;
  color: #d0a438;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.2px;
  margin-bottom: 16px;
}

.platinum-video-heading span::after {
  content: "";
  display: block;
  width: 58px;
  height: 1px;
  background: #d0a438;
  margin: 14px auto 0;
}

.platinum-video-heading h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -1px;
}

.platinum-video-heading p {
  margin: 20px auto 0;
  max-width: 650px;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.platinum-video-box {
  width: 100%;
  max-width: 860px;
  height: 460px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #1a1a1a;
  transform: translateY(84px);
}

.platinum-video-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.22) 100%);
  pointer-events: none;
}

.platinum-video-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.platinum-play-btn {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 1px solid #d0a438;
  background: rgba(0, 0, 0, 0.38);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.platinum-play-btn span {
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #d0a438;
  margin-left: 5px;
  transition: border-left-color 0.25s ease;
}

.platinum-play-btn:hover {
  background: #d0a438;
  border-color: #d0a438;
  transform: translate(-50%, -50%) scale(1.04);
}

.platinum-play-btn:hover span {
  border-left-color: #ffffff;
}

.platinum-video-popup {
  position: fixed;
  inset: 0;
  z-index: 100005;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.platinum-video-popup.show {
  opacity: 1;
  visibility: visible;
}

.platinum-video-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.86);
}

.platinum-video-popup-content {
  width: calc(100% - 40px);
  max-width: 460px;
  max-height: calc(100vh - 90px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.platinum-video-close {
  width: 44px;
  height: 44px;
  border: 1px solid #d0a438;
  background: #d0a438;
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -56px;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.platinum-video-close:hover {
  background: transparent;
  color: #d0a438;
}

.platinum-video-frame {
  width: 100%;
  max-height: calc(100vh - 120px);
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(184, 138, 24, 0.28);
}

.platinum-video-frame video {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 120px);
  display: block;
  background: #000000;
}

@media (max-width: 1024px) {
  .platinum-video-section {
    padding: 82px 0 0;
  }

  .platinum-video-container {
    padding: 0 26px;
  }

  .platinum-video-heading h2 {
    font-size: 38px;
  }

  .platinum-video-box {
    max-width: 760px;
    height: 390px;
    transform: translateY(72px);
  }
}

@media (max-width: 768px) {
  .platinum-video-heading {
    margin-bottom: 34px;
  }

  .platinum-video-heading h2 {
    font-size: 34px;
  }

  .platinum-video-box {
    height: 320px;
  }
}

@media (max-width: 640px) {
  .platinum-video-section {
    padding: 64px 0 0;
  }

  .platinum-video-container {
    padding: 0 18px;
  }

  .platinum-video-heading span {
    font-size: 16px;
  }

  .platinum-video-heading h2 {
    font-size: 30px;
    line-height: 1.25;
    letter-spacing: -0.6px;
  }

  .platinum-video-heading p {
    font-size: 16px;
    line-height: 1.75;
  }

  .platinum-video-box {
    height: 235px;
    transform: translateY(58px);
  }

  .platinum-play-btn {
    width: 68px;
    height: 68px;
  }

  .platinum-play-btn span {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 16px;
  }

  .platinum-video-popup-content {
    width: calc(100% - 28px);
    max-width: 360px;
  }

  .platinum-video-close {
    width: 40px;
    height: 40px;
    top: -50px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fb7436e *//* ==============================
 LUXURY PLATINUM EXPERIENCE SLIDER CSS
============================== */

.platinum-experience-section {
  width: 100%;
  background: #ffffff;
  padding: 176px 0 104px;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.platinum-experience-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 34px;
  display: grid;
  grid-template-columns: 340px 1fr;
  column-gap: 72px;
  align-items: center;
}

.section-small-label {
  display: block;
  color: #b88a18;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.2px;
  margin-bottom: 18px;
}

.section-small-label::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background: #b88a18;
  margin-top: 13px;
}

.experience-left h2 {
  margin: 0;
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -1px;
}

.experience-left p {
  margin: 22px 0 0;
  color: #555555;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.experience-title-line {
  width: 120px;
  height: 1px;
  background: rgba(17, 17, 17, 0.22);
  margin-top: 30px;
}

.experience-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
}

.experience-arrow {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border: 1px solid rgba(184, 138, 24, 0.35);
  color: #111111;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.experience-arrow:hover {
  background: #b88a18;
  color: #ffffff;
  border-color: #b88a18;
}

.experience-slider-wrapper,
.experience-slider-viewport {
  width: 100%;
  overflow: hidden;
}

.experience-slider-track {
  display: flex;
  gap: 24px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.experience-slide {
  flex: 0 0 calc((100% - 24px) / 2);
  height: 420px;
  background: #eeeeee;
  overflow: hidden;
  position: relative;
}

.experience-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.12) 100%);
  pointer-events: none;
}

.experience-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1024px) {
  .platinum-experience-section {
    padding-top: 150px;
    padding-bottom: 88px;
  }

  .platinum-experience-container {
    grid-template-columns: 310px 1fr;
    column-gap: 44px;
    padding: 0 26px;
  }

  .experience-left h2 {
    font-size: 38px;
  }

  .experience-slide {
    height: 340px;
  }
}

@media (max-width: 820px) {
  .platinum-experience-container {
    grid-template-columns: 1fr;
    row-gap: 42px;
  }

  .experience-left {
    max-width: 620px;
  }

  .experience-left h2 {
    font-size: 40px;
  }

  .experience-slide {
    height: 360px;
  }
}

@media (max-width: 640px) {
  .platinum-experience-section {
    padding-top: 122px;
    padding-bottom: 70px;
  }

  .platinum-experience-container {
    padding: 0 18px;
    row-gap: 34px;
  }

  .section-small-label {
    font-size: 16px;
  }

  .experience-left h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.6px;
  }

  .experience-left p {
    font-size: 16px;
    line-height: 1.75;
  }

  .experience-title-line {
    width: 100px;
    margin-top: 26px;
  }

  .experience-controls {
    margin-top: 24px;
  }

  .experience-arrow {
    width: 46px;
    height: 46px;
    font-size: 26px;
  }

  .experience-slider-track {
    gap: 0;
  }

  .experience-slide {
    flex: 0 0 100%;
    height: 275px;
  }
}

@media (max-width: 390px) {
  .experience-left h2 {
    font-size: 29px;
  }

  .experience-slide {
    height: 245px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7c3ee60 *//* ==============================
 LUXURY PLATINUM OPTIONS SECTION CSS
============================== */

.platinum-options-section {
  width: 100%;
  background: #0a0a0a;
  padding: 104px 0 108px;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.platinum-options-section::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.36;
  pointer-events: none;
}

.platinum-options-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 34px;
  display: grid;
  grid-template-columns: 480px 1fr;
  column-gap: 86px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.options-image-box {
  width: 100%;
  height: 390px;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(184, 138, 24, 0.18);
}

.options-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  padding: 0;
}

.options-content {
  width: 100%;
  max-width: 560px;
}

.options-small-label {
  display: block;
  color: #d0a438;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.2px;
  margin-bottom: 18px;
}

.options-small-label::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background: #d0a438;
  margin-top: 13px;
}

.options-content h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -1px;
}

.options-content p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  max-width: 520px;
}

.options-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  max-width: 520px;
}

.option-card {
  min-height: 100px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 22px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

.option-card-full {
  grid-column: 1 / -1;
}

.option-card span {
  display: block;
  color: #d0a438;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 6px;
}

.option-card strong {
  display: block;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.option-card svg {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  fill: none;
  stroke: #d0a438;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.25s ease;
}

.option-card.active,
.option-card:hover {
  background: #b88a18;
  border-color: #b88a18;
}

.option-card.active span,
.option-card.active strong,
.option-card:hover span,
.option-card:hover strong {
  color: #ffffff;
}

.option-card.active svg,
.option-card:hover svg {
  stroke: #ffffff;
}

@media (max-width: 1024px) {
  .platinum-options-section {
    padding: 88px 0 92px;
  }

  .platinum-options-container {
    grid-template-columns: 410px 1fr;
    column-gap: 48px;
    padding: 0 26px;
  }

  .options-image-box {
    height: 340px;
  }

  .options-content h2 {
    font-size: 38px;
  }
}

@media (max-width: 820px) {
  .platinum-options-container {
    grid-template-columns: 1fr;
    row-gap: 44px;
  }

  .options-content {
    max-width: 100%;
  }

  .options-content p,
  .options-grid {
    max-width: 100%;
  }

  .options-image-box {
    max-width: 520px;
    height: 360px;
  }
}

@media (max-width: 640px) {
  .platinum-options-section {
    padding: 70px 0 74px;
  }

  .platinum-options-container {
    padding: 0 18px;
    row-gap: 34px;
  }

  .options-image-box {
    height: 280px;
  }

  .options-small-label {
    font-size: 16px;
  }

  .options-content h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.6px;
  }

  .options-content p {
    font-size: 16px;
    line-height: 1.75;
  }

  .options-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 30px;
  }

  .option-card,
  .option-card-full {
    grid-column: auto;
  }

  .option-card {
    min-height: 88px;
    padding: 20px;
  }

  .option-card span,
  .option-card strong {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ca4276e *//* ==============================
 LUXURY PLATINUM LOCATION SECTION CSS
============================== */

.platinum-location-section {
  width: 100%;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.platinum-location-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}

.location-content {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  padding: 104px 76px 102px 34px;
}

.location-small-label {
  display: block;
  color: #b88a18;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.2px;
  margin-bottom: 18px;
}

.location-small-label::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background: #b88a18;
  margin-top: 13px;
}

.location-content h2 {
  margin: 0;
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -1px;
}

.location-content > p {
  margin: 24px 0 0;
  color: #555555;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  max-width: 520px;
}

.location-list {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  max-width: 540px;
}

.location-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 16px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.10);
}

.location-list li:first-child {
  border-top: 1px solid rgba(17, 17, 17, 0.10);
}

.location-icon {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(184, 138, 24, 0.38);
  color: #b88a18;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.location-list p {
  margin: 0;
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.location-map-box {
  width: 100%;
  height: 100%;
  min-height: 560px;
  background: #e8e8e8;
  overflow: hidden;
  position: relative;
}

.location-map-box iframe {
  width: 100%;
  height: 100%;
  min-height: 560px;
  border: 0;
  display: block;
  filter: grayscale(14%) saturate(0.9) contrast(0.96);
}

@media (max-width: 1024px) {
  .platinum-location-container {
    min-height: 520px;
  }

  .location-content {
    padding: 88px 46px 86px 26px;
  }

  .location-content h2 {
    font-size: 38px;
  }

  .location-map-box,
  .location-map-box iframe {
    min-height: 520px;
  }
}

@media (max-width: 820px) {
  .platinum-location-container {
    grid-template-columns: 1fr;
  }

  .location-content {
    max-width: 100%;
    margin: 0;
    padding: 74px 26px 62px;
  }

  .location-content > p,
  .location-list {
    max-width: 100%;
  }

  .location-map-box,
  .location-map-box iframe {
    min-height: 390px;
  }
}

@media (max-width: 640px) {
  .location-content {
    padding: 64px 18px 56px;
  }

  .location-small-label {
    font-size: 16px;
  }

  .location-content h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.6px;
  }

  .location-content > p {
    font-size: 16px;
    line-height: 1.75;
  }

  .location-list {
    margin-top: 30px;
  }

  .location-list li {
    grid-template-columns: 40px 1fr;
    column-gap: 14px;
    padding: 16px 0;
  }

  .location-icon {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }

  .location-list p {
    font-size: 16px;
    line-height: 1.65;
  }

  .location-map-box,
  .location-map-box iframe {
    min-height: 330px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1bc0d51 *//* ==============================
 LUXURY PLATINUM WHY CHOOSE SECTION CSS
============================== */

.platinum-why-section {
  width: 100%;
  background: #b88a18;
  padding: 104px 0 108px;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.platinum-why-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.18) 1px, transparent 0);
  background-size: 24px 24px;
  opacity: 0.18;
  pointer-events: none;
}

.platinum-why-container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 34px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.platinum-why-heading {
  max-width: 760px;
  margin: 0 auto 48px;
}

.platinum-why-heading span {
  display: block;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.2px;
  margin-bottom: 18px;
}

.platinum-why-heading span::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background: #ffffff;
  margin: 13px auto 0;
}

.platinum-why-heading h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -1px;
}

.platinum-why-heading p {
  margin: 22px auto 0;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.86);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.platinum-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.why-card {
  min-height: 260px;
  padding: 38px 30px 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: rgba(255, 255, 255, 0.02);
  transition: background-color 0.28s ease, border-color 0.28s ease;
}

.why-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-icon svg {
  width: 52px;
  height: 52px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.28s ease;
}

.why-card h3 {
  margin: 0;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  max-width: 230px;
}

.why-card p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  max-width: 250px;
  transition: color 0.28s ease;
}

.why-card:hover {
  background: #ffffff;
  border-color: #ffffff;
}

.why-card:hover h3 {
  color: #111111;
}

.why-card:hover p {
  color: #555555;
}

.why-card:hover .why-icon svg {
  stroke: #b88a18;
}

.platinum-why-buttons {
  margin-top: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.why-btn {
  height: 52px;
  padding: 0 28px;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  box-shadow: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.why-btn span {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.why-btn-dark {
  background: #111111;
  color: #ffffff;
  border: 1px solid #111111;
}

.why-btn-light {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.85);
}

.why-btn-dark:hover,
.why-btn-light:hover {
  background: #ffffff;
  color: #111111;
  border-color: #ffffff;
}

@media (max-width: 1024px) {
  .platinum-why-section {
    padding: 88px 0 92px;
  }

  .platinum-why-container {
    padding: 0 26px;
  }

  .platinum-why-heading h2 {
    font-size: 38px;
  }

  .why-card {
    min-height: 260px;
    padding: 34px 24px 30px;
  }
}

@media (max-width: 820px) {
  .platinum-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .platinum-why-heading {
    margin-bottom: 40px;
  }
}

@media (max-width: 640px) {
  .platinum-why-section {
    padding: 70px 0 74px;
  }

  .platinum-why-container {
    padding: 0 18px;
  }

  .platinum-why-heading h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.6px;
  }

  .platinum-why-heading p {
    font-size: 16px;
    line-height: 1.75;
  }

  .platinum-why-grid {
    grid-template-columns: 1fr;
  }

  .why-card {
    min-height: auto;
    padding: 34px 24px 32px;
  }

  .why-card h3 {
    font-size: 18px;
  }

  .why-card p {
    font-size: 16px;
  }

  .platinum-why-buttons {
    flex-direction: column;
    gap: 12px;
    margin-top: 34px;
  }

  .why-btn {
    width: 100%;
    height: 52px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e9d5054 *//* ==============================
 LUXURY PLATINUM VALUE CTA SECTION CSS
============================== */

.platinum-value-section {
  width: 100%;
  background: #b88a18;
  padding: 108px 0 112px;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.platinum-value-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image: radial-gradient(circle at 20px 20px, rgba(255,255,255,0.28) 1px, transparent 1px), radial-gradient(circle at 58px 58px, rgba(0,0,0,0.16) 1px, transparent 1px);
  background-size: 76px 76px;
  pointer-events: none;
}

.platinum-value-container {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 34px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.value-small-label {
  display: block;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.2px;
  margin-bottom: 18px;
}

.value-small-label::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background: #ffffff;
  margin: 13px auto 0;
}

.platinum-value-container h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -1px;
}

.platinum-value-container p {
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  max-width: 620px;
}

.value-btn {
  margin-top: 38px;
  height: 52px;
  padding: 0 30px;
  background: #111111;
  color: #ffffff;
  border: 1px solid #111111;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.value-btn span {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.value-btn:hover {
  background: #ffffff;
  color: #111111;
  border-color: #ffffff;
}

@media (max-width: 1024px) {
  .platinum-value-section {
    padding: 92px 0 96px;
  }

  .platinum-value-container {
    padding: 0 26px;
  }

  .platinum-value-container h2 {
    font-size: 40px;
  }
}

@media (max-width: 640px) {
  .platinum-value-section {
    padding: 72px 0 76px;
  }

  .platinum-value-container {
    padding: 0 18px;
  }

  .value-small-label {
    font-size: 16px;
  }

  .platinum-value-container h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.6px;
  }

  .platinum-value-container p {
    font-size: 16px;
    line-height: 1.75;
  }

  .value-btn {
    width: 100%;
    height: 52px;
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-31d0732 *//* ==============================
 LUXURY PLATINUM APARTMENT PLANS SECTION CSS
 Final Ready To Paste
============================== */

.platinum-plans-section {
  width: 100%;
  background: #f6f4ef;
  padding: 104px 0 108px;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.platinum-plans-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 34px;
}

.plans-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 46px;
}

.plans-heading span {
  display: block;
  color: #b88a18;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.2px;
  margin-bottom: 18px;
}

.plans-heading span::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background: #b88a18;
  margin: 13px auto 0;
}

.plans-heading h2 {
  margin: 0;
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -1px;
}

.plans-tabs-wrap input[type="radio"] {
  display: none;
}

.plans-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-bottom: 46px;
  border: 1px solid rgba(184, 138, 24, 0.24);
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
}

.plans-tabs label {
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  position: relative;
  padding: 18px 28px;
  border-right: 1px solid rgba(184, 138, 24, 0.18);
  transition: background-color 0.25s ease, color 0.25s ease;
}

.plans-tabs label:last-child {
  border-right: 0;
}

#plan-tab-1:checked ~ .plans-tabs label[for="plan-tab-1"],
#plan-tab-2:checked ~ .plans-tabs label[for="plan-tab-2"],
#plan-tab-3:checked ~ .plans-tabs label[for="plan-tab-3"] {
  background: #b88a18;
  color: #ffffff;
}

.plans-panel {
  display: none;
}

#plan-tab-1:checked ~ .plans-panel-1,
#plan-tab-2:checked ~ .plans-panel-2,
#plan-tab-3:checked ~ .plans-panel-3 {
  display: block;
}

.plans-layout {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  column-gap: 54px;
  align-items: center;
}

.plans-image {
  width: 100%;
  height: 430px;
  background: #ffffff;
  overflow: hidden;
  border: 1px solid rgba(184, 138, 24, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
}

.plans-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 22px;
}

.plans-details {
  width: 100%;
  background: #ffffff;
  padding: 42px 38px;
  border: 1px solid rgba(184, 138, 24, 0.16);
}

.plans-details h3 {
  margin: 0 0 16px;
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -0.5px;
}

.plans-details p {
  margin: 0 0 28px;
  color: #555555;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.plan-detail-row {
  min-height: 48px;
  padding: 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.plan-detail-row:first-of-type {
  border-top: 1px solid rgba(17, 17, 17, 0.10);
}

.plan-detail-row:last-child {
  border-bottom: 0;
}

.plan-detail-row span,
.plan-detail-row strong {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.plan-detail-row span {
  color: #555555;
}

.plan-detail-row strong {
  color: #111111;
  text-align: right;
}

@media (max-width: 1024px) {
  .platinum-plans-section {
    padding: 88px 0 92px;
  }

  .platinum-plans-container {
    padding: 0 26px;
  }

  .plans-heading h2 {
    font-size: 38px;
  }

  .plans-layout {
    column-gap: 38px;
  }

  .plans-image {
    height: 360px;
  }

  .plans-details {
    padding: 34px 30px;
  }

  .plans-details h3 {
    font-size: 27px;
  }
}

@media (max-width: 820px) {
  .plans-layout {
    grid-template-columns: 1fr;
    row-gap: 34px;
    max-width: 680px;
  }

  .plans-image {
    height: 390px;
  }

  .plans-details {
    max-width: 100%;
  }

  .plans-tabs {
    flex-wrap: wrap;
  }

  .plans-tabs label {
    flex: 1 1 auto;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .platinum-plans-section {
    padding: 70px 0 74px;
  }

  .platinum-plans-container {
    padding: 0 18px;
  }

  .plans-heading {
    margin-bottom: 34px;
  }

  .plans-heading span {
    font-size: 16px;
  }

  .plans-heading h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.6px;
  }

  .plans-tabs {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 34px;
  }

  .plans-tabs label {
    width: 100%;
    padding: 16px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(184, 138, 24, 0.18);
    font-size: 16px;
  }

  .plans-tabs label:last-child {
    border-bottom: 0;
  }

  .plans-image {
    height: 290px;
  }

  .plans-image img {
    padding: 14px;
  }

  .plans-details {
    padding: 30px 22px;
  }

  .plans-details h3 {
    font-size: 24px;
  }

  .plans-details p {
    font-size: 16px;
    line-height: 1.75;
  }

  .plan-detail-row {
    min-height: auto;
    padding: 15px 0;
    align-items: flex-start;
  }

  .plan-detail-row span,
  .plan-detail-row strong {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7bb6cc7 *//* ==============================
 LUXURY PLATINUM USER FEEDBACK SECTION CSS
============================== */

.platinum-feedback-section {
  width: 100%;
  background: #ffffff;
  padding: 104px 0 108px;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.platinum-feedback-container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 34px;
  text-align: center;
  position: relative;
}

.platinum-feedback-heading {
  max-width: 760px;
  margin: 0 auto 48px;
}

.feedback-small-label {
  display: block;
  color: #b88a18;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.2px;
  margin-bottom: 18px;
}

.feedback-small-label::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background: #b88a18;
  margin: 13px auto 0;
}

.platinum-feedback-heading h2 {
  margin: 0;
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -1px;
}

.platinum-feedback-heading p {
  margin: 22px auto 0;
  max-width: 650px;
  color: #555555;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.feedback-content-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feedback-content {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  background: #f6f4ef;
  border: 1px solid rgba(184, 138, 24, 0.18);
  padding: 54px 72px 50px;
  position: relative;
}

.feedback-quote-icon {
  color: #b88a18;
  font-family: Georgia, serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 0.7;
  height: 44px;
  margin-bottom: 28px;
}

.feedback-content p {
  margin: 0;
  color: #444444;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
}

.feedback-user {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.35;
}

.feedback-user strong,
.feedback-user span {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.feedback-user strong {
  color: #111111;
}

.feedback-user span {
  margin-top: 5px;
  color: #b88a18;
}

.feedback-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(184, 138, 24, 0.35);
  background: #ffffff;
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 3;
  box-shadow: none;
  transform: translateY(-50%);
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.feedback-arrow-left {
  left: 80px;
}

.feedback-arrow-right {
  right: 80px;
}

.feedback-arrow:hover {
  background: #b88a18;
  color: #ffffff;
  border-color: #b88a18;
}

@media (max-width: 1024px) {
  .platinum-feedback-section {
    padding: 88px 0 92px;
  }

  .platinum-feedback-container {
    padding: 0 26px;
  }

  .platinum-feedback-heading h2 {
    font-size: 38px;
  }

  .feedback-content {
    max-width: 680px;
    padding: 48px 58px 46px;
  }

  .feedback-arrow-left {
    left: 20px;
  }

  .feedback-arrow-right {
    right: 20px;
  }
}

@media (max-width: 820px) {
  .feedback-content {
    max-width: 620px;
    padding: 44px 44px 42px;
  }

  .feedback-arrow {
    position: static;
    transform: none;
    margin-top: 28px;
  }

  .feedback-content-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
  }

  .feedback-content {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .feedback-arrow-left {
    grid-column: 1;
    grid-row: 2;
    justify-self: end;
  }

  .feedback-arrow-right {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .platinum-feedback-section {
    padding: 70px 0 74px;
  }

  .platinum-feedback-container {
    padding: 0 18px;
  }

  .platinum-feedback-heading {
    margin-bottom: 36px;
  }

  .feedback-small-label {
    font-size: 16px;
  }

  .platinum-feedback-heading h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.6px;
  }

  .platinum-feedback-heading p {
    font-size: 16px;
    line-height: 1.75;
  }

  .feedback-content {
    padding: 40px 24px 38px;
  }

  .feedback-quote-icon {
    font-size: 72px;
    height: 36px;
    margin-bottom: 24px;
  }

  .feedback-content p {
    font-size: 16px;
    line-height: 1.8;
  }

  .feedback-user strong,
  .feedback-user span {
    font-size: 16px;
  }

  .feedback-arrow {
    width: 46px;
    height: 46px;
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a8f5413 *//* ==============================
 LUXURY PLATINUM CONTACT SECTION CSS
============================== */

.platinum-contact-section {
  width: 100%;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.platinum-contact-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px;
}

.contact-image-box {
  width: 100%;
  height: 100%;
  min-height: 680px;
  overflow: hidden;
  background: #eeeeee;
  position: relative;
}

.contact-image-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.18) 100%);
  pointer-events: none;
}

.contact-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contact-form-box {
  width: 100%;
  background: #0a0a0a;
  padding: 104px 86px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.contact-form-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.04) 1px, transparent 0);
  background-size: 24px 24px;
  opacity: 0.35;
  pointer-events: none;
}

.contact-form-box > * {
  position: relative;
  z-index: 2;
}

.contact-small-label {
  display: block;
  color: #d0a438;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.2px;
  margin-bottom: 18px;
}

.contact-small-label::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background: #d0a438;
  margin-top: 13px;
}

.contact-form-box h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -1px;
}

.contact-form-box p {
  margin: 24px 0 34px;
  color: rgba(255, 255, 255, 0.76);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  max-width: 560px;
}

/* ==============================
 FORMINATOR FORM STYLE
============================== */

.platinum-forminator-wrap {
  width: 100%;
  max-width: 580px;
}

.contact-form-box .forminator-ui {
  width: 100% !important;
  max-width: 580px !important;
  margin: 0 !important;
  font-family: "Poppins", sans-serif !important;
}

.contact-form-box .forminator-row {
  margin-bottom: 14px !important;
}

.contact-form-box .forminator-field {
  margin-bottom: 0 !important;
}

.contact-form-box .forminator-label {
  color: #ffffff !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-bottom: 8px !important;
}

.contact-form-box .forminator-input,
.contact-form-box .forminator-textarea,
.contact-form-box .forminator-select2 + .select2 .select2-selection {
  width: 100% !important;
  min-height: 52px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  outline: none !important;
  background: #ffffff !important;
  color: #111111 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 12px 16px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.contact-form-box .forminator-textarea {
  min-height: 132px !important;
  resize: vertical !important;
}

.contact-form-box .forminator-input:focus,
.contact-form-box .forminator-textarea:focus {
  border-color: #d0a438 !important;
  box-shadow: none !important;
}

.contact-form-box .forminator-input::placeholder,
.contact-form-box .forminator-textarea::placeholder {
  color: #666666 !important;
  font-weight: 400 !important;
}

.contact-form-box .forminator-button-submit {
  width: 100% !important;
  height: 54px !important;
  border: 1px solid #b88a18 !important;
  background: #b88a18 !important;
  color: #ffffff !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-transform: none !important;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease !important;
}

.contact-form-box .forminator-button-submit:hover {
  background: transparent !important;
  color: #d0a438 !important;
  border-color: #d0a438 !important;
  box-shadow: none !important;
}

.contact-form-box .forminator-error-message {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  margin-top: 6px !important;
}

.contact-form-box .forminator-response-message {
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
}

/* ==============================
 RESPONSIVE CSS
============================== */

@media (max-width: 1024px) {
  .platinum-contact-container {
    min-height: 620px;
  }

  .contact-image-box {
    min-height: 620px;
  }

  .contact-form-box {
    padding: 88px 46px;
  }

  .contact-form-box h2 {
    font-size: 40px;
  }
}

@media (max-width: 820px) {
  .platinum-contact-container {
    grid-template-columns: 1fr;
  }

  .contact-image-box {
    min-height: 390px;
  }

  .contact-form-box {
    padding: 74px 32px 78px;
  }

  .platinum-forminator-wrap,
  .contact-form-box .forminator-ui {
    max-width: 100% !important;
  }
}

@media (max-width: 640px) {
  .contact-image-box {
    min-height: 320px;
  }

  .contact-form-box {
    padding: 64px 18px 68px;
  }

  .contact-small-label {
    font-size: 16px;
  }

  .contact-form-box h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.6px;
  }

  .contact-form-box p {
    font-size: 16px;
    line-height: 1.75;
  }

  .contact-form-box .forminator-input,
  .contact-form-box .forminator-textarea,
  .contact-form-box .forminator-select2 + .select2 .select2-selection {
    font-size: 16px !important;
  }

  .contact-form-box .forminator-button-submit {
    height: 52px !important;
    font-size: 16px !important;
  }
}


/* ==============================
 CONTACT DETAILS POPUP MODAL CSS
============================== */

.platinum-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.platinum-overlay.show {
  opacity: 1;
  visibility: visible;
}

.contact-modal-panel,
.contact-modal-panel * {
  font-family: "Poppins", sans-serif !important;
}

.contact-modal-panel {
  position: fixed;
  inset: 0;
  z-index: 100002;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.contact-modal-panel.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.contact-modal-box {
  width: 100%;
  max-width: 560px;
  background: #0a0a0a;
  border: 1px solid rgba(184, 138, 24, 0.26);
  padding: 46px 42px 42px;
  position: relative;
  overflow: hidden;
  transform: translateY(18px) scale(0.98);
  transition: transform 0.28s ease;
}

.contact-modal-panel.show .contact-modal-box {
  transform: translateY(0) scale(1);
}

.contact-modal-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.04) 1px, transparent 0);
  background-size: 24px 24px;
  opacity: 0.35;
  pointer-events: none;
}

.contact-modal-box > * {
  position: relative;
  z-index: 2;
}

.contact-modal-close {
  position: absolute;
  right: 18px;
  top: 16px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(184, 138, 24, 0.45);
  background: transparent;
  color: #ffffff;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-modal-close:hover {
  background: #b88a18;
  border-color: #b88a18;
}

.contact-modal-label {
  display: block;
  color: #d0a438;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 16px;
}

.contact-modal-label::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background: #d0a438;
  margin-top: 13px;
}

.contact-modal-box h3 {
  margin: 0;
  color: #ffffff;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.18;
}

.contact-modal-text {
  margin: 18px 0 28px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.contact-modal-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.contact-modal-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  column-gap: 14px;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

.contact-modal-item:hover {
  background: rgba(184, 138, 24, 0.12);
  border-color: rgba(184, 138, 24, 0.48);
}

.contact-modal-icon {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(184, 138, 24, 0.44);
  color: #d0a438;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-modal-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: #d0a438;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-modal-item small {
  display: block;
  color: #d0a438;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}

.contact-modal-item strong {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-word;
}

.contact-modal-book-btn {
  width: 100%;
  height: 52px;
  margin-top: 18px;
  background: #b88a18;
  color: #ffffff;
  border: 1px solid #b88a18;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.contact-modal-book-btn span {
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
}

.contact-modal-book-btn:hover {
  background: transparent;
  color: #d0a438;
  border-color: #d0a438;
}

.contact-modal-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
}

.contact-modal-socials a {
  width: 42px;
  height: 42px;
  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;
}

.contact-modal-socials a svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-modal-socials a:hover {
  background: #b88a18;
  border-color: #b88a18;
}

@media (max-width: 640px) {
  .contact-modal-panel {
    padding: 18px;
  }

  .contact-modal-box {
    padding: 42px 22px 30px;
    max-height: calc(100vh - 36px);
    overflow-y: auto;
  }

  .contact-modal-box h3 {
    font-size: 28px;
  }

  .contact-modal-item {
    grid-template-columns: 42px 1fr;
    padding: 14px;
  }

  .contact-modal-icon {
    width: 42px;
    height: 42px;
  }

  .contact-modal-icon svg {
    width: 19px;
    height: 19px;
  }

  .contact-modal-item strong {
    font-size: 15px;
  }

  .contact-modal-book-btn {
    height: 50px;
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0ec3d24 *//* ==============================
 PLATINUM CHECKOUT POPUP CSS
============================== */

.platinum-checkout-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0;
  visibility: hidden;
  z-index: 100010;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.platinum-checkout-overlay.show {
  opacity: 1;
  visibility: visible;
}

.platinum-checkout-modal,
.platinum-checkout-modal * {
  font-family: "Poppins", sans-serif !important;
  box-sizing: border-box;
}

.platinum-checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 100011;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.platinum-checkout-modal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.platinum-checkout-box {
  width: 100%;
  max-width: 760px;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  background: #0a0a0a;
  border: 1px solid rgba(184, 138, 24, 0.32);
  padding: 46px 42px 40px;
  position: relative;
  transform: translateY(18px) scale(0.98);
  transition: transform 0.28s ease;
}

.platinum-checkout-modal.show .platinum-checkout-box {
  transform: translateY(0) scale(1);
}

.platinum-checkout-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.04) 1px, transparent 0);
  background-size: 24px 24px;
  opacity: 0.35;
  pointer-events: none;
}

.platinum-checkout-box > * {
  position: relative;
  z-index: 2;
}

.platinum-checkout-close {
  position: absolute;
  right: 18px;
  top: 16px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(184, 138, 24, 0.45);
  background: transparent;
  color: #ffffff;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.platinum-checkout-close:hover {
  background: #b88a18;
  border-color: #b88a18;
}

.checkout-modal-head {
  max-width: 640px;
  margin-bottom: 30px;
}

.checkout-modal-head span {
  display: block;
  color: #d0a438;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 16px;
}

.checkout-modal-head span::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background: #d0a438;
  margin-top: 13px;
}

.checkout-modal-head h3 {
  margin: 0;
  color: #ffffff;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.6px;
}

.checkout-modal-head p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.platinum-checkout-form {
  width: 100%;
}

.checkout-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.checkout-field {
  margin-bottom: 14px;
}

.checkout-field label {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}

.checkout-field input,
.checkout-field select,
.checkout-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  outline: none;
  background: #ffffff;
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
  box-shadow: none;
}

.checkout-field input,
.checkout-field select {
  height: 52px;
  padding: 0 16px;
}

.checkout-field textarea {
  height: 118px;
  resize: vertical;
  padding: 14px 16px;
}

.checkout-field select:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.checkout-field input:focus,
.checkout-field select:focus,
.checkout-field textarea:focus {
  border-color: #d0a438;
}

.checkout-price-box {
  margin: 6px 0 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(184, 138, 24, 0.26);
}

.checkout-price-box span {
  display: block;
  color: #d0a438;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
}

.checkout-price-box strong {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
}

.checkout-price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding-top: 16px;
}

.checkout-price-item {
  padding: 14px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-price-item small {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}

.checkout-price-item b {
  display: block;
  color: #d0a438;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

.checkout-price-full {
  grid-column: 1 / -1;
}

.checkout-price-full b {
  font-size: 24px;
}

.checkout-submit-btn {
  width: 100%;
  height: 54px;
  border: 1px solid #b88a18;
  background: #b88a18;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 0;
  box-shadow: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.checkout-submit-btn span {
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
}

.checkout-submit-btn:hover {
  background: transparent;
  color: #d0a438;
  border-color: #d0a438;
}

.checkout-note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .platinum-checkout-box {
    padding: 42px 24px 32px;
  }

  .checkout-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .checkout-modal-head h3 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .platinum-checkout-modal {
    padding: 16px;
  }

  .platinum-checkout-box {
    max-height: calc(100vh - 32px);
    padding: 42px 20px 28px;
  }

  .checkout-modal-head h3 {
    font-size: 25px;
  }

  .checkout-price-grid {
    grid-template-columns: 1fr;
  }

  .checkout-price-full {
    grid-column: auto;
  }

  .checkout-price-full b {
    font-size: 21px;
  }
}/* End custom CSS */