.elementor-kit-7{--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;}.elementor-kit-7 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 */@keyframes jcShimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* COPPER SHIMMER TEXT — apply to any heading, wrap shimmer words in <em> */
.jc-shimmer em {
  font-style: italic;
  background: linear-gradient(135deg, #5e3517 0%, #b87333 22%, #f0d4a8 50%, #b87333 78%, #5e3517 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: jcShimmer 7s ease-in-out infinite;
}

/* COPPER BUTTON with hover shine sweep */
.jc-btn-copper .elementor-button {
  background: linear-gradient(135deg, #5e3517 0%, #b87333 22%, #f0d4a8 50%, #b87333 78%, #5e3517 100%) !important;
  background-size: 200% 100% !important;
  color: #111 !important;
  position: relative;
  overflow: hidden;
  border: 1px solid #b87333 !important;
  transition: background-position 0.8s ease;
}
.jc-btn-copper .elementor-button::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.55), transparent);
  transition: left 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.jc-btn-copper .elementor-button:hover { background-position: 100% 50%; }
.jc-btn-copper .elementor-button:hover::before { left: 130%; }/* End custom CSS */