* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Arial, sans-serif;
}
@font-face {
    font-family: "Renogare";
    src: url("fonts/Renogare-Regular.ttf") format("ttf"), url("fonts/Renogare.woff") format("woff"), url("fonts/Renogare-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
.text {
    font-family: "Renogare", sans-serif;
}
/* Success Popup Styling */
#successPopup {
    display: none; /* Hidden by default */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    color: white;
    font-size: 1.2rem;
    text-align: center;
    z-index: 1000;
    padding: 20px;
    border-radius: 10px;
    white-space: nowrap; /* Prevents text from wrapping */
}

/* Popup Content Box */
#successPopup .popup-message {
    background: white;
    color: black;
    padding: 25px 25px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    display: inline-block; /* Ensures it only takes the width of the text */
    width:100%;
    font-family: "Renogare";
}

/* Close Button */
#successPopup button {
    margin-top: 10px;
    background: #e94560;
    color: white;
    border: none;
    padding: 8px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    font-family: "Renogare";
}

#successPopup button:hover {
    background: #d42b4c;
}


body {
 	background-size: cover;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	width: 100%;
	background-image: url("/assets/images/earthly.webp");
	background-attachment: fixed;
	text-align: center;
	padding-top:1%;
		font-family: "Renogare", sans-serif;
}
.logo {
	margin: auto;
	max-width: 300px;
}
.form-container {
	justify-content: center;
	/* Centers content inside */
	align-items: center;

	/* Centers form container horizontally */

	padding: 20px;
	border-radius: 10px;
	color: white;
	width: 100%;
	text-align: center;
	margin: auto;
	/* Ensures centering */
}
.black-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    animation: fadeOut 2s forwards;
    z-index: 9999; /* Ensures it appears above all other elements */
}
.applogo img {
	margin: auto;
	max-width: 300px;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}
form {
    max-width: 400px;
    margin: auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-size: cover;
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
button {
    width: 100%;
    padding: 10px;
    background-size: cover;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
button:hover {
    background-size: cover;
}
.container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    padding-top: 50px;
    height: 100vh;
}

.text {
    margin-top: 10px;
    text-align:center;
    color: white;
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.9);
    font-family: "Renogare", sans-serif;
           flex-direction: column;
        align-items: center;
    }
}
.button-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 75vw;
    margin: auto;
    margin-top: 25px;
    text-align: center;
}
.index-btn {
    background-image: url('/assets/images/tierbg.webp');
    background-size: cover;
    background-size: cover;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.2rem;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 10px 25px 10px 25px;
    transition: transform 0.2s ease-in-out, border-color 0.3s ease-in-out;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    width: auto;
    margin: 5px;
    font-family: "Renogare", sans-serif;
}
.index-btn:hover {
    border-color: #ffebeb;
    transform: scale(1.05);
}
.emailcontainer {
    font-family: "Renogare", sans-serif;
    max-width: 800px;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    padding: 40px 20px 10px 20px;
    border-radius: 10px;
    position: relative;
}
input[type="email"] {
    width: 50%;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: "Renogare", sans-serif;
}
button {
    background-image: url('/assets/images/tierbg.webp');
    background-size: cover;
    width: auto;
    font-family: "Renogare", sans-serif;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
}
h2 {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}
button:hover {
    background-size: cover;
    font-family: "Renogare", sans-serif;
}
footer {
	margin-top: auto;
	/* Pushes the footer to the bottom */
	width: 100%;
	text-align: center;
	color: white;
	font-size: 1rem;
	background-size: cover;
	padding: 10px 0;
	font-family: "Renogare", sans-serif;
	}
footer p, a {
   font-family: "Renogare", sans-serif;
}
.fb-social {
    text-align: center;
    margin-top: 10px;
    display: block;
}
.fb-social a {
    margin: 10px;
    border: none;
    display: inline-block;
}
.fb-social img {
    transition: transform 0.3s ease-in-out;
    width: 80px;
    height: 80px;
    border-radius: 15px;
    vertical-align: middle;
    display: block;
    border: 2px solid white;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7);
}
.fb-social img:hover {
    transform: scale(1.1);
}
@media (max-width: 768px) {
    .text {
        font-size: 2rem;
        width: 90%;
        margin:auto;
    }
    .button-box {
        flex-direction: column;
        align-items: center;
    }
    .index-btn {
        width: 80%;
        min-width: unset;
    }
} /* Responsive Design Improvements */
