html, body {
    min-height: 100vh;
    margin: 0;
}

body {
    background-color: #06070a;
    color: #e2f1f8;
    overflow-x: hidden;
    position: relative;
    font-family: 'Lora', serif;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

#navigation {
    position: relative;
    z-index: 10;
    width: min(88%, 720px);
    margin: -32px auto 0;
    padding: 16px 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    background: rgba(10, 12, 20, 0.75);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(174, 239, 255, 0.2);
    border-radius: 999px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

#navigation a {
    position: relative;
    padding: 8px 14px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #aeefff;
    text-decoration: none;
    opacity: 0.85;
    transition: color 0.3s ease, opacity 0.3s ease;
}

#navigation a:hover {
    color: #ffffff;
    opacity: 1;
}

#navigation a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2px;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #aeefff, #d488e8, transparent);
    transform: translateX(-50%);
    transition: width 0.35s ease;
}

#navigation a:hover::after {
    width: 80%;
}

.contentx {
    width: min(90%, 960px);
    margin: -48px auto;
    padding: 44px;
    background: rgba(12, 14, 22, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(174, 239, 255, 0.12);
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
    color: #d1eaed;
    font-size: 18px;
}

h1 {
    display: table;
    margin: 36px auto;
    padding: 12px 36px;
    font-family: 'Lora', serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #ffffff;
    text-align: center;
    background: rgba(12, 14, 22, 0.8);
    border: 1px solid rgba(174, 239, 255, 0.3);
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    transition: border-color 0.3s ease, transform 0.3s ease;
}

h1:hover {
    transform: translateY(-1px);
    border-color: rgba(212, 136, 232, 0.5);
}

a {
    color: #aeefff;
    text-decoration: none;
    transition: color 0.25s ease;
}

a:hover {
    color: #d488e8;
}

i, em {
    font-style: italic;
    color: #cdebfd;
}

b, strong {
    color: #ffffff;
    font-weight: 600;
}

blockquote {
    position: relative;
    margin: 40px auto;
    padding: 28px 36px;
    font-style: italic;
    font-size: 19px;
    line-height: 1.8;
    color: #e2f1f8;
    background: rgba(12, 14, 22, 0.7);
    border-left: 3px solid #aeefff;
    border-radius: 0 12px 12px 0;
    backdrop-filter: blur(8px);
}

textarea, input, select {
    display: block;
    width: 100%;
    max-width: 520px;
    margin: 20px auto;
    padding: 14px 18px;
    box-sizing: border-box;
    font-family: 'Lora', serif;
    font-size: 15px;
    color: #ffffff;
    background: rgba(6, 7, 10, 0.8)!important;
    border: 1px solid rgba(174, 239, 255, 0.2);
    border-radius: 10px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

textarea:focus, input:focus, select:focus {
    outline: none;
    border-color: #aeefff;
    box-shadow: 0 0 12px rgba(174, 239, 255, 0.15);
}

textarea::placeholder, input::placeholder {
    color: #7293a0;
    font-style: italic;
}

button, .button, input[type="submit"], input[type="button"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    padding: 14px 32px;
    font-family: 'Lora', serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    background: rgba(12, 14, 22, 0.85);
    border: 1px solid rgba(174, 239, 255, 0.3);
    border-radius: 999px;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

button:hover, .button:hover, input[type="submit"]:hover, input[type="button"]:hover {
    color: #aeefff;
    border-color: rgba(212, 136, 232, 0.6);
    box-shadow: 0 6px 20px rgba(212, 136, 232, 0.15);
    transform: translateY(-1px);
}

button:active, .button:active, input[type="submit"]:active, input[type="button"]:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

button:disabled, .button:disabled, input[type="submit"]:disabled, input[type="button"]:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    border-color: rgba(174, 239, 255, 0.1);
    box-shadow: none;
    transform: none;
}

 #header{

    background-image:url("images/head.jpg");

    background-color:#000000;

    background-repeat:no-repeat;

    background-position:center;

    height:624px;

    width:100%;

    position:relative;

} 

.forest-footer {
    margin-top: 80px;
    padding: 48px 20px;
    text-align: center;
    background: linear-gradient(to bottom, transparent, #030406);
    border-top: 1px solid rgba(174, 239, 255, 0.1);
    font-family: 'Cinzel', serif;
}

.footer-ornament {
    width: 140px;
    height: 1px;
    margin: 0 auto 24px;
    background: linear-gradient(to right, transparent, #aeefff, #d488e8, transparent);
    opacity: 0.6;
}

.footer-title {
    font-size: 18px;
    letter-spacing: 3px;
    color: #ffffff;
    margin-bottom: 16px;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 18px;
}

.footer-links a {
    font-size: 15px;
    opacity: 0.8;
}

.footer-links a:hover {
    opacity: 1;
}

.footer-copy {
    color: #7293a0;
    font-size: 13px;
    font-style: italic;
}

@media (max-width: 768px) {
    #header {
        min-height: 280px;
    }

    #navigation {
        flex-direction: column;
        width: 90%;
        border-radius: 16px;
        gap: 8px;
        padding: 16px;
    }

    #navigation a {
        padding: 8px;
    }

    .contentx {
        padding: 24px;
        font-size: 16px;
    }

    blockquote {
        padding: 20px 24px;
        font-size: 17px;
    }

    .footer-links {
        flex-direction: column;
        gap: 12px;
    }
}