:root {
  --primary: #6366f1;
  --primary-light: #8896ff;
  --primary-dark: #4f46e5;
  --secondary: #c084fc;
  --background: #f8fafc;
  --foreground: #1e293b;
  --muted: #64748b;
  --muted-foreground: #94a3b8;
  --border: #e2e8f0;
  --input: #e2e8f0;
  --ring: #cbd5e1;
  --radius: 0.5rem;
}

/* Toàn bộ scrollbar */
::-webkit-scrollbar {
  /* width: 8px; */
  display: none;
}

/* Phần track (nền sau thanh cuộn) */
/* ::-webkit-scrollbar-track {
  background: #ececec;
  border-radius: 10px;
} */

/* Phần thumb (thanh trượt) */
/* ::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #ff6b6b, #f06595);
  border-radius: 10px;
} */

/* Hover vào thanh trượt */
/* ::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #f06595, #cc5de8);
} */

@media (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .social-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .buddhism-content {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .idols-container {
    flex-direction: row;
  }

  .footer-content {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    align-items: flex-start;
  }

  .footer-credits {
    justify-content: flex-start;
  }

  .music-player:hover {
    background: #7cac7c;
    text-shadow: 0 0 8px rgb(0, 0, 0);
    box-shadow: 0 0 26px #4f6d4f;
  }

}

@media (min-width: 1024px) and (max-width: 1440px) {
  .hero-content {
    margin-top: 5%;
  }

  .hero-lotus-logo {
    width: 160px;
    height: 160px;
  }

  .none-lt {
    display: none;
  }

}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .section-heading {
    font-size: 2rem;
  }

  .main-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    display: none;
  }

  .messages {
    margin: 20px auto;
    padding: 20px 15px;
    max-width: 90%;
  }

  .wrapend {
    font-family: 'Palatino Linotype', 'Georgia', serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #2c2c2c;
    text-align: center;
    line-height: 1.75;
    padding: 20px 0;
    margin: 32px 0;
    border-top: 0.5px solid #ccc;
    border-bottom: 0.5px solid #ccc;
    border-left: none;
    border-right: none;
    background: none;
  }

  .wrapend::before,
  .wrapend::after {
    display: none;
  }
}