.elementor-110 .elementor-element.elementor-element-18bb655{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-110 .elementor-element.elementor-element-dbb8a8d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-110 .elementor-element.elementor-element-c7dbbb7{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-110 .elementor-element.elementor-element-c7dbbb7{--content-width:600px;}}/* Start custom CSS for container, class: .elementor-element-c7dbbb7 *//* =========================================
   SKIPGRIND WPFORMS TACTICAL THEME (High Contrast)
   ========================================= */

/* --- Form Container: visible card on black --- */
.wpforms-container,
.wpforms-container-full {
    max-width: 800px;
    margin: 2rem auto;
    padding: 2.5rem 2rem;
    background: #0D1117 !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
    clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
    position: relative;
    box-shadow: 0 20px 50px rgba(0,0,0,0.6);
}

/* Tactical Corner Brackets */
.wpforms-container::before,
.wpforms-container::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid var(--green, #00FF88);
    pointer-events: none;
    z-index: 3;
    transition: all 0.3s ease;
}
.wpforms-container::before { top: -1px; left: -1px; border-right: 0; border-bottom: 0; }
.wpforms-container::after  { bottom: -1px; right: -1px; border-left: 0; border-top: 0; }
.wpforms-container:hover::before,
.wpforms-container:hover::after { width: 24px; height: 24px; filter: brightness(1.5); }

/* --- Field Spacing --- */
.wpforms-container .wpforms-field {
    margin-bottom: 1.5rem !important;
    padding: 0 !important;
}

/* --- Labels: bright & readable --- */
.wpforms-container label,
.wpforms-container .wpforms-field-label {
    font-family: var(--font-d, 'Orbitron', sans-serif) !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #E8ECF1 !important;
    margin-bottom: 8px !important;
    display: block;
}

/* Required asterisk */
.wpforms-container .wpforms-required-label {
    color: var(--red, #FF2D2D) !important;
}

/* --- Inputs: clearly visible dark blue-grey --- */
.wpforms-container input[type="text"],
.wpforms-container input[type="email"],
.wpforms-container input[type="tel"],
.wpforms-container input[type="number"],
.wpforms-container textarea,
.wpforms-container select {
    background: #151C2C !important;
    border: 1px solid rgba(255,255,255,0.25) !important;
    border-radius: 0 !important;
    clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px) !important;
    padding: 12px 16px !important;
    color: #ffffff !important;
    font-family: var(--font-b, 'Rajdhani', sans-serif) !important;
    font-size: 1rem !important;
    width: 100% !important;
    box-shadow: none !important;
    transition: border-color 0.3s, box-shadow 0.3s, background 0.3s !important;
}

.wpforms-container textarea {
    min-height: 140px !important;
    resize: vertical;
}

.wpforms-container ::placeholder {
    color: #6B7688 !important;
    opacity: 1;
}

/* Hover + Focus glow */
.wpforms-container input:hover,
.wpforms-container textarea:hover,
.wpforms-container select:hover {
    border-color: rgba(255,255,255,0.4) !important;
}

.wpforms-container input:focus,
.wpforms-container textarea:focus,
.wpforms-container select:focus {
    border-color: var(--blue, #00B4FF) !important;
    background: #1A2338 !important;
    box-shadow: 0 0 15px rgba(0,180,255,0.3) !important;
    outline: none !important;
}

/* --- Field description text --- */
.wpforms-container .wpforms-field-description {
    color: #8892A4 !important;
    font-size: 0.85rem !important;
    font-family: var(--font-b, 'Rajdhani', sans-serif) !important;
    margin-top: 6px !important;
}

/* --- Submit Button (Rainbow) --- */
.wpforms-container button[type="submit"],
.wpforms-container .wpforms-submit {
    background: transparent !important;
    background-image: linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)), linear-gradient(135deg, #FF2D2D, #FF8C00, #FFD600, #FF2D2D) !important;
    background-size: 100% 100%, 300% 100% !important;
    border: none !important;
    border-radius: 0 !important;
    clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px) !important;
    color: #fff !important;
    font-family: var(--font-d, 'Orbitron', sans-serif) !important;
    font-weight: 800 !important;
    font-size: 0.9rem !important;
    padding: 14px 30px !important;
    width: 100% !important;
display: block !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    text-shadow: 0 2px 4px rgba(0,0,0,.9) !important;
    cursor: pointer !important;
    box-shadow: 0 4px 15px rgba(255,45,45,.3) !important;
    transition: transform 0.3s cubic-bezier(.68,-.55,.265,1.55), box-shadow 0.3s ease !important;
    margin-top: 10px !important;
}

.wpforms-container button[type="submit"]:hover,
.wpforms-container .wpforms-submit:hover {
    background-image: linear-gradient(rgba(0,0,0,.25), rgba(0,0,0,.25)), linear-gradient(135deg, #FF2D2D, #FF8C00, #FFD600, #FF2D2D) !important;
    animation: rainbowFlow 4s linear infinite !important;
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 10px 25px rgba(255,45,45,.5) !important;
}

/* --- Success Confirmation --- */
.wpforms-container .wpforms-confirmation-container {
    background: rgba(0,255,136,0.08) !important;
    border: 1px solid var(--green, #00FF88) !important;
    border-radius: 0 !important;
    color: var(--green, #00FF88) !important;
    font-family: var(--font-b, 'Rajdhani', sans-serif) !important;
    padding: 1rem 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

/* --- Error Messages --- */
.wpforms-container .wpforms-error-container,
.wpforms-container .wpforms-field-error {
    color: var(--red, #FF2D2D) !important;
    font-family: var(--font-b, 'Rajdhani', sans-serif) !important;
    font-size: 0.85rem !important;
}/* End custom CSS */