html, body{
  overflow-x: hidden;
}

.homeNav {
  background-color: #BC9A5F;
}
.navbar{
  z-index: 9999;
  max-width: 100%;
}

.navbar-brand img {
  height: 80px;
  width: auto;
}

@media (max-width: 400px){
    .navbar-brand img{
        height: 70px;
    }
}

@media (max-width: 300px){
    .navbar-brand img{
        height: 55px;
    }
}

.homeNav a,
.homeNav .nav-link {
  color: Black;
}

.homeNav a:hover {
  color: #ffffff;
}
/* Force Bootstrap nav links */
.homeNav .nav-link {
  color: Black !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 10000;
}

/* Active link */
.homeNav .nav-link.active {
  color: Black !important;
}

/* Hover */
.homeNav .nav-link:hover {
  color: #ffffff !important;
}

/* .fixed-position for fixed navbar  */
.fixed-position {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #BC9A5F;
    z-index: 1000;
}

/* FORCE NAVBAR LINKS — FINAL OVERRIDE */
nav.navbar .nav-link {
  color: Black !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Sticky state */
nav.navbar.fixed-position .nav-link .nav-link.active {
  color: #F2E4C5 !important;
}

/* Active + hover */
nav.navbar .nav-link:hover {
  color: #ffffff !important;
}




/* Add this to your existing <style> block */

/* 1. The Gold Text Effect */
.text-gold-gradient {
    background: linear-gradient(135deg, #C6A87C 0%, #F9F1E5 50%, #8C7351 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
}

/* 2. Rotating Mandala Background Effect */
.mandala-bg {
    background-image: 
        radial-gradient(circle at center, transparent 0%, transparent 40%, rgba(198, 168, 124, 0.05) 41%, transparent 42%),
        radial-gradient(circle at center, transparent 0%, transparent 50%, rgba(198, 168, 124, 0.05) 51%, transparent 52%),
        repeating-conic-gradient(from 0deg, transparent 0deg, transparent 10deg, rgba(198, 168, 124, 0.03) 15deg, transparent 20deg);
    animation: spin-very-slow 60s linear infinite;
}

@keyframes spin-very-slow {
    from { transform: rotate(0deg) scale(1.5); }
    to { transform: rotate(360deg) scale(1.5); }
}

/* 3. The Spotlight Vignette */
.hero-vignette {
    background: radial-gradient(circle at center, rgba(84, 33, 14, 0.4) 0%, rgba(26, 5, 5, 0.8) 70%, #1a0505 100%);
}
.virasat-navbar {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(198,168,124,0.15);
}
.nav-links a:hover {
  color: #C6A87C;
}

.nav-links a::after {
  background-color: #C6A87C;
}
.hero-center-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(198,168,124,0.12) 0%,
    rgba(198,168,124,0.05) 25%,
    rgba(0,0,0,0) 55%
  );
  pointer-events: none;
}
.hero-title {
  text-shadow:
    0 1px 0 rgba(255,255,255,0.25),
    0 6px 20px rgba(0,0,0,0.45);
}
.year {
  letter-spacing: 0.3em;
  opacity: 1;
}
.line {
  width: 40px;
  height: 1px;
  background: rgba(198,168,124,0.35);
}
.corner::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #3B140C;
  right: -1px;
  bottom: -1px;
}
.hero-desc {
  max-width: 460px;
  line-height: 1.9;
}
.hero-desc em {
  font-style: italic;
  opacity: 0.9;
}
.subtitle {
  letter-spacing: 0.45em;
  opacity: 0.85;
}
.year {
  position: relative;
}

.year::before,
.year::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 1px;
  background: rgba(198,168,124,0.35);
  top: 50%;
}

.year::before { left: -40px; }
.year::after { right: -40px; }
.year {
  transform: translateY(-12px);
}
.year {
  margin-top: -12px;
}
.text-gold-gradient {
  background: none;
  color: #D9B781;
  -webkit-text-fill-color: #D9B781;
  text-shadow: 0 6px 20px rgba(0,0,0,0.45);
}
.subtitle {
  color: #D9B781;
}
.subtitle {
  color: #D9B781 !important;
}
.subtitle {
  opacity: 0.85;
}
.year {
  top: -18px;
}
.year {
  letter-spacing: 0 !important;
  top: -14px;
}
.year {
  color: #D9B781;
}


/* Timeline  */
#vertical_timeline_container{
  width: 100%;
  height: 100%;
}

#vertical_timeline{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    position: absolute;
    display: block;
}
.underline-anim {
  width: 6rem;                 /* starting width */
  animation: underlinePulse 10s ease-in-out infinite;
}

@keyframes underlinePulse {
  0% {
    width: 6rem;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 6rem;
  }
}


/* for footer  */

#ourPartner {
    padding-left: 9%;
    padding-top: 50px;
    width: 100%;
    height: auto;
    background-color: #3B140C;
    padding-bottom: 50px;
}



#ourPartner h1 {
    /* font-family: Irish Grover; */
    font-size: 48px;
    font-weight: 300;
    line-height: 58.03px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff
}

#partnersInfo {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}

#partner {
    width: 240px;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#partner1 {
    width: 240px;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 25px;

}

#partnerPhoto {
    width: 150px;
    aspect-ratio: 1;
    border-radius: 50%;
    margin: 10px;
    border: solid 2px black;
}

#partnerPhoto1 {
    width: 250px;
    aspect-ratio: 2;
    margin: 10px;
}

#partnerPhoto1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: invert(1);
}

#partnerPhoto img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
    filter: invert(1);
}

#partnerName {
    text-align: center;
}

#partnerName1 p {
    /* font-family: Inter; */
    padding-top: 30px;
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(0, 0, 0, 1);
}

#partnerName p {
    /* font-family: Inter; */
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(0, 0, 0, 1);
}
 #Copyright{
  background-color: #3B140C;
  overflow: hidden;
 }
