.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-color-953e409:#FCBC5E;--e-global-color-94af30c:#000000;--e-global-color-d0ebc62:#160D03;--e-global-color-9504705:#FFFFFF;--e-global-color-28243e2:#FDBE58;--e-global-color-ff93d81:#54595F;--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;font-family:"Inter", Sans-serif;font-size:18px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Inter", Sans-serif;font-size:3.815rem;font-weight:700;letter-spacing:0px;}.elementor-kit-6 h2{font-family:"Inter", Sans-serif;font-size:1.563rem;font-weight:normal;}.elementor-kit-6 h4{font-family:"Inter", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.elementor-widget:not(:last-child){margin-block-end: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 *//* ---------- 2 · Shine sweep (0.5 s sweep + 3 s pause) ---------- */
.shine-sweep-btn{
  position:relative;
  overflow:hidden;    /* hide the strip outside     */
  z-index:0;
}

.shine-sweep-btn::after{
  content:"";
  position:absolute;
  top:0;
  left:-150%;         /* start well off to the left */
  width:50%;          /* width of the sweeping band */
  height:100%;

  background:linear-gradient(
      60deg,
      transparent 0%,
      rgba(253,202,131,0.8) 50%,  /* #fdca83 with softness  */
      transparent 100%
  );
  transform:skewX(-25deg);       /* diagonal angle         */
  filter:blur(.5px);             /* soft edge (optional)   */
  pointer-events:none;

  /* total cycle 3.5 s → 0.5 s motion + 3 s idle */
  animation:shineSweep 3.5s linear infinite;
}

/* 0–14 % (0 → 0.5 s) moves left→right, 14–100 % holds */
@keyframes shineSweep{
  0%   { left:-150%; }
  14%  { left: 150%; }
  100% { left: 150%; }
}/* End custom CSS */