html, body {
    height: 100%;
    margin: 0;
}

body {
    background-color: #D9E6F0;
    background-repeat: repeat;
      font-family: 'Lora', serif;
    font-weight: 400!important;
    text-align: center;
    font-size: 14px;
    color: #5E5E5E;
    overflow-x: hidden;
}


h1 {
    position: relative;opacity:0.8;
    display: inline-block;
    padding: 16px 36px;
    margin: 60px auto 30px;
  font-family: 'Lora', serif;
  font-weight: 400;
  font-style: normal;
    font-size: 23px;
    letter-spacing: 5px;
    color: #4A7AA9;
    background: linear-gradient(135deg, #d9f0ff 0%, #a5ccf3 60%, #7fbdea 100%);
    border-radius: 12px 12px 6px 6px;
    box-shadow: 0 6px 15px rgba(120, 180, 220, 0.25);
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

h1:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(120, 180, 220, 0.4);
}



blockquote {
  font-family: 'Lora', serif;
    font-size: 18px;
    font-style: italic;
    padding: 30px 40px;
    margin: 40px auto;
    width: 70%;opacity:0.8;
    max-width: 700px;
    color: #5A8DA7;
    background: linear-gradient(135deg, #f4fbfe, #eaf5fa);
    border-radius: 30px;
    box-shadow: 0 10px 25px rgba(173, 216, 230, 0.25);
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
    text-align: center;
    backdrop-filter: blur(6px);
}

blockquote:hover {
    transform: scale(1.02);
}

blockquote::before {
    content: '“';
    font-size: 60px;
    color: rgba(90, 141, 167, 0.3);
    position: absolute;
    top: -20px;
    left: 20px;
  font-family: 'Lora', serif;
}

blockquote::after {
    content: '”';
    font-size: 60px;
    color: rgba(90, 141, 167, 0.3);
    position: absolute;
    bottom: -20px;
    right: 20px;
  font-family: 'Lora', serif;
}


.content {
    width: 60%;
    margin: 40px auto;
    padding: 0 20px;
    text-align: justify;
  font-family: 'Lora', serif;
    color: #4D7B99;
    line-height: 1.6; flex: 1;
}

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 18px 0;
  background: linear-gradient(
    135deg,
    #eaf6ff 0%,      
    #d1e9fc 60%,     
    #b9dbf8 100%     
  );
  border-radius: 0 0 12px 12px;
  box-shadow: 0 4px 15px rgba(120, 180, 220, 0.15);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(209, 233, 252, 0.7);
  text-align: center;
  z-index: 999;
  transition: background 0.4s ease;
}

#navigation a {
  display: inline-block;
  position: relative;
  font-family: 'Lora', serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #3b5a8a; 
  margin: 0 14px;
  padding: 12px 20px;
  border-radius: 999px;
  letter-spacing: 1.5px;
  transition: all 0.5s ease;
  overflow: hidden;
  text-shadow: none; 
}

#navigation a::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #add8ff; 
  transition: width 0.4s ease;
}

#navigation a:hover::before {
  width: 80%;
}

#navigation a:hover {
  color: #7fbdea; 
  box-shadow: none; 
}

.contentx {
  background: linear-gradient(
      145deg,
      #eaf6ff 0%,      
      #d1e9fc 60%,   
      #b9dbf8 100%    
    ),
    radial-gradient(
      circle at top left,
      rgba(234, 246, 255, 0.6),
      rgba(234, 246, 255, 0.3)
    );
  padding: 40px;
  border-radius: 40px;
  font-size: 18px;
  font-family: 'Lora', serif;
  color: #3a587a; 
  text-align: justify;
  box-shadow:
    0 8px 50px rgba(50, 110, 190, 0.07),
    inset 0 0 30px rgba(234, 246, 255, 0.2);
  backdrop-filter: blur(14px);
  margin-bottom: 40px;
  transition: all 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 6px 6px;
  text-shadow: none; 
}

.contentx::before {
  content: '';
  position: absolute;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
  background: radial-gradient(circle at center, rgba(234, 246, 255, 0.25), transparent 60%);
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.contentx > * {
  position: relative;
  z-index: 1;
}

#header {
        background-image: url('images/head.jpg'), url('images/bg1.jpg');
        background-repeat: no-repeat, repeat-x;
        background-position: center; 
        height:560px;
        width:100%;
        margin-top:-5px;
}


.content a,
.content b,
.content i {
    position: relative;
  font-family: 'Lora', serif;
    cursor: pointer;
    text-decoration: none;
    background: linear-gradient(135deg, #a5cce2, #4d7b99);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transition: filter 0.3s ease;
}

.content a:hover,
.content b:hover,
.content i:hover {
    filter: brightness(1.2);
}

#footer {
    background: linear-gradient(135deg, #d9e6f0 0%, #b6cee7 60%, #a0bee1 100%);
    color: #3d5a7c;
    text-align: center;
    padding: 70px 30px;
    margin-top: 80px;
    border-top: 4px double #7a9cc6;
    clip-path: polygon(
      0 50px, 12% 45px, 25% 55px, 38% 48px, 50% 60px, 62% 50px,
      75% 58px, 88% 50px, 100% 60px, 100% 100%, 0 100%
    );
    box-shadow:
      inset 0 10px 20px rgba(100, 140, 190, 0.1),
      0 10px 15px rgba(90, 130, 190, 0.15);
    font-family: 'Cinzel Decorative', serif;
    font-size: 18px;
    letter-spacing: 0.8px;
    position: relative;
    overflow: hidden;
}

#footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: radial-gradient(circle at center, #7a9cc6, transparent 60%);
    opacity: 0.35;
    pointer-events: none;
}

#footer a {
    color: #5a7b9c;
    text-decoration: none;
    border-bottom: 1.5px dashed #9cb7d5;
    padding-bottom: 2px;
    transition: color 0.3s ease, border-color 0.3s ease, text-shadow 0.3s ease;
    font-weight: 600;
}

#footer a:hover {
    color: #3d5a7c;
    border-bottom: 1.5px solid #7a9cc6;
    text-shadow: 0 0 10px rgba(170, 200, 240, 0.7);
    cursor: pointer;
}

.footer-content {
    max-width: 700px;
    margin: 0 auto;
}

.footer-credit {
    margin-top: 10px;
    font-size: 14px;
    color: #7a9cc6;
    font-style: italic;
}

.contentx input,
.contentx textarea,
.contentx select {
    width: 100%;
    max-width: 350px;     
    padding: 10px 14px;    
    margin: 12px 0;      
    font-family: 'Tahoma', sans-serif;
    font-size: 16px;       
    color: #5a7a95;
    background: linear-gradient(145deg, #e7f0fb, #cde6fc);
    border: 1px solid rgba(130, 170, 210, 0.25);
    border-radius: 12px;
    box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
    caret-color: #a3c0f3;
}

.contentx select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    max-width: 350px;
    padding: 10px 14px;
    margin: 12px 0;
    font-family: 'Tahoma', sans-serif;
    font-size: 16px;
    color: #68A3C1;
    background: 
        linear-gradient(145deg, #e7f0fb, #cde6fc),
        linear-gradient(45deg, transparent 50%, rgba(0,0,0,0.15) 50%),
        linear-gradient(135deg, rgba(0,0,0,0.15) 50%, transparent 50%);
    background-position:
        center,
        calc(100% - 20px) calc(50% - 3px),
        calc(100% - 15px) calc(50% - 3px);
    background-size:
        auto,
        5px 5px,
        5px 5px;
    background-repeat: no-repeat;
    border: 1px solid rgba(130, 170, 210, 0.25);
    border-radius: 12px;
    box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
    caret-color: #a3c0f3;
}

.dropdown-menu {
 background: linear-gradient(145deg, #d9e6f0, #a5cce2);
    color: #000000;
}

.dropdown-menu:hover {
     background: linear-gradient(145deg, #d9e6f0, #a5cce2);
}

.contentx button {
    background: linear-gradient(145deg, #d9e6f0, #a5cce2);
    border: 1.5px solid rgba(130, 170, 210, 0.6);
    border-radius: 12px;
    padding: 8px 20px;     
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 16px;         
    color: #3d5a7c;
    cursor: pointer;
    box-shadow: 0 3px 7px rgba(173, 216, 230, 0.4); 
    transition: all 0.3s ease;
    user-select: none;
    outline-offset: 2px;
    max-width: 100px;      
    width: auto;             
}

.contentx button:hover,
.contentx button:focus {
    background: linear-gradient(145deg, #a5cce2, #7fbdea);
    border-color: rgba(100, 140, 200, 0.8);
    color: #1e3f66;
    box-shadow: 0 5px 12px rgba(100, 140, 200, 0.6), 0 0 6px rgba(173, 216, 230, 0.6);
    outline: none;
}

.contentx button:active {
    background: linear-gradient(145deg, #7fbdea, #5f9bd9);
    box-shadow: inset 0 3px 8px rgba(30, 63, 102, 0.6);
    color: #14375b;
    transform: translateY(1px);
}