body {
  margin: 0;
  min-height: 100dvh;

  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/index3.jpg");

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-attachment: scroll;

  font-family: Arial, sans-serif;
  color: #ffd700;
}

a {
  color: white;
  text-decoration: underline;
  text-decoration-color: gold;
}
.nav-link {
  color: gold !important;

  text-decoration-color: gold;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.nav-link:hover {
  color: #ffd700 !important; /* Brighter gold on hover */
}

.nav-link:visited {
  color: orange !important;
  text-decoration-color: rgb(246, 109, 3);
}

:root {
  --theme-color: gold;
}

.form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.form-check-input:focus {
  border-color: var(--theme-color);
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.ubuntu-mono-regular {
  font-family: "Ubuntu Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-mono-bold {
  font-family: "Ubuntu Mono", monospace;
  font-weight: 700;
  font-style: normal;
}

.ubuntu-mono-regular-italic {
  font-family: "Ubuntu Mono", monospace;
  font-weight: 400;
  font-style: italic;
}

.ubuntu-mono-bold-italic {
  font-family: "Ubuntu Mono", monospace;
  font-weight: 700;
  font-style: italic;
}

.member-bg {
  background: url("../static/images/2.jpeg") center center/cover no-repeat;
  min-height: 100vh;
  padding: 20px;
}

/* Card */
.member-card {
  width: 100%;
  max-width: 900px;
  border-radius: 15px;
  background: rgba(20, 20, 20, 0.1) !important;
  backdrop-filter: blur(6px);
}

/* Labels */
.member-card dt {
  color: #ffc107;
}

/* Values */
.member-card dd {
  color: #fff;
}

/* Photo */
.member-card img {
  border: 3px solid #ffc107;
  object-fit: cover;
}

/* Mobile */
@media (max-width: 767px) {
  .member-card {
    max-width: 420px;
  }

  .member-card img {
    max-height: 180px;
  }

  .member-card .card-body {
    text-align: center;
  }

  .member-card dt,
  .member-card dd {
    text-align: center;
  }
}

.home-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1050;
}

.home-btn .btn {
  border-radius: 50px;
  font-weight: 600;
  padding: 10px 18px;
  transition: all 0.3s ease;
}

.home-btn .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .home-btn {
    top: 12px;
    right: 12px;
  }

  .home-btn .btn {
    padding: 8px 14px;
    font-size: 14px;
  }
}

.nsd100 {
  font-family: "Noto Sans Devanagari", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.main {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

#director .overflow-auto::-webkit-scrollbar-thumb {
  background: linear-gradient(#ffd700, #ff9800);
}
/* Firefox */
.scroll-box {
  scrollbar-width: thin;
  scrollbar-color: gold transparent;
}

/* Chrome, Edge, Safari */
.scroll-box::-webkit-scrollbar {
  width: 6px;
}

.scroll-box::-webkit-scrollbar-track {
  background: transparent;
}

.scroll-box::-webkit-scrollbar-thumb {
  background: gold;
  border-radius: 20px;
}

.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #ffbf00;
}
.scroll-box2 {
  scrollbar-width: thin;
  scrollbar-color: rgb(50, 50, 50) transparent;
}

/* Chrome, Edge, Safari */
.scroll-box2::-webkit-scrollbar {
  width: 1px;
}

.scroll-box2::-webkit-scrollbar-track {
  background: transparent;
}

.scroll-box2::-webkit-scrollbar-thumb {
  background: rgb(50, 50, 50);
  border-radius: 20px;
}

.scroll-box2::-webkit-scrollbar-thumb:hover {
  background: rgb(50, 50, 50);
}

.accordion-body p {
  font-family:
    Noto Sans Devanagari,
    sans-serif;
  font-weight: 600;
}

.glass-card {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
}

.glitter {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.glitter::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -150%;
  width: 60%;
  height: 200%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.9),
    transparent
  );
  transform: rotate(20deg);
  animation: glitter-shine 2.8s infinite;
}

@keyframes glitter-shine {
  0%,
  70% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}

.glitter2 {
  display: inline-block;
  animation: sparkle 3s ease-in-out infinite;
}

@keyframes sparkle {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.35) drop-shadow(0 0 3px rgba(255, 255, 180, 0.8));
  }
}

.btn,
a {
  transition: transform 0.1s ease;
}

.btn:active,
a:active {
  transform: scale(0.96);
}

label.required-field::after {
  content: " *";
  color: red;
}