.elementor-3731 .elementor-element.elementor-element-8e22e57{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--gap:20px 50px;--row-gap:20px;--column-gap:50px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3731 .elementor-element.elementor-element-e7bc8f8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:0px 0px 0px 0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3731 .elementor-element.elementor-element-c59f04b img{width:100%;max-width:100%;border-radius:0px 0px 0px 0px;}.elementor-3731 .elementor-element.elementor-element-b2f2dbb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:50px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3731 .elementor-element.elementor-element-0dba410{text-align:center;}.elementor-3731 .elementor-element.elementor-element-0dba410 .elementor-heading-title{font-family:"Manrope", Sans-serif;font-size:25px;font-weight:900;line-height:37px;color:var( --e-global-color-26868b0 );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3731 .elementor-element.elementor-element-9bd8e5b{margin:-15px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-family:"Manrope", Sans-serif;font-size:18px;font-weight:400;line-height:22px;color:var( --e-global-color-26868b0 );}@media(max-width:767px){.elementor-3731 .elementor-element.elementor-element-e7bc8f8{--min-height:67vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-3731 .elementor-element.elementor-element-e7bc8f8.e-con{--order:99999 /* order end hack */;}.elementor-3731 .elementor-element.elementor-element-b2f2dbb{--width:100%;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-3731 .elementor-element.elementor-element-b2f2dbb.e-con{--order:-99999 /* order start hack */;}}@media(min-width:768px){.elementor-3731 .elementor-element.elementor-element-e7bc8f8{--width:50%;}.elementor-3731 .elementor-element.elementor-element-b2f2dbb{--width:50%;}}/* Start custom CSS for shortcode, class: .elementor-element-e3bcc59 *//* General Form Styling */
#custom-signup-form {
    background: #ffffff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin: auto;
    font-family: Arial, sans-serif;
}

/* Form Title */
#custom-signup-form h2 {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Form Input Fields */
#custom-signup-form input,
#custom-signup-form select {
    width: 100%;
    padding: 10px;
    margin: 5px 0 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    transition: border 0.3s ease-in-out;
}

/* Input Focus */
#custom-signup-form input:focus,
#custom-signup-form select:focus {
    border-color: #0073aa;
    outline: none;
}

/* Labels */
#custom-signup-form label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

/* Gender Selection */
#custom-signup-form input[type="radio"] {
    margin-right: 5px;
    transform: scale(1.2);
}

#custom-signup-form label[for="reg-male"],
#custom-signup-form label[for="reg-female"] {
    display: inline-block;
    margin-right: 15px;
}

/* Checkboxes */
#custom-signup-form .checkbox label {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #555;
}

#custom-signup-form input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.1);
}

/* Submit Button */
#reg-signup {
    background: #0073aa;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    width: 100%;
}

#reg-signup:hover {
    background: #005a87;
}

/* Error Messages */
.signup-error {
    color: red;
    font-size: 12px;
    display: none;
    margin-top: 5px;
}

/* Success Message */
#signup-response {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    color: green;
}

/* Responsive Design */
@media (max-width: 600px) {
    #custom-signup-form {
        width: 100%;
        padding: 15px;
    }

    #reg-signup {
        font-size: 14px;
        padding: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b2f2dbb */input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border-radius: 4px;
    padding: 12px;
    font-size: 16px;
    line-height: 1.4;
}

.error {
    border: solid 1px red !important;
}

.input-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 14px;
    color: #253858;
}

.input-wrap .input {
    border: solid 1px #abb3b9;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.input-wrap .input input[type=radio] {
    position: absolute;
    visibility: hidden;
    display: none;
}

.input-wrap .input input[type=radio]:checked+label {
    color: #fff !important;
    background: #315cf7 !important;
    border: solid 1px #4d59c5;
    margin: 0 !important;
    height: 45px;
}

.input-wrap .input .input_label {
    text-align: center;
    width: 33.3%;
    margin: 0;
    float: left;
    height: 45px;
    text-transform: inherit;
    position: relative;
        align-content: center;

}

.input-wrap .input input[type=radio]:checked+label .vh-centered .gender-check {
    display: block !important;
}

.gender-check {
    background-color: #50E293;
    border-radius: 50%;
    padding: 4px;
    float: right;
}
.d-none {
    display: none;
}
i.fa.fa-check.gender-check.d-none {
    margin-right: 5px;
    margin-top: -5px;
}

.text-center {
    text-align: center !important;
}

.button.outlined {
    background-color: #315cf7;
    border: solid 1px #4d59c5;
    color: #fff !important;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
@media only screen and (min-width: 991px) {
    .d-flex-md {
        display: flex
;
        align-items: flex-end;
    }
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

i#show-password, #hide-password {
    position: absolute;
    right: 0px;
    width: 45px;
    height: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    cursor: pointer;
    z-index: 1;
}

i.fa.fa-check.input-icon {
    position: absolute;
    top: 120px;
    right: 12px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #87ff67;
    text-align: center;
    line-height: 25px;
    color: #fff;
    display: block;
    z-index: 1;
}

.input-icon {
    display: none;
}

.form-group {
    margin-bottom: 15px;
        position: relative;
}

.vh-centered {
    padding-top: 5px;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus,input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

i#hide-password {
    top: auto;
}

i#email-valid-icon {
    top: 35px;
}/* End custom CSS */