.elementor-14956 .elementor-element.elementor-element-174315d0{--display:flex;border-style:none;--border-style:none;--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-14956 .elementor-element.elementor-element-174315d0:not(.elementor-motion-effects-element-type-background), .elementor-14956 .elementor-element.elementor-element-174315d0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF00;}.elementor-14956 .elementor-element.elementor-element-156c74b7 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}#elementor-popup-modal-14956 .dialog-widget-content{background-color:#FFFFFF;border-radius:20px 20px 20px 20px;}#elementor-popup-modal-14956{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-14956 .dialog-message{width:550px;height:auto;}#elementor-popup-modal-14956 .dialog-close-button{display:flex;}/* Start custom CSS for container, class: .elementor-element-174315d0 */#crmWebToEntityForm {
    max-width: 100%;
    padding: 30px;
    background: #ffffff;
    border-radius: 16px;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* Header */
.form-header {
    margin-bottom: 20px;
    text-align: center;
    margin-top: -15px;
}

.form-header h2 {
    font-size: 24px;
    margin-bottom: 6px;
    font-weight: 700;
    color: #111827;
    line-height: 1.3;
}

/* Form Group */
.form-group {
    margin-bottom: 20px;
}

/* Labels */
label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #374151;
}

/* Required star */
.required {
    color: #ef4444;
    margin-left: 2px;
}

/* Inputs */
input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    font-size: 14px;
    background: #f9fafb;
    transition: all 0.25s ease;
}

input:focus {
    border-color: #2563eb;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(37,99,235,0.15);
    outline: none;
}

/* Button */
.submit-btn {
    width: 100%;
    padding: 14px;
    margin-top: 15px;
    border-radius: 10px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
}

.submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(37,99,235,0.2);
}

/* Mobile */
@media (max-width: 600px) {
    #crmWebToEntityForm {
        padding: 22px;
    }
}/* End custom CSS */