/* Base styles */
body {
  font-family: Arial, sans-serif;
  background-color: #0e0e0e;
  color: #f5f5f5;
  margin: 0;
  padding: 0;
}

/* Header */
header {
  background: #1a1a1a;
  padding: 20px;
  text-align: center;
}

header h1 {
  margin: 0;
  font-size: 2rem;
}

nav a {
  margin: 0 10px;
  color: #a0e0ff;
  text-decoration: none;
}

nav a:hover {
  text-decoration: underline;
}

/* Hero Section */
.hero {
  text-align: center;
  padding: 60px 20px;
  /* You can add a background image here if you want */
}

/* Footer */
footer {
  background: #111;
  color: #ccc;
  padding: 10px 20px;       /* less padding top and bottom */
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.2;         /* tighter line spacing */
}

footer .footer-section {
  margin-bottom: 4px;       /* smaller spacing between sections */
}

footer .footer-section:last-child {
  margin-bottom: 0;         /* no margin after last section */
}

footer a {
  color: #a0e0ff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

.channel-info {
  text-align: center;
  padding: 30px 20px;
}

.video-grid {
  padding: 30px 20px;
  text-align: center;
}

.videos {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.videos iframe {
  border-radius: 8px;
  box-shadow: 0 0 10px #00aaff55;
  transition: transform 0.2s ease;
}

.videos iframe:hover {
  transform: scale(1.05);
}

.videos {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.channel-card {
  max-width: 480px;
  margin: 40px auto;
  background: #1a1a1a;
  border-radius: 12px;
  box-shadow: 0 0 20px #00aaff55;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.channel-card:hover {
  box-shadow: 0 0 30px #00ccffaa;
}

.channel-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #a0e0ff;
  padding: 20px;
}

.channel-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  margin-right: 20px;
  border: 2px solid #00aaff;
}

.channel-details h2 {
  margin: 0 0 6px 0;
  font-size: 1.8rem;
}

.channel-details p {
  margin: 0 0 12px 0;
  font-size: 1rem;
  color: #ccc;
}

.subscribe-button {
  background: #00aaff;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.subscribe-button:hover {
  background: #0077cc;
}

main {
  position: relative;
  background: url('images/dark-forest.jpg') no-repeat center center;
  background-size: cover;
  color: #ddd;
  padding: 40px 20px;
  border-radius: 12px;
  box-shadow: 0 0 20px #0008 inset;
  overflow: hidden;
}

main::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.6); /* dark overlay */
  border-radius: 12px;
  pointer-events: none;
  z-index: 0;
}

main > * {
  position: relative;
  z-index: 1;
}

main {
  position: relative;
  background: url('images/dark-forest.jpg') no-repeat center center;
  background-size: cover;
  color: #ddd;
  padding: 40px 20px;
  border-radius: 12px;
  box-shadow: 0 0 20px #0008 inset;
  overflow: hidden;
}

main::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.6); /* dark overlay */
  border-radius: 12px;
  pointer-events: none;
  z-index: 0;
}

main > * {
  position: relative;
  z-index: 1;
}

/* Contact form styles */
.contact-section {
  max-width: 480px;
  margin: 40px auto;
  background: rgba(26, 26, 26, 0.85);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 20px #00aaff55;
}

.contact-section h2 {
  margin-top: 0;
  color: #a0e0ff;
  text-align: center;
}

.contact-section p {
  text-align: center;
  margin-bottom: 20px;
  color: #ccc;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 8px;
  border: none;
  font-size: 1rem;
  resize: vertical;
}

.contact-form button {
  background: #00aaff;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 1.1rem;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background: #0077cc;
}

.cryptid-list {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background: rgba(26, 26, 26, 0.85);
  border-radius: 12px;
  box-shadow: 0 0 20px #00aaff55;
  color: #ddd;
}

.cryptid-list h2 {
  color: #a0e0ff;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
}

.cryptid-card {
  background: #1a1a1a;
  padding: 20px 25px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px #00aaff55;
  transition: box-shadow 0.3s ease;
}

.cryptid-card:hover {
  box-shadow: 0 0 15px #00ccffaa;
}

.cryptid-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #a0e0ff;
  line-height: 1.1;
}

.cryptid-card p {
  margin: 0;
  color: #ccc;
  font-size: 1rem;
  line-height: 1.4;
}

.cryptid-card {
  display: flex;
  align-items: flex-start;
  background: #1a1a1a;
  padding: 20px 25px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px #00aaff55;
  transition: box-shadow 0.3s ease;
  gap: 20px;
}

.cryptid-card:hover {
  box-shadow: 0 0 15px #00ccffaa;
}

.cryptid-image {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  object-fit: cover; /* Makes any format fit nicely by cropping if needed */
  border-radius: 12px;
  border: 2px solid #00aaff;
  box-shadow: 0 0 8px #00aaff66;
}

.cryptid-content {
  flex: 1;
  color: #ccc;
}

.cryptid-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #a0e0ff;
  line-height: 1.1;
}

.cryptid-content p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
}

.cryptid-intro {
  max-width: 800px;
  margin: 2rem auto;
  padding: 0 1rem;
  font-size: 1.1rem;
  color: #ddd;
  text-align: center;
}

.about-me {
  max-width: 1000px;
  margin: 3rem auto;
  padding: 0 1rem;
  color: #ddd;
}

.about-me h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.about-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #1a1a1a;
  border-radius: 10px;
  margin-bottom: 2rem;
  box-shadow: 0 0 10px rgba(0, 255, 200, 0.1);
  overflow: hidden;
}

.about-image {
  width: 100%;
  max-width: 300px;
  object-fit: cover;
  height: 100%;
  flex-shrink: 0;
}

.about-text {
  padding: 1.5rem;
  flex: 1;
}

.about-text h3 {
  margin-top: 0;
  color: #0ff;
}

.about-text p {
  line-height: 1.6;
}
