.elementor-98 .elementor-element.elementor-element-5132783b{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}#elementor-popup-modal-98{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-98 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-98 .dialog-close-button{display:flex;}#elementor-popup-modal-98 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-5132783b *//* Main Form Wrapper */
.wm360-form {
    background: #080808;
    padding: 14px;
    border-radius: 10px;
}

/* Form Group */
.wm360-form .form-group {
    margin-bottom: 10px;
}

/* Labels */
.wm360-form label {
    display: block;
    color: #f5f2ec;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 4px;
    line-height: 1.2;
}

/* Input, Select & Textarea */
.wm360-form input,
.wm360-form select,
.wm360-form textarea {
    width: 100%;
    background: #111111;
    border: 1px solid #2a2a2a;
    color: #f5f2ec;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    outline: none;
    transition: 0.3s ease;
    box-sizing: border-box;
    line-height: 1.3;
}

/* Focus Effect */
.wm360-form input:focus,
.wm360-form select:focus,
.wm360-form textarea:focus {
    border-color: #c6f135;
    box-shadow: 0 0 0 1px rgba(198, 241, 53, 0.15);
}

/* Placeholder */
.wm360-form input::placeholder,
.wm360-form textarea::placeholder {
    color: #888;
}

/* Textarea Compact Height */
.wm360-form textarea {
    min-height: 70px;
    height: 70px;
    resize: none;
    padding-top: 8px;
}

/* Remove Extra Space from CF7 */
.wm360-form p {
    margin: 0;
}

/* Submit Button */
.wm360-form .form-btn {
    margin-top: 6px;
}

.wm360-form input[type="submit"] {
    width: 100%;
    background: #c6f135;
    color: #080808;
    border: none;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

/* Button Hover */
.wm360-form input[type="submit"]:hover {
    background: #d7ff4d;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .wm360-form {
        padding: 12px;
    }

    .wm360-form textarea {
        min-height: 65px;
        height: 65px;
    }
}/* End custom CSS */