.elementor-kit-6{--e-global-color-primary:#E8C8DB;--e-global-color-secondary:#54595F;--e-global-color-text:#1C244B;--e-global-color-accent:#61A5CE;--e-global-typography-primary-font-family:"Aboreto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );}.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 .site-branding{flex-direction:column;align-items:stretch;}.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 *//* Keychains & Keepsakes – footer credit with electric pulse */
.kck-credit {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  font-size: 13px;
  color: #777;
  position: relative;
  border-top: 1px solid #e5e5e5;
  font-family: inherit;
}

.kck-credit a {
  color: #b38856; /* Voltage gold */
  text-decoration: none;
  font-weight: 500;
}

.kck-credit a:hover {
  color: #e7c192; /* softer gold */
}

/* Electric pulse line */
.kck-electric-line {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px; /* make it more visible */
  background: rgba(0,0,0,0.08);
  overflow: hidden;
}

.kck-electric-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #e7c192, #b38856, transparent);
  animation: kck-electric-pulse 3s linear infinite;
}

@keyframes kck-electric-pulse {
  0%   { left: -40%; opacity: 0.3; }
  30%  { opacity: 1; }
  100% { left: 110%; opacity: 0.3; }
}/* End custom CSS */