* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --dark-bg: #750e24;
  --dark-bg-2: #5a0a1b;
  --dark-bg-3: #4d081a;
  --dark-bg-4: #400716;
  --gold: #c9a84c;
  --gold-light: #d4b86a;
  --gold-dark: #a8893a;
  --white: #fff;
  --text-light: rgba(255, 255, 255, 0.85);
  --text-muted: rgba(255, 255, 255, 0.6);
  --glass: rgba(255, 255, 255, 0.05);
  --glass-border: rgba(201, 168, 76, 0.2);
}
html {
  overflow-x: hidden;
}
a,
button,
input,
.da-pmh-logo-text,
.da-pmh-desktop-nav a,
.da-pmh-hamburger,
[role="button"] {
  outline: none !important;
  box-shadow: none !important;
}
a:focus,
a:focus-visible,
button:focus,
button:focus-visible,
.da-pmh-logo-text:focus,
.da-pmh-logo-text:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  color: var(--dark-bg-4);
}
body {
  font-family: "Montserrat", sans-serif;
  color: var(--gold);
  background: var(--dark-bg);
  overflow-x: hidden;
  font-size: 14px;
  line-height: 1.7;
}
body.menu-active {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
}
a {
  color: var(--gold);
  transition: all 0.3s;
}
a:hover {
  color: var(--gold-light);
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.da-pmh-section-padding {
  padding: 50px 0;
}
.da-pmh-section-padding-sm {
  padding: 35px 0;
}
.da-pmh-section-light {
  background: #fff !important;
}
.da-pmh-section-light .da-pmh-section-title h2 {
  color: #1a0a0a;
}
.da-pmh-section-light .da-pmh-section-title .da-pmh-subtitle {
  color: #750e24;
}
.da-pmh-section-light p {
  color: #4a2020;
}
.da-pmh-section-light span {
  color: #4a2020;
}
.da-pmh-section-light li {
  color: #4a2020;
}
.da-pmh-section-light h3,
.da-pmh-section-light h4,
.da-pmh-section-light h5 {
  color: #1a0a0a;
}
.da-pmh-section-light .text-muted,
.da-pmh-section-light .text-light {
  color: #8a5a5a !important;
}
.da-pmh-section-light a:not(.da-pmh-btn-gold):not(.da-pmh-hero-cta) {
  color: #750e24;
}
.da-pmh-section-light a:hover {
  color: #c9a84c;
}
.da-pmh-section-light .da-pmh-badge-luxury {
  color: #750e24;
  border-color: rgba(117, 14, 36, 0.3);
}
.da-pmh-section-light .da-pmh-ornament span {
  background: #750e24;
}
.da-pmh-section-light .da-pmh-ornament i {
  color: #750e24;
}
.da-pmh-section-light .da-pmh-glass-card,
.da-pmh-section-light [style*="background:var(--glass)"],
.da-pmh-section-light .da-pmh-pricing-card,
.da-pmh-section-light .da-pmh-testimonial-card,
.da-pmh-section-light .da-pmh-project-card,
.da-pmh-section-light .da-pmh-news-card {
  background: #faf5f5 !important;
  border-color: rgba(117, 14, 36, 0.12) !important;
  box-shadow: 0 4px 20px rgba(117, 14, 36, 0.06);
}
.da-pmh-section-light .da-pmh-usp-icon {
  border-color: rgba(117, 14, 36, 0.2);
}
.da-pmh-section-light .da-pmh-usp-icon img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(62%) saturate(4210%)
    hue-rotate(335deg) brightness(72%) contrast(101%);
}
.da-pmh-section-light .da-pmh-usp-item h4 {
  color: #1a0a0a;
}
.da-pmh-section-light .da-pmh-usp-item p {
  color: #4a2020;
}
.da-pmh-section-light .da-pmh-floorplan-tab {
  background: #faf5f5;
  border-color: rgba(117, 14, 36, 0.15);
  color: #4a2020;
}
.da-pmh-section-light .da-pmh-floorplan-tab.active {
  background: #750e24;
  color: #fff;
  border-color: #750e24;
}
.da-pmh-section-light .da-pmh-floorplan-preview {
  background: #faf5f5;
  border-color: rgba(117, 14, 36, 0.12);
}
.da-pmh-section-light .da-pmh-connectivity-table th,
.da-pmh-section-light .da-pmh-connectivity-table td {
  border-color: rgba(117, 14, 36, 0.12);
  color: #4a2020;
}
.da-pmh-section-light .da-pmh-connectivity-table th {
  background: rgba(117, 14, 36, 0.06);
  color: #1a0a0a;
}
.da-pmh-section-light .da-pmh-materials-text .da-pmh-brand-names {
  color: #750e24;
}
.da-pmh-section-light .da-pmh-materials-text p {
  color: #4a2020;
}
.da-pmh-section-light .da-pmh-news-card .da-pmh-news-title {
  color: #1a0a0a;
}
.da-pmh-section-light .da-pmh-news-card .da-pmh-news-date {
  color: #8a5a5a;
}
.da-pmh-section-light .da-pmh-news-card .da-pmh-news-excerpt {
  color: #4a2020;
}
.da-pmh-section-light .da-pmh-project-card .da-pmh-card-body {
  background: #750e24 !important;
  padding: 25px;
}
.da-pmh-section-light .da-pmh-project-card .da-pmh-card-body h4 {
  color: #fff !important;
  font-weight: 700;
}
.da-pmh-section-light .da-pmh-project-card .da-pmh-card-body p {
  color: #fff !important;
}
.da-pmh-section-light .da-pmh-project-card .da-pmh-card-body .da-pmh-card-link {
  color: #c9a84c !important;
  font-weight: 600;
}
.da-pmh-section-light .da-pmh-testimonial-card p {
  color: #4a2020;
}
.da-pmh-section-light .da-pmh-testimonial-card .da-pmh-quote-text {
  color: #4a2020 !important;
}
.da-pmh-section-light
  .da-pmh-testimonial-card
  .da-pmh-author-info
  .da-pmh-name {
  color: #1a0a0a;
  font-weight: 600;
}
.da-pmh-section-light
  .da-pmh-testimonial-card
  .da-pmh-author-info
  .da-pmh-role {
  color: #8a5a5a !important;
}
.da-pmh-section-light .da-pmh-testimonial-card .da-pmh-quote-icon {
  color: #750e24;
  opacity: 0.5;
}
.da-pmh-section-light .da-pmh-gallery-item .da-pmh-gallery-overlay {
  background: rgba(117, 14, 36, 0.6);
}
.da-pmh-section-light .da-pmh-btn-gold {
  background: #750e24;
  color: #fff;
  border-color: #750e24;
}
.da-pmh-section-light .da-pmh-btn-gold:hover {
  background: #5a0a1b;
  color: #fff;
}
.da-pmh-section-light input,
.da-pmh-section-light textarea,
.da-pmh-section-light select {
  background: #faf5f5;
  border-color: rgba(117, 14, 36, 0.15);
  color: #1a0a0a;
}
.da-pmh-section-light input::placeholder,
.da-pmh-section-light textarea::placeholder {
  color: #8a5a5a;
}
.da-pmh-section-light .da-pmh-btn-submit {
  background: #750e24;
  color: #fff;
}
.da-pmh-section-light .da-pmh-btn-submit:hover {
  background: #5a0a1b;
}
.da-pmh-section-light .da-pmh-contact-form-wrap {
  background: #faf5f5;
  border: 1px solid #c4a0a0 !important;
}
.da-pmh-section-light .da-pmh-seo-article-title {
  color: #1a0a0a;
}
.da-pmh-section-light .da-pmh-seo-article-body {
  color: #4a2020;
}
.da-pmh-section-light .da-pmh-seo-article-body h3 {
  color: #1a0a0a;
  border-left-color: #750e24;
}
.da-pmh-section-light .da-pmh-seo-expand-btn {
  border-color: #750e24;
  color: #750e24;
}
.da-pmh-section-light .da-pmh-seo-expand-btn:hover {
  background: #750e24 !important;
  color: #fff !important;
}

.da-pmh-section-title {
  text-align: center;
  margin-bottom: 60px;
}
.da-pmh-section-title .da-pmh-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 15px;
  display: block;
  font-weight: 700;
}
.da-pmh-section-title h2 {
  font-size: 48px;
  color: var(--gold);
  margin-bottom: 20px;
  line-height: 1.2;
}
.da-pmh-section-title .da-pmh-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
.da-pmh-section-title .da-pmh-ornament span {
  width: 60px;
  height: 1px;
  background: var(--gold);
}
.da-pmh-section-title .da-pmh-ornament i {
  color: var(--gold);
  font-size: 10px;
}
.da-pmh-section-title p {
  color: #750e24;
  font-size: 15px;
  max-width: 600px;
  margin: 15px auto 0;
}
/* Desktop horizontal nav */
.da-pmh-desktop-nav {
  display: flex;
  align-items: center;
  gap: 25px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.da-pmh-desktop-nav a {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s;
  white-space: nowrap;
  padding: 5px 0;
  border-bottom: 1px solid transparent;
  font-weight: 600;
}
.da-pmh-desktop-nav a:hover {
  color: var(--gold);
  border-bottom-color: var(--gold);
}
@media (max-width: 991px) {
  .da-pmh-desktop-nav {
    display: none;
  }
}
@media (min-width: 992px) {
  .da-pmh-hamburger {
    display: none;
  }
}
.da-pmh-main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: transparent;
  transition: all 0.4s;
}
.da-pmh-main-header.scrolled {
  background: rgba(117, 14, 36, 0.98);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
}
.da-pmh-main-header.scrolled .da-pmh-header-inner {
  padding: 10px 40px;
}
.da-pmh-main-header.scrolled .da-pmh-logo-text,
.da-pmh-main-header.scrolled .da-pmh-logo-text:hover {
  color: var(--gold);
}
.da-pmh-main-header.scrolled .da-pmh-desktop-nav a {
  color: var(--gold);
}
.da-pmh-main-header.scrolled .da-pmh-desktop-nav a:hover {
  color: var(--gold-light);
}
.da-pmh-main-header.scrolled .da-pmh-header-phone,
.da-pmh-main-header.scrolled .da-pmh-header-phone i {
  color: var(--gold);
}
.da-pmh-main-header.menu-open {
  background: transparent !important;
  box-shadow: none !important;
}
.da-pmh-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 50px;
  max-width: 1600px;
  margin: 0 auto;
}
.da-pmh-logo-text {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 5px;
  text-transform: uppercase;
  transition: color 0.3s;
  position: relative;
  z-index: 10001;
}
.da-pmh-logo-text:hover,
.da-pmh-logo-text:focus {
  color: #fff;
  text-decoration: none;
}
.da-pmh-header-right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.da-pmh-header-phone {
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s;
}
.da-pmh-header-phone i {
  color: #fff;
  font-size: 14px;
  transition: color 0.3s;
}
.da-pmh-header-phone:hover {
  color: var(--gold-light);
  text-decoration: none;
}
.da-pmh-hamburger {
  width: 32px;
  height: 22px;
  position: relative;
  cursor: pointer;
  z-index: 10001;
}
.da-pmh-hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--white);
  border-radius: 2px;
  transition: all 0.35s;
}
.da-pmh-hamburger span:nth-child(1) {
  top: 0;
}
.da-pmh-hamburger span:nth-child(2) {
  top: 10px;
  width: 70%;
}
.da-pmh-hamburger span:nth-child(3) {
  top: 20px;
}
.da-pmh-hamburger.active span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
.da-pmh-hamburger.active span:nth-child(2) {
  opacity: 0;
}
.da-pmh-hamburger.active span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}
.da-pmh-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(90, 10, 27, 0.97);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  backdrop-filter: blur(20px);
}
.da-pmh-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
.da-pmh-menu-close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 40px;
  color: var(--gold);
  cursor: pointer;
  z-index: 10001;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--glass-border);
  border-radius: 50%;
  transition: all 0.3s;
  line-height: 1;
}
.da-pmh-menu-close:hover {
  color: var(--gold);
  border-color: var(--gold);
  transform: rotate(90deg);
}
#why-regency .row {
  display: flex;
  flex-wrap: wrap;
}
#why-regency .row > [class*="col-"] {
  display: flex;
}
#why-regency .da-pmh-glass-card p {
  min-height: 72px;
}
.da-pmh-why-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: brightness(0) invert(0.7) sepia(1) saturate(3) hue-rotate(15deg);
}
.da-pmh-menu-overlay nav {
  text-align: center;
}
.da-pmh-menu-overlay nav a {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  color: var(--gold);
  text-decoration: none;
  padding: 12px 0;
  transition: all 0.3s;
  opacity: 0;
  transform: translateY(20px);
}
.da-pmh-menu-overlay.active nav a {
  opacity: 1;
  transform: translateY(0);
}
.da-pmh-menu-overlay nav a:hover {
  color: var(--gold);
  letter-spacing: 3px;
}
.da-pmh-menu-overlay nav a:nth-child(1) {
  transition-delay: 0.1s;
}
.da-pmh-menu-overlay nav a:nth-child(2) {
  transition-delay: 0.15s;
}
.da-pmh-menu-overlay nav a:nth-child(3) {
  transition-delay: 0.2s;
}
.da-pmh-menu-overlay nav a:nth-child(4) {
  transition-delay: 0.25s;
}
.da-pmh-menu-overlay nav a:nth-child(5) {
  transition-delay: 0.3s;
}
.da-pmh-menu-overlay nav a:nth-child(6) {
  transition-delay: 0.35s;
}
.da-pmh-menu-overlay nav a:nth-child(7) {
  transition-delay: 0.4s;
}
.da-pmh-menu-overlay nav a:nth-child(8) {
  transition-delay: 0.45s;
}
.da-pmh-menu-overlay nav a:nth-child(9) {
  transition-delay: 0.5s;
}
.da-pmh-menu-overlay nav a:nth-child(10) {
  transition-delay: 0.55s;
}
.da-pmh-hero-section {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.da-pmh-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://phumyhung.vn/the-regency/wp-content/uploads/2025/11/the-regency-view-HBN-1.webp")
    center/cover no-repeat;
}
.da-pmh-hero-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.da-pmh-hero-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.4) 100%
  );
}
.da-pmh-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px;
}
.da-pmh-hero-badge {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid var(--glass-border);
  background: var(--glass);
  backdrop-filter: blur(5px);
}
.da-pmh-hero-title {
  font-size: 90px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.1;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
}
.da-pmh-hero-subtitle {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-style: italic;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 300;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.da-pmh-hero-tagline {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 40px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
.da-pmh-hero-cta {
  display: inline-block;
  padding: 14px 40px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.4s;
}
.da-pmh-hero-cta:hover {
  background: var(--gold);
  color: var(--dark-bg);
  text-decoration: none;
}
.da-pmh-hero-stats {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: rgba(117, 14, 36, 0.9);
  backdrop-filter: blur(15px);
  border-top: 1px solid var(--glass-border);
}
.da-pmh-stats-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
.da-pmh-stat-item {
  flex: 1;
  text-align: center;
  padding: 25px 15px;
  border-right: 1px solid rgba(201, 168, 76, 0.15);
}
.da-pmh-stat-item:last-child {
  border-right: none;
}
.da-pmh-stat-item .da-pmh-stat-number {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  color: var(--gold);
  font-weight: 600;
  display: block;
}
.da-pmh-stat-item .da-pmh-stat-label {
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 5px;
}
.da-pmh-usp-section {
  padding: 50px 0;
}
.da-pmh-usp-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.da-pmh-usp-item {
  flex: 0 0 calc(20% - 24px);
  text-align: center;
  padding: 35px 20px;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 4px;
  transition: all 0.4s;
}
.da-pmh-usp-item:hover {
  transform: translateY(-8px);
  border-color: var(--gold);
  background: rgba(201, 168, 76, 0.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.da-pmh-usp-item .da-pmh-usp-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.4s;
}
.da-pmh-usp-item:hover .da-pmh-usp-icon {
  background: var(--gold);
}
.da-pmh-usp-item .da-pmh-usp-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  transition: all 0.4s;
  filter: brightness(0) saturate(100%) invert(76%) sepia(60%) saturate(400%)
    hue-rotate(8deg) brightness(95%) contrast(87%);
}
.da-pmh-usp-item:hover .da-pmh-usp-icon img {
  filter: brightness(0) saturate(100%) invert(5%) sepia(10%) saturate(100%)
    hue-rotate(180deg) brightness(20%) contrast(100%);
}
.da-pmh-usp-item h4 {
  font-size: 16px;
  color: var(--gold);
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.da-pmh-usp-item p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
}
.da-pmh-overview-section {
  background: var(--dark-bg);
  position: relative;
}
.da-pmh-overview-ornament {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 200px;
  height: 200px;
  border: 1px solid rgba(201, 168, 76, 0.1);
  border-radius: 50%;
}
.da-pmh-overview-ornament::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid rgba(201, 168, 76, 0.08);
  border-radius: 50%;
}
.da-pmh-overview-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.da-pmh-overview-content .lead {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  color: var(--text-light);
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 30px;
}
.da-pmh-overview-content p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.9;
  margin-bottom: 20px;
}
.da-pmh-overview-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid var(--glass-border);
}
.da-pmh-overview-detail-item {
  text-align: center;
}
.da-pmh-overview-detail-item .label {
  font-size: 11px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.da-pmh-overview-detail-item .value {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  color: var(--white);
}
.da-pmh-location-section {
  background: var(--dark-bg-3);
}
.da-pmh-location-map-wrap {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 40px;
}
.da-pmh-location-map-wrap img {
  width: 100%;
  display: block;
}
.da-pmh-connectivity-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
}
.da-pmh-connectivity-table th {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px 20px;
  border-bottom: 2px solid var(--gold);
  text-align: left;
}
.da-pmh-connectivity-table td {
  padding: 15px 20px;
  font-size: 14px;
  color: var(--text-light);
  border-bottom: 1px solid var(--glass-border);
}
.da-pmh-connectivity-table td strong {
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
}
.da-pmh-connectivity-table tbody tr:hover {
  background: rgba(201, 168, 76, 0.05);
}
.da-pmh-connectivity-table-wrap {
  overflow-x: auto;
}
.da-pmh-connectivity-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.da-pmh-connectivity-item {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  padding: 25px 20px;
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s;
}
.da-pmh-connectivity-item:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
}
.da-pmh-connectivity-item .da-pmh-time {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  color: var(--gold);
  font-weight: 600;
}
.da-pmh-connectivity-item .da-pmh-unit {
  font-size: 12px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.da-pmh-connectivity-item .da-pmh-dest {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 8px;
}
.da-pmh-location-slider {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}
.da-pmh-location-slider-track {
  display: flex;
  gap: 20px;
  animation: scrollSlider 30s linear infinite;
}
.da-pmh-location-slider-track img {
  width: 350px;
  height: 220px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
@keyframes scrollSlider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.da-pmh-architecture-section {
  position: relative;
  padding: 50px 0;
  min-height: auto;
  display: flex;
  align-items: center;
}
.da-pmh-architecture-section .container {
  width: 100%;
}
.da-pmh-video-container {
  max-width: 900px;
}
.da-pmh-architecture-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.da-pmh-architecture-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.da-pmh-architecture-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(90, 10, 27, 0.82);
}
.da-pmh-architecture-content {
  position: relative;
  z-index: 2;
  padding: 0;
}
.da-pmh-architecture-content .da-pmh-arch-label {
  font-size: 11px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.da-pmh-architecture-content h2 {
  font-size: 52px;
  color: var(--gold);
  margin-bottom: 15px;
  line-height: 1.2;
}
.da-pmh-architecture-content .da-pmh-arch-concept {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-style: italic;
  color: var(--gold-light);
  margin-bottom: 30px;
}
.da-pmh-architecture-content p {
  font-size: 15px;
  color: var(--text-light);
  line-height: 1.9;
  max-width: 600px;
}
.da-pmh-arch-features {
  margin-top: 40px;
  display: flex;
  gap: 40px;
}
.da-pmh-arch-feature {
  display: flex;
  align-items: center;
  gap: 12px;
}
.da-pmh-arch-feature i {
  color: var(--gold);
  font-size: 18px;
}
.da-pmh-arch-feature span {
  font-size: 13px;
  color: var(--text-light);
}
.da-pmh-amenities-fullwidth-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.da-pmh-amenities-slider-track {
  position: relative;
  width: 100%;
  height: 500px;
}
.da-pmh-amenity-fullslide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s;
  pointer-events: none;
  z-index: 1;
}
.da-pmh-amenity-fullslide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
.da-pmh-amenity-fullslide a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}
.da-pmh-amenity-fullslide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.da-pmh-amenity-fullslide-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 60px;
  background: linear-gradient(
    to top,
    rgba(90, 10, 27, 0.95) 0%,
    rgba(90, 10, 27, 0.6) 60%,
    transparent 100%
  );
}
.da-pmh-amenity-fullslide-overlay h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  color: var(--gold);
  margin-bottom: 10px;
}
.da-pmh-amenity-fullslide-overlay p {
  font-size: 14px;
  color: var(--text-light);
  max-width: 500px;
}
.da-pmh-amenities-slider-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(117, 14, 36, 0.8);
  border: 1px solid var(--glass-border);
  color: var(--gold);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s;
  z-index: 3;
}
.da-pmh-amenities-slider-nav button:hover {
  background: var(--gold);
  color: var(--dark-bg);
}
.da-pmh-amenities-slider-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid var(--glass-border);
  color: var(--gold);
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.da-pmh-amenities-slider-nav button:hover {
  background: var(--gold);
  color: var(--dark-bg);
}
.da-pmh-amenities-slider-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.da-pmh-amenities-slider-nav button {
  pointer-events: all;
}
.da-pmh-amenities-prev {
  left: 30px;
}
.da-pmh-amenities-next {
  right: 30px;
}
.da-pmh-amenities-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}
.da-pmh-amenities-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s;
}
.da-pmh-amenities-dots span.active {
  background: var(--gold);
  transform: scale(1.3);
}
.da-pmh-amenities-section {
  background: var(--dark-bg-2);
}
.da-pmh-amenities-hero {
  position: relative;
  height: 400px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 50px;
}
.da-pmh-amenities-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.da-pmh-amenities-hero .da-pmh-overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  background: linear-gradient(to top, rgba(90, 10, 27, 0.9), transparent);
}
.da-pmh-amenities-hero .da-pmh-overlay-text h3 {
  font-size: 36px;
  color: var(--gold);
  margin-bottom: 10px;
}
.da-pmh-amenities-hero .da-pmh-overlay-text p {
  color: var(--text-muted);
  font-size: 14px;
}
.da-pmh-amenities-slider {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.da-pmh-amenity-slide {
  position: relative;
  height: 280px;
  border-radius: 4px;
  overflow: hidden;
}
.da-pmh-amenity-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.da-pmh-amenity-slide:hover img {
  transform: scale(1.08);
}
.da-pmh-amenity-slide .da-pmh-slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: var(--gold);
  font-size: 14px;
  font-weight: 500;
}
.da-pmh-materials-section {
  background: var(--dark-bg);
  position: relative;
  overflow: hidden;
}
.da-pmh-materials-cinematic {
  display: flex;
  align-items: center;
  gap: 60px;
}
.da-pmh-materials-text {
  flex: 1;
}
.da-pmh-materials-text .da-pmh-brand-names {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  color: var(--gold);
  font-style: italic;
  margin-bottom: 20px;
}
.da-pmh-materials-text p {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.9;
  margin-bottom: 15px;
}
.da-pmh-materials-image {
  flex: 1;
  position: relative;
}
.da-pmh-materials-image img {
  border-radius: 4px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}
.da-pmh-marquee-gallery {
  margin-top: 60px;
  overflow: hidden;
}
.da-pmh-marquee-track {
  display: flex;
  gap: 15px;
  animation: marquee 25s linear infinite;
}
.da-pmh-marquee-track img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.da-pmh-floorplan-tabs-horizontal {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.da-pmh-floorplan-tabs-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--glass-border);
}
.da-pmh-floorplan-tabs-row .da-pmh-floorplan-tab {
  display: inline-flex;
  align-items: center;
  padding: 12px 18px;
  margin-bottom: 0;
}
.da-pmh-floorplan-section {
  background: var(--dark-bg-3);
}
.da-pmh-floorplan-layout {
  display: flex;
  gap: 40px;
}
.da-pmh-floorplan-tabs {
  flex: 0 0 250px;
  max-height: 500px;
  overflow-y: auto;
  padding-right: 12px;
}
.da-pmh-floorplan-tabs::-webkit-scrollbar {
  width: 4px;
}
.da-pmh-floorplan-tabs::-webkit-scrollbar-thumb {
  background: rgba(201, 168, 76, 0.3);
  border-radius: 4px;
}
.da-pmh-floorplan-tabs::-webkit-scrollbar-track {
  background: transparent;
}
.da-pmh-gallery-item:focus,
.da-pmh-gallery-item:focus-visible,
#floorplanZoom:focus,
#floorplanZoom:focus-visible,
[data-fancybox]:focus,
[data-fancybox]:focus-visible {
  outline: none;
  box-shadow: none;
}
.da-pmh-floorplan-preview {
  cursor: zoom-in;
}
.da-pmh-floorplan-preview img {
  transition: transform 0.3s;
}
.da-pmh-floorplan-preview:hover img {
  transform: scale(1.02);
}
.da-pmh-floorplan-tab {
  display: block;
  padding: 15px 20px;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 4px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s;
  color: var(--text-muted);
  font-size: 13px;
  text-decoration: none;
}
.da-pmh-floorplan-tab:hover,
.da-pmh-floorplan-tab.active {
  background: rgba(201, 168, 76, 0.1);
  border-color: var(--gold);
  color: var(--gold);
  text-decoration: none;
}
.da-pmh-floorplan-tab .da-pmh-tab-icon {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  object-fit: contain;
  vertical-align: middle;
  filter: brightness(0) invert(0.6);
}
.da-pmh-floorplan-tab:hover .da-pmh-tab-icon,
.da-pmh-floorplan-tab.active .da-pmh-tab-icon {
  filter: brightness(0) invert(0.7) sepia(1) saturate(3) hue-rotate(15deg);
}
.da-pmh-floorplan-preview {
  width: 100%;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 4px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.da-pmh-floorplan-preview img {
  max-height: 450px;
  width: auto;
}
.da-pmh-pricing-section {
  background: var(--dark-bg-2);
}
.da-pmh-pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}
.da-pmh-pricing-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 4px;
  padding: 35px 30px;
  text-align: center;
  transition: all 0.4s;
}
.da-pmh-pricing-card:hover {
  border-color: var(--gold);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.da-pmh-pricing-card .da-pmh-card-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(201, 168, 76, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.da-pmh-card-icon-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.da-pmh-pricing-card h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 12px;
}
.da-pmh-pricing-card p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
}
.da-pmh-pricing-card .da-pmh-highlight {
  color: var(--gold);
  font-weight: 500;
}
.da-pmh-btn-gold {
  display: inline-block;
  padding: 16px 45px;
  background: var(--gold);
  color: var(--dark-bg);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.4s;
  border: 2px solid var(--gold);
}
.da-pmh-btn-gold:hover {
  background: transparent;
  color: var(--gold);
  text-decoration: none;
}
.da-pmh-bank-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--glass-border);
}
.da-pmh-bank-logos span {
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid var(--glass-border);
  border-radius: 4px;
}
.da-pmh-construction-section {
  background: var(--dark-bg);
}
.da-pmh-timeline-progress {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.da-pmh-timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--glass-border);
  transform: translateX(-50%);
}
.da-pmh-timeline-line .da-pmh-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: var(--gold);
  border-radius: 2px;
}
.da-pmh-timeline-item {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
}
.da-pmh-timeline-item:nth-child(odd) {
  flex-direction: row;
}
.da-pmh-timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}
.da-pmh-timeline-item .da-pmh-timeline-content {
  flex: 0 0 calc(50% - 40px);
  background: var(--glass);
  border: 1px solid var(--glass-border);
  padding: 25px 30px;
  border-radius: 4px;
}
.da-pmh-timeline-item:nth-child(odd) .da-pmh-timeline-content {
  text-align: right;
  margin-right: 40px;
}
.da-pmh-timeline-item:nth-child(even) .da-pmh-timeline-content {
  text-align: left;
  margin-left: 40px;
}
.da-pmh-timeline-item .da-pmh-timeline-dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid var(--gold);
  background: var(--dark-bg);
  z-index: 2;
}
.da-pmh-timeline-item.completed .da-pmh-timeline-dot {
  background: var(--gold);
}
.da-pmh-timeline-item .da-pmh-timeline-date {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  color: var(--gold);
  margin-bottom: 5px;
}
.da-pmh-timeline-item .da-pmh-timeline-desc {
  font-size: 13px;
  color: var(--text-muted);
}
.da-pmh-overall-progress {
  margin-top: 50px;
  text-align: center;
}
.da-pmh-progress-bar-wrap {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  height: 8px;
  max-width: 500px;
  margin: 15px auto 0;
  overflow: hidden;
}
.da-pmh-progress-bar-fill {
  height: 100%;
  width: 25%;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-light));
  border-radius: 20px;
  transition: width 1.5s;
}
.da-pmh-progress-label {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 10px;
}
.da-pmh-developer-section {
  background: var(--dark-bg-2);
}
.da-pmh-developer-content {
  display: flex;
  align-items: center;
  gap: 60px;
}
.da-pmh-developer-info {
  flex: 1;
}
.da-pmh-developer-info h3 {
  font-size: 36px;
  color: var(--gold);
  margin-bottom: 20px;
}
.da-pmh-developer-info p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 15px;
}
.da-pmh-developer-stats {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.da-pmh-dev-stat {
  text-align: center;
}
.da-pmh-dev-stat .da-pmh-number {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  color: var(--gold);
  font-weight: 600;
}
.da-pmh-dev-stat .label {
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.da-pmh-developer-logo {
  flex: 0 0 300px;
  text-align: center;
}
.da-pmh-developer-logo img {
  max-width: 100%;
  border-radius: 4px;
}
.da-pmh-partner-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid var(--glass-border);
  flex-wrap: wrap;
}
.da-pmh-partner-logo {
  padding: 15px 25px;
  border: 1px solid var(--glass-border);
  border-radius: 4px;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s;
}
.da-pmh-partner-logo:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.da-pmh-testimonials-section {
  background: var(--dark-bg-3);
}
.da-pmh-testimonial-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.da-pmh-testimonial-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 4px;
  padding: 35px 30px;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.da-pmh-testimonial-card:hover {
  border-color: var(--gold);
  transform: translateY(-5px);
}
.da-pmh-testimonial-card .da-pmh-quote-icon {
  font-size: 30px;
  color: var(--gold);
  opacity: 0.3;
  margin-bottom: 15px;
}
.da-pmh-testimonial-card .da-pmh-quote-text {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-style: italic;
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 25px;
  flex: 1;
}
.da-pmh-testimonial-card .da-pmh-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.da-pmh-testimonial-card .da-pmh-author-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  color: var(--gold);
  font-weight: 600;
}
.da-pmh-testimonial-card .da-pmh-author-info .da-pmh-name {
  font-size: 14px;
  color: var(--gold);
  font-weight: 500;
}
.da-pmh-testimonial-card .da-pmh-author-info .da-pmh-role {
  font-size: 12px;
  color: var(--text-muted);
}
.da-pmh-gallery-section {
  background: var(--dark-bg);
}
.da-pmh-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 250px;
  gap: 15px;
}
.da-pmh-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.da-pmh-gallery-item:nth-child(1),
.da-pmh-gallery-item:nth-child(5) {
  grid-column: span 2;
}
.da-pmh-gallery-item:nth-child(7),
.da-pmh-gallery-item:nth-child(8) {
  grid-column: span 2;
}
.da-pmh-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.da-pmh-gallery-item:hover img {
  transform: scale(1.1);
}
.da-pmh-gallery-item .da-pmh-gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(117, 14, 36, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s;
}
.da-pmh-gallery-item:hover .da-pmh-gallery-overlay {
  opacity: 1;
}
.da-pmh-gallery-overlay i {
  font-size: 28px;
  color: var(--gold);
}
.da-pmh-projects-section {
  background: var(--dark-bg-2);
}
.da-pmh-project-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.da-pmh-project-card {
  display:flex;
  flex-direction:column;
  height:100%;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  transition: all 0.4s;
}
.da-pmh-project-card:hover {
  border-color: var(--gold);
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.da-pmh-project-card .da-pmh-card-image {
  height: 220px;
  overflow: hidden;
  flex-shrink: 0;
}
.da-pmh-project-card .da-pmh-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.da-pmh-project-card:hover .da-pmh-card-image img {
  transform: scale(1.1);
}
.da-pmh-project-card .da-pmh-card-body {
  padding: 25px;
  background: var(--dark-bg-3);
  flex:1;
  display:flex;
  flex-direction:column;
}
.da-pmh-project-card .da-pmh-card-body h4 {
  font-size: 20px;
  color: var(--gold);
  margin-bottom: 8px;
}
.da-pmh-project-card .da-pmh-card-body p {
  font-size: 13px;
  color: var(--text-muted);
  flex:1;
}
.da-pmh-project-card .da-pmh-card-body .da-pmh-card-link {
  display: inline-block;
  margin-top: auto;
  font-size: 12px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 2px;
}
.da-pmh-news-section {
  background: var(--dark-bg);
}
.da-pmh-news-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.da-pmh-news-card {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.da-pmh-news-card .da-pmh-news-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.da-pmh-news-card .da-pmh-news-excerpt {
  flex: 1;
}
.da-pmh-news-card:hover {
  border-color: var(--gold);
}
.da-pmh-news-card .da-pmh-news-image {
  height: 200px;
  overflow: hidden;
}
.da-pmh-news-card .da-pmh-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.da-pmh-news-card:hover .da-pmh-news-image img {
  transform: scale(1.05);
}
.da-pmh-news-card .da-pmh-news-body {
  padding: 25px;
  background: var(--dark-bg-3);
}
.da-pmh-news-card .da-pmh-news-date {
  font-size: 11px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.da-pmh-news-card .da-pmh-news-title {
  font-size: 16px;
  color: var(--gold);
  margin-bottom: 10px;
  line-height: 1.4;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}
.da-pmh-news-card .da-pmh-news-excerpt {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
}
.da-pmh-seo-section {
  background: var(--dark-bg-3);
}
.da-pmh-seo-section h1,
h2,
h3,
h4,
h5 {
  color: #fff;
}
.da-pmh-seo-article {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.da-pmh-seo-article-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  color: var(--gold);
  margin-bottom: 30px;
  font-weight: 400;
}
.da-pmh-seo-article-body {
  text-align: left;
  position: relative;
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.6s ease;
}
.da-pmh-seo-article-body.expanded {
  max-height: 100%;
}
.da-pmh-seo-article-body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent, var(--dark-bg-3));
  pointer-events: none;
  transition: opacity 0.4s;
}
.da-pmh-seo-article-body.expanded::after {
  opacity: 0;
}
.da-pmh-seo-article-body p {
  font-size: 14px;
  color: var(--white);
  line-height: 1.9;
  margin-bottom: 15px;
}
.da-pmh-seo-article-body p strong {
  color: var(--gold);
}
.da-pmh-seo-article-body h3 {
  font-size: 18px;
  color: var(--gold-light);
  margin: 25px 0 12px;
  padding-left: 15px;
  border-left: 3px solid var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}
.da-pmh-seo-expand-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 25px;
  padding: 12px 35px;
  border: 1px solid var(--gold);
  border-radius: 30px;
  background: transparent;
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.4s;
  font-family: "Montserrat", sans-serif;
}
.da-pmh-seo-expand-btn:hover {
  background: rgba(201, 168, 76, 0.1);
  box-shadow: 0 0 20px rgba(201, 168, 76, 0.15);
}
.da-pmh-seo-expand-btn i {
  font-size: 11px;
  transition: transform 0.3s;
}
.da-pmh-seo-expand-btn.active i {
  transform: rotate(180deg);
}
.da-pmh-seo-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  justify-content: center;
}
.da-pmh-seo-keywords span {
  padding: 6px 16px;
  background: rgba(201, 168, 76, 0.05);
  border: 1px solid rgba(201, 168, 76, 0.15);
  border-radius: 20px;
  font-size: 12px;
  color: var(--text-muted);
  transition: all 0.3s;
}
.da-pmh-seo-keywords span:hover {
  border-color: var(--gold);
  color: var(--gold);
}

/* SEO Article Images */
.da-pmh-seo-article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
}
.da-pmh-seo-article-body img:hover {
  opacity: 0.9;
  box-shadow: 0 4px 20px rgba(201, 168, 76, 0.2);
}
.da-pmh-seo-img-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
.da-pmh-seo-img-wrapper img {
  margin: 0;
  width: 100%;
}
.da-pmh-seo-img-expand {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 12px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  gap: 6px;
}
.da-pmh-seo-img-wrapper:hover .da-pmh-seo-img-expand {
  opacity: 1;
}
.da-pmh-seo-img-expand i {
  font-size: 11px;
}
.da-pmh-seo-article .wp-caption {
  max-width: 100% !important;
}

/* Image Lightbox Modal */
.da-pmh-img-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.da-pmh-img-lightbox.active {
  display: flex;
  opacity: 1;
}
.da-pmh-img-lightbox-content {
  position: relative;
  max-width: 95vw;
  max-height: 95vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.da-pmh-img-lightbox-content img {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
}
.da-pmh-img-lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.da-pmh-img-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}
.da-pmh-img-lightbox-caption {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

/* Light section image styles */
.da-pmh-section-light .da-pmh-seo-img-expand {
  background: rgba(117, 14, 36, 0.8);
}

.da-pmh-contact-section {
  background: var(--dark-bg-2);
}
.da-pmh-contact-form-wrap {
  max-width: 700px;
  margin: 0 auto;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 4px;
  padding: 50px 40px;
}
.da-pmh-contact-form-wrap .form-group {
  margin-bottom: 20px;
}
.da-pmh-contact-form-wrap .form-control {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--glass-border);
  border-radius: 2px;
  color: var(--gold);
  padding: 14px 18px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  transition: border-color 0.3s;
}
.da-pmh-contact-form-wrap .form-control:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 2px rgba(201, 168, 76, 0.1);
  outline: none;
  background: rgba(255, 255, 255, 0.08);
}
.da-pmh-contact-form-wrap .form-control::placeholder {
  color: var(--text-muted);
}
.da-pmh-contact-form-wrap textarea.form-control {
  height: 120px;
  resize: vertical;
}
.da-pmh-contact-form-wrap .da-pmh-btn-submit {
  width: 100%;
  padding: 16px;
  background: var(--gold);
  color: var(--dark-bg);
  border: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.4s;
  font-family: "Montserrat", sans-serif;
}
.da-pmh-contact-form-wrap .da-pmh-btn-submit:hover {
  background: var(--gold-light);
  box-shadow: 0 10px 30px rgba(201, 168, 76, 0.3);
}
.da-pmh-main-footer {
  background: var(--dark-bg-4);
  padding: 60px 0 30px;
  border-top: 1px solid var(--glass-border);
}
.da-pmh-footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.da-pmh-footer-brand .da-pmh-footer-logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  letter-spacing: 4px;
  color: var(--gold);
  margin-bottom: 15px;
}
.da-pmh-footer-brand p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
}
.da-pmh-footer-col h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  font-weight: 600;
}
.da-pmh-footer-col a {
  display: block;
  font-size: 13px;
  color: var(--text-muted);
  text-decoration: none;
  padding: 5px 0;
  transition: all 0.3s;
}
.da-pmh-footer-col a:hover {
  color: var(--gold);
  padding-left: 5px;
}
.da-pmh-footer-social {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.da-pmh-footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--glass-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 14px;
  transition: all 0.3s;
  padding: 0;
}
.da-pmh-footer-social a:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(201, 168, 76, 0.1);
}
.da-pmh-footer-bottom {
  padding-top: 30px;
  border-top: 1px solid var(--glass-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.da-pmh-footer-bottom p {
  font-size: 12px;
  color: var(--text-muted);
}
.da-pmh-back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  background: var(--gold);
  color: var(--dark-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  z-index: 999;
  text-decoration: none;
  box-shadow: 0 5px 20px rgba(201, 168, 76, 0.3);
}
.da-pmh-back-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.da-pmh-back-to-top:hover {
  transform: translateY(-3px);
  color: var(--dark-bg);
  text-decoration: none;
}
.da-pmh-floating-phone {
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 998;
  display: none;
}
.da-pmh-floating-phone a {
  width: 50px;
  height: 50px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0 5px 20px rgba(37, 211, 102, 0.3);
  transition: transform 0.3s;
  animation: phonePulse 2s infinite;
}
.da-pmh-floating-phone a:hover {
  transform: scale(1.1);
}
@keyframes phonePulse {
  0%,
  100% {
    box-shadow: 0 5px 20px rgba(37, 211, 102, 0.3);
  }
  50% {
    box-shadow: 0 5px 35px rgba(37, 211, 102, 0.5);
  }
}
.da-pmh-mobile-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(117, 14, 36, 0.98);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--glass-border);
  z-index: 9998;
  display: none;
  padding: 0;
}
.da-pmh-mobile-sticky-bar .da-pmh-sticky-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.da-pmh-mobile-sticky-bar .da-pmh-sticky-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 5px;
  color: var(--gold);
  text-decoration: none;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-right: 1px solid var(--glass-border);
  transition: all 0.3s;
}
.da-pmh-mobile-sticky-bar .da-pmh-sticky-item:last-child {
  border-right: none;
}
.da-pmh-mobile-sticky-bar .da-pmh-sticky-item i {
  font-size: 18px;
  margin-bottom: 4px;
  color: var(--gold);
}
.da-pmh-mobile-sticky-bar .da-pmh-sticky-item:hover {
  background: rgba(201, 168, 76, 0.1);
}
.da-pmh-mobile-sticky-bar .da-pmh-sticky-item.da-pmh-sticky-register {
  background: var(--gold);
  color: var(--dark-bg);
}
.da-pmh-mobile-sticky-bar .da-pmh-sticky-item.da-pmh-sticky-register i {
  color: var(--dark-bg);
}
@media (max-width: 1200px) {
  .da-pmh-usp-item {
    flex: 0 0 calc(33.33% - 20px);
  }
}
@media (max-width: 991px) {
  .da-pmh-hero-title {
    font-size: 60px;
    letter-spacing: 8px;
  }
  .da-pmh-section-title h2 {
    font-size: 36px;
  }
  .da-pmh-floorplan-layout {
    flex-direction: column;
  }
  .da-pmh-floorplan-tabs {
    flex: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .da-pmh-floorplan-tab {
    flex: 0 0 auto;
  }
  .da-pmh-developer-content {
    flex-direction: column;
  }
  .da-pmh-developer-logo {
    flex: none;
  }
  .da-pmh-materials-cinematic {
    flex-direction: column;
  }
  .da-pmh-pricing-cards,
  .da-pmh-testimonial-cards,
  .da-pmh-project-cards,
  .da-pmh-news-cards {
    grid-template-columns: 1fr;
  }
  .da-pmh-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .da-pmh-gallery-item:nth-child(1),
  .da-pmh-gallery-item:nth-child(5) {
    grid-column: span 1;
  }
  .da-pmh-footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .da-pmh-connectivity-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .da-pmh-timeline-item {
    flex-direction: column !important;
    align-items: flex-start;
    padding-left: 40px;
  }
  .da-pmh-timeline-line {
    left: 15px;
  }
  .da-pmh-timeline-item .da-pmh-timeline-dot {
    left: 15px;
  }
  .da-pmh-timeline-item .da-pmh-timeline-content {
    text-align: left !important;
    margin: 0 !important;
  }
  .da-pmh-architecture-content h2 {
    font-size: 36px;
  }
  .da-pmh-arch-features {
    flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  #architecture .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #architecture .da-pmh-architecture-content {
    padding: 40px 0 !important;
  }
  #architecture .da-pmh-video-container {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    border: none !important;
  }
  #architecture .da-pmh-section-title {
    padding: 0 15px;
  }
  .da-pmh-product-types > div {
    grid-template-columns: 1fr !important;
  }
  .da-pmh-section-padding-sm .col-md-4 {
    text-align: left !important;
  }
  .da-pmh-header-inner {
    padding: 15px 20px;
  }
  .da-pmh-header-phone {
    display: none;
  }
  .da-pmh-hero-title {
    font-size: 40px;
    letter-spacing: 5px;
  }
  .da-pmh-hero-subtitle {
    font-size: 18px;
  }
  .da-pmh-stats-grid {
    flex-wrap: wrap;
  }
  .da-pmh-stat-item {
    flex: 0 0 50%;
    border-bottom: 1px solid rgba(201, 168, 76, 0.15);
  }
  .da-pmh-section-padding {
    padding: 60px 0;
  }
  .da-pmh-section-title h2 {
    font-size: 30px;
  }
  .da-pmh-usp-item {
    flex: 0 0 calc(50% - 15px);
  }
  .da-pmh-overview-details {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .da-pmh-amenities-slider,
  .da-pmh-gallery-grid {
    grid-template-columns: 1fr;
  }
  .da-pmh-footer-top {
    grid-template-columns: 1fr;
  }
  .da-pmh-footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .da-pmh-mobile-sticky-bar {
    display: block;
  }
  .da-pmh-floating-phone {
    display: none;
  }
  .da-pmh-back-to-top {
    bottom: 80px;
  }
  .da-pmh-contact-form-wrap {
    padding: 30px 20px;
  }
  .da-pmh-menu-overlay nav a {
    font-size: 24px;
  }
  body {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .da-pmh-floating-phone {
    display: block;
  }
}

/* ============================================
       LUXURY ANIMATIONS & KEYFRAMES
       ============================================ */
@keyframes gradientBorder {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes pulseGlow {
  0%,
  100% {
    box-shadow: 0 0 5px rgba(201, 168, 76, 0.3);
  }
  50% {
    box-shadow: 0 0 20px rgba(201, 168, 76, 0.6);
  }
}
@keyframes revealText {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes scrollMouse {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(12px);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  to {
    opacity: 0.6;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes preloaderBar {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(350%);
  }
}
@keyframes textGlow {
  0%,
  100% {
    text-shadow: 0 0 10px rgba(201, 168, 76, 0.3);
  }
  50% {
    text-shadow: 0 0 20px rgba(201, 168, 76, 0.6),
      0 0 40px rgba(201, 168, 76, 0.3);
  }
}
@keyframes rotateIn {
  from {
    transform: rotate(-10deg) scale(0.9);
    opacity: 0;
  }
  to {
    transform: rotate(0) scale(1);
    opacity: 1;
  }
}
@keyframes borderPulse {
  0%,
  100% {
    border-color: rgba(201, 168, 76, 0.2);
  }
  50% {
    border-color: rgba(201, 168, 76, 0.6);
  }
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heartbeat {
  0%,
  100% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.05);
  }
}

/* ============================================
       UTILITY CLASSES
       ============================================ */
.da-pmh-shimmer {
  position: relative;
  overflow: hidden;
}
.da-pmh-shimmer::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(201, 168, 76, 0.08),
    transparent
  );
  animation: shimmer 3s infinite;
}
.da-pmh-float-animation {
  animation: float 4s ease-in-out infinite;
}
.da-pmh-pulse-glow {
  animation: pulseGlow 2s ease-in-out infinite;
}
.da-pmh-text-glow {
  animation: textGlow 3s ease-in-out infinite;
}
.da-pmh-heartbeat {
  animation: heartbeat 2s ease-in-out infinite;
}

/* ============================================
       GLASS CARD VARIANTS
       ============================================ */
.da-pmh-glass-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(201, 168, 76, 0.15);
  border-radius: 8px;
  padding: 30px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.da-pmh-glass-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(201, 168, 76, 0.4);
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.da-pmh-glass-card-dark {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(201, 168, 76, 0.1);
  border-radius: 12px;
  padding: 35px;
  transition: all 0.5s;
}
.da-pmh-glass-card-dark:hover {
  background: rgba(0, 0, 0, 0.5);
  border-color: rgba(201, 168, 76, 0.3);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.4);
}

/* ============================================
       LUXURY DIVIDERS & ORNAMENTS
       ============================================ */
.da-pmh-luxury-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  gap: 20px;
}
.da-pmh-luxury-divider::before,
.da-pmh-luxury-divider::after {
  content: "";
  flex: 1;
  max-width: 100px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold));
}
.da-pmh-luxury-divider::after {
  background: linear-gradient(to left, transparent, var(--gold));
}
.da-pmh-luxury-divider i {
  color: var(--gold);
  font-size: 12px;
}
.da-pmh-ornament-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
  margin: 20px auto;
}

/* ============================================
       COUNTER & NUMBER STYLES
       ============================================ */
.da-pmh-counter-number {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
}
.da-pmh-stat-counter-box {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  transition: all 0.4s;
}
.da-pmh-stat-counter-box:hover {
  border-color: var(--gold);
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}
.da-pmh-stat-counter-box .da-pmh-counter {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  color: var(--gold);
  font-weight: 600;
}
.da-pmh-stat-counter-box .da-pmh-counter-label {
  font-size: 12px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 8px;
}

/* ============================================
       IMAGE EFFECTS
       ============================================ */
.da-pmh-img-zoom-container {
  overflow: hidden;
  border-radius: 4px;
}
.da-pmh-img-zoom-container img {
  transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.da-pmh-img-zoom-container:hover img {
  transform: scale(1.1);
}
.da-pmh-img-parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.da-pmh-img-overlay {
  position: relative;
}
.da-pmh-img-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    transparent 50%,
    rgba(12, 26, 42, 0.9)
  );
}

/* ============================================
       SCROLL INDICATOR
       ============================================ */
.da-pmh-scroll-indicator {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: fadeInUp 1s ease 1.5s forwards;
}
.da-pmh-scroll-indicator span {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
.da-pmh-scroll-indicator .da-pmh-mouse {
  width: 24px;
  height: 38px;
  border: 2px solid #fff;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.da-pmh-scroll-indicator .da-pmh-mouse::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 8px;
  background: #fff;
  border-radius: 3px;
  animation: scrollMouse 1.5s infinite;
}

/* ============================================
       FEATURE LIST
       ============================================ */
.da-pmh-feature-list {
  list-style: none;
  padding: 0;
}
.da-pmh-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(201, 168, 76, 0.1);
  font-size: 14px;
  color: var(--text-light);
}
.da-pmh-feature-list li:last-child {
  border-bottom: none;
}
.da-pmh-feature-list li i {
  color: var(--gold);
  margin-top: 3px;
  flex-shrink: 0;
}

/* ============================================
       BADGES & LABELS
       ============================================ */
.da-pmh-badge-luxury {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(201, 168, 76, 0.1);
  border: 1px solid var(--gold);
  border-radius: 2px;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
}
.da-pmh-badge-new {
  display: inline-block;
  padding: 3px 8px;
  background: var(--gold);
  color: var(--dark-bg);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
}
.da-pmh-badge-limited {
  display: inline-block;
  padding: 3px 8px;
  background: rgba(255, 59, 48, 0.15);
  border: 1px solid rgba(255, 59, 48, 0.4);
  color: #ff6b6b;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
}

/* ============================================
       COUNTDOWN TIMER
       ============================================ */
.da-pmh-countdown-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}
.da-pmh-countdown-item {
  text-align: center;
  min-width: 70px;
}
.da-pmh-countdown-item .da-pmh-count-number {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
  display: block;
  padding: 10px;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 4px;
}
.da-pmh-countdown-item .da-pmh-count-label {
  font-size: 10px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 8px;
  display: block;
}

/* ============================================
       VIDEO PLAY BUTTON
       ============================================ */
.da-pmh-video-play-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(201, 168, 76, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s;
  position: relative;
}
.da-pmh-video-play-btn::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px solid rgba(201, 168, 76, 0.3);
  border-radius: 50%;
  animation: pulseGlow 2s infinite;
}
.da-pmh-video-play-btn i {
  font-size: 24px;
  color: var(--dark-bg);
  margin-left: 4px;
}
.da-pmh-video-play-btn:hover {
  transform: scale(1.1);
  background: var(--gold);
}

/* ============================================
       PRELOADER STYLES
       ============================================ */
.da-pmh-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--dark-bg);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s, visibility 0.6s;
}
.da-pmh-preloader.hidden {
  opacity: 0;
  visibility: hidden;
}
.da-pmh-preloader-logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  letter-spacing: 8px;
  color: var(--gold);
  margin-bottom: 30px;
  text-transform: uppercase;
}
.da-pmh-preloader-bar {
  width: 200px;
  height: 2px;
  background: rgba(201, 168, 76, 0.2);
  border-radius: 2px;
  overflow: hidden;
}
.da-pmh-preloader-bar::after {
  content: "";
  display: block;
  width: 40%;
  height: 100%;
  background: var(--gold);
  border-radius: 2px;
  animation: preloaderBar 1.2s infinite;
}

/* ============================================
       NOTIFICATION POPUP
       ============================================ */

/* ============================================
       RIBBON & TOOLTIP
       ============================================ */
.da-pmh-ribbon {
  position: absolute;
  top: 20px;
  right: -35px;
  background: var(--gold);
  color: var(--dark-bg);
  padding: 5px 40px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transform: rotate(45deg);
  z-index: 2;
}
.da-pmh-tooltip-custom {
  position: relative;
  cursor: help;
}
.da-pmh-tooltip-custom::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--dark-bg);
  border: 1px solid var(--glass-border);
  color: var(--text-light);
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.da-pmh-tooltip-custom:hover::after {
  opacity: 1;
  visibility: visible;
}

/* ============================================
       MARQUEE GALLERY
       ============================================ */
.da-pmh-marquee-wrap {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}
.da-pmh-marquee-track {
  display: flex;
  gap: 20px;
  animation: marqueeScroll 30s linear infinite;
  width: max-content;
}
.da-pmh-marquee-track:hover {
  animation-play-state: paused;
}
.da-pmh-marquee-item {
  flex-shrink: 0;
  width: 300px;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
}
.da-pmh-marquee-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.da-pmh-marquee-item:hover img {
  transform: scale(1.1);
}

/* ============================================
       COMPARISON TABLE
       ============================================ */
.da-pmh-comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}
.da-pmh-comparison-table th {
  background: rgba(201, 168, 76, 0.1);
  color: var(--gold);
  padding: 15px 20px;
  text-align: left;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 2px solid var(--gold);
}
.da-pmh-comparison-table td {
  padding: 15px 20px;
  border-bottom: 1px solid var(--glass-border);
  font-size: 14px;
  color: var(--text-light);
}
.da-pmh-comparison-table tr:hover td {
  background: var(--glass);
}
.da-pmh-comparison-table .da-pmh-check {
  color: var(--gold);
  font-size: 16px;
}

/* ============================================
       PATTERN BACKGROUNDS
       ============================================ */
.da-pmh-pattern-dots {
  background-image: radial-gradient(
    rgba(201, 168, 76, 0.05) 1px,
    transparent 1px
  );
  background-size: 30px 30px;
}
.da-pmh-pattern-lines {
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 35px,
    rgba(201, 168, 76, 0.03) 35px,
    rgba(201, 168, 76, 0.03) 36px
  );
}
.da-pmh-pattern-grid {
  background-image: linear-gradient(
      rgba(201, 168, 76, 0.03) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(201, 168, 76, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
}

/* ============================================
       CARD EFFECTS
       ============================================ */
.da-pmh-card-lift {
  transition: transform 0.4s, box-shadow 0.4s;
}
.da-pmh-card-lift:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
.da-pmh-card-tilt {
  transition: transform 0.4s;
}
.da-pmh-card-tilt:hover {
  transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
}

/* ============================================
       TEXT UTILITIES
       ============================================ */
.da-pmh-text-gradient {
  background: linear-gradient(135deg, #e8d48b, #750e24, #8b6914);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.da-pmh-text-uppercase-spaced {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
}
.da-pmh-text-italic-serif {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 20px;
  color: var(--text-light);
}

/* ============================================
       ASPECT RATIOS
       ============================================ */
.da-pmh-aspect-16-9 {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.da-pmh-aspect-4-3 {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.da-pmh-aspect-1-1 {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.da-pmh-aspect-3-4 {
  aspect-ratio: 3/4;
  object-fit: cover;
}

/* ============================================
       STAGGER DELAYS
       ============================================ */
.da-pmh-stagger-1 {
  animation-delay: 0.1s;
}
.da-pmh-stagger-2 {
  animation-delay: 0.2s;
}
.da-pmh-stagger-3 {
  animation-delay: 0.3s;
}
.da-pmh-stagger-4 {
  animation-delay: 0.4s;
}
.da-pmh-stagger-5 {
  animation-delay: 0.5s;
}
.da-pmh-stagger-6 {
  animation-delay: 0.6s;
}
.da-pmh-stagger-7 {
  animation-delay: 0.7s;
}
.da-pmh-stagger-8 {
  animation-delay: 0.8s;
}

/* ============================================
       SKELETON LOADING
       ============================================ */
.da-pmh-skeleton {
  background: linear-gradient(
    90deg,
    var(--glass) 25%,
    rgba(255, 255, 255, 0.08) 50%,
    var(--glass) 75%
  );
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 4px;
}
.da-pmh-skeleton-text {
  height: 14px;
  margin-bottom: 10px;
}
.da-pmh-skeleton-title {
  height: 28px;
  width: 60%;
  margin-bottom: 15px;
}
.da-pmh-skeleton-image {
  width: 100%;
  height: 200px;
}

/* ============================================
       SCROLLBAR & SELECTION
       ============================================ */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: var(--dark-bg);
}
::-webkit-scrollbar-thumb {
  background: rgba(201, 168, 76, 0.3);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(201, 168, 76, 0.5);
}
::selection {
  background: rgba(201, 168, 76, 0.3);
  color: var(--white);
}

/* ============================================
       ACCESSIBILITY
       ============================================ */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ============================================
       COOKIE BANNER
       ============================================ */
.da-pmh-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(12, 26, 42, 0.97);
  backdrop-filter: blur(10px);
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9998;
  border-top: 1px solid rgba(201, 168, 76, 0.2);
  gap: 20px;
}
.da-pmh-cookie-banner .da-pmh-cookie-text {
  font-size: 13px;
  color: var(--text-muted);
}
.da-pmh-cookie-banner .da-pmh-cookie-accept {
  background: var(--gold);
  color: var(--dark-bg);
  border: none;
  padding: 8px 20px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s;
}
.da-pmh-cookie-banner .da-pmh-cookie-accept:hover {
  background: var(--gold-light);
  transform: translateY(-1px);
}

/* ============================================
       ADDITIONAL RESPONSIVE - TABLET
       ============================================ */
@media (min-width: 768px) and (max-width: 991px) {
  .da-pmh-hero-title {
    font-size: 42px;
  }
  .da-pmh-section-title h2 {
    font-size: 32px;
  }
  .da-pmh-developer-content {
    flex-direction: column;
  }
  .da-pmh-developer-info,
  .da-pmh-developer-logo {
    width: 100%;
  }
  .da-pmh-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .da-pmh-project-cards,
  .da-pmh-news-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .da-pmh-testimonial-cards {
    gap: 20px;
  }
  .da-pmh-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

/* ============================================
       ADDITIONAL RESPONSIVE - SMALL MOBILE
       ============================================ */
@media (max-width: 480px) {
  .da-pmh-hero-title {
    font-size: 32px;
    letter-spacing: 3px;
  }
  .da-pmh-hero-badge {
    font-size: 9px;
    letter-spacing: 4px;
    padding: 6px 14px;
  }
  .da-pmh-hero-subtitle {
    font-size: 16px;
  }
  .da-pmh-hero-cta {
    padding: 12px 30px;
    font-size: 11px;
  }
  .da-pmh-section-title h2 {
    font-size: 26px;
  }
  .da-pmh-section-title .da-pmh-subtitle {
    font-size: 10px;
    letter-spacing: 3px;
  }
  .da-pmh-usp-item {
    flex: 0 0 100%;
  }
  .da-pmh-stat-item .da-pmh-stat-number {
    font-size: 24px;
  }
  .da-pmh-connectivity-grid {
    grid-template-columns: 1fr 1fr;
  }
  .da-pmh-bank-logos {
    flex-direction: column;
    gap: 15px;
  }
  .da-pmh-pricing-card {
    padding: 25px 20px;
  }
  .da-pmh-testimonial-card .da-pmh-quote-text {
    font-size: 16px;
  }
  .da-pmh-countdown-wrap {
    gap: 10px;
  }
  .da-pmh-countdown-item .da-pmh-count-number {
    font-size: 28px;
    padding: 8px;
  }
  .da-pmh-scroll-indicator {
    display: none;
  }
  .da-pmh-marquee-item {
    width: 200px;
    height: 140px;
  }
  .da-pmh-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .da-pmh-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}

/* ============================================
       PRINT STYLES
       ============================================ */
@media print {
  .da-pmh-main-header,
  .da-pmh-menu-overlay,
  .da-pmh-back-to-top,
  .da-pmh-floating-phone,
  .da-pmh-mobile-sticky-bar,
  body {
    background: #fff;
    color: #000;
  }
  .da-pmh-section-title h2 {
    color: #000;
  }
  section {
    page-break-inside: avoid;
  }
  a {
    color: #000;
    text-decoration: underline;
  }
  img {
    max-width: 100%;
  }
}

/* Fixed Event Button */
.da-pmh-fixed-event-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 998;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: var(--gold);
  color: var(--dark-bg);
  padding: 15px 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px 0 0 4px;
  transition: all 0.3s;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.da-pmh-fixed-event-btn:hover {
  background: var(--gold-light);
  color: var(--dark-bg);
  text-decoration: none;
  padding-right: 15px;
}
.da-pmh-fixed-event-btn i {
  writing-mode: horizontal-tb;
  font-size: 16px;
}
/* Registration Popup */
.da-pmh-reg-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}
.da-pmh-reg-popup-overlay.active {
  display: flex;
}
.da-pmh-reg-popup {
  background: var(--dark-bg);
  border: 1px solid var(--gold);
  border-radius: 8px;
  padding: 40px;
  max-width: 480px;
  width: 90%;
  position: relative;
  animation: popupIn 0.4s ease;
}
@keyframes popupIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.da-pmh-reg-popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  color: var(--gold);
  cursor: pointer;
  transition: all 0.3s;
  background: none;
  border: none;
}
.da-pmh-reg-popup-close:hover {
  transform: rotate(90deg);
}
.da-pmh-reg-popup h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  color: var(--gold);
  margin-bottom: 10px;
  text-align: center;
}
.da-pmh-reg-popup p {
  color: var(--text-muted);
  font-size: 14px;
  text-align: center;
  margin-bottom: 25px;
}
.da-pmh-reg-popup .form-group {
  margin-bottom: 15px;
}
.da-pmh-reg-popup input {
  width: 100%;
  padding: 12px 16px;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 4px;
  color: var(--text-light);
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s;
}
.da-pmh-reg-popup input:focus {
  border-color: var(--gold);
}
.da-pmh-reg-popup input::placeholder {
  color: var(--text-muted);
}
.da-pmh-reg-popup .da-pmh-btn-submit {
  width: 100%;
  padding: 14px;
  background: var(--gold);
  color: var(--dark-bg);
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 10px;
}
.da-pmh-reg-popup .da-pmh-btn-submit:hover {
  background: var(--gold-light);
}

.da-pmh-section-light .da-pmh-seo-article-body::after {
  background: linear-gradient(to bottom, transparent, #fff) !important;
}
.da-pmh-section-light .da-pmh-seo-article-body h3 {
  color: #1a0a0a;
}
.da-pmh-section-light .da-pmh-seo-article-body p {
  color: #4a2020;
}
.da-pmh-section-light .da-pmh-seo-article-body strong {
  color: #750e24;
}
.da-pmh-section-light .da-pmh-seo-article-body .da-pmh-seo-heading {
  border-left-color: #750e24;
}
.da-pmh-section-light .da-pmh-seo-expand-btn {
  border-color: #750e24;
  color: #750e24;
}
.da-pmh-section-light .da-pmh-seo-expand-btn:hover {
  background: #750e24;
  color: #fff;
}

.da-pmh-section-light .da-pmh-contact-form-wrap .form-control {
  background: #f5f0f0 !important;
  border: 1px solid #b89090 !important;
  color: #1a0a0a !important;
}
.da-pmh-section-light .da-pmh-contact-form-wrap .form-control::placeholder {
  color: #666 !important;
}
.da-pmh-section-light .da-pmh-btn-submit {
  background: #750e24 !important;
  color: #fff !important;
  border: none;
}
.da-pmh-section-light .da-pmh-btn-submit:hover {
  background: #5a0a1b !important;
}

.da-pmh-news-card {
  cursor: pointer;
  position: relative;
}
.da-pmh-news-card .da-pmh-news-link {
  display: inline-block;
  margin-top: 15px;
  font-size: 12px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  transition: all 0.3s;
}
.da-pmh-news-card .da-pmh-news-link i {
  margin-left: 5px;
  transition: transform 0.3s;
}
.da-pmh-news-card:hover .da-pmh-news-link i {
  transform: translateX(5px);
}
.da-pmh-section-light .da-pmh-news-card .da-pmh-news-link {
  color: #750e24;
}

.da-pmh-section-light .da-pmh-faq-item {
  border-bottom-color: rgba(117, 14, 36, 0.15) !important;
}
.da-pmh-section-light .da-pmh-faq-q h5 {
  color: #750e24 !important;
}
.da-pmh-section-light .da-pmh-faq-q i {
  color: #750e24 !important;
}
.da-pmh-section-light .da-pmh-faq-a {
  color: #4a2020 !important;
}
.da-pmh-faq-item {
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
  padding: 20px 0;
}

.da-pmh-faq-item:last-child {
  border-bottom: none;
}
