.elementor-25183 .elementor-element.elementor-element-937b62b{--display:flex;--overflow:hidden;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}#elementor-popup-modal-25183{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-25183 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-25183 .dialog-close-button{display:flex;}#elementor-popup-modal-25183 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-14224fe *//* Form Container */
 

#form {
    max-width: 550px;
    margin: 5px auto;
    padding: 15px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    font-family: 'Segoe UI', sans-serif;
}

/* Heading */
#form h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #F58320;
}

/* Labels */
#form label {
    display: block;
    margin-bottom: 6px;
    margin-top: 15px;
    font-size: 14px;
    color: #555;
    font-weight: 600;
}

/* Inputs & Select */
#form input,
#form select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s;
    outline: none;
    box-sizing: border-box;
	margin-bottom: 6px;
}

/* Focus Effect */
#form input:focus,
#form select:focus {
    border-color: #4CAF50;
    box-shadow: 0 0 0 2px rgba(76,175,80,0.1);
}

/* Button */
#form button {
    width: 100%;
    margin-top: 20px;
    padding: 14px;
    background: linear-gradient(135deg, #F58320, #F58320);
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

/* Button Hover */
#form button:hover {
    background: linear-gradient(135deg, #143946, #143946);
}

/* Mobile Responsive */
@media (max-width: 600px) {
    #form {
        margin: 20px;
        padding: 20px;
    }

    #form h2 {
        font-size: 20px;
    }

    #form input,
    #form select {
        font-size: 16px;
        padding: 12px;
    }

    #form button {
        font-size: 16px;
        padding: 12px;
    }
}

#form {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    font-family: 'Segoe UI', sans-serif;
}

/* Heading */
#form h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #F58320;
}

/* Labels */
#form label {
    display: block;
    margin-bottom: 6px;
    margin-top: 15px;
    font-size: 14px;
    color: #555;
    font-weight: 600;
}

/* Inputs & Select */
#form input,
#form select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s;
    outline: none;
    box-sizing: border-box;
}

/* Focus Effect */
#form input:focus,
#form select:focus {
    border-color: #4CAF50;
    box-shadow: 0 0 0 2px rgba(76,175,80,0.1);
}

/* Button */
#form button {
    width: 100%;
    margin-top: 20px;
    padding: 14px;
    background: linear-gradient(135deg, #F58320, #F58320);
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

/* Button Hover */
#form button:hover {
    background: linear-gradient(135deg, #143946, #143946);
}

/* Mobile Responsive */
@media (max-width: 600px) {
    #form {
        margin: 20px;
        padding: 20px;
    }

    #form h2 {
        font-size: 20px;
    }

    #form input,
    #form select {
        font-size: 16px;
        padding: 12px;
    }

    #form button {
        font-size: 16px;
        padding: 12px;
    }
}/* End custom CSS */