
body {
    background-image: url('-images/JJJJJJ.jpeg'); /* Adjust path if needed */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
/* ========== Layout Enhancements ========== */
body {
    line-height: 1.6;
    font-size: 17px;
}

main {
    max-width: 1200px;
    margin: 30px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(107, 142, 35, 0.15);
}

/* ========== Header ========== */
header {
    background-color: #f9f9f9;
    padding: 30px 20px;
    text-align: center;
    border-bottom: 4px solid darkolivegreen;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

header h1 {
    color: darkolivegreen;
    font-size: 2.8rem;
    margin: 10px 0;
}

header p {
    font-size: 1.1rem;
    color: #444;
    font-style: italic;
}

header img {
    max-width: 150px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(107, 142, 35, 0.3);
}

/* ========== NAVBAR ========== */
.navbar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: darkolivegreen;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar a {
    color: white;
    padding: 15px 25px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border-right: 1px solid olivedrab;
}

.navbar a:last-child {
    border-right: none;
}

.navbar a:hover {
    background-color: olivedrab;
    transform: scale(1.05);
}

/* ========== Sections & Typography ========== */
section {
    margin-bottom: 40px;
}

h2 {
    font-size: 2rem;
    color: olivedrab;
    margin-bottom: 10px;
}

h3 {
    font-size: 1.5rem;
    color: darkolivegreen;
}

h4 {
    font-size: 1.2rem;
    color: olivedrab;
}

ul {
    padding-left: 20px;
}

li {
    margin-bottom: 8px;
    color: darkolivegreen;
    font-weight: 500;
}

/* ========== Hero Section ========== */
#hero {
    background-color: #f2f4ef;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 0 10px rgba(107, 142, 35, 0.2);
}

#hero img {
    max-width: 100%;
    margin-top: 20px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(107, 142, 35, 0.3);
}

/* ========== Quick Info & CTA ========== */
#quick-info, #visit-cta {
    background-color: #fdfdf7;
    border-left: 6px solid darkolivegreen;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* ========== Tables (Sculptures & Gallery) ========== */
table {
    width: 100%;
    border-spacing: 20px;
}

td {
    background-color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(107, 142, 35, 0.1);
    transition: transform 0.3s ease;
}

td:hover {
    transform: scale(1.03);
}

td img {
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    max-width: 100%;
    height: auto;
}

td p {
    margin-top: 10px;
    font-weight: bold;
    color: darkolivegreen;
}

/* ========== Footer ========== */
footer {
    background-color: #f0f0f0;
    padding: 20px;
    text-align: center;
    border-top: 3px solid olivedrab;
    color: #333;
    font-size: 0.95rem;
    margin-top: 50px;
}

footer a {
    color: darkolivegreen;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/* ========== Contact Form ========== */
.form {
    background-color: #fefefe;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid olivedrab;
    box-shadow: 0 2px 10px rgba(107, 142, 35, 0.1);
}

.form input[type="text"],
.form input[type="email"],
.form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid darkolivegreen;
    border-radius: 6px;
    font-size: 16px;
}

.form button {
    background-color: darkolivegreen;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.form button:hover {
    background-color: olivedrab;
}

/* ========== Video & Map ========== */
iframe {
    width: 100%;
    max-width: 100%;
    height: 400px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(107, 142, 35, 0.15);
}

/* ========== Responsive ========== */
@media (max-width: 768px) {
    header img {
        width: 100%;
        max-width: 250px;
        height: auto;
    }

    .navbar {
        flex-direction: column;
        align-items: center;
    }

    .navbar a {
        width: 100%;
        text-align: center;
        border-right: none;
        border-bottom: 1px solid olivedrab;
    }

    .navbar a:last-child {
        border-bottom: none;
    }

    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    iframe {
        height: 300px;
    }
}

/* ----- Modern Digital Clock (Green Theme) ----- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&family=Roboto+Mono:wght@500;700&display=swap');

#clock-container {
  position: absolute;
  top: 18px;
  right: 28px;
  width: max-content;
  min-width: 200px;
  background: linear-gradient(180deg, rgba(235,255,235,0.95), rgba(240,255,240,0.85));
  border: 2px solid rgba(29,122,29,0.95);
  border-radius: 12px;
  padding: 10px 14px;
  box-shadow: 0 6px 20px rgba(32, 64, 32, 0.12), inset 0 -2px 6px rgba(255,255,255,0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  z-index: 999;
}

/* DATE */
#clock-date {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  color: #2a7a2a;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  opacity: 0.95;
}

/* TIME */
#clock-time {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

/* hour & minute use a mono font for clean alignment */
.time-number {
  font-family: 'Roboto Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, monospace;
  font-weight: 700;
  color: #0f5f0f; /* deep green */
  font-size: 1.6rem;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255,255,255,0.25);
}

/* seconds smaller and slightly transparent */
.time-seconds {
  font-family: 'Roboto Mono', monospace;
  font-weight: 500;
  color: rgba(11,90,11,0.85);
  font-size: 0.9rem;
  margin-left: 6px;
  opacity: 0.9;
  transform: translateY(-2px);
}

/* blinking colon */
.colon {
  font-family: 'Roboto Mono', monospace;
  font-weight: 700;
  color: #1d7a1d;
  font-size: 1.6rem;
  animation: blinkColon 1s steps(1,end) infinite;
}

/* metadata (ampm + tz) */
#clock-meta {
  display: flex;
  gap: 8px;
  font-size: 0.75rem;
  color: #166016;
  align-items: center;
  height: 18px;
}

#clock-tz {
  background: rgba(29,122,29,0.08);
  border: 1px solid rgba(29,122,29,0.12);
  padding: 2px 6px;
  border-radius: 999px;
  font-weight: 600;
  color: #145314;
  text-transform: uppercase;
  font-size: 0.68rem;
  letter-spacing: 0.6px;
}

/* small AM/PM pill (is empty in 24h mode; JS may fill) */
#clock-ampm {
  color: #145314;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
}

/* animations */
@keyframes blinkColon {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0.05; }
}

/* responsive: move clock below navbar on narrow screens */
@media (max-width: 720px) {
  #clock-container {
    position: static;
    margin: 10px 0 0;
    align-self: flex-end;
    width: 100%;
    justify-content: center;
    padding: 12px;
  }
  #clock-time { justify-content: center; }
  .time-number { font-size: 1.35rem; }
}
/* DIGITAL CLOCK STYLES */
#clock-container {
  position: absolute;
  top: 20px;
  right: 30px;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  font-size: 1.1rem;
  background: rgba(255,255,255,0.8);
  padding: 6px 10px;
  border-radius: 5px;
  border: 1px solid olivedrab;
}

@media (max-width: 600px) {
  #clock-container {
    position: static;
    display: block;
    text-align: right;
    margin-top: 10px;
  }
}