:root {
  --body-bg-color: #f8fafc93;
  --body-text-color: #222222;
  --heading-color: #182409;
  --footer-bg-color: #bda981b0;
  --link-color: #564b36;
  --header-bg-color: #ffffff00;
  --font-family: Georgia, serif;
  --nav-link-color: #141414;
  --footer-text-color: #ffffff;
  --header-text-color: #ffffffff;
}
html {
  overflow-x: hidden;
}
body {
  background-color: var(--body-bg-color);
  color: var(--body-text-color) !important;
  font-family: Playfair Display, "Didot", "Bodoni MT", serif;
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-image:
  linear-gradient(rgba(255, 255, 255, 0.288), rgba(255, 255, 255, 0.26)),
    url("/images/festival-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.hero-section {
  padding: 55px 0;
  position: relative;
  overflow: hidden;
  color: var(--header-text-color);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.246);
}
.hero-section.with-bg {
  background-image: url('/images/bg-festival.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-section.with-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.247));
  opacity: 0.5;
  z-index: 1;
}
.hero-section .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0;
  }
}
h1 {
    font-size: clamp(2rem, 4vw, 2.5rem) !important;
    font-weight: 800;
}
h2 {
    font-size: clamp(1.6rem, 3vw, 2rem) !important;
}
h3 {
    font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
}
p {
  font-size: 17px;
  margin-bottom: 0.5rem !important;
}
  section {
  padding: 15px 0;
  scroll-margin-top: 70px;
}
h2, h3 {
  color: var(--heading-color) !important;
}
.content-area a {
  color: var(--link-color) ;
  text-decoration: underline;
}
.content-area a:hover {
  color: var(--link-color) !important;
  opacity: 0.8;
}
      .sidebar-page-list {
  padding: 0;
  margin: 0;
  margin-bottom: 17px;
  width: 279px;
}
.sidebar-page-list li {
  list-style-type: disc;
  list-style-position: inside;
  color: var(--heading-color);
}
.sidebar-page-list li::marker {
  color: var(--link-color);
  font-size: 1.2em;
}
.sidebar-page-list li:last-child {
  border-bottom: none;
}
.sidebar-page-list li a {
  padding: 12px 0;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  color: var(--link-color);
}
.sidebar-page-list li a:hover {
  padding-left: 11px;
}
      .twitter-tweet {
  width: 279px !important;
}
.x {
  display: flex;
  justify-content: center;
}
.error_page {
  min-height: 70vh;
}
  .footer-news {
  background: var(--footer-bg-color);
  border-top: 3px solid var(--link-color);
  padding: 2.5rem 1rem;
  border-radius: 12px 12px 0 0;
  position: relative;
  overflow: hidden;
  color: var(--footer-text-color);
}
.footer-news a {
  color: var(--link-color);
  text-decoration: none;
  position: relative;
}
.footer-news a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: var(--link-color);
  transition: width 0.3s ease;
}
.footer-news a:hover::after {
  width: 100%;
}
.footer-newsletter h3 {
  color: var(--footer-text-color) !important;
  margin-bottom: 1rem;
  font-weight: 600;
}
.newsletter-form input {
  padding: 0.6rem 1rem;
  border: 1px solid var(--link-color);
  border-radius: 5px;
  font-size: 1rem;
}
.newsletter-form button {
  padding: 0.6rem 1.5rem;
  border: none;
  background: var(--link-color);
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.newsletter-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(102, 143, 106, 0.2);
}
.footer-social .social-icon {
  font-size: 1.5rem;
  margin: 0 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--link-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 2px solid var(--link-color);
  border-radius: 50%;
  text-align: center;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
  cursor: pointer;
}
.footer-social .social-icon:hover {
  transform: scale(1.2) rotate(-10deg);
  background: var(--link-color);
  color: #fff;
}
.footer-news::after {
  right: 10px;
  top: auto;
  bottom: 10px;
  left: auto;
}
@media (max-width: 767px) {
  .newsletter-form input,
  .newsletter-form button {
    width: 100%;
  }
}
 .navbar {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background-color: var(--header-bg-color) !important;
}
.navbar-light .navbar-nav .nav-link {
  color: var(--nav-link-color, #141414) !important;
  font-weight: 500;
  padding: 0 1rem;
  transition: color 0.3s ease, transform 0.2s ease;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--link-color) !important;
  transform: translateY(-1px);
}
  .navbar-light .navbar-nav .nav-link.active {
  color: #564b36 !important;
  font-weight: 600;
  border-bottom: 2px solid var(--link-color);
}
@media (max-width: 1199.98px) {
  .navbar-collapse {
    position: fixed;
    top: 61px;
    left: 15px;
    right: 15px;
    background-color: color-mix(
      in srgb,
      var(--header-bg-color) 65%,
      transparent
    );
    backdrop-filter: blur(12px);
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    padding: 15px;
    margin: 0;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-nav .nav-item {
    margin: 7px 0;
  }
  .navbar-nav .nav-item:hover {
    transform: translateY(-1px);
  }
  .navbar-nav .nav-link {
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 0;
  }
  .navbar-toggler {
    z-index: 10000;
    position: relative;
    border: var(--bs-border-width) solid var(--nav-link-color, #141414) !important;
  }
}
.custom-dropdown {
  border: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  min-width: 220px;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 65%,
    transparent
  ) !important;
  backdrop-filter: blur(12px);
}
.custom-dropdown .dropdown-item {
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
  color: var(--nav-link-color, #141414) !important;
  font-weight: 500;
  border-radius: 0;
  text-wrap: wrap;
}
.dropdown-menu {
  display: none;
}
.custom-dropdown .dropdown-item:hover {
  color: #fff;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 95%,
    transparent
  ) !important;
}
.nav-item.dropdown > .nav-link {
  display: flex;
  align-items: center;
}
.nav-item.dropdown > .nav-link .arrow {
  position: relative;
  margin-left: auto;
  border: solid var(--nav-link-color, #141414);
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.25s;
}
.dropdown.open .dropdown-menu {
  display: block;
}
@media (min-width: 1200px) {
  .nav-item.dropdown {
    position: relative;
  }
  .nav-item.dropdown > .nav-link .arrow {
    margin-left: 7px;
  }
  .custom-dropdown.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    z-index: 1000;
  }
  .nav-item.dropdown:hover > .nav-link .arrow {
    transform: rotate(-135deg);
  }
  .nav-item.dropdown:hover > .dropdown-menu {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .nav-item.dropdown > .nav-link .arrow {
    padding: 4px;
  }
}
.contact-container {
  margin: 40px auto;
  border-radius: 8px;
  color: black !important;
}
@media screen and (max-width: 768px) {
  .contact-container {
    width: 100%;
    padding: 15px;
  }
}
.contact-container .form {
  width: 440px;
  height: 510px;
  background: #E6E6E6;
  border-radius: 8px;
  box-shadow: 0 0 40px -10px #000;
  padding: 20px 30px;
  max-width: calc(100vw - 40px);
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.contact-container h2 {
  margin: 10px 0;
  padding-bottom: 10px;
  color: var(--hero-gradient1) !important;
  border-bottom: 3px solid var(--hero-gradient2);
}
.contact-container input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: none;
  outline: none;
  resize: none;
  border: 0;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s;
  border-bottom: 2px solid var(--hero-gradient1);
}
.contact-container input:focus {
  border-bottom: 2px solid var(--hero-gradient1);
}
.contact-container p:before {
  content: attr(type);
  display: block;
  margin: 28px 0 0;
  font-size: 14px;
  color: var(--hero-gradient1);
}
.contact-container button {
  float: right;
  padding: 8px 12px;
  margin: 8px 0 0;
  font-family: "Montserrat", sans-serif;
  border: 2px solid var(--hero-gradient1);
  background: 0;
  color: var(--hero-gradient1);
  cursor: pointer;
  transition: all 0.3s;
}
.contact-container button:hover {
  background: var(--hero-gradient2);
  color: #fff;
}
.contact-container .mail-container {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -20px;
  background: var(--hero-gradient1);
  color: #fff;
  width: 320px;
  padding: 16px 4px 16px 0;
  border-radius: 6px;
  font-size: 13px;
  box-shadow: 10px 10px 40px -14px #000;
}
.contact-container .mail-container p:before {
  content: none;
}
.contact-container span {
  margin: 0 5px 0 15px;
}
  :root{
    --cream: #f6efe7;
    --paper: rgba(250, 244, 236, 0.62);
    --paper-2: rgba(255, 246, 240, 0.40);
    --ink: #2f2b26;
    --muted: rgba(47, 43, 38, 0.80);
    --green: #2f3f33;          
    --green-soft: rgba(47, 63, 51, 0.18);
    --gold: rgba(201, 160, 94, 0.40); 
    --peach: rgba(234, 179, 158, 0.55);
    --rose: rgba(214, 144, 153, 0.30);
    --shadow: 0 18px 50px rgba(33, 28, 22, 0.18);
    --stroke: rgba(255, 255, 255, 0.55);
    --stroke-2: rgba(47, 63, 51, 0.16);
  }
  .splore-glass{
    position: relative;
    isolation: isolate;
    padding: clamp(28px, 5vw, 30px);
    margin: clamp(18px, 4vw, 44px) auto;
    max-width: 980px;
    border-radius: 26px;
    background:
      radial-gradient(1200px 600px at 10% 0%, rgba(255, 255, 255, 0.35), transparent 60%),
      radial-gradient(900px 520px at 100% 20%, var(--peach), transparent 58%),
      radial-gradient(860px 520px at 30% 110%, rgba(205, 174, 121, 0.28), transparent 60%),
      linear-gradient(180deg, rgba(255,255,255,0.35), rgba(255,255,255,0.12));
    box-shadow: var(--shadow);
    border: 1px solid var(--stroke);
    overflow: hidden;
  }
  .splore-glass__bg{
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
  }
  .splore-glass__wrap{
    position: relative;
    z-index: 1;
    border-radius: 20px;
    background: linear-gradient(180deg, var(--paper), var(--paper-2));
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow:
      0 1px 0 rgba(255,255,255,0.35) inset,
      0 0 0 1px rgba(47, 63, 51, 0.06) inset;
    backdrop-filter: blur(14px) saturate(1.25);
    -webkit-backdrop-filter: blur(14px) saturate(1.25);
    padding: clamp(20px, 3vw, 34px);
  }
  .splore-glass__wrap::before{
    content:"";
    position:absolute;
    inset: 0;
    border-radius: inherit;
    background:
      radial-gradient(900px 260px at 50% 0%, rgba(255,255,255,0.40), transparent 62%),
      radial-gradient(700px 240px at 20% 10%, rgba(255, 240, 231, 0.35), transparent 58%),
      radial-gradient(650px 240px at 85% 20%, rgba(255, 255, 255, 0.18), transparent 55%);
    mix-blend-mode: screen;
    opacity: 0.85;
    pointer-events: none;
  }
  .splore-glass__title{
    margin: 0 0 16px;
    color: var(--green);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0.2px;
    font-size: clamp(26px, 3.2vw, 40px);
    text-wrap: balance;
    position: relative;
  }
  .splore-glass__title::after{
    content:"";
    display:block;
    margin-top: 12px;
    width: min(220px, 56%);
    height: 2px;
    border-radius: 999px;
    background:
      linear-gradient(90deg, rgba(47, 63, 51, 0.0), rgba(47, 63, 51, 0.35), rgba(201, 160, 94, 0.45), rgba(47, 63, 51, 0.0));
    filter: blur(0.2px);
    opacity: 0.95;
  }
  .splore-glass__content{
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
  }
  .splore-glass__content p{
    margin: 0 0 16px;
  }
  .splore-glass__content p:last-child{
    margin-bottom: 0;
  }
.splore-glass__sub{
  margin: 26px 0 12px;
  color: var(--green);
  font-weight: 750;
  font-size: clamp(18px, 2.05vw, 24px);
  letter-spacing: 0.25px;
  line-height: 1.2;
  position: relative;
  padding: 10px 14px 10px 18px;
  border-radius: 14px;
  background:
    radial-gradient(700px 120px at 15% 30%, rgba(255,255,255,0.35), transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0.10));
  border: 1px solid rgba(255,255,255,0.42);
  box-shadow:
    0 10px 26px rgba(33, 28, 22, 0.10),
    0 1px 0 rgba(255,255,255,0.35) inset,
    0 0 0 1px rgba(47, 63, 51, 0.07) inset;
  backdrop-filter: blur(10px) saturate(1.25);
  -webkit-backdrop-filter: blur(10px) saturate(1.25);
  transform: translateZ(0);
  animation: subFloat 10s ease-in-out infinite;
}
.splore-glass__sub::before{
  content:"";
  position:absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 58%;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(201,160,94,0.85), rgba(47,63,51,0.55)),
    radial-gradient(circle at 30% 30%, rgba(255,255,255,0.35), transparent 60%);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.35),
    0 10px 22px rgba(33, 28, 22, 0.14),
    0 0 22px rgba(201,160,94,0.18);
}
.splore-glass__sub::after{
  content:"";
  position:absolute;
  left: 18px;
  right: 14px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      rgba(47,63,51,0.00),
      rgba(47,63,51,0.28),
      rgba(201,160,94,0.55),
      rgba(47,63,51,0.20),
      rgba(47,63,51,0.00)
    );
  opacity: 0.9;
  filter: blur(0.15px);
}
.splore-glass__sub{
  background:
    radial-gradient(10px 10px at 12px 12px, rgba(255,255,255,0.55), transparent 62%),
    radial-gradient(12px 12px at calc(100% - 14px) 14px, rgba(255,255,255,0.35), transparent 65%),
    radial-gradient(18px 18px at calc(100% - 18px) calc(100% - 14px), rgba(201,160,94,0.18), transparent 70%),
    radial-gradient(700px 120px at 15% 30%, rgba(255,255,255,0.35), transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0.10));
}
.splore-glass__sub:hover{
  transform: translateY(-2px);
  box-shadow:
    0 16px 34px rgba(33, 28, 22, 0.14),
    0 1px 0 rgba(255,255,255,0.40) inset,
    0 0 0 1px rgba(47, 63, 51, 0.09) inset,
    0 0 28px rgba(201,160,94,0.14);
  border-color: rgba(255,255,255,0.55);
}
.splore-glass__sub{
  overflow: hidden;
}
.splore-glass__sub > *{
  position: relative;
  z-index: 1;
}
.splore-glass__sub ._dummy{ display:none; } 
.splore-glass__sub{
}
.splore-glass__sub::marker{ content: ""; } 
.splore-glass__sub{
}
.splore-glass__sub span{ all: unset; } 
.splore-glass__sub{
}
.splore-glass__sub::selection{
  background: rgba(201,160,94,0.22);
}
.splore-glass__sub{
}
.splore-glass__sub{
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 220% 220%;
  animation: subFloat 10s ease-in-out infinite, subShimmer 7.5s ease-in-out infinite;
}
@keyframes subFloat{
  0%,100%{ transform: translateY(0); }
  45%{ transform: translateY(-1px); }
  70%{ transform: translateY(1px); }
}
@keyframes subShimmer{
  0%{ background-position: 0 0, 0 0, 0 0, 0 0, 0% 50%; }
  50%{ background-position: 0 0, 0 0, 0 0, 0 0, 100% 50%; }
  100%{ background-position: 0 0, 0 0, 0 0, 0 0, 0% 50%; }
}
.splore-glass__sub{
  text-shadow:
    0 1px 0 rgba(255,255,255,0.28),
    0 0 18px rgba(201,160,94,0.10);
  animation: subFloat 10s ease-in-out infinite, subShimmer 7.5s ease-in-out infinite, subGlow 6s ease-in-out infinite;
}
@keyframes subGlow{
  0%,100%{
    text-shadow:
      0 1px 0 rgba(255,255,255,0.24),
      0 0 16px rgba(201,160,94,0.10);
  }
  50%{
    text-shadow:
      0 1px 0 rgba(255,255,255,0.30),
      0 0 22px rgba(201,160,94,0.16);
  }
}
@media (max-width: 640px){
  .splore-glass__sub{
    padding: 10px 12px 10px 16px;
    border-radius: 12px;
  }
  .splore-glass__sub::before{
    left: -8px;
    width: 9px;
  }
}
@media (prefers-reduced-motion: reduce){
  .splore-glass__sub{ animation: none !important; }
}
  .splore-glass__content strong{
    color: var(--ink);
    font-weight: 700;
  }
  .blob{
    position: absolute;
    border-radius: 999px;
    filter: blur(2px);
    opacity: 0.75;
    transform: translate3d(0,0,0);
    background:
      radial-gradient(circle at 30% 30%, rgba(255,255,255,0.55), rgba(255,255,255,0.08) 55%, rgba(255,255,255,0.00) 72%),
      radial-gradient(circle at 70% 65%, rgba(234, 179, 158, 0.40), rgba(234, 179, 158, 0.00) 60%),
      linear-gradient(135deg, rgba(47, 63, 51, 0.10), rgba(201, 160, 94, 0.16));
    border: 1px solid rgba(255,255,255,0.35);
    box-shadow:
      0 10px 30px rgba(40, 32, 24, 0.10),
      0 1px 0 rgba(255,255,255,0.22) inset;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
  .blob--a{
    width: 440px; height: 440px;
    left: -160px; top: -220px;
    animation: floatA 12s ease-in-out infinite;
  }
  .blob--b{
    width: 520px; height: 520px;
    right: -220px; top: -180px;
    opacity: 0.62;
    animation: floatB 15s ease-in-out infinite;
  }
  .blob--c{
    width: 540px; height: 540px;
    left: 18%; bottom: -340px;
    opacity: 0.55;
    animation: floatC 16s ease-in-out infinite;
  }
  @keyframes floatA{
    0%,100%{ transform: translate(0,0) scale(1); }
    35%{ transform: translate(24px, 22px) scale(1.03); }
    70%{ transform: translate(10px, -10px) scale(0.99); }
  }
  @keyframes floatB{
    0%,100%{ transform: translate(0,0) scale(1); }
    40%{ transform: translate(-28px, 18px) scale(1.02); }
    75%{ transform: translate(-10px, -14px) scale(0.98); }
  }
  @keyframes floatC{
    0%,100%{ transform: translate(0,0) scale(1); }
    30%{ transform: translate(-18px, -14px) scale(1.02); }
    65%{ transform: translate(16px, -6px) scale(0.99); }
  }
  .glint{
    position: absolute;
    inset: -40% -60%;
    background: linear-gradient(
      115deg,
      transparent 40%,
      rgba(255,255,255,0.22) 50%,
      transparent 60%
    );
    transform: rotate(12deg);
    animation: glintSweep 9s ease-in-out infinite;
    mix-blend-mode: screen;
    opacity: 0.55;
  }
  @keyframes glintSweep{
    0%{ transform: translateX(-22%) rotate(12deg); }
    50%{ transform: translateX(22%) rotate(12deg); }
    100%{ transform: translateX(-22%) rotate(12deg); }
  }
  .grain{
    position:absolute;
    inset: 0;
    background-image:
      repeating-linear-gradient(
        0deg,
        rgba(0,0,0,0.03) 0px,
        rgba(0,0,0,0.03) 1px,
        rgba(255,255,255,0.03) 2px,
        rgba(255,255,255,0.03) 3px
      );
    opacity: 0.12;
    mix-blend-mode: overlay;
    animation: grainShift 2.8s steps(6) infinite;
  }
  @keyframes grainShift{
    0%{ transform: translate(0,0); }
    20%{ transform: translate(-2px, 1px); }
    40%{ transform: translate(1px, -2px); }
    60%{ transform: translate(2px, 2px); }
    80%{ transform: translate(-1px, 2px); }
    100%{ transform: translate(0,0); }
  }
  @media (max-width: 640px){
    .splore-glass{
      border-radius: 18px;
      padding: 18px;
    }
    .splore-glass__wrap{
      padding: 18px;
    }
  }
  @media (prefers-reduced-motion: reduce){
    .blob, .glint, .grain{ animation: none !important; }
  }
  .nz-glass-section{
    position: relative;
    isolation: isolate;
    padding: clamp(34px, 5.2vw, 64px) 0;
    font-family: var(--font-family);
    color: var(--body-text-color);
  }
  .nz-glass-section::before{
    content:"";
    position:absolute;
    inset: 10px 0 10px 0;
    z-index: 0;
    margin: 0 auto;
    background:
      radial-gradient(1100px 520px at 15% 0%, rgba(255,255,255,0.50), transparent 60%),
      radial-gradient(900px 520px at 100% 10%, rgba(236, 209, 158, 0.28), transparent 60%),
      radial-gradient(900px 520px at 35% 120%, rgba(189, 169, 129, 0.30), transparent 62%),
      linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0.10));
    border: 1px solid rgba(255,255,255,0.55);
    box-shadow:
      0 18px 60px rgba(20, 20, 20, 0.14),
      0 1px 0 rgba(255,255,255,0.35) inset,
      0 0 0 1px rgba(24, 36, 9, 0.05) inset;
    backdrop-filter: blur(16px) saturate(1.25);
    -webkit-backdrop-filter: blur(16px) saturate(1.25);
  }
  .nz-glass-bg{
    position:absolute;
    inset: 0;
    z-index: 0;
    pointer-events:none;
  }
  .nz-blob{
    position:absolute;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.34);
    box-shadow:
      0 16px 40px rgba(24, 36, 9, 0.08),
      0 1px 0 rgba(255,255,255,0.20) inset;
    background:
      radial-gradient(circle at 30% 30%, rgba(255,255,255,0.55), rgba(255,255,255,0.06) 55%, rgba(255,255,255,0.00) 74%),
      radial-gradient(circle at 70% 65%, rgba(236, 209, 158, 0.35), rgba(236, 209, 158, 0.00) 62%),
      linear-gradient(135deg, rgba(24, 36, 9, 0.08), rgba(189,169,129,0.18));
    filter: blur(0.2px);
    opacity: 0.78;
    transform: translateZ(0);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
  .nz-blob--1{
    width: 520px; height: 520px;
    left: -220px; top: -240px;
    animation: nzFloat1 14s ease-in-out infinite;
  }
  .nz-blob--2{
    width: 560px; height: 560px;
    right: -260px; top: -220px;
    opacity: 0.62;
    animation: nzFloat2 17s ease-in-out infinite;
  }
  .nz-blob--3{
    width: 620px; height: 620px;
    left: 16%; bottom: -380px;
    opacity: 0.56;
    animation: nzFloat3 18s ease-in-out infinite;
  }
  @keyframes nzFloat1{
    0%,100%{ transform: translate(0,0) scale(1); }
    35%{ transform: translate(26px, 18px) scale(1.03); }
    70%{ transform: translate(10px, -12px) scale(0.99); }
  }
  @keyframes nzFloat2{
    0%,100%{ transform: translate(0,0) scale(1); }
    40%{ transform: translate(-30px, 20px) scale(1.02); }
    75%{ transform: translate(-14px, -14px) scale(0.98); }
  }
  @keyframes nzFloat3{
    0%,100%{ transform: translate(0,0) scale(1); }
    30%{ transform: translate(-18px, -16px) scale(1.02); }
    65%{ transform: translate(16px, -8px) scale(0.99); }
  }
  .nz-glint{
    position:absolute;
    inset: -45% -60%;
    background: linear-gradient(115deg, transparent 42%, rgba(255,255,255,0.22) 50%, transparent 58%);
    transform: rotate(12deg);
    opacity: 0.58;
    mix-blend-mode: screen;
    animation: nzGlint 10s ease-in-out infinite;
  }
  @keyframes nzGlint{
    0%{ transform: translateX(-24%) rotate(12deg); }
    50%{ transform: translateX(24%) rotate(12deg); }
    100%{ transform: translateX(-24%) rotate(12deg); }
  }
  .nz-grain{
    position:absolute;
    inset: 0;
    opacity: 0.12;
    mix-blend-mode: overlay;
    background-image:
      repeating-linear-gradient(
        0deg,
        rgba(0,0,0,0.03) 0px,
        rgba(0,0,0,0.03) 1px,
        rgba(255,255,255,0.03) 2px,
        rgba(255,255,255,0.03) 3px
      );
    animation: nzGrain 2.6s steps(6) infinite;
  }
  @keyframes nzGrain{
    0%{ transform: translate(0,0); }
    20%{ transform: translate(-2px, 1px); }
    40%{ transform: translate(1px, -2px); }
    60%{ transform: translate(2px, 2px); }
    80%{ transform: translate(-1px, 2px); }
    100%{ transform: translate(0,0); }
  }
  .nz-ring{
    position:absolute;
    width: 520px;
    height: 520px;
    left: 55%;
    top: 26%;
    border-radius: 999px;
    border: 1px solid rgba(24, 36, 9, 0.10);
  }
  .nz-ring{
    box-shadow:
      0 0 0 1px rgba(255,255,255,0.30) inset,
      0 0 40px rgba(236,209,158,0.12);
    opacity: 0.55;
    transform: translate(-50%, -50%);
    animation: nzRing 12s ease-in-out infinite;
  }
  @keyframes nzRing{
    0%,100%{ transform: translate(-50%, -50%) scale(1); opacity: 0.45; }
    50%{ transform: translate(-50%, -50%) scale(1.06); opacity: 0.60; }
  }
  .nz-glass-header{
    position: relative;
    z-index: 1;
    padding: 0 4px 8px;
  }
  .nz-title{
    color: var(--heading-color);
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 1.12;
    font-size: clamp(26px, 3.2vw, 42px);
    margin: 0 0 14px;
    text-wrap: balance;
  }
  .nz-title::after{
    content:"";
    display:block;
    margin-top: 12px;
    width: min(240px, 64%);
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(24,36,9,0), rgba(24,36,9,0.35), rgba(236,209,158,0.70), rgba(24,36,9,0));
    opacity: 0.95;
  }
  .nz-lead{
    max-width: 84ch;
    margin: 0;
    color: rgba(34,34,34,0.86);
    line-height: 1.75;
    font-size: 16px;
  }
  .box-one{
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 22px 22px 20px;
    border-radius: 18px;
    background:
      radial-gradient(800px 120px at 15% 0%, rgba(255,255,255,0.40), transparent 60%),
      linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.08));
    border: 1px solid rgba(255,255,255,0.52);
    box-shadow:
      0 16px 44px rgba(20,20,20,0.12),
      0 1px 0 rgba(255,255,255,0.35) inset,
      0 0 0 1px rgba(24,36,9,0.06) inset;
    backdrop-filter: blur(12px) saturate(1.2);
    -webkit-backdrop-filter: blur(12px) saturate(1.2);
    overflow: hidden;
    transform: translateZ(0);
    animation: boxBreath 9.5s ease-in-out infinite;
  }
  @keyframes boxBreath{
    0%,100%{ transform: translateY(0); }
    50%{ transform: translateY(-3px); }
  }
  .box-one:hover{
    transform: translateY(-6px);
    box-shadow:
      0 22px 60px rgba(20,20,20,0.16),
      0 1px 0 rgba(255,255,255,0.40) inset,
      0 0 0 1px rgba(24,36,9,0.08) inset,
      0 0 40px rgba(236,209,158,0.14);
    border-color: rgba(255,255,255,0.62);
  }
  .box-one::before{
    content:"";
    position:absolute;
    inset: -30% -40%;
    background: linear-gradient(115deg, transparent 44%, rgba(255,255,255,0.20) 50%, transparent 56%);
    transform: rotate(12deg);
    opacity: 0.0;
    transition: opacity 220ms ease;
    pointer-events:none;
  }
  .box-one:hover::before{
    opacity: 0.9;
    animation: cardGlint 1.1s ease-in-out;
  }
  @keyframes cardGlint{
    from{ transform: translateX(-20%) rotate(12deg); }
    to{ transform: translateX(20%) rotate(12deg); }
  }
  .box-one__icon{
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    margin-bottom: 12px;
    background:
      radial-gradient(18px 18px at 30% 30%, rgba(255,255,255,0.55), transparent 65%),
      linear-gradient(180deg, rgba(236,209,158,0.38), rgba(255,255,255,0.12));
    border: 1px solid rgba(255,255,255,0.55);
    box-shadow:
      0 14px 28px rgba(20,20,20,0.12),
      0 1px 0 rgba(255,255,255,0.35) inset,
      0 0 0 1px rgba(24,36,9,0.06) inset;
    position: relative;
    transform: translateY(-6px);
    animation: iconBob 5.8s ease-in-out infinite;
  }
  @keyframes iconBob{
    0%,100%{ transform: translateY(-6px); }
    50%{ transform: translateY(-10px); }
  }
  .box-one__icon i{
    font-size: 1.35rem;
    color: var(--heading-color);
    opacity: 0.92;
    filter: drop-shadow(0 6px 10px rgba(20,20,20,0.10));
  }
  .box-one__title{
    margin: 0 0 10px;
    color: var(--heading-color);
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 1.18;
    font-size: clamp(18px, 2.0vw, 22px);
    position: relative;
    padding-bottom: 10px;
  }
  .box-one__title::after{
    content:"";
    position:absolute;
    left: 0;
    bottom: 0;
    width: min(220px, 76%);
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(24,36,9,0), rgba(24,36,9,0.28), rgba(236,209,158,0.70), rgba(24,36,9,0));
    opacity: 0.85;
  }
  .box-one p{
    margin: 0 0 14px;
    color: rgba(34,34,34,0.86);
    line-height: 1.75;
    font-size: 15.8px;
  }
  .box-one p:last-child{ margin-bottom: 0; }
  @media (min-width: 992px){
    .nz-glass-section .row > .col-lg-6:last-child{
      margin-left: auto;
      margin-right: auto;
    }
  }
  @media (prefers-reduced-motion: reduce){
    .nz-blob, .nz-glint, .nz-grain, .nz-ring,
    .box-one, .box-one__icon{
      animation: none !important;
      transition: none !important;
    }
  }
.sidebar-linking{
  position: relative;
  padding: 26px 22px;
  border-radius: 20px;
  overflow: hidden;
  background:
    radial-gradient(600px 180px at 20% 0%, rgba(255,255,255,0.45), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0.10));
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow:
    0 18px 50px rgba(20,20,20,0.12),
    0 1px 0 rgba(255,255,255,0.35) inset,
    0 0 0 1px rgba(24,36,9,0.06) inset;
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  animation: sidebarFloat 10s ease-in-out infinite;
}
.sidebar-linking::before{
  content:"";
  position:absolute;
  width: 420px;
  height: 420px;
  top: -220px;
  right: -180px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,0.55), rgba(255,255,255,0.05) 60%),
    radial-gradient(circle at 70% 70%, rgba(236,209,158,0.35), rgba(236,209,158,0.00) 65%);
  opacity: 0.7;
  filter: blur(2px);
  animation: sidebarBlob 16s ease-in-out infinite;
  pointer-events: none;
}
.sidebar-linking::after{
  content:"";
  position:absolute;
  inset:-40% -60%;
  background: linear-gradient(115deg, transparent 42%, rgba(255,255,255,0.22) 50%, transparent 58%);
  transform: rotate(12deg);
  opacity: 0.5;
  mix-blend-mode: screen;
  animation: sidebarShimmer 9s ease-in-out infinite;
  pointer-events:none;
}
@keyframes sidebarFloat{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(-4px); }
}
@keyframes sidebarBlob{
  0%,100%{ transform: translate(0,0) scale(1); }
  40%{ transform: translate(-20px, 20px) scale(1.05); }
  75%{ transform: translate(10px, -10px) scale(0.98); }
}
@keyframes sidebarShimmer{
  0%{ transform: translateX(-20%) rotate(12deg); }
  50%{ transform: translateX(20%) rotate(12deg); }
  100%{ transform: translateX(-20%) rotate(12deg); }
}
.sidebar-linking h3{
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 8px;
}
.sidebar-linking h3::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:60%;
  height:2px;
  border-radius:999px;
  background: linear-gradient(90deg, rgba(24,36,9,0), rgba(24,36,9,0.4), rgba(236,209,158,0.8), rgba(24,36,9,0));
}
.page-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-list li{
  margin-bottom: 12px;
}
.page-list li:last-child{
  margin-bottom: 0;
}
.page-list a{
  display: block;
  padding: 10px 14px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--body-text-color);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.25), rgba(255,255,255,0.08));
  border: 1px solid rgba(255,255,255,0.45);
  box-shadow:
    0 6px 18px rgba(20,20,20,0.08),
    0 1px 0 rgba(255,255,255,0.35) inset;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.page-list a:hover{
  transform: translateX(6px);
  color: var(--heading-color);
  box-shadow:
    0 12px 28px rgba(20,20,20,0.14),
    0 0 20px rgba(236,209,158,0.25);
  border-color: rgba(255,255,255,0.65);
}
.page-list a.active{
  font-weight: 600;
  background:
    linear-gradient(180deg, rgba(236,209,158,0.45), rgba(255,255,255,0.18));
  box-shadow:
    0 14px 32px rgba(20,20,20,0.16),
    0 0 24px rgba(236,209,158,0.35);
}
.sidebar-search{
  position: relative;
  padding: 22px 18px;
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(500px 160px at 20% 0%, rgba(255,255,255,0.45), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0.10));
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow:
    0 16px 40px rgba(20,20,20,0.12),
    0 1px 0 rgba(255,255,255,0.35) inset,
    0 0 0 1px rgba(24,36,9,0.06) inset;
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  animation: searchFloat 9s ease-in-out infinite;
}
.sidebar-search::before{
  content:"";
  position:absolute;
  height: 380px;
  top:-200px;
  right:-160px;
  border-radius:50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,0.55), rgba(255,255,255,0.05) 60%),
    radial-gradient(circle at 70% 70%, rgba(236,209,158,0.35), rgba(236,209,158,0.00) 65%);
  opacity:0.65;
  animation: searchBlob 15s ease-in-out infinite;
  pointer-events:none;
}
.sidebar-search__title{
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 6px;
}
.sidebar-search__title::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:60%;
  height:2px;
  border-radius:999px;
  background: linear-gradient(90deg, rgba(24,36,9,0), rgba(24,36,9,0.4), rgba(236,209,158,0.8), rgba(24,36,9,0));
}
.sidebar-search__form{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sidebar-search__input-wrapper{
  position: relative;
}
.sidebar-search__icon{
  position:absolute;
  left:12px;
  top:50%;
  transform:translateY(-50%);
  font-size: 0.9rem;
  color: var(--heading-color);
  opacity: 0.7;
}
.sidebar-search__input{
  width:100%;
  padding: 10px 12px 10px 34px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.55);
  outline: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.30), rgba(255,255,255,0.12));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 0.9rem;
  color: var(--body-text-color);
  box-shadow:
    0 6px 18px rgba(20,20,20,0.08),
    0 1px 0 rgba(255,255,255,0.35) inset;
  transition: all 0.3s ease;
}
.sidebar-search__input:focus{
  box-shadow:
    0 10px 24px rgba(20,20,20,0.14),
    0 0 18px rgba(236,209,158,0.25);
  border-color: rgba(255,255,255,0.7);
}
.sidebar-search__btn{
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.55);
  cursor: pointer;
  background:
    linear-gradient(180deg, rgba(236,209,158,0.45), rgba(255,255,255,0.18));
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--heading-color);
  box-shadow:
    0 10px 24px rgba(20,20,20,0.12),
    0 1px 0 rgba(255,255,255,0.35) inset;
  transition: all 0.3s ease;
}
.sidebar-search__btn:hover{
  transform: translateY(-2px);
  box-shadow:
    0 14px 32px rgba(20,20,20,0.18),
    0 0 22px rgba(236,209,158,0.35);
}
@keyframes searchFloat{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(-3px); }
}
@keyframes searchBlob{
  0%,100%{ transform: translate(0,0) scale(1); }
  40%{ transform: translate(-18px, 18px) scale(1.05); }
  75%{ transform: translate(10px, -10px) scale(0.98); }
}
@media (prefers-reduced-motion: reduce){
  .sidebar-search,
  .sidebar-search::before{
    animation: none !important;
  }
}
.section-wallets {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.164), rgba(0, 0, 0, 0.192)), url('/images/bg-festival.webp');
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 50px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin-top: 40px;
    border: 1px solid #2c3e50;
}
.section-wallets h2 {
    color: #ffffff!important; 
    margin-bottom: 20px;
    font-family: 'Arial', sans-serif;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}
.section-wallets h2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #e7e4e4;
    bottom: -8px;
    left: 0;
}
.section-wallets p {
    color: #ffffff;
    line-height: 1.6;
}
.section-wallets h3 {
    color: #ffffff!important; 
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Helvetica Neue', sans-serif;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}
.section-wallets h3:hover {
    background-color: #2c3e50; 
    color: #fff;
    transform: scale(1.05);
}
.section-wallets ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 20px;
}
.section-wallets ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #dadada; 
}
.section-wallets ul li::before {
    content: "✔"; 
    font-size: 1.5rem;
    color: #e2e2e2; 
    margin-right: 10px;
    transition: color 0.3s ease;
}
.section-wallets ul li:hover::before {
    color: #ebebeb; 
}
  .tw-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  .twitter-tweet {
    max-width: 100%;
    margin: 0 auto;
  }
  