.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:transparent;background-image:linear-gradient(189deg, #1B1B1F 0%, #575758 100%);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */h1.entry-title {
    display: none;
}
/* Hide Site Title */
.site-title,
h1.site-title,
.header .site-title {
    display: none !important;
}

/* Hide Tagline */
.site-description,
.tagline,
.header .site-description {
    display: none !important;
}

/* Hide Default Page Title (if not controlled in Elementor) */
h1.entry-title,
.page-title,
.elementor-page-title {
    display: none !important;
}

/* Hide Image Captions */
.wp-caption-text,
figcaption {
    display: none !important;
}

/* GOLD chrome headline */
.chrome-gold{
  background: linear-gradient(180deg,
    #fff8dc 0%,   /* highlight */
    #f9e29a 15%,  /* soft gold */
    #f0d684 30%,  /* mid gold */
    #d4af37 45%,  /* strong gold */
    #b8860b 65%,  /* shadow gold */
    #d8b44a 85%,  /* reflective tone */
    #fff8dc 10%  /* highlight again */
  );
  -webkit-background-clip: text; 
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 
    0 1px 0 rgba(0,0,0,.18),
    0 2px 6px rgba(212,175,55,.4),
    0 8px 18px rgba(0,0,0,.25);
}

/* SILVER chrome option (use for H2s if you want) */
.chrome-silver{
  background: linear-gradient(180deg,
    #f7f9fb 0%,   /* highlight */
    #e6e8eb 18%, 
    #c3c7cc 38%, 
    #8a9099 55%, 
    #b0b5bd 75%, 
    #f7f9fb 100%  /* highlight */
  );
  -webkit-background-clip: text; 
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 
    0 1px 0 rgba(0,0,0,.2),
    0 2px 6px rgba(96,104,112,.4),
    0 8px 18px rgba(0,0,0,.25);
}

/* Clean modern glow (subtle, not neon) */
.glow-gold  { text-shadow: 0 0 8px rgba(212,175,55,.45), 0 0 20px rgba(212,175,55,.25); }
.glow-silver{ text-shadow: 0 0 8px rgba(176,181,189,.45), 0 0 20px rgba(176,181,189,.25); }

/* Thin stroke helps on busy images */
.stroke-dark{
  -webkit-text-stroke: 1px rgba(0,0,0,.35);
  text-stroke: 1px rgba(0,0,0,.35);
}

/* Tagline: modern small caps on dark overlay */
.tagline{
  font-family: "Cinzel", serif; /* or Cormorant */
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #E6E8EB;
  text-shadow: 0 2px 12px rgba(0,0,0,.65);
}/* End custom CSS */