.elementor-4579 .elementor-element.elementor-element-d819eb0{--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;}.elementor-4579 .elementor-element.elementor-element-d819eb0:not(.elementor-motion-effects-element-type-background), .elementor-4579 .elementor-element.elementor-element-d819eb0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F4F4;}.elementor-4579 .elementor-element.elementor-element-5e52881 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-4579 .elementor-element.elementor-element-5a551e9{--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:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-4579 .elementor-element.elementor-element-55028ab5{--display:flex;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.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 );}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-5e52881 */.custom-breadcrumbs {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    word-spacing: 10px;
}

.custom-breadcrumbs a {
    color: black; /* Default text color, change as needed */
    text-decoration: none;
}

.custom-breadcrumbs a:hover,
.custom-breadcrumbs a:active {
    color: #AD3630; /* Color changes when hovered or active */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5a13826 *//* Notification styles */
#signup-message {
    margin-bottom: 15px;
}

.signup-success {
    background-color: #dff0d8;
    color: #3c763d;
    padding: 10px;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
}

.signup-error {
    background-color: #f2dede;
    color: #a94442;
    padding: 10px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
}
/* Form container */
.custom-signup-form {
    background-color: #ffffff;
    padding: 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 100%;
    max-width: 1000px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Form row */
.form-row {
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 10px;
    margin-bottom: 15px;
}

/* Label styling */
.form-row label {
    white-space: nowrap;
    font-size: 14px;
    color: #333;
}

/* Input and icon container */
.input-with-icon {
    position: relative;
    width: 100%;
}

.input-with-icon input[type="email"] {
        background-color: #f6f6f6; /* Background color */
    border: 1px solid #bebebe; /* Border color */
    width: 100%;
    padding: 10px;
    padding-right: 40px; /* Space for the icon */
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Input field right icon */
.input-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    cursor: pointer;
}

/* Submit button */
.custom-signup-form button {
    background-color: #A52A2A;
    color: #ffffff;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 386px;
    text-align: center;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* Space between icon and text */
}

.custom-signup-form button:hover {
    background-color: #8B0000;
}

/* Icon inside the button */
.button-icon {
    width: 20px;
    height: 20px;
}

/* Signup note */
.signup-note {
    font-size: 14px;
    color: #666;
    text-align: left;
    margin-bottom: 15px;
}

.signup-note a {
    color: #A52A2A;
    text-decoration: none;
}

.signup-note a:hover {
    text-decoration: underline;
}

/* Link below form */
.form-link {
    display: block;
    margin-top: 10px;
    text-align: left
}

.form-link a {
   
    color: #A52A2A;
    text-decoration: underline;
}

.form-link a:hover {
    text-decoration: underline;
}

/* For tablets and smaller screens */
@media (max-width: 768px) {
    .form-link a {
        margin-left: 0; /* Remove margin-left for tablets */
    }
}

@media (max-width: 600px) {
    .form-link a {
        margin-left: 0; /* Remove margin-left for phones */
    }
}/* End custom CSS */