:root {
  --heritage-bronze: #8b5e3c;
  --golden-yellow: #e2b007;
  --sandstone: #fdf6e3;
  --maroon-deep: #551a10;
  --hover-glow: rgba(255, 215, 0, 0.1);
}

body {
  font-family: 'Georgia', serif;
  background-color: var(--sandstone);
  color: #3b2a1a;
}


/* Header styles from earlier */
.navbar-custom {
  background-color: var(--heritage-bronze);
  border-bottom: 4px solid var(--golden-yellow);
}

.navbar-brand img {
  height: 50px;
  margin-right: 15px;
}

.navbar-title h1 {
  font-size: 1.4rem;
  margin: 0;
  color: var(--golden-yellow);
}

.navbar-title span {
  font-size: 0.85rem;
  color: #f1e0bd;
}

.nav-link {
  color: #fff !important;
  border-radius: 25px;
  padding: 8px 16px !important;
  margin: 0 5px;
  transition: 0.3s ease;
}

.nav-item .active {
  background-color: var(--hover-glow);
  color: var(--golden-yellow) !important;
}

.nav-link:hover {
  background-color: var(--hover-glow);
  color: var(--golden-yellow) !important;
}

.language-tab {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  background-color: var(--golden-yellow);
  color: var(--maroon-deep);
  padding: 10px 6px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 8px 0 0 8px;
  cursor: pointer;
  z-index: 1000;
}

p {
  text-align: justify;
}

.section-title {
  font-size: 2rem;
  color: var(--heritage-bronze);
  border-bottom: 2px solid var(--golden-yellow);
  display: inline-block;
  margin-bottom: 1rem;
}

.section-title-sub {
  font-size: 18px;
  color: var(--heritage-bronze);
  border-bottom: 2px solid var(--golden-yellow);
  display: inline-block;
  margin-bottom: 1rem;
}

/* .hero {
      background: url('https://tspasibhopal.nic.in/assets/images/banners/banner-10.jpg') center/cover no-repeat;
      min-height: 70vh;
      display: flex;
      align-items: center;
      justify-content: left;
      color: white;
      padding: 4rem 2rem;
      background-blend-mode: overlay;
      background-color: rgba(0, 0, 0, 0.4);
    } */
.hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 4rem 2rem;
  position: relative;
  color: white;
  overflow: hidden;
}

.hero-bg,
.hero-bg-next {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
  transition: opacity 1.5s ease-in-out;
}

.hero-bg::before,
.hero-bg-next::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.hero-bg {
  opacity: 1;
}

.hero-bg-next {
  opacity: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
}

.hero h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.hero p {
  font-size: 1.2rem;
  margin-top: 1rem;
}

.btn-theme {
  background-color: var(--golden-yellow);
  color: var(--maroon-deep);
  border-radius: 30px;
  padding: 10px 24px;
  margin-top: 1rem;
  font-weight: bold;
  transition: all 0.3s ease;
}

.btn-theme:hover {
  background-color: #f9da52;
}

.quote-box {
  font-style: italic;
  background-color: #fff7df;
  border-left: 4px solid var(--heritage-bronze);
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
}

/* footer {
      background-color: var(--heritage-bronze);
      color: white;
      padding: 2rem 1rem;
    }

    footer a {
      color: #ffe;
      text-decoration: none;
    }

    footer a:hover {
      text-decoration: underline;
    } */

.gallery-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.asi-section {
  margin: 0 auto;
}

.asi-subtitle {
  text-align: center;
  font-style: italic;
  color: var(--golden-yellow);
  font-size: 1.25rem;
  margin-bottom: 3rem;
}

.asi-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
}

.asi-text-box {
  flex: 1 1 380px;
  background: white;
  padding: 2rem;
  border: 3px solid var(--heritage-bronze);
  border-radius: 15px;
  box-shadow: 0 8px 15px rgba(139, 94, 60, 0.3);
  line-height: 1.6;
  font-size: 1.1rem;
  height: max-content;
}

.asi-text-box p {
  margin-bottom: 2rem;
}

.asi-btn {
  background-color: var(--maroon-deep);
  color: var(--sandstone);
  padding: 0.75rem 2rem;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px var(--hover-glow);
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}

.asi-btn:hover {
  background-color: var(--golden-yellow);
  color: var(--maroon-deep);
  box-shadow: 0 0 20px var(--golden-yellow);
}

.asi-cards {
  flex: 1 1 500px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.8rem;
}

.asi-card {
  background: white;
  border: 2px solid var(--heritage-bronze);
  border-radius: 15px;
  padding: 1.8rem 1.2rem;
  box-shadow: 0 4px 10px rgba(139, 94, 60, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: box-shadow 0.3s ease;
}

.asi-card:hover {
  box-shadow: 0 10px 25px var(--hover-glow);
}

.asi-card svg {
  width: 48px;
  height: 48px;
  stroke: var(--maroon-deep);
  stroke-width: 2.5;
  fill: var(--golden-yellow);
  margin-bottom: 1rem;
}

.asi-card-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--maroon-deep);
  margin-bottom: 0.5rem;
}

.asi-card-text {
  color: var(--heritage-bronze);
  font-size: 1rem;
  line-height: 1.4;
  text-align: justify;
}

.temple-info-section {
  background-color: var(--sandstone);
  color: #3b2a1a;
  padding: 4rem 2rem;
}

.temple-info-container {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}

.temple-left {
  flex: 1 1 45%;
  font-family: 'Georgia', serif;
}

.temple-left h2 {
  font-size: 2rem;
  color: var(--heritage-bronze);
  margin-bottom: 1rem;
}

.temple-left p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.temple-right {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.info-box {
  display: flex;
  gap: 1rem;
  background-color: white;
  border-left: 6px solid var(--golden-yellow);
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(139, 94, 60, 0.1);
}

.info-box .icon {
  font-size: 2rem;
  color: var(--maroon-deep);
}

.info-box h3 {
  margin: 0;
  color: var(--heritage-bronze);
  font-size: 1.2rem;
}

.info-box p {
  margin: 0.3rem 0 0;
  font-size: 14px;
  line-height: 1.6;
}


.site-footer {
  /* background-color: var(--maroon-deep); */
  background-color: var(--heritage-bronze);

  color: var(--sandstone);
  padding: 3rem 2rem 1rem;
  font-family: 'Georgia', serif;
}


.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-col {
  flex: 1;
  min-width: 260px;
}

.footer-col h4 {
  color: var(--golden-yellow);
  font-size: 1.3rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid var(--heritage-bronze);
  display: inline-block;
  padding-bottom: 5px;
}

.footer-col p,
.footer-col li {
  line-height: 1.6;
  font-size: 0.95rem;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 0.5rem;
}

.footer-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.footer-gallery img {
  width: 100%;
  height: 150px;
  border-radius: 6px;
  object-fit: cover;
}

.footer-bottom {
  text-align: center;
  font-size: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1rem;
  color: #f1e8d8;
}

@media (max-width: 768px) {
  .asi-content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .asi-text-box,
  .asi-cards {
    flex-basis: 100%;
  }

  .navbar-title h1 {
    font-size: 1.2rem !important;

  }

  .navbar-title span {
    font-size: 0.75rem !important ;
  }
}