.sppb-btn, .sppb-btn-sub {
  display: inline-block;
  padding: 15px 36px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d5b989;
  background: transparent;
  border: 1px solid #d5b989;
  border-radius: 4px;
  transition: all 0.25s ease;
}
.sppb-btn-sub {
margin-top: 10px;
}
.justify-content-center {
    justify-content: right !important;
}
.sppb-btn, .sppb-btn-sub:hover {
  background-color: rgba(201, 162, 39, 0.15);
  box-shadow: 0 0 12px rgba(201, 162, 39, 0.25);
  border: 1px solid #d5b989;
}
#sp-footer {
font-size: 20px;
}
#sp-footer h6 {
  color: #d5b989 !important;
  padding-bottom: 15px;
}
.footer-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
}

.email {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d5b989;
  font-size: 20px;
}

.email a {
  color: ##d5b989;
  text-decoration: none;
}

.email .icon {
  font-size: 20px;
}

.divider {
  width: 1px;
  height: 28px;
  background-color: #C9A227;
  opacity: 0.7;
}

.tagline {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 25px;
  color: #d5b989;
  line-height: 1.5;
}
.form-control {
background-color: #ffffff00 !important;
border: 1px solid #b39b6e !important;
}
body, .sp-preloader {
color: #ffffff !important;
}
#sp-footer ul.menu {
    display: grid;
}
.gldarticles img {
border-radius: 14px;
border: 1px solid #d5b989;
}
.rdmto {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d5b989;
  text-decoration: none;
  position: relative;
  padding-right: 52px;
  transition: all 0.3s ease;
}
.rdmto::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 1px;
  background-color: #d5b989;
}

.rdmto::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #d5b989;
}

.rdmto:hover {
  color: #E0B93E;
}
.goldyt1 .sppb-row-column {
border-top: 1px solid #b39b6e;
}
.goldyt1 {
padding-top: 10px
}
.goldy p, .goldyt p {
color: #ffffff;
font-size: 20px;
}
.leftaccent {
border-left: 1px solid #b39b6e;
}
h3.sp-module-title, .gold, h1.gold, h2.gold, h3.gold, .goldy, .goldyt, .gldstory {
  font-weight: 400;
  color: #d5b989 !important;
  letter-spacing: 1px;
  margin-bottom: 0;
}
/* Decorative line + diamond underneath */
.gold::after, .gldstory h3::after, .gldstory h2::after, .gldstory h1::after {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    #d5b989,
    transparent
  );
  margin: 18px auto 0;
  position: relative;
}

//.gold::before {
  content: "◆";
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  font-size: 10px;
  color: #d5b989;
  line-height: 1;
}
.middlescreen {
  display: flex;
  align-items: center;      /* Centers vertically */
  justify-content: center;  /* Centers horizontally (optional) */
  min-height: 90vh;        /* Makes the container the full height of the screen */
}

/* CUSTOM */
#sp-menu.menu-center .sp-megamenu-wrapper {
    justify-content: right !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    color: #ffffff;
}
.sp-dropdown sp-dropdown-main sp-menu-right {
  border: 1px solid rgba(201, 162, 39, 0.2);
  border-radius: 6px;
  padding: 12px 0;
  color: #E8E6E1;
}
/* Force the off-canvas panel to be visible */
.offcanvas-menu {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  width: 340px !important;
  height: 100vh !important;
  background-color: #111214 !important;
  z-index: 99999 !important;
  transform: translateX(100%) !important;
  transition: transform 0.4s ease !important;
  border-left: 1px solid rgba(201, 162, 39, 0.4) !important;
  overflow-y: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* When Helix opens it */
.offcanvas-menu.active,
.offcanvas-menu.show,
body.offcanvas-open .offcanvas-menu,
.offcanvas-active .offcanvas-menu {
  transform: translateX(0) !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Make sure the menu content is visible */
.offcanvas-inner {
  padding: 30px 40px 50px !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Menu links - force color */
.offcanvas-menu .mod-menu a,
.offcanvas-menu .mod-menu .mod-menu__heading,
.offcanvas-menu .mod-menu span {
  color: #F2F0EB !important;
  font-family: 'Playfair Display', serif !important;
  font-size: 26px !important;
  display: block !important;
  padding: 14px 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.offcanvas-menu .mod-menu a:hover,
.offcanvas-menu .mod-menu .mod-menu__heading:hover {
  color: #C9A227 !important;
}

/* Dropdown container */
.sp-dropdown.sp-dropdown-main {
  background-color: #1A1D21 !important;
  border: 1px solid rgba(201, 162, 39, 0.35) !important;
  border-radius: 10px !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45) !important;
  padding: 8px 0 !important;
  min-width: 260px !important;
  overflow: hidden;
}

/* Inner */
.sp-dropdown-inner {
  padding: 6px 0 !important;
}

/* Dropdown items */
.sp-dropdown-items > .sp-menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.sp-dropdown-items > .sp-menu-item:last-child {
  border-bottom: none;
}

/* Links / headings inside dropdown */
.sp-dropdown-items .sp-menu-item > a,
.sp-dropdown-items .sp-menu-item > .sp-menu-heading {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px !important;
  color: #F2F0EB !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.25s ease;
  background: transparent !important;
}

/* Hover state */
.sp-dropdown-items .sp-menu-item > a:hover,
.sp-dropdown-items .sp-menu-item > .sp-menu-heading:hover {
  background-color: rgba(201, 162, 39, 0.1) !important;
  color: #C9A227 !important;
  padding-left: 26px !important;
}

/* Optional: Add gold arrow on the right */
.sp-dropdown-items .sp-menu-item > a::after,
.sp-dropdown-items .sp-menu-item > .sp-menu-heading::after {
  content: "›";
  font-size: 18px;
  color: #C9A227;
  opacity: 0.8;
}

body, .sp-preloader {
    background-color: #000000 !important;
    color: #141618;
}