body {
    margin: 0;
    padding: 0;
}

.ee-es h1 {
    background-color: rgba(25, 25, 25, 0.95);
    color: #fff;
    margin: 0;
    padding: 10px;
}

/*.ee-es h2 {*/
/*    background-color: rgba(25, 25, 25, 0.93);*/
/*    color: #fff;*/
/*    margin: 0;*/
/*    padding: 10px;*/
/*}*/

.ee-es h3 {
    background-color: rgba(25, 25, 25, 0.91);
    color: #fff;
    margin: 0;
    padding: 10px;
}

.ee-es h4 {
    margin: 0;
    padding: 10px;
    color: #000;
}

.ee-es .a-href {
    color: #fff;
    text-decoration: none;
}

.ee-es .ga4-img {
    height: 30px;
    margin-bottom: -4px;
}

.ee-es .region-img {
    width: 25px;
    margin-left: 10px;
    margin-bottom: -4px;
}

.ee-es .flag-img {
    width: 25px;
    height: 17px;
    margin-left: 10px;
}

.ee-es .bg-img {
    width: -webkit-fill-available;
}

.ee-es {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;

    /*background-image: url('../../../../assets/img/ga4_bg_sky_car_default.jpg'); !* Placeholder image URL *!*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*min-height: 100vh;*/
    /*transition: background-image 1s ease-in-out; !* Smooth background change animation *!*/
}
.ee-es .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    transition: opacity 1s ease-in-out; /* Smooth background change animation */
}
.ee-es .back-default {
    background-image: url('../../../../assets/img/ga4_bg_sky_default.jpg'); /* Placeholder image URL */
    opacity: 1;
}
.ee-es .back-sky-aero {
    background-image: url('../../../../assets/img/ga4_bg_sky_aero.jpg'); /* Placeholder image URL */
    opacity: 0;
}

.ee-es .back-sky-terra {
    background-image: url('../../../../assets/img/ga4_bg_sky_terra.jpg'); /* Placeholder image URL */
    opacity: 0;
}

.ee-es .back-sky-lunar {
    background-image: url('../../../../assets/img/ga4_bg_sky_lunar.jpg'); /* Placeholder image URL */
    opacity: 0;
}

.ee-es .back-sky-nova {
    background-image: url('../../../../assets/img/ga4_bg_sky_nova.jpg'); /* Placeholder image URL */
    opacity: 0;
}

.ee-es .container {
    max-width: 600px;
    margin: auto;
    background: rgba(255, 255, 255, 0.3);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.ee-es h2 {
    text-align: center;
    color: #0056b3;
    margin-bottom: 20px;
}
.ee-es .form-group {
    margin-bottom: 15px;
}
.ee-es .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}
.ee-es .form-group input,
.ee-es .form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.ee-es .form-group input:focus,
.ee-es .form-group select:focus {
    border-color: #007BFF;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.ee-es .submit-btn {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.ee-es .submit-btn:hover {
    background-color: #0056b3;
}
.ee-es .error-message {
    color: #e30000;
    font-size: 0.9em;
    display: none;
    margin-top: 5px;
}
.ee-es #success-message {
    text-align: center;
    color: green;
    font-weight: bold;
    display: none;
    margin-top: 20px;
    background-color: #ffffff77;
}

.ee-es #success-message div {
    color: #fa316a;
    font-size: 14pt;
}
