html, body {
        height: 100%;
        margin:0;
}

body {
        background-image: url('images/bg.jpg');
        background-repeat: repeat;
}



#navigation {
    position: relative;
    width: 80%;
    margin-top: -70px;
    padding: 30px 20px;
    background: linear-gradient(135deg, rgba(44, 50, 60, 0.75), rgba(70, 80, 95, 0.85));
    backdrop-filter: blur(10px);
    border-radius: 40px 40px 20px 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
    text-align: center;
    font-family: 'Tahoma', sans-serif;
    opacity: 0.65;
    border-top: 10px solid #4a5a6a;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 18px;
    animation: fadeIn 1.2s ease forwards;
    opacity: 0;
}

@keyframes fadeIn {
    to { opacity: 0.65; }
}

#navigation a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none!important;
    color: #d8e1ed;
    background: linear-gradient(145deg, #44566c, #2c3a50);
    border-radius: 50px;
    padding: 14px 28px;
    font-family: 'Alumni Sans Pinstripe', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    box-shadow: 3px 5px 12px rgba(0, 0, 0, 0.3), inset 0 0 10px rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

#navigation a::before {
    content: "✦";
    font-size: 22px;
    color: #a3b4c4;
    margin-right: 8px;
    transition: transform 0.4s ease, color 0.4s ease;
}

#navigation a::after {
    content: ♕;
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 10%, transparent 70%);
    transform: rotate(25deg);
    transition: opacity 0.6s ease;
    opacity: 0;
    pointer-events: none;
}

#navigation a:hover::after {
    opacity: 0.7;
}

#navigation a:hover {
    background: linear-gradient(135deg, #5c7aa6, #3a4c65);
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}

#navigation a:hover::before {
    color: #ffffff;
    transform: rotate(180deg) scale(1.2);
}

#navigation a:active {
    transform: scale(0.95);
    background: linear-gradient(to right, #2e3d4e, #1d2733);
    color: #d0d6dd;
}

#header {
        background-image: url('images/head.jpg'),url('images/bg1.jpg');
        background-repeat: no-repeat,repeat-x;
        background-position: center;
        height:611px;
        width:100%;
        margin-top:-5px;
}

a {
    color: #9fbddb;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: color 0.3s ease;
}

/* Animated underline */
a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #a0c4ff, #6c85a5);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    border-radius: 2px;
}

a:hover::after {
    transform: scaleX(1);
}

a:hover {
    color: #e1efff;
    text-shadow: 0 0 8px rgba(173, 216, 255, 0.2);
}

b, strong {
    color: #cfd7e0;
    font-weight: 700;
    background: linear-gradient(to right, #4a5c70, #2e3d4f);
    padding: 2px 6px;
    font-family: 'Roboto Slab', serif;
    border-radius: 4px;
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.1);
    transition: background 0.3s ease;
}

b, strong {
    color: #dce6f2;
    font-weight: 700;
    background: linear-gradient(145deg, #1f2d3d, #2e3c4f);
    padding: 3px 6px;
    border-radius: 6px;
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.05),
                0 2px 6px rgba(0, 0, 0, 0.4);
    transition: background 0.3s ease, color 0.3s ease;
}

b:hover, strong:hover {
    background: linear-gradient(145deg, #2f445d, #3b506a);
    color: #ffffff;
}

i, em {
    color: #a5b8d1;
    font-style: italic;
    background-color: rgba(30, 40, 55, 0.6);
    border-left: 3px solid #506680;
    padding: 2px 10px;
    margin: 0 2px;
    border-radius: 4px;
    font-family: 'Georgia', serif;
    transition: all 0.3s ease;
}

i:hover, em:hover {
    color: #d0e1f8;
    background-color: rgba(45, 60, 80, 0.75);
    border-left-color: #6f8ea8;
}

#content {
    margin: -10px;
    position: relative;
    float: center;
    width: 70%;
}

.contentx {
        margin-left:0px;
        margin-right:0px;
        margin-bottom: 50px;padding:25px;
    font-size: 16px;
font-family: 'Libre Baskerville', serif;
        font-weight: 500!important;
        text-align:justify; color:#162034;
        line-height:25px;letter-spacing:2px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px; opacity:0.6;
}


blockquote {
    position: relative;
    background: linear-gradient(145deg, rgba(44, 50, 60, 0.8), rgba(70, 80, 95, 0.9));
    border-left: 6px solid #6f8ca8;
    padding: 20px 30px;
    margin: 30px 0;
    border-radius: 12px;
    color: #d8e1ed;
    font-style: italic;
    font-size: 1.1em;
    line-height: 1.6;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-family: 'Georgia', serif;
    overflow: hidden;
}

blockquote::before {
    content: '♚';
    font-size: 4rem;
    color: #a2bddc;
    position: absolute;
    top: -25px;
    left: 20px;
    opacity: 0.2;
    font-family: 'Georgia', serif;
}

blockquote::after {
    content: '♚';
    font-size: 4rem;
    color: #a2bddc;
    position: absolute;
    bottom: -25px;
    right: 20px;
    opacity: 0.2;
    font-family: 'Georgia', serif;
}

blockquote:hover {
    transform: scale(1.015);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}


input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
    width: 100%;
    padding: 14px 18px;
    margin: 10px 0;
    font-size: 1rem;
    font-family: 'Segoe UI', sans-serif;
    color: #d8e1ed;
    background: rgba(50, 60, 75, 0.8);
    border: 2px solid rgba(120, 140, 160, 0.3);
    border-radius: 12px;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.05), 0 4px 12px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(6px);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus,
input:hover,
select:hover,
textarea:hover {
    border-color: #a0c4ff;
    background: rgba(60, 75, 95, 0.85);
    box-shadow: 0 0 10px rgba(160, 196, 255, 0.3), 0 4px 18px rgba(0, 0, 0, 0.4);
    color: #eaf1fb;
}

select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23a0c4ff' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px;
    padding-right: 3rem;
    cursor: pointer;
}

textarea {
    resize: vertical;
    min-height: 100px;
}

::placeholder {
    color: #a8b6c6;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

input:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0.4;
}

h1 {
    background: linear-gradient(145deg, #0e1622, #1a2532);
    color: #d0e1f5;
    padding: 20px 30px;
    border-left: 6px solid #5a7ca4;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
    font-size: 2.2rem;
    font-family: 'Segoe UI', sans-serif;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

h1:hover {
    background: linear-gradient(145deg, #1b2836, #24384d);
    color: #ffffff;
    border-left-color: #7fa6d9;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.7);
}
