body {
  font-family: 'Noto Serif Devanagari', 'Merriweather', serif;
  background-color: rgb(255 247 230 / var(--tw-bg-opacity, 1));
}
/* Brand font */
.brand {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
}

/* Mobile brand font */
@media (max-width: 768px) {
  .brand {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}

/* Rhodium Libre font for nav menu with smaller font & letter spacing */
nav a {
  font-family: 'Rhodium Libre', serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

/* Top row links: About/Contact */
.top-links a {
  font-family: 'Michroma', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Hero background styling */
.hero-bg {
  background-image: url('bgglob.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* Overlay */
.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
}

/* Mobile menu toggle */
.mobile-menu {
  display: none;
}

.mobile-menu.active {
  display: block;
}

/* Hamburger menu icon */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 4px;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 3px 0;
  transition: 0.3s;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}

@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }
  
  .desktop-nav {
    display: none;
  }
}

/* Default fonts for sahitya content only */
.sahitya-content {
  font-family: 'Noto Serif Devanagari', 'Merriweather', serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: rgb(0, 0, 0);
}

.sahitya-content h1,
.sahitya-content h2,
.sahitya-content h3,
.sahitya-content h4,
.sahitya-content h5,
.sahitya-content h6,
.sahitya-content p,
.sahitya-content div,
.sahitya-content ul,
.sahitya-content li,
.sahitya-content span {
  font-family: 'Noto Serif Devanagari', 'Merriweather', serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: rgb(0, 0, 0);
}
.imptxt {
  letter-spacing: 1px;
  margin-bottom: 34px;
  line-height: 1.5;
  background-color: transparent;
  text-align: left;
  color: #88191A !important;
  display: block;
  font-size: 1rem;
}

.sahitya-content img {
  display: block;
  margin: 30px auto;
  border: 8px solid white;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
}

.sahitya-content .title {
  font-size: 2.25rem !important;
  letter-spacing: 1px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  color: #932425 !important;
  font-family: 'Noto Serif Devanagari', 'Merriweather', serif;
  font-weight: bold;
  margin: 20px 20px 90px 0px;

}
.title-font {
  font-size: 1.2rem !important;
  letter-spacing: 1px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  color: #932425 !important;
  font-family: 'Noto Serif Devanagari', 'Merriweather', serif;
  font-weight: bold;
  margin: 20px auto;
}
.left-content {
  font-size: 22px;
  letter-spacing: 0.8px;
  color: #6B240C !important;
  margin: 20px auto;
  font-family: 'Noto Serif Devanagari', 'Merriweather', serif;
}
.poem-frame {
  padding: 1rem;               /* mobile padding */
  border: 3px double #B84A00;
  background-color: #FAF3E0;
  border-radius: 1rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

.dltimg {
  display: none !important;
}

/* Desktop and tablets */
@media (min-width: 768px) {
  .poem-frame {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
    padding-top: 0rem;
    padding-bottom: 6.5rem;
    /* original desktop padding */
  }
  .dltimg {
    display: block !important;
  }
}




.poem-badge {
  position: absolute;
  top: -0.9rem;
  left: 50%;
  transform: translateX(-50%);
  background: #FAF3E0;
  padding: 0 1rem;
  color: #6B240C;
  font-weight: 600;
  font-size: 0.9rem;
}

.poem-title {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 600;
  color: #6B240C; /* Highlight color */
  margin-bottom: 1.2rem;
}

.poem-text {
  text-align: text-left;
  line-height: 1.9;
  font-size: 1.7rem !important;;
  color: #3B2F2F; /* Text */
}

.poem-author {
  text-align: right;
  margin-top: 1.5rem;
  font-style: italic;
  color: #6B240C; /* Highlight */
}

/* Decorative horizontal accent line */
.poem-divider {
  height: 2px;
  background: linear-gradient(to right, transparent, #B84A00, transparent);
  margin: 1.5rem 0;
  opacity: 0.7;
}

.ptxt {

  margin-bottom: 2px;

}
.ptxt p {
  margin-bottom: 10px;
}

