.elementor-180 .elementor-element.elementor-element-c845232{--display:flex;--background-transition:0.3s;}#elementor-popup-modal-180 .dialog-message{width:60vw;height:auto;}#elementor-popup-modal-180{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-180 .dialog-close-button{display:flex;}#elementor-popup-modal-180 .dialog-widget-content{background-color:#02010100;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);margin:40px 40px 40px 40px;}@media(max-width:1024px){#elementor-popup-modal-180 .dialog-message{width:80vw;}}@media(max-width:767px){#elementor-popup-modal-180 .dialog-message{width:90vw;}}/* Start custom CSS for shortcode, class: .elementor-element-805ef67 *//* Form container */
.gform_wrapper {
    font-family: 'Poppins', sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Form title */
.gform_title {
    font-weight: 600;
    font-size: 24px;
    color: #1C244B;
    margin-bottom: 20px;
}

/* Form description */
.gform_description {
    font-weight: 300;
    font-size: 16px;
    color: #1C244B;
    margin-bottom: 30px;
}

/* Field labels */
.gform_wrapper label {
    font-weight: 600;
    font-size: 14px;
    color: #1C244B;
    margin-bottom: 5px;
}

/* Form fields */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper textarea,
.gform_wrapper select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #1C244B;
}

/* Focus state for form fields */
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
    outline: none;
    border-color: #1C244B;
    box-shadow: 0 0 5px rgba(28, 36, 75, 0.2);
}

/* Submit button */
.gform_wrapper .gform_button {
    background-color: #1C244B;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.gform_wrapper .gform_button:hover {
    background-color: #2a3562;
}

/* Section breaks */
.gform_wrapper .gsection {
    border-bottom: 2px solid #1C244B;
    margin-top: 30px;
    margin-bottom: 20px;
}

.gform_wrapper .gsection_title {
    font-weight: 600;
    font-size: 20px;
    color: #1C244B;
}

/* Radio and checkbox items */
.gform_wrapper .gfield_radio label,
.gform_wrapper .gfield_checkbox label {
    font-weight: 300;
    font-size: 14px;
    color: #1C244B;
    margin-left: 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .gform_wrapper {
        padding: 15px;
    }
    
    .gform_title {
        font-size: 20px;
    }
    
    .gform_description {
        font-size: 14px;
    }
}/* End custom CSS */