.er-wrapper-86e19813 {
    position: relative;
    /* Alignment is controlled via elementor responsive control text-align */
}

.er-trigger-86e19813 {
    background: none;
    border: none;
    padding: 0;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.er-trigger-86e19813.er-type-button {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    border: none;
}

.er-trigger-icon-86e19813 {
    display: inline-flex;
    align-items: center;
}

.er-trigger-icon-86e19813 svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

/* Modal Overlay */
.er-popup-overlay-86e19813 {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    text-align: left; /* Reset text align for the popup content */
}

.er-popup-overlay-86e19813.is-preparing {
    visibility: visible;
    opacity: 0;
    pointer-events: none;
}

.er-popup-overlay-86e19813.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Modal Content */
.er-popup-content-86e19813 {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.er-popup-overlay-86e19813.is-open .er-popup-content-86e19813 {
    transform: translateY(0);
}

.er-popup-content-86e19813 button.er-popup-close-86e19813,
.er-popup-content-86e19813 button.er-popup-close-86e19813:hover,
.er-popup-content-86e19813 button.er-popup-close-86e19813:focus,
.er-popup-content-86e19813 button.er-popup-close-86e19813:active {
    --background: transparent !important;
    --background-color: transparent !important;
    --btn-bg: transparent !important;
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    filter: none !important;
}

.er-popup-content-86e19813 button.er-popup-close-86e19813 {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 100;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    font-size: 26px !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-appearance: none;
    appearance: none;
    line-height: 0;
    cursor: pointer;
    color: #000;
    transition: color 0.3s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.er-popup-content-86e19813 button.er-popup-close-86e19813:hover,
.er-popup-content-86e19813 button.er-popup-close-86e19813:focus,
.er-popup-content-86e19813 button.er-popup-close-86e19813:active {
    color: #333 !important;
}

.er-popup-content-86e19813 button.er-popup-close-86e19813:focus-visible {
    outline: 2px solid #0073aa !important;
    outline-offset: 2px !important;
}

/* Animated Title Styles */
.er-popup-title-86e19813 {
    margin-top: 0;
    margin-bottom: 3px;
    padding-right: 34px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    display: block;
}

.ah-animated-86e19813-container {
    display: inline;
    position: relative;
    white-space: normal;
}

.ah-animated-86e19813 {
    display: inline;
}

.er-popup-title-86e19813 .ah-animated-86e19813,
.er-popup-title-86e19813 .ah-cursor-86e19813 {
    visibility: hidden;
}

.er-popup-title-86e19813.ah-type-none .ah-animated-86e19813,
.er-popup-title-86e19813.ah-type-none .ah-cursor-86e19813,
.er-popup-title-86e19813.ah-initialized .ah-animated-86e19813,
.er-popup-title-86e19813.ah-initialized .ah-cursor-86e19813 {
    visibility: visible;
}

/* TYPEWRITER */
.ah-cursor-86e19813 {
    display: inline-block;
    animation: blink-86e19813 1s step-end infinite;
    margin-left: 2px;
    font-weight: 300;
    vertical-align: baseline;
}

@keyframes blink-86e19813 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

/* WIPE (LTR - All Lines) */
.ah-type-wipe .ah-animated-86e19813 {
    display: inline-block;
    clip-path: inset(0 100% 0 0);
    vertical-align: top;
}

/* WIPE LINES (LTR - Line by Line) */
.ah-type-wipe-lines .ah-animated-86e19813 {
    display: inline;
}

.ah-animated-word-86e19813 {
    display: inline-block;
    white-space: pre;
}

.ah-animated-line-wrapper-86e19813 {
    display: inline-block;
    clip-path: inset(0 100% 0 0);
    white-space: normal;
}

/* REVEAL (LTR) */
.ah-type-reveal .ah-animated-86e19813 {
    display: inline-block;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

/* KINETIC */
.ah-type-kinetic .ah-char-86e19813 {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px) rotate(-10deg) scale(0.8);
    transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.ah-type-kinetic .ah-char-86e19813.ah-in {
    opacity: 1;
    transform: translateY(0) rotate(0deg) scale(1);
}

/* FADE UP */
.ah-type-fade-up .ah-animated-86e19813 {
    display: inline-block;
    opacity: 0;
    transform: translateY(30px);
}

/* ZOOM IN */
.ah-type-zoom-in .ah-animated-86e19813 {
    display: inline-block;
    opacity: 0;
    transform: scale(0.5);
}

.er-input-field-86e19813 {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px; 
    font-family: inherit;
    background-color: #fff;
    color: #333;
    box-sizing: border-box;
}

.er-message-input-86e19813 {
    resize: vertical;
    margin-bottom: 0px;
    padding-bottom: 28px;
}

.er-textarea-wrap-86e19813 {
    position: relative;
}

.er-textarea-wrap-86e19813 .er-message-input-86e19813 {
    margin-bottom: 0;
}

.er-char-counter-86e19813 {
    position: absolute;
    right: 12px;
    bottom: 10px;
    font-size: 12px;
    line-height: 1.2;
    font-variant-numeric: tabular-nums;
    pointer-events: none;
    user-select: none;
}

.er-char-counter-86e19813.er-char-counter--invalid {
    color: #8b1a1a;
}

.er-char-counter-86e19813.er-char-counter--valid {
    color: #1a5c1a;
}

.er-char-counter-86e19813.er-char-counter--shake {
    animation: er-char-counter-shake 0.45s ease;
}

@keyframes er-char-counter-shake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-3px); }
    40%, 80% { transform: translateX(3px); }
}

.er-char-hint-86e19813 {
    margin: 4px 0 10px;
    font-size: 12px;
    line-height: 1.4;
    color: #8b1a1a;
}

.er-message-input-86e19813.er-message-input--error {
    border-color: #8b1a1a;
    box-shadow: 0 0 0 1px #8b1a1a;
}

/* Subtitle / HTML below fields */
.er-html-below-fields-86e19813 {
    font-size: 14px;
    color: #666;
    text-align: inherit;
}

.er-html-below-fields-spacing-86e19813 {
    margin-top: 0;
    margin-bottom: 5px;
}

.er-html-below-fields-inner-86e19813 {
    display: inline-block; /* Requested inline-block */
    text-align: left; /* Keep text left aligned inside the inline-block */
}

/* Ensures the text alignment propagates correctly inside the popup for dynamic centering */
.er-wrapper-86e19813[style*="text-align: center;"] .er-popup-form-area-86e19813,
.er-wrapper-86e19813[style*="text-align: center"] .er-popup-form-area-86e19813 {
    text-align: center;
}

.er-wrapper-86e19813[style*="text-align: right;"] .er-popup-form-area-86e19813,
.er-wrapper-86e19813[style*="text-align: right"] .er-popup-form-area-86e19813 {
    text-align: right;
}

.er-submit-btn-wrapper-86e19813 {
    display: flex;
}

.er-submit-btn-86e19813 {
    display: inline-block; /* Reset from potential block display */
    padding: 12px 24px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: opacity 0.3s;
}

.er-submit-btn-86e19813.is-stretch {
    width: 100%;
    display: block;
}

.er-submit-btn-86e19813:hover {
    opacity: 0.9;
}

.er-submit-btn-86e19813:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.er-honeypot-wrap-86e19813 {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.er-popup-feedback-area-86e19813 {
    text-align: center;
}

.er-popup-feedback-title-86e19813 {
    margin: 0 0 12px;
    padding: 0 34px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
}

.er-popup-feedback-timer-86e19813 {
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}

.er-form-error-hint-86e19813 {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.4;
    color: #8b1a1a;
}

.er-popup-success-area-86e19813 {
    text-align: center;
}

.er-countdown-86e19813 {
    font-weight: bold;
}

/* Editor Preview Support */
.er-force-open-86e19813 {
    position: absolute !important;
    height: auto !important;
    min-height: 400px;
    padding: 40px 20px;
}
