::selection {
    background-color: #f2f2f2 !important;
    color: #000000 !important;
}

::-moz-selection {
    background-color: #f2f2f2 !important;
    color: #000000 !important;
}

html,
body,
input,
textarea,
select,
[contenteditable="true"] {
    caret-color: #f2f2f2 !important;
}
body {
  position: relative;
  background-color: #000000;
  overflow-x: hidden;
}

body::after {
  content: "";
  position: fixed;
  top: -100px;
  left: -100px;
  width: calc(100vw + 200px);
  height: calc(100vh + 200px);
  pointer-events: none;
  z-index: 9999;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  animation: tvNoiseAnimation 0.2s steps(4) infinite;
}

@keyframes tvNoiseAnimation {
  0% { transform: translate(0, 0); }
  25% { transform: translate(10px, 15px); }
  50% { transform: translate(-10px, -15px); }
  75% { transform: translate(15px, -10px); }
  100% { transform: translate(0, 0); }
}
.elementor-element-2ee86a6 {
  mix-blend-mode: difference;
}

.elementor-element-2ee86a6 .elementor-heading-title a,
.elementor-element-2ee86a6 .elementor-nav-menu a,
.elementor-element-2ee86a6 .elementor-social-icon svg {
  color: #f2f2f2 !important;
  fill: #f2f2f2 !important;
  transition: color 0.3s ease, fill 0.3s ease;
}

.elementor-element-2ee86a6 .elementor-nav-menu a:hover,
.elementor-element-2ee86a6 .elementor-nav-menu a.elementor-item-active {
  color: #f2f2f2 !important;
  opacity: 0.7;
}

.elementor-element-2ee86a6 .elementor-social-icon {
  background-color: transparent !important;
}
#wpforms-form-4388,
#wpforms-form-4388 .wpforms-field-container,
#wpforms-form-4388 .wpforms-field,
#wpforms-form-4388 .wpforms-submit-container {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

#wpforms-form-4388 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100% !important;
    max-width: 100% !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

#wpforms-form-4388 .wpforms-field-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100% !important;
}

#wpforms-form-4388 input[type="text"],
#wpforms-form-4388 input[type="email"],
#wpforms-form-4388 textarea {
    width: 100% !important;
    box-sizing: border-box !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(163, 163, 163, 0.2) !important;
    border-radius: 0 !important;
    color: #a3a3a3 !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    transition: border-color 0.3s ease;
}

#wpforms-form-4388 input::placeholder,
#wpforms-form-4388 textarea::placeholder {
    color: #a3a3a3 !important;
    opacity: 0.6;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

#wpforms-form-4388 input[type="text"]:focus,
#wpforms-form-4388 input[type="email"]:focus,
#wpforms-form-4388 textarea:focus {
    border-bottom-color: #ffffff !important;
    color: #ffffff !important;
}

#wpforms-form-4388 textarea {
    min-height: 100px;
    resize: vertical;
}

#wpforms-form-4388 button[type="submit"] {
    position: relative;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(163, 163, 163, 0.2) !important;
    color: #ffffff !important;
    padding: 8px 0 !important;
    margin: 0 !important;
    cursor: pointer;
    border-radius: 0 !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    transition: color 0.3s ease;
}

#wpforms-form-4388 button[type="submit"]::before {
    content: "\21B3";
    font-size: 14px;
    color: #ffffff;
    transition: color 0.3s ease;
}

#wpforms-form-4388 button[type="submit"]::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #ffffff;
    transition: width 0.3s ease-in-out;
}

#wpforms-form-4388 button[type="submit"]:hover::after {
    width: 100%;
}

body.page-id-4328 {
    background-color: #000000 !important;
}
body.page-id-4678 {
    background-color: #fff !important;
}