.elementor-kit-6{--e-global-color-primary:#0074FF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#0074FF;--e-global-color-69550d8:#936CF8;--e-global-color-8e27b79:#0074FF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;background-color:#15171A;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Main container for the password-protected page */
.post-password-required {
    background-color: #000000 !important; /* Black background */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 100vh !important;
    color: #ffffff !important; /* White text */
}

/* Style for the inner article or form container */
.post-password-required .inside-article {
    max-width: 1100px !important;
    padding: 40px !important;
    text-align: center !important;
}

/* Style for the first paragraph inside the article */
.post-password-required .inside-article p:first-child {
    font-weight: 700 !important;
    font-size: 24px !important;
    color: #ffffff !important; /* White text */
}

/* Style for the submit button */
.post-password-required .inside-article input[type="submit"] {
    background-color: #0000ff !important; /* Blue background */
    color: #ffffff !important; /* White text */
    border: none !important;
    padding: 10px 20px !important;
    cursor: pointer !important;
}

/* Hover effect for the submit button */
.post-password-required .inside-article input[type="submit"]:hover {
    background-color: #0000cc !important; /* Darker blue on hover */
}

/* Additional styles to ensure centering */
.post-password-form {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
}

.post-password-form form {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.post-password-form input[type="password"] {
    margin-bottom: 10px !important;
    text-align: center !important;
}/* End custom CSS */