/*
 * DataDSS LTD custom frontend overrides
 *
 * Suggested structure:
 * 1. Brand variables
 * 2. Header
 * 3. Footer
 * 4. Buttons
 * 5. Forms
 * 6. Luxury home sections
 * 7. Responsive tweaks
 */

:root {
  --datadss-brand-primary: #111827;
  --datadss-brand-secondary: #d4af37;
  --datadss-brand-accent: #8b5e3c;
  --datadss-text-dark: #111111;
  --datadss-text-light: #ffffff;
}

.single-design #pxl-page-title-elementor,
.single-design #pxl-page-title-default {
  display: none !important;
}

.single-design .design-hero-section {
  margin-top: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.single-design #pxl-main {
  padding-top: 0 !important;
}

@media (max-width: 991px) {
  .single-design .design-hero-section {
    padding-top: 32px !important;
    padding-bottom: 40px !important;
  }
}

/* Starter example only. Replace with approved client brand system. */
.site-branding a,
.logo a {
  text-decoration: none;
}
