body {
  /* margin: 0; */
  /* font-family: 'Georgia', serif; */
  /* background: radial-gradient(circle at top left, rgba(64, 150, 100, 0.18), transparent 24%), radial-gradient(circle at bottom right, rgba(219, 175, 112, 0.10), transparent 22%), hsl(150 10% 8%); */
  /* color: hsl(45 20% 90%); */
      /* background-color: #e6d5c3 !important; */
      background-color: #f3e8dc !important;      
}

:root {
  /* --background: hsl(150 10% 8%); */
  --background :oklch(18% .03 55);
  --foreground: hsl(45 20% 90%);
  --card: hsl(150 8% 12%);
  --card-soft: hsl(150 8% 14% / 0.75);
  /* --primary: hsl(145 40% 42%); */
  --primary: #e9ab2b;

  --primary-soft: hsl(145 40% 42% / 0.14);
  --secondary: hsl(35 50% 55%);
  --gold: oklch(78% .15 80);
  --muted: hsl(150 6% 16%);
  --muteds:#2f2a26;
  --muted-foreground: hsl(45 10% 65%);
  --border: hsl(150 8% 20%);
  --river: hsl(200 30% 35% / 0.16);
  --shadow: 0 20px 60px hsl(150 20% 4% / 0.45);
  --bg: #241104;
  --bg-deep: #080d0a;
  --card: #161f19;
  --card-soft: #241104;
  --border: #263028;
  --text: #ece6d8;
  --text-soft: rgba(236, 230, 216, 0.85);
  --text-muted: #2f2a26;

  --gold-glow: #f0c66a;
  --gold-deep: #b9852a;
  --leaf: #e9ab2b;
  --leaf-deep: #e0a83b;

  --grad-hero: linear-gradient(180deg, #0c160e 0%, #101a13 60%, #241104 100%);
  --grad-gold: linear-gradient(135deg, #e0a83b, #c98217);
  --grad-card: linear-gradient(166deg, #e6d5c3 0%, #f3e8dc 100%);
  --grad-overlay: linear-gradient(135deg, rgba(10, 18, 12, .92) 0%, rgba(15, 24, 18, .7) 60%, rgba(10, 18, 12, .85) 100%);

  --shadow-gold: 0 10px 40px -10px rgba(224, 168, 59, 0.45);
  --shadow-green: 0 10px 40px -10px rgba(47, 154, 89, 0.45);
  --shadow-deep: 0 20px 60px -20px rgba(0, 0, 0, 0.7);
  --shadow-glow: 0 0 30px rgba(240, 198, 106, 0.35);

  --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  --surface:#13251d;
  --surface-2:#193025;
}
button.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}
/* =======================rachnakaar css common start========================= */

html, body, span, input, textarea, button, form, section, footer, nav, a, div, address, table, tr, td, th, h1, h2, h3, h4, h5, h6 ul, ol, .font-body, .font-display, .font-mon, .font-serif{
  font-family: 'Noto Serif Devanagari', serif !important;
}

.trusty h1{margin-top: 240px!important;}
h1, h2, h3, h4, .font-display {
  font-family: "Noto Serif Devanagari", serif !important;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #2f2a26;
}
/* p {
    font-size: 18px !important;
} */
.text-primary{
  color: var(--primary) !important;
}
.text-w-color{
  color:var(--text);
}
a {
  color: var(--gold);
  text-decoration: none;
}
.hover-card {
    background: #311c0fb3 !important;
}
/* ----- Helpers ----- */
.text-gold {
  /* color: #E7D7C1 !important; */
color: #2f2a26 !important;
}

.text-leaf {
  color: var(--leaf) !important;
}

.text-light-soft {
  color: #2f2a26;
}

.text-muted-soft {
  color: #2f2a26;
}

.bg-hero-grad {
  background: var(--grad-hero);
}

.bg-card-soft {
  background: rgba(22, 31, 25, 0.5);
}

.section {
  padding: 41px 0;
}

.section-titles {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 1rem;
}

.eyebrow {
  font-size: .75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
}



.ornate-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #e0a83b;
}

.ornate-divider::before, .ornate-divider::after {
  content: '';
  flex: 1;
  max-width: 80px;
  height: 1px;
  background:linear-gradient(90deg, transparent, rgb(90 58 46), transparent);
}

.border-gold {
  border-color: #e0a83b !important;
}

/* ----- Buttons ----- */
.btn {
  border-radius: 4px;
  font-weight: 500;
  padding: 0.7rem 1.6rem;
  transition: var(--transition);
  border-width: 1px;
}

.btn-lg {
  padding: 0.9rem 2rem;
  font-size: 1rem;
}

.btn-leaf {
  border: 1px solid #5a3a2e;
    background: #5a3a2e;
    color: #F6F1E9;

}

.btn-leaf:hover {
  border: 1px solid #6d7f5f;
    background: #6d7f5f;
        color: #F6F1E9;
  transform: translateY(-2px);
}

.btn-outline-gold {
  /* background: transparent; */
  border: 1px solid #6d7f5f;
    background: #6d7f5f;
        color: #F6F1E9;
}

.btn-outline-gold:hover {
  border: 1px solid #5a3a2e;
    background: #5a3a2e;
    color: #F6F1E9;
}

.hover-lift {
  transition: var(--transition);
}

.hover-lift:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-gold);
}

.hover-glow:hover {
  box-shadow: var(--shadow-glow);
  border-color: var(--gold) !important;
}

.text-green-color {
  color: #6d7f5f !important;
}
/* =======================rachnakaar css common start========================= */

/* ----- Hero ----- */
.hero-section-reanakar {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 100px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: var(--grad-overlay);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-content h1 {
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 1.1;
}

.quill-wrap {
  position: relative;
}

.quill-glow {
  position: absolute;
  inset: -32px;
  background: rgba(224, 168, 59, 0.12);
  border-radius: 50%;
  filter: blur(60px);
}

.quill-img {
  position: relative;
  width: 420px;
  height: 420px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(224, 168, 59, 0.4);
  box-shadow: var(--shadow-deep);
}

.quill-float {
  animation: quillFloat 6s ease-in-out infinite;
}

@keyframes quillFloat {
  0%, 100% {
    transform: translateY(0) rotate(-3deg);
  }

  50% {
    transform: translateY(-10px) rotate(3deg);
  }
}

.hero-stats {
  /* position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; */
  background: rgb(30 15 5 / 0.8);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--border);
}

.hero-stats .stat-item {
  padding: 20px 16px;
  border: 0;
  border-radius: 0;
  border-right: 1px solid #4d4d4d;
  background: transparent;
}

.hero-stats .stat-item:last-child {
  border-right: 0;
}

.hero-stats .stat-item:hover {
  box-shadow: var(--shadow-glow);
}

.hero-stats .stat-value {
  font-family: 'Tiro Devanagari Hindi', serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}

/* .stat-label { color: var(--text-muted); font-size: .8rem; margin-top: 4px; } */


/* ----- Banner image ----- */
.banner-img {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-deep);
}

.banner-img img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: transform .7s ease;
}

.banner-img:hover img {
  transform: scale(1.05);
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #f3e8dc 0%, rgba(13, 20, 16, .4) 50%, transparent 100%);
}

.banner-caption {
  position: absolute;
  bottom: 24px;
  left: 32px;
  font-size: clamp(1.5rem, 3vw, 2rem);
  text-shadow: 0 2px 12px rgba(0, 0, 0, .6);
  margin: 0;
}

.slideshow .item img.desktop-img {
    display: block;
  }
  .slideshow .item img.mobile-img{
    display: none;
  }
/* ----- Cards ----- */
.card-manch {
    background: #f3e8dc;
    border: 1px solid #5a3a2e;
    border-radius: 6px;
    padding: 32px;
    transition: var(--transition);
}

.icon-box {
  width: 56px;
  height: 56px;
  border-radius: 6px;
  background: rgba(224, 168, 59, 0.1);
  border: 1px solid #6d7f5f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #6d7f5f;
  margin-bottom: 24px;
  transition: var(--transition);
}
.card-manch p, .card-manch h3 {
  color: #2f2a26;
}
.card-manch:hover .icon-box {
  background: #6d7f5f;
  color: var(--bg);
}

.card-manch h3 {
  margin-bottom: 4px;
}

.card-manch .subtitle {
  font-size: .7rem;
  letter-spacing: 0.2em;
  color: #6d7f5f;
  margin-bottom: 16px;
}

.card-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #f3e8dc47;
    font-size: .85rem;
    color: #f3e8dc;
}

.arrow-anim {
  opacity: 0;
  transition: var(--transition);
}

.card-manch:hover .arrow-anim {
  opacity: 1;
  transform: translateX(4px);
}

/* ----- Process / steps ----- */
.process-section {
  overflow: hidden;
}

.bg-image-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.bg-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}

.bg-image-overlay {
  position: absolute;
  inset: 0;
      background: linear-gradient(to bottom, #e6d5c34d, #e6d5c342, #e6d5c361);
}

.step-card {
  position: relative;
  /* background: var(--grad-card); */
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 28px;
}

.process-section .step-numbers {
  /* font-family: 'Cormorant Garamond', serif; */
  font-size: 36px;
  font-weight: 300;
  color: #6d7f5f;
  margin-bottom: 16px;
}

.step-arrow {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  color: #6d7f5f;
  font-size: 1.5rem;
}

/* ----- Principles ----- */
.principles-img-wrap {
  position: relative;
}

.principles-glow {
  position: absolute;
  inset: -16px;
  background: rgba(224, 168, 59, 0.05);
  filter: blur(40px);
  border-radius: 50%;
}

.principles-img {
  position: relative;
  width: 100%;
  border-radius: 6px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-deep);
  object-fit: cover;
  aspect-ratio: 1/1;
}

.quote-block {
  border-left: 2px solid #e0a83b;
  padding-left: 24px;
  color: var(--text-soft);
  margin-top: 24px;
}

.quote-icon {
  font-size: 1.5rem;
  margin-bottom: 8px;
  display: block;
}

/* ----- Featured works ----- */
.work-card {
  background: var(--grad-card);
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
  transition: var(--transition);
}

.work-img-wrap {
  position: relative;
  height: 210px;
  overflow: hidden;
}

.work-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.work-card:hover .work-img-wrap img {
  transform: scale(1.1);
}

.work-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--card), rgba(22, 31, 25, .3) 50%, transparent);
}

.work-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: .7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6d7f5f;
  background: rgba(13, 20, 16, 0.7);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(224, 168, 59, .4);
  padding: 4px 12px;
  border-radius: 3px;
}

.work-body {
  padding: 28px;
}

.work-title {
  transition: var(--transition);
}

.work-card:hover .work-title {
  color: #6d7f5f;
}

.work-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid #6d7f5f;
}

.hero-stats .stat-label {
  color: #b7b7b7 !important;
}

@media (max-width: 768px) {
  .banner-img img {
    height: 220px;
  }

  .banner-caption {
    left: 20px;
    bottom: 16px;
  }

  .stat-item:nth-child(2n) {
    border-right: 0;
  }

  .stat-item:nth-child(-n+2) {
    border-bottom: 1px solid var(--border);
  }
}

/* ========================rachnakaar css common end========================== */



.text-gr {
  color: #e9ab2b;
}

.custom-header {
  /* background-color: #0c1a18; */
      /* background-color: color-mix(in oklab, #1c0e05 80%, #281408f7); */
          background-color: #C24E36;
      
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.logo-text {
  /* color: #d4a65a; */
      color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
}

.nav-link {
  color: #f3e8dc !important;  
  margin-left: 4px;
  font-size: 16px;
  position: relative;
  transition: 0.3s;
  padding: 10px 5px !important;
}

.nav-link:hover {
  color: #ffffff !important;
}

.news-later {
  padding: 10px 10px !important;
}

/* small red dot indicator */
.nav-link.active::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #5a3a2e;
  border-radius: 50%;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
}

.dropdown-menu-wide li a {
  padding: 7px 10px !important;
  font-size: 14px !important;
}

.slider-item::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(90deg, #f3e8dc 0%, #f3e8dc 45%, hsl(10.29deg 56.45% 48.63% / 0%) 100%); */
    background: linear-gradient(90deg, #f3e8dc 0%, #f3e8dcd6 45%, hsl(10.29deg 56.45% 48.63% / 0%) 100%);
}
h5.name-title {
  color: #2f2a26;
  text-transform: uppercase;
  margin: 0 0 38px;
  font-size: 32px;
  clear: both;
}

 .hero-title {
  font-size: clamp(2.7rem, 7vw, 4.7rem);
  line-height: 54px;
  margin: 0;
  color: #2f2a26;
  font-weight: 700;
}

.hero-title-new {
    font-size: clamp(2.7rem, 7vw, 3.7rem) !important;
    line-height: 74px !important;
    
}
.divider-gold {
  height: 1px;
  width: 6rem;
  background: linear-gradient(90deg, transparent, oklch(0.38 0.05 41.34), transparent);
}

.btn-gr {
    border: 1px solid #5a3a2e !important;
    background: #5a3a2e !important;
    color: #F6F1E9 !important;
}

.btn-gold {
  background: #5a3a2e !important;
  color: #f3e8dc;
}

.btn-border {
 border: 1px solid #6d7f5f !important;
  background: #6d7f5f !important;
  /* color: #5a3a2e !important; */
}

.timeline-boxs, .card-literary {
    box-shadow: 0px 0px 15px 0px #adadad99 !important;
}
.section-padding {
  padding: 100px 0;
  position: relative;
}

.hero-section {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, 0.04);
}


.footer-image-card img {
  width: 100%;
  min-height: 260px;
  object-fit: cover;
}

footer {
  background: rgba(7, 18, 15, 0.96);
}

footer .nav-link {
  margin-left: 0;
  display: inline-block;
  color: #2f2a26 !important;
  padding: 0 !important;
  transition: 0.3s;
}

footer .nav-link:hover {
  color: #6d7f5f !important;
}

.card-literary,
.testimonial-section,
.new-news-section,
.footer-image-card {
  border-radius: 1.5rem;
}
.footer-b-text {
  color: #2f2a26;
}


.text-gradient-gold {
  color: hsl(var(--gold));
}

/* .text-gradient-green {
  color: #e9ab2b;
} */

.text-muted-foreground {
  color: hsl(45 10% 65%);
}

.text-foreground {
  color: hsl(45 20% 90%);
}

.bg-card\/50 {
  background: rgba(12, 26, 24, 0.50);
}

.bg-card\/60 {
  background: rgba(12, 26, 24, 0.60);
}

.slideshow .slider-track {
  transition: all 1s ease;
}

.slideshow .item {
  height: 100%;
  position: relative;
  z-index: 1;
}

.slideshow .item img {
  width: 100%;
  transition: all 6s ease;
  transform: scale(1);
}

.slideshow .item.slick-active img {
  transform: scale(1.1);
}


.slider-text {
  position: absolute;
  z-index: 2;
  top: 50%;
  /* left: 50%; */
  left: 0%;
  color: #fff;
  width: 50%;
  transform: translate(16%, -50%);
}

/* .right-side-text .slider-text {
  left: 80%;
} */

.title-para {
  font-size: 24px;
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 5px;
}
.hero-section .text-muted-foreground {
    color: #2f2a26;
    font-size: 20px;
}
.slider-text p {
  font-size: 22px;
  color: #2f2a26;
}

.notice-hero {
  min-height: 55vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: linear-gradient(90deg, #1c0e05 0%, #1c0e0559 45%, hsl(150 10% 8% / 0.35) 100%), linear-gradient(180deg, #1c0e052e, #1c0e05cf);; */
  /* background: linear-gradient(180deg, rgba(12, 26, 24, 0.98) 0%, rgba(7, 18, 15, 0.96) 100%), url('../img/IMG_3824.jpg') center/cover no-repeat; */
  
  position: relative;
}

/*.notice-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 18, 15, 0.6);
}*/

.notice-hero .container {
  position: relative;
  z-index: 1;
}

.info-page {
  padding: 120px 0 80px;
}

.notice-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(219, 175, 112, 0.18);
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  max-width: 900px;
}

.notice-banner {
  background: rgba(219, 175, 112, 0.08);
  border-bottom: 1px solid rgba(219, 175, 112, 0.16);
}

.arrow-racnaye svg {
  height: 30px;
  width: 20px;
  margin-left: 10px;
}

.notice-logo {
  width: 56px;
  height: 56px;
  font-size: 18px;
  font-weight: 700;
  color: #0c1a18;
}

.notice-body {
  background: rgba(255, 255, 255, 0.04);
}

.notice-title {
  color: #e9ab2b;
}

.notice-list {
  list-style: disc inside;
  gap: 0.75rem;
}

.notice-footer {
  color: rgba(239, 230, 196, 0.86);
}

/*.notice-hero .hero-title {
  color: #fff;
}*/

.notice-hero .title-para {
  color: #e9ab2b;
}

.library-hero {
  min-height: 85vh;
  padding-top: 140px;
  background: linear-gradient(180deg, rgba(12, 26, 24, 0.92) 0%, rgba(7, 18, 15, 0.92) 100%), url('../img/IMG_3824.jpg') center/cover no-repeat;
  position: relative;
}

.library-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 18, 15, 0.65);
}

.library-hero .container {
  position: relative;
  z-index: 1;
}

.library-showcase-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.library-showcase-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.42);
}

.library-card {
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.library-card:hover {
  transform: translateY(-8px);
  border-color: rgba(64, 150, 100, 0.4);
}

.library-chip {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: rgba(219, 175, 112, 0.14);
  color: #e9ab2b;
  font-size: 0.85rem;
  font-weight: 600;
}

.book-card {
  transition: transform 0.3s ease, background 0.3s ease;
}

.book-card:hover {
  transform: translateY(-10px);
  background: rgba(64, 150, 100, 0.15);
}

.book-tag {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: rgba(64, 150, 100, 0.12);
  color: #a9d8b1;
  font-size: 0.82rem;
}

.library-list {
  list-style: disc inside;
  gap: 0.85rem;
  display: grid;
}

.btn-slider a.btn {
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.14);
  color: #F6F1E9;
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 16px;
}





.news-section {
  padding: 80px 0;
}

/* Card */
.news-card {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 20px;
  overflow: hidden;
  /* padding: 20px; */
  height: 100%;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* .news-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    } */

/* Image */
.news-img {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}

.news-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: 0.4s;
}

.news-card:hover img {
  transform: scale(1.05);
}

/* Badge */
.badge-custom {
  display: inline-block;
  background: rgba(212, 166, 90, 0.15);
  color: #d4a65a;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 15px;
}

/* Title */
.news-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Text */
.news-desc {
  color: #bbb;
  font-size: 15px;
  line-height: 1.6;
}

span.box-text {
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 12px;
  color: #38c172;
  background: #121614b3;
  padding: 5px 10px;
  border-radius: 10px;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

/* ============timeline Css======= */
.journey {
  background: linear-gradient(180deg, hsl(150 10% 8%), hsl(220 15% 15%));
}

.journey-hero {
  max-width: 760px;
  margin: 0 auto 42px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
}

.journey-hero img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.timeline {
  position: relative;
  /* max-width: 980px; */
  margin: 0 auto;
}


.timeline-item {
  position: relative;
  display: flex;
  margin-bottom: 56px;
}

.timeline-item:nth-child(even) {
  justify-content: flex-end;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  box-shadow: 0 0 0 10px hsl(145 40% 42% / 0.14);
}

.timeline-card {
  width: calc(50% - 36px);
  border-radius: 22px;
  overflow: hidden;
  position: relative;
}

.timeline-image {
  height: 220px;
  position: relative;
}

.timeline .default-line {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  background: #bdc3c7;
  height: 98%;
}
.my-slider .slick-slide, .my-slider2 .slick-slide {
    margin: 0 15px 0 0;
}

.timeline .draw-line {
  width: 1px;
  height: 0;
  position: absolute;
  left: 50%;
  background: #e9ab2b;
}

.timeline-decade-card {
  background: rgba(12, 26, 24, 0.88);
  border: 1px solid rgba(219, 175, 112, 0.18);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  border-radius: 28px;
  padding: 28px;
}

.timeline-decade-card .badge {
  font-size: 0.8rem;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  letter-spacing: 0.02em;
}

.bg-gold {
  background-color: #e9ab2b !important;
  color: #0c1a18 !important;
}

.timeline-collage {
  overflow: hidden;
}

.timeline-collage img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  animation-duration: .7s;
  transition: transform 0.7s ease;
}

.timeline-collage img:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#journey span.badge.bg-gold {
  padding: 10px 15px 5px 15px !important;
}



.testimonial-shell {
  border-radius: 28px;
  padding: 34px;
}

.testimonial-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.testimonial-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid hsl(145 40% 42% / 0.28);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  align-items: center;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.testimonial-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: hsl(45 10% 55% / 0.3);
  cursor: pointer;
}

.testimonial-dots button.active {
  background: var(--primary);
}

.newsletter-box {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  border-radius: 28px;
  padding: 38px;
}

.newsletter-form {
  display: flex;
  gap: 12px;
  max-width: 520px;
  margin: 28px auto 0;
}

.newsletter-form input {
  flex: 1;
  min-height: 52px;
  border-radius: 16px;
  border: 1px solid hsl(150 8% 20% / 0.82);
  background: hsl(150 8% 12% / 0.45);
  color: var(--foreground);
  padding: 0 16px;
  outline: none;
}

.newsletter-form input::placeholder {
  color: hsl(45 10% 55% / 0.7);
}

.footer {
  padding-top: 40px;
  border-top: 1px solid hsl(150 8% 20% / 0.75);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.footer-grid>div {
  border-radius: 20px;
  padding: 24px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.river-reflection img {
  transition: 0.8s ease, transform 0.8s ease;
}

.river-reflection:hover img {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.ramdarash-features img {
  transition: transform 0.7s ease, filter 0.7s ease;
}

.ramdarash-features img:hover {
  transform: scale(1.08);
  filter: brightness(1.15) saturate(1.2);
}

.gallery-item {
  cursor: pointer;
  transition: transform 0.35s ease;
}



.gallery-item img {
  transition: transform 0.6s ease;
}

.gallery-item:hover img {
  transform: scale(1.12);
}

.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(2, 8, 7, 0.92);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2200;
  padding: 2rem;
}


.lightbox-overlay.active {
  display: flex;
}

.lightbox-overlay img {
  max-width: 100%;
  max-height: 90vh;
  /* border-radius: 1.5rem; */
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

.lightbox-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(219, 175, 112, 0.4);
  background: rgba(12, 26, 24, 0.75);
  color: #e9ab2b;
  font-size: 1.5rem;
  display: grid;
  place-items: center;
  cursor: pointer;
}

@keyframes drift {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(8px);
  }
}

@keyframes floatText {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Testimonial Slider Styles */
.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.testimonial-slider .slick-prev {
  left: -20px;
}

.testimonial-slider .slick-next {
  right: -20px;
}

.testimonial-slider .slick-prev:hover,
.testimonial-slider .slick-next:hover {
  background: #e9ab2ba6;
  border-color: #e9ab2b;
}

.testimonial-slider .slick-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  gap: 8px;
}

.testimonial-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2f2a26;
  border: none;
  transition: all 0.3s ease;
}

.testimonial-slider .slick-dots li.slick-active button {
  background: #e9ab2b;
  transform: scale(1.2);
}

.slick-dots {
  bottom: -35px;
}

.slick-dots li button:before {
  opacity: 0 !important;
}

.slick-dots li button {
  background: #707070;
  width: 8px;
  height: 8px;
  padding: 5px;

  border-radius: 10px;
}

.slick-dots li.slick-active button {
  background: #e9ab2b;
  width: 27px;
  height: 8px;
  padding: 5px;
  border-radius: 5px;
}

.slick-dots {
  bottom: 9%;
  right: 0;
  left: auto;
  display: inline !important;
  width: 15%;
}

.slick-next:before, .slick-prev:before {
  display: none;
}

.main-articles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.right-links svg {
  display: inline;
}

.gallery-main-box img {
  height: 300px;
}

/* .btn-close {
  filter: invert(1);

} */

.navbar-toggler-icon {
  filter: invert(1);
  /* font-size: 42px; */
}

.nav-link svg {
  margin-left: 7px;
  width: 14px;
  height: 14px;
}

/* Custom dropdown menu styling */
.dropdown-menu {
  /* background:linear-gradient(#221107,#1c0d06) !important; */
  background: #F6F1E9 !important;
  border: 1px solid rgba(219, 175, 112, 0.2) !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
  backdrop-filter: blur(10px) !important;
}

.dropdown-menu-wide {
  min-width: 350px !important;
}

.dropdown-item {
  color: #3B2A22 !important;
  font-family: 'Georgia', serif !important;
  font-size: 14px !important;
  padding: 10px 20px !important;
  transition: all 0.3s ease !important;
}

.dropdown-item:hover {
    /* background-color: rgb(30 15 5) !important; */
    color: #e9ab2b !important;
    background: transparent !important;
}

.dropdown-item.active {
  background-color: rgba(219, 175, 112, 0.1) !important;
  color: #e9ab2b !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.new-class {
  height: 100vh;
  overflow: hidden;
}

.h-gallery-section-col img, .my-slider .slick-slide img {
  height: 330px;
}

.link-btns {
  color: #e9ab2b;
  color: #6d7f5f;
  
  transition: 0.3s;
}

.story-content h2 {
  color: #6d7f5f;
  font-size: 32px;
}

.link-btns:hover {
  color: #6d7f5f;
  letter-spacing: 1px;
}

footer .social-container {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

footer .social-container a {
  padding: 5px;
  transition: 0.3s;
  background: #5a3a2e;
  line-height: normal;
  display: flex;
  align-items: center;
  width: 30px;
  justify-content: center;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
}

footer .social-container a i {
  color: #f3e8dc;
  font-size: 15px;
  transition: 0.3s;
  line-height: 8px;
}

footer .social-container a:hover {
  background: #6d7f5f;
}

footer .social-container a:hover i {
  color: #f3e8dc;
  transition: 0.3s;
}

/* ==================================================== */
/* Forgot Password Page Styles */
.forgot-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 40px;
}

.forgot-container {
  padding: 50px;
      background: linear-gradient(134deg, #e6d5c3ba 0%, #e6d5c3 100%);
    border: 1px solid rgba(219, 175, 112, 0.2);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgb(230 213 195);
  max-width: 480px;
  width: 100%;
}

.forgot-header {
  text-align: center;
  margin-bottom: 30px;
}

.forgot-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background: rgb(230 213 195);
    border: 2px solid #2f2a2669;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #2f2a26;
}

.forgot-header h1 {
  color: #2f2a26;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: 'Georgia', serif;
}

.forgot-header p {
  color: #2f2a26;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.forgot-subtitle {
  color: hsl(45 20% 75%);
  font-size: 13px;
  line-height: 1.6;
}

.luxury-divider {
  height: 2px;
  background: linear-gradient(90deg, transparent, #d4a65a 50%, transparent);
  margin: 20px 0 30px 0;
}

/* Steps Container */
.forgot-steps {
  display: none;
}

.forgot-steps.active {
  display: block;
  animation: fadeInUp 0.5s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Progress Indicator */
.progress-indicator {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 10px;
}

.progress-step {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.progress-step::after {
  content: '';
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 26px);
  height: 2px;
  background: rgba(219, 175, 112, 0.2);
  z-index: 0;
}

.progress-step:last-child::after {
  display: none;
}

.progress-step.completed::after {
  background: #e9ab2b;
}

.progress-step.active::after {
  background: #6d7f5f;
}

.step-number {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgb(109 127 95 / 29%);
    border: 2px solid rgb(109 127 95);
    color: #2f2a26;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
}

.progress-step.completed .step-number {
  background: #6d7f5f;
  border-color: #6d7f5f;
  color: #fff;
}

.progress-step.active .step-number {
  background: #6d7f5f;
  border-color: #6d7f5f;
  color: #0c1a18;
  box-shadow: 0 0 0 8px rgba(212, 166, 90, 0.1);
}

.step-label {
  font-size: 11px;
  color: #6d7f5f;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.progress-step.completed .step-label {
  color: #6d7f5f;
  padding-bottom: 15px;
}

.progress-step.active .step-label {
  color: #6d7f5f;
  padding-bottom: 15px;
}

/* Form Styles */
.form-group {
  margin-bottom: 25px;
}

.form-label {
  color: #e9ab2b;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.form-control {
  background: rgba(64, 150, 100, 0.08);
  border: 1px solid rgba(219, 175, 112, 0.3);
  color: hsl(45 20% 90%);
  padding: 12px 16px;
  font-size: 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-family: 'Georgia', serif;
}

.form-control:focus {
  background: rgba(64, 150, 100, 0.12);
  border-color: #d4a65a;
  color: hsl(45 20% 90%);
  box-shadow: 0 0 0 3px rgba(212, 166, 90, 0.1);
  outline: none;
}

.form-control::placeholder {
  color: rgba(219, 175, 112, 0.6);
}

.icon-input {
  position: relative;
}

.icon-input i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #e9ab2b;
  pointer-events: none;
  font-size: 14px;
}

.icon-input .form-control {
  padding-left: 38px;
}

/* OTP Input */
.otp-inputs {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}

.otp-input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  background: rgba(64, 150, 100, 0.08);
  border: 2px solid rgba(219, 175, 112, 0.3);
  border-radius: 8px;
  color: #d4a65a;
  transition: all 0.3s ease;
}

.otp-input:focus {
  background: rgba(64, 150, 100, 0.12);
  border-color: #d4a65a;
  box-shadow: 0 0 0 3px rgba(212, 166, 90, 0.1);
  outline: none;
}

.otp-input::placeholder {
  color: rgba(219, 175, 112, 0.3);
}

/* Resend Timer */
.resend-section {
  text-align: center;
  margin-bottom: 20px;
}

.resend-text {
  color: hsl(45 20% 75%);
  font-size: 13px;
  margin-bottom: 8px;
}

.resend-link {
  color: #e9ab2b;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.3s ease;
}

.resend-link:hover {
  color: #d4a65a;
  text-decoration: underline;
}

.resend-link.disabled {
  color: #e9ab2b;
  opacity: 0.5;
  cursor: not-allowed;
  text-decoration: none;
}

/* Buttons */
.btn-forgot {
    background: linear-gradient(132deg, #5a3a2e 0%, #241104 100%);
    border: 1px solid #5a3a2e;
    color: #fff;
  padding: 11px 30px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-forgot:hover {
     background: linear-gradient(132deg, #5a3a2e 0%, #241104 100%);
    border: 1px solid #5a3a2e;
    color: #fff;
    box-shadow: 0 10px 30px #e9ab2b40;
    transform: translateY(-2px);
}

.btn-secondary-forgot {
  background: transparent;
  border: 1px solid rgba(219, 175, 112, 0.3);
  color: #e9ab2b;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  width: 100%;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-secondary-forgot:hover {
  background: rgba(64, 150, 100, 0.1);
  border-color: #d4a65a;
  color: #d4a65a;
}

.btn-forgot i {
  margin-right: 8px;
}

/* Success Message */
.success-message {
  background: rgba(64, 150, 100, 0.15);
  border: 1px solid rgba(64, 150, 100, 0.3);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.success-icon {
  font-size: 48px;
  color: #e9ab2b;
  margin-bottom: 15px;
  animation: scaleIn 0.5s ease;
}

@keyframes scaleIn {
  from {
    transform: scale(0);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.success-message h3 {
  color: #e9ab2b;
  font-size: 18px;
  margin-bottom: 8px;
}

.success-message p {
  color: hsl(45 20% 75%);
  font-size: 13px;
  margin: 0;
}

/* Back to Login */
.back-login {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(219, 175, 112, 0.2);
}

.back-login a {
  color: #2f2a26;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.back-login a:hover {
  color: #6d7f5f;
}

/* Responsive */
@media (max-width: 768px) {
  .forgot-container {
    padding: 30px;
    margin: 20px;
  }

  .forgot-header h1 {
    font-size: 22px;
  }

  .forgot-icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .progress-step {
    flex-direction: column;
    gap: 4px;
  }

  .progress-step::after {
    display: none;
  }

  .step-label {
    font-size: 10px;
  }

  .form-control {
    font-size: 14px;
    padding: 10px 14px;
  }

  .otp-input {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .forgot-container {
    padding: 20px;
  }

  .progress-indicator {
    margin-bottom: 20px;
  }

  .form-group {
    margin-bottom: 18px;
  }
}

/* Auth Page Specific Styles */
.auth-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 40px;
}

.auth-container {
    background: linear-gradient(134deg, #e6d5c3ba 0%, #e6d5c3 100%);
    border: 1px solid rgba(219, 175, 112, 0.2);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgb(230 213 195);
    max-width: 700px;
    width: 100%;
}

/* Tab Navigation */
.auth-tabs {
  display: flex;
  background: rgba(12, 26, 24, 0.5);
  border-bottom: 1px solid rgba(219, 175, 112, 0.2);
}

.auth-tab-btn {
  flex: 1;
  padding: 18px 20px;
  background: #241104;
  border: none;
  color: #f3e8dc;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s ease;
  letter-spacing: 0.5px;
  position: relative;
  border-bottom: 3px solid transparent;
}

.auth-tab-btn:hover {
  background: #2411045c;
  color: #f3e8dc;
}

.auth-tab-btn.active {
  color: #f3e8dc;
  border-bottom-color: #f3e8dc;
  background: #2411045c;
}

.auth-tab-btn i {
  margin-right: 8px;
}

/* Tab Content */
.auth-content {
  padding: 50px;
  min-height: 500px;
}

.auth-tab-pane {
  display: none;
  animation: fadeInUp 0.5s ease;
}

.auth-tab-pane.active {
  display: block;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.auth-header {
  text-align: center;
  margin-bottom: 30px;
}

.auth-header h1 {
  color: #2f2a26;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: 'Georgia', serif;
}

.auth-header p {
  color: #2f2a26;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.luxury-divider {
  height: 2px;
  background: linear-gradient(90deg, transparent, #2f2a26 50%, transparent);
  margin: 15px 0 30px 0;
}

.form-group {
  margin-bottom: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-label {
  color: #2f2a26;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.form-control {
  background: rgba(64, 150, 100, 0.08);
  border: 1px solid rgba(219, 175, 112, 0.3);
  color: hsl(45 20% 90%);
  padding: 11px 14px;
  font-size: 14px;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-family: 'Georgia', serif;
}

.form-control:focus {
  background: rgba(64, 150, 100, 0.12);
  border-color: #2f2a26;
  color: hsl(45 20% 90%);
  box-shadow: 0 0 0 3px rgba(212, 166, 90, 0.1);
  outline: none;
}

.form-control::placeholder {
  color: rgba(219, 175, 112, 0.5);
}

.icon-input {
  position: relative;
}

.icon-input i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #2f2a26;
  pointer-events: none;
  font-size: 14px;
}

.icon-input .form-control {
  padding-left: 38px;
}

.toggle-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #e9ab2b;
  transition: color 0.3s ease;
  font-size: 14px;
}

.toggle-password:hover {
  color: #d4a65a;
}

.form-check {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.form-check-input {
  background: rgba(64, 150, 100, 0.1);
  border: 1px solid rgba(219, 175, 112, 0.3);
  cursor: pointer;
  margin-right: 8px;
}

.form-check-input:checked {
  background: #e9ab2b;
  border-color: #e9ab2b;
}

.form-check-label {
  color:#5a3a2e;
  cursor: pointer;
  font-size: 13px;
  margin: 0;
}

.forgot-link {
  color: #5a3a2e;
  text-decoration: none;
  transition: color 0.3s ease;
}

.forgot-link:hover {
  color: #5a3a2e;
  text-decoration: underline;
}

.btn-auth {
  background: linear-gradient(132deg, #5a3a2e 0%, #241104 100%);
  border: 1px solid #5a3a2e;
  color: #fff;
  padding: 11px 30px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-auth:hover {
    background: linear-gradient(132deg, #5a3a2e 0%, #241104 100%);
    border-color: #6d7f5f;
    box-shadow: 0 10px 30px #6d7f5f40;
    transform: translateY(-2px);
    color: #fff;
}

.btn-auth i {
  margin-right: 8px;
}

.social-login {
  margin-top: 25px;
  text-align: center;
}

.social-divider {
  color: #2f2a26;
  font-size: 12px;
  margin: 20px 0;
}

.social-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.social-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(219, 175, 112, 0.3);
  background: #5a3a2e;
  color: #f3e8dc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  text-decoration: none;
}

.social-btn:hover {
  background:#6d7f5f;
  border-color:#6d7f5f;
  color: #fff;
  transform: translateY(-3px);
}

.password-strength {
  display: flex;
  gap: 4px;
  height: 3px;
  margin-top: 8px;
}

.strength-bar {
  flex: 1;
  background: rgba(219, 175, 112, 0.2);
  border-radius: 2px;
  transition: background 0.3s ease;
}

.strength-bar.weak {
  background: #dc3545;
}

.strength-bar.medium {
  background: #ffc107;
}

.strength-bar.strong {
  background: #e9ab2b;
}

.field-info {
  font-size: 11px;
  color: #2f2a26;
  margin-top: 4px;
}



/* Profile Page Layout */


.profile-wrapper {
  padding: 40px 20px;
  min-height: calc(100vh - 80px);
}

.profile-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* Profile Header Banner */
.profile-header-banner {
  background: linear-gradient(135deg, rgba(64, 150, 100, 0.2) 0%, rgba(219, 175, 112, 0.1) 100%);
  border: 1px solid rgba(219, 175, 112, 0.2);
  border-radius: 12px;
  height: 200px;
  margin-bottom: -60px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.profile-header-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(212, 166, 90, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.profile-header-banner::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -5%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(64, 150, 100, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.banner-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.banner-title {
  color: #d4a65a;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  font-family: 'Georgia', serif;
  letter-spacing: 1px;
}

.banner-subtitle {
  color: #e9ab2b;
  font-size: 14px;
  margin: 5px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

.banner-decorative {
  color: #e9ab2b;
  font-size: 24px;
  margin-top: 8px;
  opacity: 0.6;
}

/* Profile Content */
.profile-content {
    /* background: linear-gradient(134deg, #e6d5c3ba 0%, #e6d5c3 100%); */
    border: 1px solid rgba(219, 175, 112, 0.2);
    border-radius: 15px;
    padding: 40px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgb(230 213 195);
}

/* Profile Avatar Upload */
.profile-avatar-section {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.avatar-container {
  position: relative;
}

.profile-avatar {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6d7f5f, #5a3a2ede);
    border: 4px solid #c24e36;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #fff;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.profile-avatar:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(212, 166, 90, 0.4);
}

.avatar-upload {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: #6d7f5f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #0c1a18;
  font-size: 18px;
}

.avatar-upload:hover {
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(213, 255, 168, 0.6);
}

#avatarInput {
  display: none;
}

.profile-info {
  flex: 1;
  min-width: 200px;
}

.profile-name {
  color: #2f2a26;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: 'Georgia', serif;
}

.profile-role {
  color: #2f2a26;
  font-size: 15px;
  margin-bottom: 10px;
}

.profile-status-badge {
  display: inline-block;
  background: rgba(64, 150, 100, 0.2);
  border: 1px solid #2f2a26;
  color: #2f2a26;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Tabs Navigation */
.profile-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(219, 175, 112, 0.1);
  flex-wrap: wrap;
}

.profile-tab-btn {
  background: transparent;
  border: none;
  color: #5a3a2e;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.profile-tab-btn:hover {
  color: #5a3a2e;
}

.profile-tab-btn.active {
  color: #5a3a2e;
}

.profile-tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background: #5a3a2e;
}

/* Tab Panes */
.profile-tab-pane {
  display: none;
  animation: fadeInUp 0.5s ease;
}

.profile-tab-pane.active {
  display: block;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Form Sections */
.form-section {
  margin-bottom: 35px;
}

.section-title {
  color: #6d7f5f;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(219, 175, 112, 0.2);
}

.form-row-custom {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 0;
}

.form-label {
  color: #5a3a2e;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.form-control,
.form-select {
  background: #5a3a2e;
    border-color: #2f2a26;
  color: hsl(45 20% 90%);
  padding: 12px 14px;
  font-size: 14px;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-family: 'Georgia', serif;
}

.form-control:focus, .form-select:focus {
    background: #5a3a2e;
    border-color: #2f2a26;
    color: hsl(31.3deg 48.94% 90.78%);
    box-shadow: 0 0 0 3px rgba(212, 166, 90, 0.1);
    outline: none;
}

.form-control::placeholder {
  color: #f3e8dc;
}

.form-select option {
  background: #0c1a18;
  color: hsl(45 20% 90%);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #5a3a2e inset !important;
    -webkit-text-fill-color: hsl(45 20% 90%) !important;
    caret-color: hsl(45 20% 90%) !important;
    transition: background-color 5000s ease-in-out 0s;
}


/* Textarea */
.form-control:not([type="text"]):not([type="email"]):not([type="tel"]):not([type="date"]):not([type="password"]) {
  resize: vertical;
  /* min-height: 100px; */
}

/* Icon Input */
.icon-input {
  position: relative;
}

.icon-input i {
  position: absolute;
  left: 12px;
  top: 28px;
  color: #f3e8dc;
  pointer-events: none;
  font-size: 14px;
}

.icon-input .form-control {
  padding-left: 38px;
}

/* Input Helper Text */
.form-text {
  color: #f3e8dc;
  font-size: 12px;
  margin-top: 5px;
}

/* Social Links */
.social-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.social-input-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-icon {
  width: 40px;
  height: 40px;
  background: rgba(64, 150, 100, 0.15);
  border: 1px solid rgba(219, 175, 112, 0.3);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e9ab2b;
  font-size: 16px;
}

.social-input-group .form-control {
  flex: 1;
}

/* Interests/Tags */
.interests-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.interest-item {
  background: rgba(64, 150, 100, 0.1);
  border: 1px solid rgba(219, 175, 112, 0.2);
  padding: 12px 15px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  color: #e9ab2b;
  font-size: 13px;
  font-weight: 600;
}

.interest-item:hover {
  background: rgba(64, 150, 100, 0.2);
  border-color: #d4a65a;
  color: #d4a65a;
}

.interest-item.selected {
  background: #e9ab2b;
  border-color: #e9ab2b;
  color: #fff;
}

/* Checkbox & Radio Custom */
.form-check {
  margin-bottom: 15px;
}

.form-check-input {
  background: rgba(64, 150, 100, 0.1);
  border: 1px solid rgba(219, 175, 112, 0.3);
  cursor: pointer;
  width: 18px;
  height: 18px;
}

.form-check-input:checked {
  background: #5a3a2e;
  border-color: #5a3a2e;
}

.form-check-label {
  color: #5a3a2e;
  cursor: pointer;
  margin-left: 8px;
  font-size: 13px;
}

/* Buttons */
.profile-actions {
  display: flex;
  gap: 15px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.btn-save {
  background: linear-gradient(132deg, #5a3a2e 0%, #241104 100%);
  border: 1px solid #5a3a2e;
  color: #f3e8dc;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.btn-save:hover {
  background: linear-gradient(135deg, #5a3a2e 0%, #5a3a2e47 100%);
  border-color: #5a3a2e;
  box-shadow: 0 10px 30px #5a3a2e40;
  transform: translateY(-2px);
  color: #f3e8dc;
}

.btn-cancel {
  background: transparent;
  border: 1px solid #5a3a2e;
  color: #5a3a2e;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.btn-cancel:hover {
  background: rgba(64, 150, 100, 0.1);
  border-color: #5a3a2e;
  color: #5a3a2e;
}

/* Profile Stats */
.profile-stats {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;

}

.profile-stats .stat-item {
  width: 300px;
}

.stat-item {
  background: #351a08a8;
  border: 1px solid rgba(219, 175, 112, 0.2);
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  transition: all 0.3s ease;
}

.stat-item:hover {
  background: #351a08a8;
  border-color: #d4a65a;
  transform: translateY(-3px);
}

.stat-number {
  color: #f3e8dc;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

.stat-label {
  color: #f3e8dc;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Card List */
.card-list-item {
  background: rgba(64, 150, 100, 0.08);
  border: 1px solid rgba(219, 175, 112, 0.15);
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-list-item:hover {
  background: rgba(64, 150, 100, 0.12);
  border-color: #d4a65a;
  transform: translateX(5px);
}

.card-list-info h4 {
  color: #d4a65a;
  font-size: 13px;
  margin: 0 0 3px 0;
  font-weight: 600;
}

.card-list-info p {
  color: #e9ab2b;
  font-size: 12px;
  margin: 0;
}

/* Story Card */
.story-card {
  background: rgba(64, 150, 100, 0.08);
  border: 1px solid rgba(219, 175, 112, 0.2);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.story-card:hover {
  border-color: #2f2a26;
  box-shadow: 0 10px 30px rgba(64, 150, 100, 0.2);
  transform: translateY(-5px);
}

.story-header {
  padding: 15px;
  background: rgba(64, 150, 100, 0.1);
  border-bottom: 1px solid rgba(219, 175, 112, 0.1);
}

.story-title {
  color: #2f2a26;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.story-meta {
  color: #5a3a2e;
  font-size: 12px;
  margin-top: 5px;
}
.story-content p{
  color: #2f2a26;
}
.story-body {
  padding: 15px;
  color: #2f2a26;
  font-size: 14px;
  line-height: 1.6;
}

.story-footer {
  padding: 15px;
  background: rgba(64, 150, 100, 0.05);
  border-top: 1px solid rgba(219, 175, 112, 0.1);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.story-action-btn {
  background: #5a3a2e;
  border: 1px solid rgba(219, 175, 112, 0.3);
  color: #e9ab2b;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.story-action-btn:hover {
  background: transparent;
  border-color: #5a3a2e;
  color: #5a3a2e;
}

.story-stats {
  margin-left: auto;
  display: flex;
  gap: 15px;
  align-items: center;
}

.stat {
  color: #e9ab2b;
  font-size: 12px;
}

.stat i {
  margin-right: 5px;
  color: #d4a65a;
}

/* Password Strength */
.password-strength {
  display: flex;
  gap: 4px;
  height: 4px;
  margin-top: 8px;
}

.strength-bar {
  flex: 1;
  background: rgba(219, 175, 112, 0.2);
  border-radius: 2px;
  transition: background 0.3s ease;
}

.strength-bar.weak {
  background: #dc3545;
}

.strength-bar.medium {
  background: #ffc107;
}

.strength-bar.strong {
  background: #e9ab2b;
}

.strength-text {
  font-size: 12px;
  color: #e9ab2b;
  margin-top: 5px;
}


/* ===============aboutpage CSS=========================== */
/* Hero */
.hero-about{
  position:relative;min-height:90vh;display:flex;align-items:center;
  padding-top:6rem;overflow:hidden;
}
.hero-about .bg-img{position:absolute;inset:0;z-index:0;}
.hero-about .bg-img img{width:100%;height:100%;object-fit:cover;object-position:top;animation:slowZoom 18s ease-out forwards;}
.hero-about .overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(8,18,14,.85),rgba(15,32,25,.7) 50%,rgba(10,22,18,.92));}
.hero-about .overlay-2{
  position:absolute;inset:0;
  background:linear-gradient(90deg, #f3e8dc5c 0%, #f3e8dc03 45%, hsl(31.3deg 48.94% 90.78% / 32%) 100%), linear-gradient(180deg, #1c0e052e, #f3e8dca6);
}
.hero-about .content{position:relative;z-index:2;animation:fadeUp .9s cubic-bezier(.22,1,.36,1) both;}




/* Cards */
.section-awards .tile{
  background:rgba(25,48,37,.6);border:1px solid var(--border);border-radius:2px;
  overflow:hidden;transition:all .5s;height:100%;
}
.section-awards .tile:hover{border-color:rgba(220,179,91,.55);transform:translateY(-4px);box-shadow:0 20px 60px -20px rgba(0,0,0,.6);}
.section-awards .tile .img-wrap{position:relative;overflow:hidden;}
.section-awards .tile .img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform 1.5s;}
.section-awards .tile:hover .img-wrap img{transform:scale(1.1);}
.section-awards .tile .img-wrap::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(19,37,29,.85),rgba(19,37,29,.2) 40%,transparent);}
.section-awards .tile .year-badge{
  position:absolute;top:1rem;left:1rem;z-index:2;
  background:rgba(10,22,18,.8);backdrop-filter:blur(6px);
  border:1px solid rgba(220,179,91,.4);padding:.35rem 1rem;border-radius:2px;
  color:var(--gold);font-family:'Cormorant Garamond',serif;letter-spacing:.3em;font-size:.85rem;
}
.section-awards .tile .body{padding:1.5rem;}
.section-awards .tile h3{font-size:1.5rem;margin-bottom:.5rem;color:var(--fg);}
.section-awards .tile p{color:var(--muteds);font-size:.95rem;line-height:1.7;margin:0;}

/* Awards */
.section-awards .awards-bg{position:absolute;inset:0;z-index:0;}
.section-awards .awards-bg img{width:100%;height:100%;object-fit:cover;opacity:.15;}
.section-awards .awards-bg::after{content:"";position:absolute;inset:0;
  background: linear-gradient(#291508, #160a05);}
.section-awards .chip{
    display: inline-block;
    font-family: 'Noto Serif Devanagari', serif;
    font-size: .9rem;
    color: #5a3a2e;
    border: 1px solid #5a3a2e;
    padding: .4rem 1rem;
    border-radius: 999px;
    margin: .25rem;
    transition: all .3s;
}
.section-awards .chip:hover {
    border-color: rgb(194 78 54);
    color: oklch(0.57 0.15 33.41);
}
.section-awards .tracking-wide-1{letter-spacing:.25em;}
.section-awards .tracking-wide-2{letter-spacing:.35em;}
.section-awards .tracking-wide-3{letter-spacing:.4em;}
.section-awards .bio-list{list-style:none;padding:0;}
.section-awards .bio-list li{padding-left:1.25rem;position:relative;margin-bottom:.5rem;}
.section-awards .bio-list li::before{content:"◆";color:var(--gold);position:absolute;left:0;top:.25rem;font-size:.5rem;}
.section-awards .figure-elegant{overflow:hidden;border-radius:2px;box-shadow:0 20px 60px -20px rgba(0,0,0,.6);}
.section-awards .figure-elegant img{width:100%;height:auto;object-fit:cover;transition:transform 2s;display:block;}
.section-awards .figure-elegant:hover img{transform:scale(1.05);}
.section-awards .fig-caption{font-family:'Cormorant Garamond',serif;letter-spacing:.15em;font-size:.78rem;color:var(--muteds);margin-top:.75rem;text-transform:uppercase;}

/* .leaf-bg {
     background: linear-gradient(#291508, #160a05);
} */

p.new-award-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.new-award-text span {
    border: 1px solid #5a3a2e;
    padding: 5px;
    border-radius: 10px;
    line-height: normal;
    color: #5a3a2e;
    margin: 5px;
    transition: all 0.3s ease;
}
.new-award-text span:hover {
    background: #5a3a2e;
    color: #F6F1E9;
}
.section-titles {
    color: #2f2a26;
}
/* Biography */
.biography-section  .bio-text{color:rgba(240,234,219,.85);line-height:1.9;font-size:1.05rem;font-family:'Noto Serif Devanagari',serif;}
/* .biography-section  .bio-text p:first-of-type::first-letter{
  font-family:'Tiro Devanagari Hindi',serif;font-size:3.75rem;float:left;line-height:.9;margin-right:.75rem;
  background:linear-gradient(135deg,#6d7f5f,#5a3a2e);-webkit-background-clip:text;background-clip:text;color:transparent;
} */
.biography-section .bio-quote{
  border-left:2px solid #5a3a2e;padding-left:1.5rem;margin:2.5rem 0;
  font-family:'Tiro Devanagari Hindi',serif;font-style:italic;font-size:1.25rem;color:#5a3a2e;line-height:1.6;
}
.biography-section .bio-list{list-style:none;padding:0;}
.biography-section .bio-list li{padding-left:1.25rem;position:relative;margin-bottom:.5rem;}
.biography-section .bio-list li::before{content:"◆";color:var(--gold);position:absolute;left:0;top:.25rem;font-size:.5rem;}
.biography-section .figure-elegant{overflow:hidden;border-radius:2px;box-shadow:0 20px 60px -20px rgba(0,0,0,.6);}
.biography-section .figure-elegant img{width:100%;height:auto;object-fit:cover;transition:transform 2s;display:block;}
.biography-section .figure-elegant:hover img{transform:scale(1.05);}
.biography-section .fig-caption{font-family:'Cormorant Garamond',serif;letter-spacing:.15em;font-size:.78rem;color:var(--muteds);margin-top:.75rem;text-transform:uppercase;}


/* Stats */
.stats-section { background: linear-gradient(#160a05, #221107); padding:5rem 0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);}
.stats-section .stat-val{font-family:'Tiro Devanagari Hindi',serif;font-size:clamp(2.75rem,5vw,3.75rem);}
/* .stats-section .stat-label{color:var(--muteds);} */

.gold-text {
    color: #5a3a2e;
}
.stats-section .stat-label {
  color: #6d7f5f;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Cards */
/* .bg-surface{background:var(--surface)!important;} */
/* .bg-surface-2{background:var(--surface-2)!important;} */
.bg-surface .tile{
  background-color: hsl(var(--card) / .3);
  border:1px solid var(--border);border-radius:2px;
  overflow:hidden;transition:all .5s;height:100%;
}
.bg-surface .tile:hover{    background-color: #291508; border-color:rgba(220,179,91,.55);transform:translateY(-4px);box-shadow:0 20px 60px -20px rgba(0,0,0,.6);}
.bg-surface .tile .img-wrap{position:relative;overflow:hidden;aspect-ratio:4/3;}
.bg-surface .tile .img-wrap img{width:100%;height:100%;/* object-fit:cover;*/transition:transform 1.5s;}
.bg-surface .tile:hover .img-wrap img{transform:scale(1.1);}
.bg-surface .tile .img-wrap::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(19,37,29,.85),rgba(19,37,29,.2) 40%,transparent);}
.bg-surface .tile .year-badge{
  position:absolute;top:1rem;left:1rem;z-index:2;
  background:rgba(10,22,18,.8);backdrop-filter:blur(6px);
  border:1px solid rgba(220,179,91,.4);padding:.35rem 1rem;border-radius:2px;
  color:var(--gold);font-family:'Cormorant Garamond',serif;letter-spacing:.3em;font-size:.85rem;
}
.bg-surface .tile .body{padding:1.5rem;}
.bg-surface .tile h3{font-family:'Tiro Devanagari Hindi',serif;font-size:1.5rem;margin-bottom:.5rem;color:#2f2a26;}
.bg-surface .tile p{color:var(--muteds);font-size:.95rem;line-height:1.7;margin:0;}

.section-works{background:radial-gradient(ellipse at top,#1a3328 0%,var(--bg) 70%);}
.bg-surface .tile:hover h3, .bg-surface .tile:hover p{color:#f3e8dc !important}


/* Works */
.section-works .works-card {    background: hsl(var(--card) / .3); border:1px solid var(--border);padding:1.75rem;border-radius:2px;height:100%;transition:all .5s;position:relative;overflow:hidden;}
.section-works .works-card:hover{border-color:rgba(220,179,91,.5);transform:translateY(-4px);box-shadow:0 20px 60px -20px rgba(0,0,0,.6);}
.section-works .works-card .count{font-family:'Cormorant Garamond',serif;font-size:1.85rem;font-weight:300;}
.section-works .works-card ul{list-style:none;padding:0;margin:0;}
.section-works .works-card ul li{padding-left:1.1rem;position:relative;color:var(--muteds);font-family:'Noto Serif Devanagari',serif;margin-bottom:.5rem;line-height:1.5;}
.section-works .works-card ul li::before{content:"◆";color:#5a3a2e;position:absolute;left:0;top:.4rem;font-size:.5rem;}
.bg-surface .tile .tracking-wide-1 {
    font-size: 14px !important;
}
.text-muted-2 {
    color: var(--muteds) !important;
}
.family-banner {
    max-width: 1100px;
    margin: 0 auto 4rem;
    border: 1px solid var(--border);
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 20px 60px -20px rgba(0, 0, 0, .6);
}

.biography-conteant-section {
    height: 1100px;
    overflow: scroll;
}
.biography-conteant-section h3 {
    color: #6d7f5f;
    font-size: 32px !important;
}
.biography-conteant-section h5 {
    font-size: 24px;
    color:#5a3a2e !important;
}

ul.bio-list-number {
    padding-left: 30px;
    list-style: decimal-leading-zero;
}
ul.bio-list-number li {
    padding-left: 10px;
    font-size: 16px;

    color: #2f2a26 !important;
    font-style: italic;
}
.biography-conteant-section p span {
    font-size: 16px;
    font-weight: 700;
    color:#5a3a2e !important;
}
/* =============== CSS End=========================== */
.saraswati-bg {
    background-image: url(../img/village-morning-mist.jpg);
    background-repeat: no-repeat;
    padding: 100px;
    background-attachment: fixed;
}
.saraswati-bg .container{
  z-index: 1;
}
.new-h{height: 500px !important;}
.new-margin{
    justify-content: center;
    display: flex;
    align-items: center;
    top: 10%;
    /* margin-top: 10rem; */
  }
.bg-gradient-to-ts{  
    /* background: linear-gradient(90deg, #1c0e05 0%, #1c0e0559 45%, hsl(150 10% 8% / 0.35) 100%), linear-gradient(180deg, #1c0e052e, #1c0e05cf); */
    background: linear-gradient(90deg, #e6d5c3d4 0%, #e6d5c3a3 45%, hsl(150 10% 8% / 0.35) 100%), linear-gradient(180deg, #e6d5c36e, #e6d5c3bf);
}
  /* .author-img {
      float: right;
      width: 180px;
      height: auto;
      margin: 8px 0 10px 18px;
      
    }

    @media (max-width: 768px) {
      .author-img {
        float: none;
        display: block;
        margin: 15px auto;
        width: 160px;
      }

    } */

/* ===============<!-- Books inner page --> CSS=========================== */
/* Hero */
/* .hero-rachna { border-bottom: 1px solid rgba(42, 71, 54, .6); } */
.hero-rachna .hero-bg {
  position: absolute; inset: 0; opacity: .18;
  background-image: radial-gradient(circle at 15% 20%, #965f3c 0, transparent 45%), radial-gradient(circle at 85% 80%, rgb(78 35 0 / 63%) 0, transparent 50%);
}
.hero-inner { padding-top: 6rem; padding-bottom: 6rem; }
@media (min-width: 768px) {
  .hero-rachna .hero-inner { padding-top: 9rem !important; padding-bottom: 9rem !important; }
}
.eyebrow {
  font-size: 12px;
  letter-spacing: .42em;
  text-transform: uppercase;
  color: #6d7f5f
}
.hero-rachna .hero-title {
    line-height: normal;
    
}

.hero-rachna .hero-lead {
  max-width: 36rem;
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-muted);
}
.quote-block { border-left: 2px solid var(--gold-soft); }
.quote-text {
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.4;
  color: rgba(244, 239, 226, .9);
}
.quote-author {
  
  font-size: 12px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.meta-row {
  font-size: 12px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.meta-divider { 
  flex: 1; 
  height: 1px; 
      background: #d8a64a91;
}



.library-grid-rachna .section-title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 500;
    color: #2f2a26;
    border: none;
}
.library-grid-rachna .section-sub {
    font-size: .875rem;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: #5a3a2e;
    margin-left: .75rem;
}
.library-grid-rachna .see-all {
    font-size: 12px;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: #d8a64a;
    text-decoration: none;
}
.library-grid-rachna .book-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #e6d5c3;
    border: 1px solid #00000036;
    border-radius: 2px;
    padding: 1.25rem;
    text-decoration: none;
    color: inherit;
    transition: all .5s ease;
    box-shadow: 0 8px 24px -12px rgba(0, 0, 0, .5);
}
.book-card:hover {
    transform: translateY(-4px);
    border-color: rgba(216, 166, 74, .5);
    box-shadow: 0 24px 44px -18px rgba(0, 0, 0, .65);
    color: inherit;
}

.tick { position: absolute; width: 12px; height: 12px; pointer-events: none; }
.tick.tl { top: 8px; left: 8px;  border-top: 1px solid #6d7f5f; border-left: 1px solid #6d7f5f; }
.tick.tr { top: 8px; right: 8px; border-top: 1px solid #6d7f5f; border-right:1px solid #6d7f5f; }
.tick.bl { bottom: 8px; left: 8px; border-bottom: 1px solid #6d7f5f; border-left: 1px solid #6d7f5f; }
.tick.br { bottom: 8px; right: 8px; border-bottom: 1px solid #6d7f5f; border-right:1px solid #6d7f5f; }
.book-no {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
    background: rgba(14, 31, 23, .85);
    padding: 4px 8px;
    border-radius: 2px;
    font-size: 10px;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: rgba(244, 239, 226, .7);
    backdrop-filter: blur(4px);
}
.book-image-wrap {
    position: relative;
    border: 1px solid rgba(42, 71, 54, .8);
    background: #16291f;
    overflow: hidden;
    border-radius: 2px;
}
.book-image-frame {
  aspect-ratio: 3 / 4;
  width: 100%;
  overflow: hidden;
}
.book-image-frame img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .7s ease;
}
.book-card:hover .book-image-frame img { transform: scale(1.05); }

.book-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: flex-end;
  background: linear-gradient(to top, rgba(244,239,226,.75), rgba(244,239,226,.15) 50%, transparent);
  opacity: 0;
  transition: opacity .5s;
}
.book-card:hover .book-overlay { opacity: 1; }
.book-overlay span {
  margin: 1rem;
  border: 1px solid rgba(14,31,23,.7);
  background: rgba(14,31,23,.1);
  padding: .5rem 1rem;
  border-radius: 2px;
  font-size: 11px; letter-spacing: .3em; text-transform: uppercase;
  color: var(--bg);
  backdrop-filter: blur(4px);
}

.book-body { display: flex; flex: 1; flex-direction: column; margin-top: 1.25rem; }
.book-title {
  font-size: 1.25rem; line-height: 1.4;
  transition: color .3s;
  margin: 0;
}
.book-card:hover .book-title { color: #6d7f5f; }
.book-note {
  margin-top: .5rem;
  font-size: .875rem; line-height: 1.7;
  color: var(--text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden;
}
.book-cta {
  margin-top: auto;
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 1.25rem; gap: .75rem;
}
.book-cta-left { display: flex; align-items: center; gap: .75rem; }
.cta-rule {
    display: inline-block;
    height: 1px;
    width: 32px;
    background: #6d7f5f;
    transition: width .5s;
}
.book-card:hover .cta-rule { width: 56px; }
.library-grid-rachna .cta-label {
    font-size: 11px;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: #2f2a26;
}
.library-grid-rachna .cta-arrow {
    font-size: 1.25rem;
    color:#6d7f5f;
    transition: transform .5s;
}
.library-grid-rachna .book-card:hover .cta-arrow { transform: translateX(4px); }

/* ===============<!-- Books inner page --> end CSS=========================== */

/* ===== Hero Timeline page ===== */
.hero-timeline{
  position:relative;
  min-height:92vh;
  display:flex;
  align-items:center;
  overflow:hidden;
  isolation:isolate;
  margin-top: 40px;
}
.section-new-time h2.hero-title {
    line-height: normal;
}
.hero-timeline .hero-bg{
  position:absolute;inset:0;
  background:url('../img/ramdarash_1.jpg') center/cover no-repeat;
  filter:brightness(.55) saturate(1.05);
  z-index:-2;
}
.hero-timeline .hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 50%, #e6d5c3a6, #e6d5c347 60%), linear-gradient(180deg, #e6d5c321 0%, #e6d5c3 70%, #e6d5c3 100%);
    z-index: -1;
}
.hero-timeline .hero-eyebrow {
    display: inline-block;
    letter-spacing: .5em;
    text-transform: uppercase;
    font-size: 12px;
    color: #6d7f5f;
    padding: .4rem 1.2rem;
    border: 1px solid #6d7f5f;
    border-radius: 50px;
    margin-bottom: 35px;
        background: #29150894;
    backdrop-filter: blur(6px);
}
.hero-timeline.hero-title{
  font-size:clamp(2.8rem,6.5vw,5.5rem);
  line-height:1.05;
  margin-bottom:1.2rem;
  text-shadow:0 4px 30px rgba(0,0,0,.5);
}
.hero-timeline .hero-sub{
  font-style:italic;
  font-size:clamp(1.1rem,1.8vw,1.5rem);
  color:var(--ink-mute);
  max-width:640px;
  margin-bottom:2.2rem;
}
.hero-timeline .ornate-divider .diamond {
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    background: #6d7f5f;
    box-shadow: 0 0 12px rgba(224, 168, 59, .7);
}
.bg-soft-timeline{background:#241104;}
/* ===== Stats strip ===== */
.bg-soft-timeline .stat-card{
  text-align:center;
  padding:2.5rem 1rem;
  border-right:1px solid rgba(224,168,59,.15);
  transition:all .4s;
}
.bg-soft-timeline .stat-card:last-child{border-right:none}
.bg-soft-timeline .stat-card:hover{transform:translateY(-5px)}
.bg-soft-timeline .stat-num {
    font-size: 50px;
    /* font-weight: 600; */
    line-height: normal;
    /* margin-bottom: .5rem; */
}
.bg-soft-timeline .stat-label {
    font-style: italic;
    letter-spacing: .15em;
    color: #5a3a2e;
    font-size: .95rem;
    text-transform: uppercase;
}
.reveal-s {
    opacity: 1;
    transform: translateY(10px);
    transition: opacity .9s ease, transform .9s cubic-bezier(.2, .8, .2, 1);
}
.reveal-s.in{opacity:1;transform:none}
.reveal-l{transform:translateX(-50px)}
.reveal-r{transform:translateX(50px)}
.reveal-l.in, .reveal-r.in{transform:none}


.section-lead {
    color: #2f2a26;
    font-style: italic;
    font-size: 1.2rem;
    max-width: 760px;
    margin: 0 auto;
}
.era-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .6rem;
    padding: 1.2rem;
    background: #5a3a2e;
    border: 1px solid #4a260f;
    border-radius: 14px;
    box-shadow: 0 20px 60px -20px rgba(0, 0, 0, .7), 0 0 0 1px rgba(224, 168, 59, .15);
    position: sticky;
    top: 90px;
    z-index: 10;
}
.era-chip {
    padding: .55rem 1.1rem;
    border-radius: 50px;
    border: 1px solid rgba(224, 168, 59, .25);
    background: rgb(230 213 195);
    color: #2f2a26;
    font-size: .88rem;
    letter-spacing: .05em;
    text-decoration: none;
    transition: all .3s;
    cursor: pointer;
    white-space: nowrap;
}
.section-new-time .era-chip:hover{
      border-color: #6d7f5f;
    color: #6d7f5f;
    transform: translateY(-2px);
}

.section-new-time .era-chip.active {
    background: linear-gradient(135deg, #6d7f5f 0%, #6d7f5f 45%, #8ca677 100%);
    color: #1a1409;
    border-color: #6d7f5f;
    box-shadow: 0 10px 40px -10px #6d7f5f63;
}
.timeline-page{
  position:relative;
  max-width:1100px;
  margin:5rem auto 0;
  padding:2rem 0;
}
.timeline-page::before{
  content:'';
  position:absolute;
  left:50%;top:0;bottom:0;
  width:2px;
  background:linear-gradient(180deg,transparent,#6d7f5f 8%,#b88829 50%,#6d7f5f 92%,transparent);
  transform:translateX(-50%);
  box-shadow:0 0 20px rgba(224,168,59,.4);
}

/* ==================== Coming Soon Page Styles ==================== */

.coming-soon-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    margin-top: 100px;
}

.coming-soon-content {
    text-align: center;
    max-width: 600px;
    animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.coming-soon-icon {
    font-size: 5rem;
    color: var(--gold-glow);
    margin-bottom: 2rem;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

.coming-soon-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 1rem;
    text-shadow: 0 2px 20px rgba(240, 198, 106, 0.2);
    font-family: 'Noto Serif Devanagari', serif;
}

.coming-soon-subtitle {
    font-size: 2rem;
    color: var(--gold-glow);
    margin-bottom: 2rem;
    font-family: 'Noto Serif Devanagari', serif;
}

.coming-soon-description {
    font-size: 1.1rem;
    color: var(--text-soft);
    margin-bottom: 2.5rem;
    line-height: 1.8;
}

.countdown {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 1.5rem;
    margin: 3rem 0;
}

.countdown-item {
    background: var(--card-soft);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 1.5rem;
    backdrop-filter: blur(10px);
    transition: var(--transition);
}

.countdown-item:hover {
    border-color: var(--gold-glow);
    box-shadow: var(--shadow-gold);
    transform: translateY(-5px);
}

.countdown-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--gold-glow);
    display: block;
}

.countdown-label {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-top: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2.5rem;
}

.btn-primary-custom {
    padding: 0.8rem 2.5rem;
    font-size: 1rem;
    border: 2px solid var(--gold-glow);
    background: var(--gold-glow);
    color: #000;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
    cursor: pointer;
}

.btn-primary-custom:hover {
    background: transparent;
    color: var(--gold-glow);
    transform: translateY(-2px);
    box-shadow: var(--shadow-gold);
}

.btn-secondary-custom {
    padding: 0.8rem 2.5rem;
    font-size: 1rem;
    border: 2px solid var(--text-soft);
    background: transparent;
    color: var(--text-soft);
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
    cursor: pointer;
}

.btn-secondary-custom:hover {
    background: var(--card);
    border-color: var(--gold-glow);
    color: var(--gold-glow);
    transform: translateY(-2px);
}

.notification-box {
    background: linear-gradient(135deg, rgba(64, 150, 100, 0.1), rgba(224, 168, 59, 0.05));
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.notification-box i {
    font-size: 1.5rem;
    color: var(--gold-glow);
}

.notification-text {
    color: var(--text-soft);
    font-size: 0.95rem;
}



.section-new-time .tl-item:nth-child(odd) {
    left: 0;
    text-align: right;
}


.section-new-time.ornate-divider .diamond {
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    background: #e0a83b;
    box-shadow: 0 0 12px rgba(224, 168, 59, .7);
}

.section-new-time .tl-item{
  position:relative;
  width:54.5%;
  padding:2rem 3rem;
}
.section-new-time .tl-item:nth-child(odd){left:0;text-align:right}
.section-new-time .tl-item:nth-child(even){left:45.5%}

/* dot */
.section-new-time .tl-item::before {
    content: '';
    position: absolute;
    top: 3rem;
    width: 18px;
    height: 18px;
    background: #0b1410;
    border: 2px solid #6d7f5f;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #6d7f5f2b, 0 0 20px #6d7f5f;
    z-index: 2;
    transition: all .4s;
}
.section-new-time .tl-item:nth-child(odd)::before{right:-10px}
.section-new-time .tl-item:nth-child(even)::before{left:-10px}
.section-new-time .tl-item:hover::before{
  background:#e0a83b;
  transform:scale(1.3);
  box-shadow:0 0 0 6px rgba(224,168,59,.25), 0 0 30px #f0c674;
}

/* connector line */
.section-new-time .tl-item::after{
  content:'';
  position:absolute;
  top:3.5rem;
  width:30px;height:1px;
  background:linear-gradient(90deg,#e0a83b,transparent);
}
.section-new-time .tl-item:nth-child(odd)::after{right:0}
.section-new-time .tl-item:nth-child(even)::after{
  left:0;
  background:linear-gradient(-90deg,#e0a83b,transparent);
}

.section-new-time .tl-card{
  background: hsl(var(--card) / .3);
    border: 1px solid #dba4394d;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 60px -20px rgb(41 21 8 / 42%), 0 0 0 1px rgba(224, 168, 59, .15);
    transition: all .5s cubic-bezier(.2, .8, .2, 1);
    position: relative;
}
.section-new-time .tl-card::before{
  content:'';
  position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(224,168,59,.05),transparent 50%);
  pointer-events:none;
}
.section-new-time .tl-card:hover{
  transform:translateY(-6px);
  border-color:rgba(224,168,59,.5);
  box-shadow:0 30px 60px -15px rgba(0,0,0,.8), 0 0 0 1px rgba(224,168,59,.4);
}
.section-new-time .tl-card .img-wrap{
  /* height:220px; */
  overflow:hidden;
  position:relative;
}
.section-new-time .tl-card .img-wrap img{
  width:100%;height:100%;
  object-fit:cover;
  transition:transform 1.2s ease;
}
.section-new-time .tl-card:hover .img-wrap img{transform:scale(1.08)}
.section-new-time .tl-card .img-wrap::after{
  content:'';
  position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 40%,rgba(11,20,16,.85));
}
.section-new-time .tl-year{
  position:absolute;
  bottom:1rem;left:1.2rem;
  font-size:2.4rem;
  font-weight:700;
  color:#6d7f5f;
  text-shadow:0 4px 20px rgba(0,0,0,.7);
  letter-spacing:.05em;
  z-index:2;
}
.section-new-time .tl-body{padding:1.8rem 1.8rem 2rem}

.section-new-time .tl-body .events{
  font-size:.92rem;
  color:#5a3a2e;
  line-height:1.75;
  margin-bottom:1rem;
  padding-bottom:1rem;
  border-bottom:1px dashed rgba(224,168,59,.18);
}

.section-new-time .tl-body .life{
  font-size:.95rem;
  color:#2f2a26;
  line-height:1.8;
}

/* ===== Quote section ===== */
.quote-block{
  position:relative;
  padding:5rem 2rem;
  text-align:center;
  background:
   linear-gradient(#5a3a2ed1, #5a3a2edb), url(../img/time-line-bottom-bg.jpeg) center / cover fixed;
  /* border-top:1px solid #1f3a2c; */
  /* border-bottom:1px solid #1f3a2c; */
}
.quote-mark{
  font-size:7rem;
  line-height:1;
  color:#2f2a26;
  opacity:.4;
  margin-bottom:-1.5rem;
}
.quote-text{
  font-size:clamp(1.4rem,2.2vw,2rem);
  line-height:1.6;
  color:#f3ead2;
  max-width:900px;
  margin:0 auto 1.5rem;
}
.quote-block-new .ornate-divider .diamond {
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    background: #6d7f5f;
    box-shadow: 0 0 12px rgba(224, 168, 59, .7);
}


.quote-author {
    letter-spacing: .3em;
    text-transform: uppercase;
    color: #6d7f5f;
    font-size: .95rem;
    margin-top: 15px;
}

.section-botom {
    padding: 7rem 0;
    position: relative;
    /* background: #0b1410; */
    background: linear-gradient(135deg, #120603, #241104)
}

.section-botom .section-eyebrow {
    letter-spacing: .5em;
    text-transform: uppercase;
    font-size: .8rem;
    color: #6d7f5f;
    margin-bottom: 1rem;
    display: block;
}

.section-botom .gold-text {
    background: linear-gradient(135deg, #f0c674 0%, #6d7f5f 45%, #b88829 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-botom .section-title {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    margin-bottom: 1.2rem;
    line-height: 1.15;
    color: #fff;
}
.section-botom .ornate-divider .diamond {
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    background: #6d7f5f;
    box-shadow: 0 0 12px rgba(224, 168, 59, .7);
}
 .card-literarys{
  box-shadow: 0px 0px 15px 0px #adadad99 !important;
 }
.card-literarys P {
    color: #2f2a26;
}
.section-innerpage .section-lead{
  /* width: auto; */
  max-width: 100%;
}


.section-earth-1 {
    background: #e6d5c3;
}
.section-earth-2 {
    background: #f3e8dc;
}

.home-section3 .card-literary h3, .home-section3 .card-literary p {
    color: #f3e8dc !important;
}
.via-background\/30{
  background: #f3e8dc;
}
/* ============================================= */
.section-images {
    background-image: url(../img/100-years.jpeg);
    padding: 100px 0px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.bg-over-img {
    background: #f3e8dcb8;
    padding: 30px 15px;
    border-radius: 30px;
}
.bg-over-img span {
    line-height: normal;
}
section#works .card-literary {
    background: #e6d5c3;
}
/* .hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #f3e8dc 0%, #f3e8dc 45%, hsl(10.29deg 56.45% 48.63% / 0%) 100%);
} */
.merinajar{ 
  border-radius: 0px;
}

.biography-section p {
    color: #2f2a26;
}



.page-hero-trustee h1, .page-hero-lakshya-dhyey h1, .page-hero-saraswati h1,  .page-hero-shatabdi h1, .page-hero-trustee h1 {
            position: relative;
            z-index: 1;
            color: #f3e8dc;
            font-size: 3.5rem;
            font-weight: 700;
            text-align: center;
            font-family: 'Noto Serif Devanagari', serif;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }
.vision-section {
            background: var(--grad-card);
            padding: 60px 0;
            min-height: 100vh;
        }
        .vision-card {
            background: linear-gradient(135deg, #f3e8dc 0%, #e6d5c3 100%);
            border: 2px solid #e0a83b;
            border-radius: 15px;
            padding: 40px;
            margin: 20px 0;
            box-shadow: 0 10px 40px rgba(224, 168, 59, 0.2);
            transition: all 0.3s ease;
        }
        .vision-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 50px rgba(224, 168, 59, 0.3);
        }
      
        .vision-card p {
            color: #2f2a26;
            line-height: 1.8;
            font-size: 16px;
        }
        .new-sectiontext ul li {
            margin-bottom: 10px;
            color: #2f2a26;
            font-size: 16px;
        } 
        .vision-icon {
            font-size: 48px;
            color: #e0a83b;
            margin-bottom: 20px;
        }
        .page-hero-lakshya-dhyey {
            background: linear-gradient(135deg, rgba(241, 196, 106, 0.15), rgba(224, 168, 59, 0.1)), url('../img/goal-and-aim.jpeg');
            background-size: cover;
            background-position: center;
            min-height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            margin-top: 70px;
        }
        .page-hero-lakshya-dhyey::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(36, 17, 4, 0.7);
        }
        
        h4.new-title {
              color: #2f2a26;
              font-size: 22px;
              margin: 10px 0px;
              font-weight: 600;
          }
         .library-section {
            background: var(--grad-card);
            padding: 60px 0;
            min-height: 100vh;
        }
        .library-card {
            background: linear-gradient(135deg, #f3e8dc 0%, #e6d5c3 100%);
            border: 2px solid #e0a83b;
            border-radius: 15px;
            padding: 40px;
            margin: 20px 0;
            box-shadow: 0 10px 40px rgba(224, 168, 59, 0.2);
        }
        .library-card h3 {
            color: #241104;
            font-weight: 700;
            margin-bottom: 20px;
            font-family: 'Noto Serif Devanagari', serif;
        }
        .library-card p {
            color: #2f2a26;
            line-height: 1.8;
            font-size: 16px;
        }
        .library-icon {
            font-size: 48px;
            color: #e0a83b;
            margin-bottom: 20px;
        }
        .library-features {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin-top: 30px;
        }
        .feature-item {
            background: linear-gradient(135deg, rgba(224, 168, 59, 0.1), rgba(233, 171, 43, 0.1));
            padding: 20px;
            border-radius: 10px;
            border-left: 4px solid #e0a83b;
        }
        .feature-item h5 {
            color: #241104;
            font-weight: 600;
            margin-bottom: 10px;
        }
        .feature-item p {
            color: #2f2a26;
            font-size: 14px;
        }
        .page-hero-saraswati {
            background: linear-gradient(135deg, rgba(241, 196, 106, 0.15), rgba(224, 168, 59, 0.1)), url('../img/book-banner.jpeg');
            background-size: cover;
            background-position: center;
            min-height: 600px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            margin-top: 70px;
        }
        .page-hero-saraswati::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(36, 17, 4, 0.7);
        }
        
        .shatabdi-section {
            background: var(--grad-card);
            padding: 60px 0;
            min-height: 100vh;
        }
        .shatabdi-card {
            background: linear-gradient(135deg, #f3e8dc 0%, #e6d5c3 100%);
            border: 2px solid #e0a83b;
            border-radius: 15px;
            padding: 40px;
            margin: 20px 0;
            box-shadow: 0 10px 40px rgba(224, 168, 59, 0.2);
            transition: all 0.3s ease;
        }
        .shatabdi-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 50px rgba(224, 168, 59, 0.3);
        }
        .shatabdi-card h3 {
            color: #241104;
            font-weight: 700;
            margin-bottom: 20px;
            font-family: 'Noto Serif Devanagari', serif;
        }
        .shatabdi-card p {
            color: #2f2a26;
            line-height: 1.8;
            font-size: 16px;
        }
        .shatabdi-icon {
            font-size: 48px;
            color: #e0a83b;
            margin-bottom: 20px;
        }
        .award-list {
            list-style: none;
            padding: 0;
        }
        .award-list li {
            padding: 12px 0;
            border-bottom: 1px solid rgba(224, 168, 59, 0.3);
            color: #2f2a26;
            font-size: 15px;
        }
        .award-list li::before {
            content: '★ ';
            color: #e0a83b;
            font-weight: bold;
            margin-right: 10px;
        }
        .award-list li:last-child {
            border-bottom: none;
        }
        .page-hero-shatabdi {
            background: linear-gradient(135deg, rgba(241, 196, 106, 0.15), rgba(224, 168, 59, 0.1)), url('../img/जन्म-शती.jpg');
            background-size: cover;
            background-position: center;
            min-height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            margin-top: 70px;
        }
        .page-hero-shatabdi::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(36, 17, 4, 0.7);
        }
        

        .trustee-section {
            background: var(--grad-card);
            padding: 60px 0;
            min-height: 100vh;
        }
        .trustee-card {
            background: linear-gradient(135deg, #f3e8dc 0%, #e6d5c3 100%);
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(224, 168, 59, 0.2);
            transition: all 0.3s ease;
            text-align: center;
            margin: 20px 0;
        }
        .trustee-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 50px rgba(224, 168, 59, 0.3);
        }
        .trustee-img {
            height: 115px;
            width: 115px;
            margin: 30px auto;
            overflow: hidden;
            border-radius: 50%;
            border: 5px solid #241104;
        }
        .trustee-image {
            width: 100%;            
            object-fit: cover;
        }
        .trustee-info {
            padding: 30px 20px;
        }
        .trustee-info h3 {
            color: #241104;
            font-weight: 700;
            margin-bottom: 10px;
            font-family: 'Noto Serif Devanagari', serif;
        }
        .trustee-info p {
            color: #2f2a26;
            font-size: 16px;
            margin: 5px 0;
        }
        .trustee-role {
            color: #e0a83b;
            font-weight: 600;
            font-style: italic;
            margin-top: 10px;
        }
        .page-hero-trustee {
            background: linear-gradient(135deg, rgba(241, 196, 106, 0.15), rgba(224, 168, 59, 0.1)), url('../img/about-bg.jpg');
            background-size: cover;
            background-position: center;
            min-height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            margin-top: 70px;
        }
        .page-hero-trustee::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(36, 17, 4, 0.7);
        }
        
        .section-intro {
            text-align: center;
            margin-bottom: 60px;
        }
        .section-intro h2 {
            color: #241104;
            font-size: 2.5rem;
            margin-bottom: 20px;
            font-family: 'Noto Serif Devanagari', serif;
        }
        .section-intro p {
            color: #2f2a26;
            font-size: 16px;
            line-height: 1.8;
            max-width: 600px;
            margin: 0 auto;
        }
        .copyright-section {
            background: var(--grad-card);
            padding: 60px 0;
            min-height: 100vh;
        }
        .copyright-card {
            background: linear-gradient(135deg, #f3e8dc 0%, #e6d5c3 100%);
            border: 2px solid #e0a83b;
            border-radius: 15px;
            padding: 40px;
            margin: 20px 0;
            box-shadow: 0 10px 40px rgba(224, 168, 59, 0.2);
        }
        .copyright-card h3 {
            color: #241104;
            font-weight: 700;
            margin-bottom: 20px;
            font-family: 'Noto Serif Devanagari', serif;
        }
        .copyright-card p {
            color: #2f2a26;
            line-height: 1.8;
            font-size: 16px;
        }
        .copyright-card ul {
            margin-top: 15px;
            color: #2f2a26;
        }
        .copyright-card li {
            margin-bottom: 10px;
            line-height: 1.6;
        }
        .copyright-icon {
            font-size: 48px;
            color: #e0a83b;
            margin-bottom: 20px;
        }
        .page-hero-copyright {
            background: linear-gradient(135deg, rgba(241, 196, 106, 0.15), rgba(224, 168, 59, 0.1)), url('../img/library.jpg');
            background-size: cover;
            background-position: center;
            min-height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            margin-top: 80px;
        }
        .page-hero-copyright::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(36, 17, 4, 0.7);
        }
        .page-hero-copyright h1 {
            position: relative;
            z-index: 1;
            color: #f0c66a;
            font-size: 3.5rem;
            font-weight: 700;
            text-align: center;
            font-family: 'Noto Serif Devanagari', serif;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }
        .highlight-box {
            background: linear-gradient(135deg, rgba(224, 168, 59, 0.1), rgba(233, 171, 43, 0.1));
            border-left: 4px solid #e0a83b;
            padding: 20px;
            margin: 20px 0;
            border-radius: 5px;
        }




.profile-wrapper .strength-text, form#passwordForm p {
    color: #5a3a2e !important;
}

/* Translator Container */
.translator-box{
    display:flex;
    justify-content:center;
    align-items:center;
    background:#ffffff;
    border-radius:50px;
    padding:6px 15px;
    box-shadow:0 2px 10px rgba(0,0,0,.2);
    /* width:220px; */
    /* height:45px; */
}

/* Remove Google Branding */
.goog-logo-link,
.goog-te-gadget span{
    display:none !important;
}

.goog-te-gadget {
    color: transparent !important;
    font-size: 0 !important;
    margin-right: 5px;
}

/* Dropdown */
.goog-te-combo{
    width:180px !important;
    border:none !important;
    outline:none !important;
    background:#fff !important;
    color:#333 !important;
    font-size:15px !important;
    font-weight:600;
    cursor:pointer;
}

/* Hide Banner */
.goog-te-banner-frame.skiptranslate{
    display:none !important;
}
div#google_translate_element {
    display: flex;
    flex-direction: row-reverse;
    border: 1px solid #f3e8dc;
    padding: 5px;
    justify-content: center;
    color: #f3e8dc;
    align-items: center;
    position: relative;
}
.skiptranslate iframe {
    display: none;
}
.skiptranslate.goog-te-gadget .goog-te-gadget-simple a {
    background: transparent !important;
    border: none !important;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: inline-flex;
    z-index: 999 !important;
    height: 100%;
}
.goog-te-gadget-simple img.goog-te-gadget-icon {
    display: none !important;
}
.goog-te-gadget-simple {
    background-color: #ffffff00 !important;
    border-left: 1px solid #d5d5d500 !important;
    border-top: 1px solid #9b9b9b00 !important;
    border-bottom: 1px solid #e8e8e800 !important;
    border-right: 1px solid #d5d5d500 !important;
    font-size: 10pt;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: inline-flex;
    z-index: 999 !important;
    height: 100%;
    cursor: pointer;
}
.goog-te-gadget img {
    display: none !important;
}


.skiptranslate.goog-te-gadget .goog-te-gadget-simple img {
    display: none !important;
}
.skiptranslate.goog-te-gadget .goog-te-gadget-simple a span {
    display: none !important;
}
div#google_translate_element i.bi.bi-globe {
    margin-left: -7px;
    margin-right: 5px;
    margin-top: 3px;
}

/*map section css start*/
.library-section-lucation .library-cards{
    background:#e6d5c3;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s ease;
}

.library-cards:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.library-header {
    color: #f3e8dc;
    text-align: center;
    padding: 40px 25px;
    background: #311c0fb3;
}

.library-icon{
    width:90px;
    height:90px;
    margin:auto;
    background:rgba(255,255,255,.15);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:38px;
    margin-bottom:15px;
}
.library-header h2, .library-header p {
    color: #f3e8dc ;
}
.library-header {
    color: #f3e8dc !important;
    text-align: center;
    padding: 40px 25px;
    background: #311c0fb3;
}
.library-header h2{
    font-size:2rem;
    font-weight:700;
    margin-bottom:10px;
    margin-top: 15px;
}

.library-header p{
    margin:0;
    font-size:1rem;
    opacity:.9;
}

.library-body{
    padding:35px;
}

.info-box{
    background:#f3e8dc;
    border-radius:18px;
    padding:25px;
    display:flex;
    gap:18px;
    margin-bottom:25px;
}

.info-box i{
    font-size:32px;
    color:#685548;
}

.info-box h5, .contact-box h5{
    font-weight:700;
    margin-bottom:10px;
        color: #2f2a26 ;
}

.info-box p{
    margin:0;
    color:#2f2a26 ;
    line-height:1.8;
}

.contact-box{
    background:#f3e8dc;
    border-radius:15px;
    padding:18px;
    display:flex;
    align-items:center;
    gap:15px;
    height:100%;
    transition:.3s;
}

.contact-box i{
    font-size:24px;
    color:#685548;
}


.contact-box a{
    color:#222;
    text-decoration:none;
    font-weight:600;
    word-break:break-word;
}

.map-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:14px 30px;
    border-radius:50px;
    background:#685548;
    color:#f3e8dc;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.new-ab {
    left: 15% !important;
    justify-content: start !important;
}
.new-ab .text-center.px-6 {
    text-align: left !important;
}
.custom-h {
    height: 100vh;
}
.hero-handwriting {
    min-height: auto !important;
}

.timline-banner-text {
    position: absolute;
    top: 35%;
    font-style: italic;
    font-size: clamp(1.1rem, 1.8vw, 1.5rem);
    /* color: var(--ink-mute); */
    max-width: 640px;
    margin: 17px auto;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
}
.timline-banner-text p.hero-sub{
        color: #2f2a26;
}
/* ===============Responsive CSS=========================== */

/* Dropdown hover on desktop */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}


@media (max-width: 991px) {
   .slideshow .item img {
    width: 100%;
    transition: all 6s ease;
    transform: scale(1);
    height: 110vh;
    object-fit: inherit;
  }

  .timeline-page::before{left:24px}
  .timeline-page .tl-item{
    width:85%;
    left:0!important;
    text-align:left!important;
    padding:1.5rem 0 1.5rem 60px;
  }
  .timeline-page .tl-item::before {
    left: -10px !important;
    right: auto !important;
    top: 2.5rem;
  }
  .timeline-page .tl-item::after{
    left:32px!important;right:auto!important;
    background:linear-gradient(90deg,var(--gold),transparent)!important;
    top:3rem;
  }
  .section-new-time .era-nav{
    position: relative;
  }
  .section-new-time .tl-item:nth-child(even) {
    left: 0% !important;
    padding: 1.5rem 20px 1.5rem 34px;
  }
    .section-new-time .tl-item:nth-child(even)::before {
      left: -35px !important;
  }

  .section-new-time .tl-item:nth-child(odd) {
      left: 20% !important;
      text-align: right;
  }
  .bg-soft-timeline .stat-card{border-right:none;border-bottom:1px solid rgba(224,168,59,.15)}
  .hero-timeline{min-height:80vh;text-align:center}
  .hero-timeline .hero-eyebrow{margin-top:2rem}
  .update-card {
    flex-direction: column;
  }

  .update-img,
  .update-content {
    width: 100%;
  }

  .update-img::after {
    display: none;
  }

  .slider-text {
    width: auto;
  }

  /* .right-side-text .slider-text {
    left: 50%;
  } */

  .logo-text {
    font-size: 14px;
  }

  .news-img img {
    height: 200px;
  }

  div#offcanvasNavbar {
    background-color: #e6d5c3;
    padding: 20px 0;
  }

  .offcanvas.offcanvas-start.show .logo-text, .nav-link {
    color: #2f2a26 !important;
  }
  .offcanvas.offcanvas-start.show .btn-close {
    color: #2f2a26 !important;
  }
  .offcanvas.offcanvas-start.show div#google_translate_element {
    border: 1px solid #2f2a26;
    color: #2f2a26;
}

  .responsive-pt {
    padding-top: 0px !important;
    margin-top: 30px !important;
  }
    .nav-link {
      margin-left: 15px;
      font-size: 16px;
  }
  .section-padding {
    padding: 2rem 1.5rem !important;
}
}

@media (max-width: 980px) {

  .featured-news,
  .works-grid,
  .book-card,
  .reflection-grid,
  .river-gallery,
  .footer-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .timeline::before,
  .timeline-item::before {
    left: 20px;
  }

  .timeline-item,
  .timeline-item:nth-child(even) {
    justify-content: flex-start;
  }

  .timeline-card {
    width: calc(100% - 54px);
    margin-left: 54px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .book-card-wrap {
    margin-top: -72px;
  }

  .testimonial-section ul.slick-dots {
    justify-content: center;
  }

  .slick-dots {
    width: 100% !important;
  }

  .new-news {
    height: auto;
  }

  span.design-text {
    font-size: 70px !important;
  }

  .text-number {
    font-size: 36px !important;
  }

  .timeline .default-line {
    left: 16px;
    height: 100%;
  }

  .timeline .draw-line {
    left: 16px;
  }

  .line-timeline .relative.overflow-hidden.h-48 {
    height: auto;
  }
}

@media (max-width: 768px) {
  .slideshow .item img.desktop-img {
    display: none;

  }
  .slideshow .item img.mobile-img{
    display: block;
  }
  .slideshow .item img {
    height: auto;
  }
  .timeline-collage img {
    height: auto;
  }

  .nav-inner,
  .nav-links,
  .newsletter-form,
  .hero-actions,
  .testimonial-top,
  .testimonial-grid,
  .stats {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-links {
    gap: 12px;
    font-size: 0.88rem;
  }

  .hero {
    min-height: auto;
    padding-bottom: 80px;
  }

  .slider-controls {
    right: 16px;
    bottom: 74px;
  }

  .scroll-indicator {
    bottom: 16px;
  }

  .section {
    padding: 72px 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }

  .gallery-item.large,
  .gallery-item.wide {
    grid-column: span 1;
    grid-row: span 1;
  }

  .river-card,
  .river-card.wide,
  .works-media,
  .featured-news-media,
  .journey-hero img,
  .panorama-image {
    min-height: auto;
    height: 300px;
  }

  .text-number {
    font-size: 36px !important;
  }

  .profile-wrapper {
    padding: 20px 15px;
  }

  .profile-content {
    padding: 25px;
  }

  .profile-avatar-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .profile-avatar {
    width: 120px;
    height: 120px;
    font-size: 50px;
  }

  .profile-name {
    font-size: 24px;
  }

  .form-row-custom {
    grid-template-columns: 1fr;
  }

  .profile-tabs {
    gap: 5px;
  }

  .profile-tab-btn {
    padding: 10px 15px;
    font-size: 12px;
  }

  .profile-actions {
    flex-direction: column;
  }

  .btn-save,
  .btn-cancel {
    width: 100%;
  }
  .auth-container {
    margin: 20px;
  }

  .auth-content {
    padding: 30px;
    min-height: auto;
  }

  .auth-header h1 {
    font-size: 22px;
  }

  .auth-tab-btn {
    padding: 14px 12px;
    font-size: 14px;
  }

  .auth-tab-btn i {
    margin-right: 4px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .form-control {
    font-size: 13px;
  }
  section.hero-rachna {
    margin-top: 50px;
    padding: 15px;
    text-align: center;
}
.book-overlay span {
    margin: 1rem;
    border: 1px solid #d8a64a;
    background: #eeeeeead !important;   
    color: #000000;    
}
.book-overlay {
    background: none;
    opacity: 1;
}
.nav-link.active::after {
    content: "";
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    position: static;
    bottom: 2px;
    left: 50%;
    transform: none;
}
.new-ab {
    align-items: start !important;
    padding-top: 25px;
}
.col-md-4.h-gallery-section-col {
    margin-bottom: 30px;
}
.coming-soon-title {
        font-size: 2rem;
    }

    .coming-soon-subtitle {
        font-size: 1.5rem;
    }

    .coming-soon-icon {
        font-size: 3rem;
    }

    .countdown {
        grid-template-columns: repeat(2, 1fr);
    }

    .cta-buttons {
        flex-direction: column;
    }

    .btn-primary-custom,
    .btn-secondary-custom {
        width: 100%;
    }
    .new-ab {
    bottom: auto !important;
    display: inline-block !important;
    top: 0 !important;
    left: auto;
}
.new-ab .text-center.px-6 {
    text-align: center !important;
}
}

@media (max-width: 560px) {
  .slideshow .item img {
    width: 100%;
    transition: all 6s ease;
    transform: scale(1);
    /* height: 75vh; */
    object-fit: inherit;
  }
  .custom-h {
        height: 60vh;
    }
  .slider-text {
    transform: translate(5%, -53%);
  }
  .slider-text p {
    line-height: normal;
    font-size: 16px;
  }

  h5.name-title.text-gr {
    display: none;
  }

  #home .hero-title {
    font-size: 28px;
    line-height: 34px;
    display: none;
  }

  
  .divider-gold {
    width: 4rem;
  }


  .title-para {
    margin-bottom: 12px;
  }

  .hero-section {
    min-height: auto;
    margin-top: 70px;
  }

  .hero-section .slick-dots {
    bottom: 0%;
  }

  .text-number {
    font-size: 36px !important;
  }
  .library-header h2{
        font-size:1.5rem;
    }

    .info-box{
        flex-direction:column;
        text-align:center;
    }

    .library-body{
        padding:25px;
    }
    .hero-section-reanakar {
    min-height: auto;
    padding-top: 71px;
    padding-bottom: 0;
}
.hero-section-reanakar .hero-bg{
    position: static;
}
.timline-banner-text p.hero-sub {
    color: #2f2a26;
    font-size: 8px;
    margin-top: 0px !important;
}
.timline-banner-text .hero-title {
    font-size: 20px;
    line-height: 29px;
    margin: 0;
    color: #2f2a26;
    font-weight: 700;
}
.timline-banner-text {
    position: absolute;
    top: 0;
    font-style: italic;
    font-size: clamp(1.1rem, 1.8vw, 1.5rem);
    max-width: 640px;
    margin: 17px auto;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
}
}

@media (max-width: 480px) {
  .profile-content {
    padding: 20px;
  }

  .profile-name {
    font-size: 20px;
  }

  .section-title {
    font-size: 14px;
  }

  .profile-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .auth-tab-btn {
    padding: 12px 8px;
  }

  .auth-content {
    padding: 20px;
  }

  .form-group {
    margin-bottom: 15px;
  }
  .slider-text {
        width: 90%;
    }
}
@media (max-width: 320px) {
  #home .slideshow .btn-slider {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
  }
}