html, body {
  height: 100%;
  margin: 0;
  font-family: 'Cormorant Garamond', serif;

  background: 
    linear-gradient(
      to bottom,
      #0d1f0d 0%,     /* Muted deep green */
      #132a13 40%,    /* Dark moss green */
      #0f1c0f 70%,    /* Almost black with green tint */
      #000000 100%    /* Pure black */
    ),
    radial-gradient(circle at top right, rgba(34, 51, 34, 0.1), transparent 60%),
    radial-gradient(circle at bottom left, rgba(26, 39, 26, 0.1), transparent 70%);
  
  background-attachment: fixed;
  background-blend-mode: soft-light, multiply, darken;

  color: #d0e0d0;
  line-height: 1.8;
}

#navigation {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px 0;
  background: linear-gradient(to right, rgba(30, 50, 30, 0.5), rgba(20, 40, 20, 0.4));
  backdrop-filter: blur(14px);
  border-top: 1px solid rgba(40, 80, 40, 0.4);
  box-shadow: 0 -4px 30px rgba(0, 50, 0, 0.1);
  text-align: center;
  z-index: 999;
}
#navigation a {
  display: inline-block;
  position: relative;
  font-family: 'Cinzel Decorative', serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #8fbc8f;
  margin: 0 14px;
  padding: 12px 20px;
  border-radius: 999px;
  letter-spacing: 1.5px;
  transition: all 0.5s ease;
  overflow: hidden;
}

#navigation a::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #32cd32;
  transition: width 0.4s ease;
}

#navigation a:hover::before {
  width: 80%;
}

#navigation a:hover {
  color: #98fb98;
  background: rgba(0, 60, 0, 0.2);
  backdrop-filter: blur(8px);
  box-shadow: 0 0 12px rgba(0, 120, 0, 0.2);
}

h1 {  position: relative;
  font-family: 'Uncial Antiqua', 'Great Vibes', serif;
  font-size: 36px;
  text-align: center;
  letter-spacing: 1.8px;
  margin: 80px auto 40px;
  padding: 20px 40px;
  color: transparent;
  background: linear-gradient(to right, #6f9d6a, #3c6e3c, #6f9d6a);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  z-index: 1;
  display: inline-block;
}

h1::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(to right, #3c6e3c, #a9cfa1, #3c6e3c);
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(50, 80, 50, 0.4);
}


blockquote {
  position: relative;
  background: linear-gradient(135deg, #1f3a1f, #2e4c2e);
  border-radius: 24px;
  padding: 25px 35px;
  font-style: italic;
  font-family: 'EB Garamond', serif;
  color: #b7d0b7; /* softer green */
  box-shadow:
    inset 0 0 10px rgba(0, 0, 0, 0.4),
    0 4px 12px rgba(0, 0, 0, 0.3);
  border-left: 4px solid #4a7a4a; /* thinner, softer green border */
  max-width: 700px;
  margin: 40px auto;
  line-height: 1.6;
  backdrop-filter: blur(3px);
  transition: all 0.3s ease;
}

blockquote::before,
blockquote::after {
  content: '❝';
  font-size: 56px;
  color: #5c7d5c;
  opacity: 0.1;
  position: absolute;
  font-family: serif;
  user-select: none;
  pointer-events: none;
  filter: drop-shadow(0 0 1px rgba(0,0,0,0.2));
}

blockquote::before {
  top: 12px;
  left: 16px;
  transform: rotate(-8deg);
}

blockquote::after {
  bottom: 12px;
  right: 16px;
  transform: rotate(170deg);
}

blockquote p {
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #d0e0d0; /* lighter text */
}


#header {
  position: relative;
  width: 70%;
  max-width: 900px;
  height: 479px;
  margin: 100px auto 40px auto;
  border-radius: 60px;
  background: url('images/head.jpg') no-repeat center center;
  background-size: cover;
  box-shadow: 0 12px 60px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  filter: brightness(0.7) contrast(1.1) saturate(1.2);
  transition: border-radius 0.7s ease, box-shadow 0.7s ease;
}

#header::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    rgba(0, 100, 0, 0.25),
    rgba(0, 70, 0, 0.2)
  );
  opacity: 0;
  transition: opacity 0.7s ease;
  z-index: 1;
}

#header:hover {
  border-radius: 100px 20px 100px 20px / 40px 80px 40px 80px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.5);
}

#header:hover::after {
  opacity: 1;
}

#content {
  position: relative;
  width: 900px;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 10px; 
 padding-bottom: 140px;
  z-index: 1;
}

.contentx {
  background: linear-gradient(
      145deg,
      rgba(13, 31, 13, 0.9),   /* #0d1f0d */
      rgba(19, 42, 19, 0.85),  /* #132a13 */
      rgba(15, 28, 15, 0.8)    /* #0f1c0f */
    ),
    radial-gradient(
      circle at top left,
      rgba(34, 51, 34, 0.15),  /* very subtle green lighting */
      rgba(0, 0, 0, 0.1)
    );
  padding: 40px;
  border-radius: 40px;
  font-size: 18px;
  font-family: 'Lora', serif;
  color: #d0e0d0;
  text-align: justify;
  box-shadow:
    0 10px 60px rgba(0, 0, 0, 0.3),
    inset 0 0 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.contentx::before {
  content: '';
  position: absolute;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
  background: radial-gradient(circle at center, rgba(50, 80, 50, 0.05), transparent 60%);
  opacity: 0.08;
  z-index: 0;
}


.contentx > * {
  position: relative;
  z-index: 1;
}

.contentx input,
textarea,
select {
  background-color: rgba(40, 60, 40, 0.3);
  border: 1px solid #2e5930;
  padding: 12px 18px;
  color: #d3ffd3;
  border-radius: 20px;
  font-size: 16px;
  font-family: 'Crimson Text', serif;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 0 8px rgba(0,100,0,0.4);
  transition: all 0.3s ease;
}

.contentx input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #00ff7f;
  background-color: rgba(20, 40, 20, 0.6);
  box-shadow: 0 0 12px rgba(0, 150, 0, 0.3);
}

a {
  color: #9acd32; /* yellow-green */
  font-size: 18px;
  font-family: 'Lora', serif;
  letter-spacing: 1.2px;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
  padding: 6px 4px;
  transition: all 0.4s ease;
}

a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #9acd32;
  transition: width 0.3s ease;
}

a:hover::after {
  width: 100%;
}

a:hover {
  color: #cddc39; /* lighter yellow-green on hover */
}

b, i {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.5px;
  
  /* Gradient text fill */
  background: linear-gradient(135deg, #4a7a4a, #9bbf9b, #4a7a4a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;

  /* Position relative for underline */
  position: relative;
  cursor: default;
  transition: color 0.6s ease;
}

/* Underline styling with gradient */
b::after, i::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background: linear-gradient(to right, #3a603a, #7fa77f, #3a603a);
  opacity: 0.7;
  transition: width 0.5s ease;
  transform-origin: left;
  width: 0;
}

/* Animate underline on hover */
b:hover::after,
i:hover::after {
  width: 100%;
}

/* Optional: subtle glow on hover */
b:hover, i:hover {
  text-shadow: 0 0 6px rgba(90, 150, 90, 0.6);
  color: transparent; /* keep gradient visible */
  background-size: 200% 200%;
  background-position: 100% 50%;
  transition: background-position 1s ease;
}