/* =================================== */
/* ESTILO LIQUID GLASS                 */
/* =================================== */

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: radial-gradient(circle at 15% 50%, #A86C22, transparent 40%),
              radial-gradient(circle at 85% 30%, #75562F, transparent 40%),
              radial-gradient(circle at 50% 90%, #332E29, transparent 40%);
  background-color: #0c0f1a;
  z-index: -1;
  animation: float 20s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-20px) scale(1.05); }
}

.glass-effect {
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.2); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: rgba(255, 255, 255, 0.4); }

.nav-link {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  transition: background-color 0.2s, color 0.2s;
  font-weight: 500;
  color: #fff;
  border: 1px solid transparent;
}
.nav-link:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.nav-link.active {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-weight: 600;
  border: 0px solid rgba(0, 0, 0, 0.8);
}
.nav-link i { width: 1.25rem; margin-right: 0.75rem; }

@media (max-width: 767px) {
  /* MANTENHA ESTA REGRA */
  .flex-1 > .py-8 {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -30px;
    z-index: 20;
  }
  /* REMOVA ESTAS REGRAS, pois o HTML já vai controlar o tamanho */
  /* .flex-1 > section.w-full.mb-12.relative {
    height: 60vh !important;
  }
  .flex-1 > section.w-full.mb-12.relative > #slideshow-container > div > picture > img {
    object-fit: cover;
    height: 100%;
  }
  .flex-1 > section.w-full.mb-12.relative > #slideshow-container > div > picture {
    height: 100%;
  } */
}
/* Adicione este código ao seu arquivo `style.css` */

#image-modal.active {
    opacity: 1;
    pointer-events: auto;
}/* =================================== */
/* ESTILO LIQUID GLASS                 */
/* =================================== */

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: radial-gradient(circle at 15% 50%, #A86C22, transparent 40%),
              radial-gradient(circle at 85% 30%, #75562F, transparent 40%),
              radial-gradient(circle at 50% 90%, #332E29, transparent 40%);
  background-color: #0c0f1a;
  z-index: -1;
  animation: float 20s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-20px) scale(1.05); }
}

.glass-effect {
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.2); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: rgba(255, 255, 255, 0.4); }

.nav-link {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  transition: background-color 0.2s, color 0.2s;
  font-weight: 500;
  color: #fff;
  border: 1px solid transparent;
}
.nav-link:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.nav-link.active {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-weight: 600;
  border: 0px solid rgba(0, 0, 0, 0.8);
}
.nav-link i { width: 1.25rem; margin-right: 0.75rem; }

@media (max-width: 767px) {
  /* MANTENHA ESTA REGRA */
  .flex-1 > .py-8 {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -30px;
    z-index: 20;
  }
  /* REMOVA ESTAS REGRAS, pois o HTML já vai controlar o tamanho */
  /* .flex-1 > section.w-full.mb-12.relative {
    height: 60vh !important;
  }
  .flex-1 > section.w-full.mb-12.relative > #slideshow-container > div > picture > img {
    object-fit: cover;
    height: 100%;
  }
  .flex-1 > section.w-full.mb-12.relative > #slideshow-container > div > picture {
    height: 100%;
  } */
}
/* Adicione este código ao seu arquivo `style.css` */

#image-modal.active {
    opacity: 1;
    pointer-events: auto;
}/* =================================== */
/* ESTILO LIQUID GLASS                 */
/* =================================== */

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: radial-gradient(circle at 15% 50%, #A86C22, transparent 40%),
              radial-gradient(circle at 85% 30%, #75562F, transparent 40%),
              radial-gradient(circle at 50% 90%, #332E29, transparent 40%);
  background-color: #0c0f1a;
  z-index: -1;
  animation: float 20s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-20px) scale(1.05); }
}

.glass-effect {
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.2); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: rgba(255, 255, 255, 0.4); }

.nav-link {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  transition: background-color 0.2s, color 0.2s;
  font-weight: 500;
  color: #fff;
  border: 1px solid transparent;
}
.nav-link:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.nav-link.active {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-weight: 600;
  border: 0px solid rgba(0, 0, 0, 0.8);
}
.nav-link i { width: 1.25rem; margin-right: 0.75rem; }

@media (max-width: 767px) {
  /* MANTENHA ESTA REGRA */
  .flex-1 > .py-8 {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -30px;
    z-index: 20;
  }
  /* REMOVA ESTAS REGRAS, pois o HTML já vai controlar o tamanho */
  /* .flex-1 > section.w-full.mb-12.relative {
    height: 60vh !important;
  }
  .flex-1 > section.w-full.mb-12.relative > #slideshow-container > div > picture > img {
    object-fit: cover;
    height: 100%;
  }
  .flex-1 > section.w-full.mb-12.relative > #slideshow-container > div > picture {
    height: 100%;
  } */
}
/* Adicione este código ao seu arquivo `style.css` */

#image-modal.active {
    opacity: 1;
    pointer-events: auto;
}/* =================================== */
/* ESTILO LIQUID GLASS                 */
/* =================================== */

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: radial-gradient(circle at 15% 50%, #A86C22, transparent 40%),
              radial-gradient(circle at 85% 30%, #75562F, transparent 40%),
              radial-gradient(circle at 50% 90%, #332E29, transparent 40%);
  background-color: #0c0f1a;
  z-index: -1;
  animation: float 20s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-20px) scale(1.05); }
}

.glass-effect {
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.2); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: rgba(255, 255, 255, 0.4); }

.nav-link {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  transition: background-color 0.2s, color 0.2s;
  font-weight: 500;
  color: #fff;
  border: 1px solid transparent;
}
.nav-link:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.nav-link.active {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-weight: 600;
  border: 0px solid rgba(0, 0, 0, 0.8);
}
.nav-link i { width: 1.25rem; margin-right: 0.75rem; }

@media (max-width: 767px) {
  /* MANTENHA ESTA REGRA */
  .flex-1 > .py-8 {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -30px;
    z-index: 20;
  }
  /* REMOVA ESTAS REGRAS, pois o HTML já vai controlar o tamanho */
  /* .flex-1 > section.w-full.mb-12.relative {
    height: 60vh !important;
  }
  .flex-1 > section.w-full.mb-12.relative > #slideshow-container > div > picture > img {
    object-fit: cover;
    height: 100%;
  }
  .flex-1 > section.w-full.mb-12.relative > #slideshow-container > div > picture {
    height: 100%;
  } */
}
/* Adicione este código ao seu arquivo `style.css` */

#image-modal.active {
    opacity: 1;
    pointer-events: auto;
}