.elementor-kit-43{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-78fe6f6:#3991D9;--e-global-color-8abf08b:#1E2D5E;--e-global-color-0623d4a:#ABB8C3;--e-global-color-3c1f74c:#8ED1FC17;--e-global-color-c6bc4be:#30979C;--e-global-color-259caf0:#FFFFFF;--e-global-color-1308953:#FFD700;--e-global-color-c7842f5:#000000;--e-global-color-c0ccb83:#F4A200;--e-global-color-0ef34b3:#E2E2E2;--e-global-color-50fb815:#E1D4C4;--e-global-color-102e9c0:#DFD5C6;--e-global-color-e183157:#F8EBE4;--e-global-color-cdfbc29:#FEDCDB;--e-global-color-e70da18:#FBEEE6;--e-global-color-3498bd9:#FFE5EC;--e-global-color-f597954:#FCF5FC;--e-global-color-e9c84c0:#DFD6C7;--e-global-color-a57f8af:#0F6FAE;--e-global-color-066d556:#0A4B76;--e-global-typography-primary-font-family:"Arial";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Arial";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-43 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.page-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Styling the Custom Password Form Submit Button */
.custom-password-submit {
    /* Basic Look & Feel */
    display: inline-block;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap; /* Prevents button text from wrapping */

    /* Colors (Using #30979C) */
    color: #ffffff; /* White text for contrast */
    background-color: #30979C; /* Your chosen primary color */
    font-size: 16px !important; 
    font-weight: 700 !important;
    font-family: sans-serif !important;

    /* Padding for 'More Space' around 'Enter' */
    padding: 10px 30px !important; /* Increased horizontal padding for more space */
    margin: 20px 15px 20px 0 !important; 
    
    /* Rounded Corners */
    border: none;
    border-radius: 5px !important; /* Slightly more rounded corners */

    /* Custom Box Shadow (0 hor, 10 vert, 30 blur, -5 spread) */
    /* Using a black shadow with 20% opacity for a modern floating effect */
    box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.2) !important; 
    transition: all 0.2s ease !important; 
}

/* Hover Effect (Lifts the button slightly) */
.custom-password-submit:hover {
    background-color: #4aa3a8; /* Slightly lighter color on hover */
    /* Lifts the button slightly higher */
    transform: translateY(-2px); 
    /* Slightly more pronounced shadow when lifted */
    box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.3); 
}

/* Active/Clicked Effect (Presses the button down) */
.custom-password-submit:active {
    background-color: #277C81; /* Darker color when clicked */
    /* Moves the button down 8px, making it look 'pressed' into the page */
    transform: translateY(8px); 
    /* Reduces the shadow to match the pressed state */
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.1);
}/* End custom CSS */