.elementor-3485 .elementor-element.elementor-element-542a864{--display:flex;--min-height:647px;--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;--overlay-opacity:0.5;--border-radius:30px 30px 30px 30px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3485 .elementor-element.elementor-element-542a864::before, .elementor-3485 .elementor-element.elementor-element-542a864 > .elementor-background-video-container::before, .elementor-3485 .elementor-element.elementor-element-542a864 > .e-con-inner > .elementor-background-video-container::before, .elementor-3485 .elementor-element.elementor-element-542a864 > .elementor-background-slideshow::before, .elementor-3485 .elementor-element.elementor-element-542a864 > .e-con-inner > .elementor-background-slideshow::before, .elementor-3485 .elementor-element.elementor-element-542a864 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';background-color:#FFFFFF;}.elementor-3485 .elementor-element.elementor-element-542a864.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-3485 .elementor-element.elementor-element-b936cb9{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-3485 .elementor-element.elementor-element-b936cb9.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-3485 .elementor-element.elementor-element-b936cb9 > .elementor-widget-container{background-color:#FFFFFF;}#elementor-popup-modal-3485 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-3485{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-3485 .dialog-close-button{display:flex;}#elementor-popup-modal-3485 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-3485 .elementor-element.elementor-element-542a864{--content-width:500px;}}/* Start custom CSS for wpforms, class: .elementor-element-b936cb9 *//* Fade-in & Slide-up Entrance Animation */
@keyframes formEntrance {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Container Background, Glassmorphism, & Entry */
.elementor-3485 .elementor-element.elementor-element-b936cb9 {
    background: rgba(255, 255, 255, 0.03);
    padding: 40px !important;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    animation: formEntrance 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Input Fields Styling with Smooth Transitions */
.elementor-3485 .elementor-element.elementor-element-b936cb9 .elementor-field {
    background: rgba(0, 0, 0, 0.3) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 15px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Animated Focus State with Subtle Scale */
.elementor-3485 .elementor-element.elementor-element-b936cb9 .elementor-field:focus {
    border-color: #f59e0b !important;
    background: rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 15px rgba(245, 158, 11, 0.3) !important;
    transform: scale(1.01);
}

/* Label Styling */
.elementor-3485 .elementor-element.elementor-element-b936cb9 label {
    color: #e5e5e5 !important;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    transition: color 0.3s ease !important;
}

/* Highlight label on input hover/focus */
.elementor-3485 .elementor-element.elementor-element-b936cb9 .elementor-field:focus ~ label {
    color: #f59e0b !important;
}

/* Submit Button Style with Micro-Interactions */
.elementor-3485 .elementor-element.elementor-element-b936cb9 .elementor-button {
    background: #f59e0b !important;
    color: #000000 !important;
    font-weight: bold !important;
    padding: 15px 30px !important;
    border-radius: 8px !important;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease, box-shadow 0.3s ease !important;
}

/* Button Hover State */
.elementor-3485 .elementor-element.elementor-element-b936cb9 .elementor-button:hover {
    background: #d97706 !important;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 25px rgba(245, 158, 11, 0.4) !important;
}

/* Shimmer Light Sweep Animation across the Button */
.elementor-3485 .elementor-element.elementor-element-b936cb9 .elementor-button::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(30deg) translateX(-100%);
    transition: transform 0.7s ease-in-out;
}

.elementor-3485 .elementor-element.elementor-element-b936cb9 .elementor-button:hover::after {
    transform: rotate(30deg) translateX(100%);
}/* End custom CSS */