/* 5-8-2026 */
.general-alert-popup {
    display: none;
}

.general-alert-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    /* display: flex; */
    justify-content: center;
    align-items: center;
    z-index: 999999;
    padding: 20px;
}

.general-alert-content {
    position: relative;
    max-width: 800px;
    width: 100%;
}

.general-alert-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;

}

.general-alert-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #21376d;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 0;
}

.general-alert-heading {
    background: #001d36;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 55px;
    text-transform: uppercase;
    font-family: 'Hamburg Hand';
    line-height: 1.4;
    border-radius: 12px 12px 0 0;
}

/* 5-8-2026 end */

#wpcf7-f94-o1 {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    text-align: left;
}

#wpcf7-f94-o1 .form-main h3 {
    color: #21376d;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border-bottom: 2px solid #78b1ce;
    padding-bottom: 0.5rem;
}

#wpcf7-f94-o1 .form-group br {
    display: none;
}


#wpcf7-f94-o1 .package-option label {
    flex-direction: column;
    align-items: baseline;
}

#wpcf7-f94-o1 .addintional-inf {
    margin-top: 3rem;
}

#wpcf7-f94-o1 .package-option {
    margin-bottom: 1rem;
}

#wpcf7-f94-o1 .checkbox-group p {
    display: flex;
    gap: 20px;
    align-items: baseline;
}

a.package-card {
    text-decoration: none;
}

.maintenance .site-content h2.heading {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(3rem, 8vw, 6rem);
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 0.9;
    color: #fff;
}

.maintenance div#btn-open-login-form {
    display: none;
}

.login-pg {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #fff;
    padding: 0 20px;
}

.login-pg .pp-form-container .ppbs-headline {
    margin-right: 0;
    font-family: 'Oswald' !important;
    color: #21376d !important;
}

body .login-pg #pp-login-1.ppBuildScratch .pp-form-submit-button-wrap input[type="submit"] {
    background: #21376d;
    color: white;
    font-family: 'Oswald';
}

body .login-pg #pp-login-1.ppBuildScratch .pp-form-submit-button-wrap input[type="submit"]:hover {
    background: #78b1ce;
    color: white;
}

.signup-pg {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #fff;
    padding: 0 20px;
}

span.bronze {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.bronze .wpcf7-list-item label {
    display: block;
}

.schedule-content-right.animate {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

span.bronze input {
    margin-right: 3px !important;
}

.packages-grid .popular-badge {
    display: none;
}


/* Responsive */

@media (min-width: 1367px) {
    /* .general-alert-heading {
        font-size: 55px !important;
    } */
}

@media screen and (max-width: 1024px) {
    .general-alert-content {
        max-width: 600px;
    }
}

@media screen and (max-width:768px) {
    div#wpcf7-f94-o1 {
        padding: 2rem;
    }
}

@media screen and (max-width:767px) {

    .general-alert-content {
        max-width: 95%;
    }

    .general-alert-close {
        width: 30px;
        height: 30px;
        font-size: 26px;
        top: -10px;
        right: -10px;
    }

    .general-alert-heading {
        font-size: 40px;
    }

}

@media screen and (max-width: 576px) {
    .general-alert-heading {
        font-size: 25px;
    }
}

@media screen and (max-width:480px) {
    .general-alert-content {
        max-width: 100%;
    }

    div#wpcf7-f94-o1 {
        padding: 1.5rem;
    }

    #wpcf7-f94-o1 .checkbox-group p {
        gap: 15px;
    }
}