.elementor-kit-9705{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-34188ae:#FFA801;--e-global-color-91a5a94:#000000;--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-9705 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);}@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 *//* container */
.custom-newsletter {
  max-width: 500px;
  margin: 0 auto;
  padding: 1.5rem;
  background: rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: 6px;
  font-family: Arial, sans-serif;
  color: #fff;           /* for any non-CSS text (e.g. error messages) */
}

/* form paragraphs to stack neatly */
.custom-newsletter p {
  margin-bottom: 1rem;
}

/* inputs and button span full width */
.custom-newsletter input,
.custom-newsletter button {
  width: 100%;
  box-sizing: border-box;
}

/* hides the honeypot input */
#1wdlwe input[name="a_password"] {
  display: none !important;
}

/* fields */
.custom-newsletter input {
  padding: 0.75rem;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 4px;
  color: #fff;           /* just in case any label text leaks */
  transition: border-color 0.2s;
}

/* stronger focus state */
.custom-newsletter input:focus {
  background: rgba(255,255,255,0.2);
  border-color: #fff;
  outline: none;
}

/* button */
.custom-newsletter button {
  padding: 0.75rem;
  background: #ffb400;
  color: #121212;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
}

.custom-newsletter button:hover {
  background: #e6a200;
}

/* pulsing placeholder */
@keyframes pulsePlaceholder {
  0%,100% { opacity: 1; }
  50%     { opacity: 0.4; }
}

.custom-newsletter input::-webkit-input-placeholder { color:#fff; opacity:1; animation:pulsePlaceholder 2s ease-in-out infinite; }
.custom-newsletter input::-moz-placeholder          { color:#fff; opacity:1; animation:pulsePlaceholder 2s ease-in-out infinite; }
.custom-newsletter input:-ms-input-placeholder      { color:#fff; opacity:1; animation:pulsePlaceholder 2s ease-in-out infinite; }
.custom-newsletter input::-ms-input-placeholder     { color:#fff; opacity:1; animation:pulsePlaceholder 2s ease-in-out infinite; }
.custom-newsletter input::placeholder               { color:#fff; opacity:1; animation:pulsePlaceholder 2s ease-in-out infinite; }/* End custom CSS */