  /* ===============================
   🚨 GLOBAL MOBILE OVERFLOW FIX
   =============================== */
html, body {
  max-width: 100%;
  overflow-x: hidden !important;
}

  /* 🌸 Floating Lotus Animation */
/* 🌸 Scroll-based Floating Lotus */
.floating-lotus{
  position:fixed;
  bottom:40px;
  left:6%;
  width:60px;
  opacity:0.25;
  pointer-events:none;
  z-index:1;
  transition:transform 0.15s linear;
}

.floating-lotus img{
  width:100%;
  height:auto;
}

/* Mobile */
@media(max-width:768px){
  .floating-lotus{
    width:40px;
    left:4%;
    opacity:0.2;
  }
}



:root{
  --saffron:#f4a640;
  --maroon:#7a2e1d;
  --cream:#fffaf2;
}

body{
  font-family:Poppins,sans-serif;
  scroll-behavior:smooth;
  background:#fff;
}

h1,h2,h3{
  /* font-family:'Playfair Display',serif; */
}

section{
  padding:50px 0;
}

.section-title{
  text-align:center;
  margin-bottom:50px;
}

.section-title h2{
  color:var(--maroon);
}

.divider{
  width:80px;
  height:3px;
  background:var(--saffron);
  margin:15px auto 0;
}
/* ===============================
   📱 MOBILE NAVBAR – TRUE FIX
   =============================== */
@media (max-width: 991px) {

  /* Override Bootstrap flex spacing */
  .ashram-navbar > .container {
    justify-content: flex-start !important; /* 👈 KEY FIX */
    gap: 10px;                               /* control spacing */
  }

  /* Brand should NOT push toggler */
  .navbar-brand {
    margin-right: 0 !important;
    flex-shrink: 1;
  }

  /* Pull toggler closer */
  .navbar-toggler {
    margin-left: auto;   /* push just enough */
    padding: 4px 6px;
  }

  /* Slightly reduce logo size */
  .nav-logo {
    height: 70px;
  }
}
/* ===============================
   📱 MOBILE: HIDE BRAND TITLE
   =============================== */
@media (max-width: 576px) {

  /* Hide brand text */
  .brand-title,
  .brand-tagline {
    display: none;
  }

  /* Keep logo compact */
  .nav-logo {
    height: 60px;
  }

  /* Ensure toggler is clearly visible */
  .navbar-toggler {
    margin-left: auto;
  }
}

/* 🌿 Ashram Navbar */
.ashram-navbar{
  background:linear-gradient(
    to right,
    rgba(255,243,224,0.95),
    rgba(255,255,255,0.95)
  );
  backdrop-filter: blur(10px);
  box-shadow:0 6px 20px rgba(0,0,0,0.08);
  padding:10px 0;
}

/* Logo */
.nav-logo{
  height:100px;
}

/* Brand text */
.brand-title{
  /* font-family:'Playfair Display',serif; */
  font-size:1.2rem;
  color:#7a2e1d;
}

.brand-tagline{
  font-size:0.75rem;
  color:#a05a2c;
}

/* Links */
.nav-link{
  position:relative;
  color:#7a2e1d !important;
  font-weight:500;
  padding:8px 0;
}

/* Underline animation */
.nav-link::after{
  content:'';
  position:absolute;
  width:0%;
  height:2px;
  left:0;
  bottom:0;
  background:#f4a640;
  transition:width .3s ease;
}

.nav-link:hover::after,
.nav-link.active::after{
  width:100%;
}

/* Donate button */
.donate-btn{
  background:#7a2e1d;
  color:#fff;
  padding:8px 18px;
  border-radius:30px;
  font-size:0.9rem;
  text-decoration:none;
}
.donate-static{
  cursor: default;        /* no hand cursor */
  pointer-events: none;   /* completely non-clickable */
}
.donate-btn:hover{
  background:#5e2014;
  color:#fff;
}

/* Mobile */
@media(max-width:991px){
  .brand-tagline{ display:none; }
}



/* 🌸 Hero – Ashram Image */
.hero-image{
   min-height:100vh;
   position:relative;
   display:flex;
   align-items:center;      /* vertically center */
   justify-content:center;  /* horizontally center */
   background:#f6efe6;
   overflow:hidden;
   text-align:center;
}
@supports not (height: 100svh) {
  .hero-image{
    min-height:100vh;
  }
}
.hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  min-height:100vh;
  aspect-ratio: 16 / 9;
  z-index:1;
}
.reveal-text,
.reveal-heading,
.inspiration-img,
.blessings-editorial figure{
  will-change: transform, opacity;
}
.hero-overlay-bottom{
  position:absolute;
  inset:0;
  z-index:2;
}

.hero-image .container{
  position:relative;
  z-index:3;
  width:100%;
}


/* Bottom overlay only (keeps sky clean) */
.hero-overlay-bottom{
  position:absolute;
  inset:0;
  background:linear-gradient(
    to top,
    rgba(255,255,255,0.95) 0%,
    rgba(255,255,255,0.7) 30%,
    rgba(255,255,255,0.2) 55%,
    rgba(255,255,255,0) 75%
  );
  transition:opacity 0.6s ease;
  pointer-events:none;
}


/* Logo */
.hero-logo{
  height:110px;
  filter:drop-shadow(0 10px 20px rgba(122,46,29,0.35));
  animation:fadeDown 1.2s ease;
}

/* Text */
.hero-title{
  /* font-family:'Playfair Display',serif; */
  font-size:3rem;
  color:#7a2e1d;
  animation:fadeUp 1.2s ease;
}

.hero-subtitle{
  font-size:1.25rem;
  color:#000000;
  font-weight:bold;
  animation:fadeUp 1.4s ease;
}
@media (max-width: 768px){
  .hero-logo,
  .hero-title,
  .hero-subtitle{
    animation:none;
  }
}

/* ==============================
   🌸 NAV LOTUS
   ============================== */

.navbar-nav{
  position: relative;
}

.nav-lotus{
  position: absolute;
  top: -34px;                 /* 👈 ABOVE menu */
  width: 34px;
  height: 34px;
  background: url("../images/lotus_opened.webp") no-repeat center / contain;
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.45s cubic-bezier(.4,0,.2,1),
    opacity 0.3s ease;
  filter: drop-shadow(0 4px 8px rgba(202,162,74,0.45));
}


.hero-location{
  font-size:0.99rem;
  font-weight:bold;
  color:#181414;
  animation:fadeUp 1.6s ease;
}

/* Button */
.hero-btn{
  background:#7a2e1d;
  color:#fff;
  padding:12px 34px;
  border-radius:40px;
  font-size:0.95rem;
  box-shadow:0 10px 25px rgba(122,46,29,0.35);
  animation:fadeUp 1.9s ease;
}

.hero-btn:hover{
  background:#5e2014;
  color:#fff;
}

/* Animations */
@keyframes fadeUp{
  from{opacity:0;transform:translateY(30px);}
  to{opacity:1;transform:translateY(0);}
}

@keyframes fadeDown{
  from{opacity:0;transform:translateY(-20px);}
  to{opacity:1;transform:translateY(0);}
}

/* Mobile */
@media(max-width:768px){
  .hero-title{font-size:2.1rem;}
  .hero-logo{height: 100px;
        width: 152px;}
}
/* ===============================
   🌿 TEXT SCROLL REVEAL (CALM)
   =============================== */

/* Base hidden state */
.reveal-text {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

/* Slightly stronger for headings */
.reveal-heading {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 1s ease, transform 1s ease;
}

/* Visible */
.reveal-text.show,
.reveal-heading.show {
  opacity: 1;
  transform: translateY(0);
}

/* =============================
   CALM & BEAUTIFUL ABOUT STYLE
   ============================= */

/* ===== ELEGANT ABOUT SECTION ===== */
.about-elegant{
  background:#fffdf7;
  padding:110px 0 37px 0;
}

/* Title */
.about-title{
  /* font-family:'Playfair Display', serif; */
  font-size:2.4rem;
  color:#6b2a1a;
}

.about-line{
  width:70px;
  height:2px;
  background:#caa24a;
  margin:14px auto 0;
}

/* Divine row */
.divine-row{
  display:flex;
  justify-content:center;
  /* gap:30px; */
}

.divine-row img{
  height:180px;
  object-fit:contain;
  filter:sepia(10%);
}
.divine-row img{
  background:#fff;
  padding:12px;
  border-radius:6px;
  box-shadow:0 12px 28px rgba(0,0,0,0.12);
}

/* Mataji */
.mataji-elegant img{
  max-height:420px;
  object-fit:contain;
}

.mataji-elegant h6{
  margin-top:14px;
  /* font-family:'Playfair Display', serif; */
  color:#6b2a1a;
}

.mataji-elegant span{
  font-size:0.85rem;
  color:#777;
}

/* Text */
.about-text{
  margin-top: 20px;;
  font-size:1.05rem;
  line-height:1.9;
  color:#333;
  
}
.about-quote{
  background:#fff;
  padding:28px 24px;
  border-left:4px solid #caa24a;
}
.about-text p{
  margin-bottom:18px;
}

/* Quote */
.about-quote{
  margin:30px 0;
  /* font-family:'Playfair Display', serif; */
  font-size:1.2rem;
  color:#6b2a1a;
}

.about-quote span{
  display:block;
  font-size:0.9rem;
  color:#666;
  margin-top:6px;
}
.about-quote{
  position: relative;
  overflow: hidden;
  background: #fff; /* keep your card look */
}
/* 🌸 LOTUS BACKGROUND */
.about-quote::after{
  content:'';
  position:absolute;
  left:50%;
  bottom:12px;
  width:140px;
  height:140px;
  transform: translateX(-50%) translateY(20px) scale(0.9);
  background: url("../images/lotus_opened.webp") no-repeat center / contain;
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.7s ease;
  pointer-events:none;
  z-index: 1; /* 👈 ABOVE background */
}

/* TEXT ABOVE LOTUS */
.about-quote > *{
  position: relative;
  z-index: 2;
}

/* SHOW LOTUS */
.about-quote.show::after{
  opacity: 0.25;
  transform: translateX(-50%) translateY(0) scale(1);
}

/* OPTIONAL HOVER (DESKTOP ONLY) */
@media (hover:hover){
  .about-quote:hover::after{
    opacity: 0.32;
  }
}

/* ===== Mataji Image Styling (Elegant & Spiritual) ===== */

.mataji-elegant{
  text-align:center;
}

/* Oval / Arch frame */
.mataji-frame{
  max-width:270px;
  margin:0 auto 16px;
  padding:9px;
  background:#c3956a;
  border-radius:50%;
  border:1px solid #eadfce;
}

/* Image */
.mataji-frame img{
  width:100%;
  height:auto;
  border-radius:50%;
  object-fit:contain;
}

/* Name */
.mataji-elegant h6{
  margin-top:10px;
  /* font-family:'Playfair Display', serif; */
  font-size:1.15rem;
  color:#6b2a1a;
  font-weight:500;
}

/* Subtitle */
.mataji-elegant span{
  display:block;
  font-size:0.85rem;
  color:#777;
  margin-top:4px;
}

/* Mobile */
@media(max-width:768px){
  .mataji-frame{
    max-width:280px;
  }
}

/* Mobile */
@media(max-width:768px){
  .divine-row{
    flex-direction:column;
    align-items:center;
  }

  .divine-row img{
    height:220px;
  }
}


/* Cards */
.activity-card{
  background:#fff;
  border-radius:16px;
  padding:30px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  transition:all .3s ease;
  height:100%;
}

.activity-card:hover{
  transform:translateY(-10px);
  box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.activity-card h5{
  color:var(--maroon);
}

/* Soft sections */
.bg-soft{
  background:var(--cream);
}

/* Quotes */
/* ===== Sacred Quote Styling ===== */

.about-quote{
  margin:40px 0;
  text-align:center;
  /* font-family:'Playfair Display', serif; */
  color:#6b2a1a;
}

/* Individual scripts */
.quote-script{
  margin-bottom:10px;
}

/* Sanskrit (Devanagari) */
.quote-script.devanagari{
  font-size:1.35rem;
  letter-spacing:0.5px;
}

/* Kannada */
.quote-script.kannada{
  font-size:1.25rem;
}

/* English transliteration */
.quote-script.english{
  font-size:1.15rem;
  font-style:italic;
  opacity:0.9;
}

/* Meaning */
.quote-meaning{
  display:block;
  margin-top:14px;
  font-size:0.95rem;
  color:#666;
}

/* Mobile */
@media(max-width:768px){
  .quote-script.devanagari{
    font-size:1.2rem;
  }
  .quote-script.kannada{
    font-size:1.1rem;
  }
  .quote-script.english{
    font-size:1rem;
  }
}
img {
  max-width: 100%;
  height: auto;
}
/* ===== Clean Last Divine Image ===== */

/* ===== Fixed Background Divine Section ===== */

.last-divine-fixed{
  margin-top:100px;
  height:420px;                 /* controls visible size */
  background-image:url('../images/15.webp');
  background-size:contain;      /* keeps full image visible */
  background-repeat:no-repeat;
  background-position:center;
  background-attachment:fixed;  /* 🔒 FIXED BACKGROUND */
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding-bottom:30px;
}

/* Caption */
.last-divine-content p{
  /* font-family:'Playfair Display', serif; */
  font-size:1.3rem;
  color:#6b2a1a;
  background:rgba(255,255,255,0.85);
  padding:6px 16px;
  border-radius:4px;
}

/* Mobile fix (background-attachment: fixed doesn’t behave well on mobile) */
@media(max-width:768px){
  .last-divine-fixed{
    background-attachment:scroll;
    height:300px;
  }
}
/* ===== OUR INSPIRATION ===== */

/* ===== ASHRAM SECTIONS (COMMON) ===== */
.ashram-section{
  /* padding:110px 0; */
  background:#f1f1ef;
}

.section-heading{
  /* font-family:'Playfair Display', serif; */
  font-size:2.4rem;
  color:#6b2a1a;
}
/* Offset anchor scroll for fixed navbar */
section[id] {
  scroll-margin-top: 120px; /* height of navbar + spacing */
}

.section-subheading{
  font-size:0.95rem;
  color:#8a6b3f;
  margin-top:6px;
}

.divider{
  width:70px;
  height:2px;
  background:#caa24a;
  margin:14px auto 0;
}

/* Inspiration */
.inspiration-letter-img{
  max-width:100%;
  height:auto;
  border-radius:6px;
}

.img-caption{
  margin-top:10px;
  font-size:0.85rem;
  color:#777;
}

.inspiration-text-block{
  max-width:900px;
  margin:0 auto;
  font-size:1.05rem;
  line-height:1.9;
  color:#333;
}

.inspiration-text-block p{
  margin-bottom:18px;
}


/* Mobile */
@media(max-width:768px){
  .inspiration-quote{
    font-size:1.2rem;
  }
}
/* ===== Inspiration Images ===== */

.inspiration-images{
  display:grid;
  grid-template-columns: 2fr 1fr;
  gap:30px;
  margin:50px 0;
  align-items:center;
}

/* Common image styling */
.inspiration-img img{
  width:100%;
  height:auto;
  display:block;
}

/* Large image (event) */
.inspiration-img.large img{
  border-radius:6px;
}

/* Portrait image */
.inspiration-img.portrait img{
  max-width:260px;
  margin:0 auto;
  border-radius:50% 50% 42% 42%;
}

/* Caption */
.img-caption{
  margin-top:8px;
  font-size:0.85rem;
  color:#666;
  text-align:center;
  font-style:italic;
}

/* Mobile */
@media(max-width:768px){
  .inspiration-images{
    grid-template-columns:1fr;
  }

  .inspiration-img.portrait img{
    max-width:220px;
  }
}
/* ===============================
   🌿 Inspiration Images – Subtle Motion
   =============================== */

/* Wrapper */
.inspiration-img{
  position: relative;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

/* When visible */
.inspiration-img.show{
  opacity: 1;
  transform: translateY(0);
}

/* Image transition */
.inspiration-img img{
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

/* Caption transition */
.inspiration-img .img-caption{
  transition: color 0.4s ease;
}

/* Hover – desktop only */
@media (hover:hover){
  .inspiration-img:hover img{
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
  }

  .inspiration-img:hover .img-caption{
    color: #6b2a1a;
  }
}

/* Optional: slight stagger for second image */
.inspiration-img:nth-child(2){
  transition-delay: 0.15s;
}


/* ===== THE BLESSINGS (Beautiful & Calm) ===== */

.blessings-intro{
  max-width:900px;
  margin:0 auto 30px;
  font-size:1.05rem;
  line-height:1.9;
  color:#333;
}
/* ===== THE BLESSINGS (Aligned & Calm) ===== */

#blessings{
  background:#fffdf7;
  /* padding:110px 0; */
}

.blessings-intro{
  max-width:900px;
  margin:0 auto 40px;
  font-size:1.05rem;
  line-height:1.9;
  color:#333;
}
/* ===== THE BLESSINGS – Properly Aligned Grid ===== */

.blessings-editorial{
  max-width:1100px;
  margin:60px auto 0;

  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:40px;
}

/* Each item */
.blessings-editorial figure{
  margin:0;
}

/* Image */
.blessings-editorial img{
  width:100%;
  height:auto;
  display:block;
}
/* ===== Scroll Reveal Animation ===== */

.blessings-editorial figure{
  opacity:0;
  transform:translateY(30px);
  transition:opacity 0.8s ease, transform 0.8s ease;
}

/* When visible */
.blessings-editorial figure.show{
  opacity:1;
  transform:translateY(0);
}

/* Caption */
/* ===== Figcaption – Editorial & Beautiful ===== */

.blessings-editorial figcaption{
  position:relative;
  margin-top:14px;
  padding-left:14px;            /* space for accent line */
  max-width:95%;
  font-size:0.95rem;
  line-height:1.7;
  color:#444;
}

/* Subtle vertical accent */
.blessings-editorial figcaption::before{
  content:'';
  position:absolute;
  left:0;
  top:4px;
  width:2px;
  height:calc(100% - 8px);
  background:#e2d3b3;           /* soft saffron-beige */
}

/* Name emphasis */
.blessings-editorial figcaption strong{
  font-weight:500;
  color:#6b2a1a;
}

/* Italic words (arati etc.) */
.blessings-editorial figcaption em{
  font-style:italic;
  color:#6b2a1a;
}


/* Highlight names */
.blessings-editorial figcaption strong{
  font-weight:500;
  color:#6b2a1a;
}

/* Tablet */
@media(max-width:992px){
  .blessings-editorial{
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media(max-width:576px){
  .blessings-editorial{
    grid-template-columns: 1fr;
  }
}
/* Make this figure span full row */
.blessings-editorial .full-span{
  grid-column: 1 / -1;   /* ⬅️ THIS makes it full width */
}

/* Layout inside the full-width block */
.double-image-with-text{
  display:grid;
  grid-template-columns: 1fr 2fr;  /* text | images */
  gap:30px;
  align-items:center;
}

/* Images */
.double-image-row {
  display: flex;
  gap: 10px;
}

/* images */
.double-image-row img {
  width: 50%;
  height: auto;
  object-fit: cover;
}

/* 📱 Mobile fix */
@media (max-width: 768px) {
  .double-image-row {
    flex-direction: column;
  }

  .double-image-row img {
    width: 100%;
  }
}

/* =====================================
   🌿 THE BLESSINGS – Editorial Styling
   ===================================== */

.blessings-editorial figure{
  position: relative;
  margin: 0;
  opacity: 0;
  transform: translateY(32px);
  animation: blessingsReveal both linear;
  animation-timeline: view();
  animation-range: entry 20% cover 35%;
}

/* Scroll animation */
@keyframes blessingsReveal{
  from{
    opacity: 0;
    transform: translateY(32px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

/* Images */
.blessings-editorial img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  background: #fff;
  padding: 8px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.12);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

/* Hover – desktop only */
@media (hover:hover){
  .blessings-editorial figure:hover img{
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(0,0,0,0.18);
  }
}

/* =====================================
   🌼 FIGCAPTION – Editorial Look
   ===================================== */

.blessings-editorial figcaption{
  position: relative;
  margin-top: 14px;
  padding-left: 14px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #444;
}

/* Vertical accent line */
.blessings-editorial figcaption::before{
  content:'';
  position:absolute;
  left:0;
  top:4px;
  width:2px;
  height:calc(100% - 6px);
  background:#e2d3b3;
  transition: background 0.4s ease;
}

/* Hover caption accent */
@media (hover:hover){
  .blessings-editorial figure:hover figcaption::before{
    background:#caa24a;
  }
}

/* Strong text */
.blessings-editorial figcaption strong{
  color:#6b2a1a;
  font-weight:500;
}

/* Italic emphasis */
.blessings-editorial figcaption em{
  font-style:italic;
  color:#6b2a1a;
}
.double-image-row img{
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

@media (hover:hover){
  .double-image-with-text:hover .double-image-row img{
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
  }
}
/* ===== Activities Tabs ===== */

#activities{
  background:#fffdf7;
  padding:120px 0;
}

/* Tabs bar */
.activities-tabs{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:40px;
}

.tab-btn{
  background:transparent;
  border:1px solid #e2d3b3;
  padding:8px 16px;
  font-size:0.95rem;
  cursor:pointer;
  color:#6b2a1a;
}

.tab-btn.active{
  background:#e2d3b3;
}

/* Content */
.tab-content{
  max-width:900px;
  margin:0 auto;
}

.tab-panel{
  display:none;
  font-size:1.05rem;
  line-height:1.9;
  color:#333;
}

.tab-panel.active{
  display:block;
}

/* Quote */
.tab-panel blockquote{
  margin:24px 0;
  padding-left:14px;
  border-left:3px solid #e2d3b3;
  font-style:italic;
  color:#6b2a1a;
}

.tab-panel blockquote span{
  display:block;
  margin-top:8px;
  font-size:0.9rem;
  color:#555;
}

/* Images */
.activity-images{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:30px;
}

.activity-images img{
  width:100%;
  height:220px;
  object-fit:cover;
}

/* Mobile */
@media(max-width:768px){
  .activity-images{
    grid-template-columns:1fr;
  }

  .activity-images img{
    height:auto;
  }
}

/* =====================================
   🌿 TAB IMAGE DESIGN SYSTEM
   Applies to Youth / Women / Seva / etc.
   ===================================== */

/* Wrapper */
.tab-panel figure,
.youth-gallery img,
.youth-main-image img{
  position: relative;
}

/* ===== IMAGE BASE STYLE ===== */
.tab-panel img:not(.section-logo){
  width: 100%;
  /* height: auto; */
  display: block;
  border-radius: 8px;
  background: #fff;
  padding: 8px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.12);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

/* Main hero image (Youth section) */
.youth-main-image img{
  border-radius: 12px;
}

/* ===== HOVER EFFECT (DESKTOP ONLY) ===== */
@media (hover:hover){
  .tab-panel figure:hover img:not(.section-logo),
  .youth-gallery img:hover:not(.section-logo),
  .youth-main-image img:hover:not(.section-logo){
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(0,0,0,0.18);
  }
}
@media (max-width: 768px) {
  .reveal-heading{ font-size: 20px;}
}
/* =====================================
   🌼 FIGCAPTION – Editorial Look
   ===================================== */

.tab-panel figcaption{
  position: relative;
  margin-top: 14px;
  padding-left: 14px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #444;
}

/* Accent line */
.tab-panel figcaption::before{
  content:'';
  position:absolute;
  left:0;
  top:4px;
  width:2px;
  height:calc(100% - 6px);
  background:#e2d3b3;
  transition: background 0.4s ease;
}

/* Hover accent */
@media (hover:hover){
  .tab-panel figure:hover figcaption::before{
    background:#caa24a;
  }
}

/* Emphasis */
.tab-panel figcaption strong{
  color:#6b2a1a;
  font-weight:500;
}

.tab-panel figcaption em{
  font-style:italic;
  color:#6b2a1a;
}

/* =====================================
   🌸 SCROLL REVEAL – CSS ONLY
   ===================================== */

.tab-panel figure,
.youth-gallery img:not(.section-logo),
.youth-main-image img:not(.section-logo){
  opacity: 0;
  transform: translateY(30px);
  animation: tabImageReveal both linear;
  animation-timeline: view();
  animation-range: entry 20% cover 35%;
}

@keyframes tabImageReveal{
  from{
    opacity: 0;
    transform: translateY(30px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

/* =====================================
   📱 MOBILE – softer, no lift
   ===================================== */

@media(max-width:768px){
  .tab-panel img:not(.section-logo){
    padding: 6px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
  }
}

/* ===== Youth Convention Tab ===== */
/* 🌸 YOUTH CONVENTION VIDEO */
.youth-video-wrapper{
  margin: 50px auto 60px;
  max-width: 900px;
  text-align: center;
}

.youth-video-title{
  /* font-family: 'Playfair Display', serif; */
  color: #7a2e1d;
  margin-bottom: 14px;
}

.youth-video{
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.25);
}

.youth-video-caption{
  margin-top: 12px;
  font-size: 0.9rem;
  color: #6b4a2e;
  opacity: 0.85;
}

/* Mobile fine-tuning */
@media(max-width:768px){
  .youth-video-wrapper{
    margin: 35px auto;
  }
}

.youth-intro{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:30px;
  align-items:center;
  margin-bottom:40px;
}

.youth-icon img{
  width:100px;
  height:auto;
}

/* Text */
.youth-text p{
  font-size:1.05rem;
  line-height:1.9;
  color:#333;
  margin-bottom:12px;
}

/* Main image */
.youth-main-image img{
  width:100%;
  height:360px;
  object-fit:cover;
  margin:30px 0;
}

/* Quote */
.youth-quote{
  margin:30px 0;
  padding-left:16px;
  border-left:3px solid #e2d3b3;
  font-style:italic;
  color:#6b2a1a;
}

.youth-quote span{
  display:block;
  margin-top:8px;
  font-size:0.9rem;
  color:#555;
}

/* Gallery */
.youth-gallery{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:20px;
}

.youth-gallery img{
  width:100%;
  height:220px;
  object-fit:cover;
}

/* Mobile */
@media(max-width:768px){
  .youth-intro{
    grid-template-columns:1fr;
    text-align:center;
  }

  .youth-gallery{
    grid-template-columns:1fr;
  }

  .youth-gallery img{
    height:auto;
  }

  .youth-main-image img{
    height:auto;
  }
}
/* =====================================
   🌸 LOTUS FOR YOUTH GUIDANCE HIGHLIGHT
   ===================================== */

.youth-guidance-highlight{
  position: relative;
  overflow: hidden;
}

/* Lotus watermark */
.youth-guidance-highlight::after{
  content:'';
  position:absolute;
  left:50%;
  bottom:18px;
  width: 186px;
  height: 244px;
  transform: translateX(-50%) translateY(18px) scale(0.9);
  background: url("../images/lotus_opened.webp") no-repeat center / contain;
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.7s ease;
  pointer-events: none;
  z-index: 1;
}

/* Keep content above lotus */
.youth-guidance-highlight > *{
  position: relative;
  z-index: 2;
}

/* Reveal when content is shown */
.youth-guidance-highlight .show ~ * ,
.youth-guidance-highlight .show{
  /* no-op, just ensures .show exists */
}

.youth-guidance-highlight:has(.show)::after{
  opacity: 0.22;
  transform: translateX(-50%) translateY(0) scale(1);
}

/* Hover reinforcement (desktop only) */
@media (hover:hover){
  .youth-guidance-highlight:hover::after{
    opacity: 0.32;
  }
}


/* ===== Guidance Highlight ===== */

.youth-guidance-highlight{
  display:grid;
  grid-template-columns:220px 1fr;
  gap:30px;
  align-items:center;
  margin:50px 0;
  background:#fff;
  padding:30px;
}

.guidance-image img{
  width:100%;
  border-radius:50%;
}

.guidance-text h4{
  /* font-family:'Playfair Display', serif; */
  color:#6b2a1a;
  margin-bottom:10px;
}

.guidance-text p{
  font-size:1rem;
  line-height:1.8;
  color:#444;
}

.guide-name{
  margin-top:12px;
  font-size:0.95rem;
  color:#555;
}

/* Mobile */
@media(max-width:768px){
  .youth-guidance-highlight{
    grid-template-columns:1fr;
    text-align:center;
  }

  .guidance-image img{
    max-width:200px;
    margin:0 auto;
  }
}

/* ===== Women Conventions ===== */

.women-intro{
  display:grid;
  grid-template-columns:1.6fr 1fr;
  gap:40px;
  align-items:center;
  margin-bottom:40px;
}

.women-text h4{
  /* font-family:'Playfair Display', serif; */
  color:#6b2a1a;
  margin-bottom:6px;
}

.women-tagline{
  font-style:italic;
  color:#8a6b3f;
  margin-bottom:16px;
}

.women-text p{
  font-size:1.05rem;
  line-height:1.9;
  color:#333;
}

.women-text blockquote{
  margin-top:24px;
  padding-left:14px;
  border-left:3px solid #e2d3b3;
  font-style:italic;
  color:#6b2a1a;
}

.women-text blockquote span{
  display:block;
  margin-top:8px;
  font-size:0.9rem;
  color:#555;
}

/* Logo */
.women-logo img{
  max-width:200px;
  margin:0 auto;
  display:block;
}

/* Central image */
.women-central{
  text-align:center;
  margin:50px 0;
}

.women-central img{
  max-width:260px;
  border-radius:50%;
}

.central-caption{
  margin-top:14px;
  font-size:0.95rem;
  font-style:italic;
  color:#555;
}

/* Gallery */
.women-gallery{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}

.women-gallery figure {
  height: 260px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.women-gallery img {
  width: 100%;
  height: 100%;
   object-fit: scale-down;       /* ✅ fills nicely */
  object-position: center; /* keeps subject centered */
  transition: transform 0.4s ease;
}

.women-gallery figure:hover img {
  transform: scale(1.05);
}


.women-gallery figcaption{
  margin-top:10px;
  padding-left:12px;
  font-size:0.9rem;
  line-height:1.6;
  color:#444;
  position:relative;
}

.women-gallery figcaption::before{
  content:'';
  position:absolute;
  left:0;
  top:4px;
  width:2px;
  height:calc(100% - 6px);
  background:#e2d3b3;
}

/* Full width image */
.women-gallery .full-span{
  grid-column:1 / -1;
}

/* Mobile */
@media(max-width:768px){
  .women-intro{
    grid-template-columns:1fr;
    text-align:center;
  }

  .women-gallery{
    grid-template-columns:1fr;
  }

  .women-gallery img{
    height:auto;
  }
  .women-gallery figure {
    height: 200px;
  }
}
.women-sub-tabs {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.women-sub-tab {
  background: none;
  border: none;
  font-size: 16px;
  padding: 8px 12px;
  cursor: pointer;
  position: relative;
}

.women-sub-tab.active::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #9a3b3b;
}

.women-sub-content {
  display: none;
}

.women-sub-content.active {
  display: block;
}

.section-logo{
  width:200px;
  float:right;
  margin:0 0 10px 20px;
  opacity:0.85;
}
/* 🌸 Lotus with Section Title */
.section-title.with-lotus{
  position:relative;
}

.section-lotus{
  width:48px;
  margin-bottom:8px;
  opacity:0.4;
  transition:transform 0.2s ease-out;
}

/* Mobile */
@media(max-width:768px){
  .section-lotus{
    width:40px;
    opacity:0.35;
  }
}
.media-strip-section {
  padding: 80px 0;
  background: #f6f7f9;
}

.media-subtext {
  max-width: 600px;
  margin: 0 auto 35px;
  color: #555;
}

/* Wrapper */
.media-strip-wrapper {
  overflow: hidden;
  position: relative;
}

/* Strip */
.media-strip {
  display: flex;
  gap: 20px;
  width: max-content;      
  animation: scrollMedia 40s linear infinite;
  will-change: transform;
}

/* Pause on hover */
.media-strip-wrapper:hover .media-strip {
  animation-play-state: paused;
}

/* Each item */
.media-strip-item {
  flex: 0 0 auto;
  height: 250px;              /* 👈 SAME HEIGHT FOR ALL */
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);

  display: flex;
  align-items: center;
  justify-content: center;
}

.media-strip-item img {
  max-height: 100%;           /* 👈 KEY */
  width: auto;
  max-width: 100%;
  object-fit: contain;        /* 👈 NO CROP */
}


/* Animation */
@keyframes scrollMedia {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Mobile */
@media (max-width: 576px) {
  .media-strip-item {
    flex: 0 0 220px;
  }
}
/* ZOOM OVERLAY */
.media-zoom-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}

/* ZOOMED IMAGE */
.media-zoom-overlay img {
  max-width: 95%;
  max-height: 90%;
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
}

/* CLOSE BUTTON */
.media-zoom-close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  user-select: none;
}
.contact-beautiful {
  padding: 100px 0;
  background: radial-gradient(circle at top, #fff7ec, #f1e6d4);
}

.contact-subtext {
  max-width: 620px;
  margin: 12px auto 60px;
  color: #5b4a34;
}

/* MAIN CARD */
.contact-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.15);
  overflow: hidden;
}

/* LEFT */
.contact-left {
  padding: 45px;
  background: linear-gradient(180deg, #fffaf3, #f7ead6);
}

.contact-info-item {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
}

.contact-info-item .icon {
  font-size: 22px;
}

.contact-info-item h5 {
  margin-bottom: 5px;
  font-size: 16px;
}

.contact-info-item p,
.contact-info-item a {
  color: #4b3a26;
  text-decoration: none;
}

/* MAP */
.contact-map-beautiful {
  margin-top: 30px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
}

.contact-map-beautiful iframe {
  width: 100%;
  height: 260px;
  border: 0;
}

/* RIGHT */
.contact-right {
  padding: 45px;
}

.contact-right h4 {
  margin-bottom: 25px;
}

/* FLOATING FORM */
.form-group {
  position: relative;
  margin-bottom: 22px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
}

.form-group label {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 0 6px;
  color: #777;
  pointer-events: none;
  transition: 0.3s;
}


/* BUTTON */
.contact-right button {
  background: linear-gradient(135deg, #9a6a32, #6f441e);
  color: #fff;
  border: none;
  padding: 12px 34px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 15px;
}
.form-group {
  position: relative;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
}

/* BASE LABEL */
.form-group label {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 0 6px;
  color: #777;
  pointer-events: none;
  transition: 0.25s ease;
}

/* FLOAT WHEN ACTIVE */
.form-group.is-focused label,
.form-group.has-value label {
  top: -8px;
  font-size: 12px;
  /* color: #8b5a2b; */
}

/* ERROR LABEL (jQuery Validate) */
label.error {
  position: static;
  display: block;
  margin-top: 12px;
  font-size: 13px;
  color: #d9534f;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .contact-card {
    grid-template-columns: 1fr;
  }
}
/* ===== SUPPORT US SECTION ===== */

.support-new {
  padding: 100px 0;
  background: #faf7f2;
}

/* intro */
.support-intro {
  max-width: 650px;
  margin: 14px auto 60px;
  color: #5a4a36;
  font-size: 15px;
  line-height: 1.7;
}

/* vision block */
.support-vision {
  max-width: 850px;
  margin: 0 auto 70px;
}

.support-vision h4 {
  color: #6f431c;
  margin-bottom: 10px;
}

.support-vision p {
  color: #444;
  line-height: 1.75;
}
.support-vision.with-image {
  max-width: 1000px;
  margin: 0 auto 70px;
  display: grid;
  grid-template-columns: 1.5fr 0.5fr;
  gap: 50px;
  align-items: center;
}

/* text */
.vision-text h4 {
  color: #6f431c;
  margin-bottom: 10px;
}

.vision-text p {
  color: #444;
  line-height: 1.7;
}

.vision-points {
  margin-top: 18px;
  padding-left: 18px;
}

.vision-points li {
  margin-bottom: 6px;
  color: #4a3a2a;
}

/* image */
.vision-image {
  text-align: center;
}

.vision-image img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 50%;
  background: #fff;
  padding: 12px;
  box-shadow: 0 14px 32px rgba(0,0,0,0.18);
}

/* responsive */
@media (max-width: 768px) {
  .support-vision.with-image {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .vision-points {
    padding-left: 0;
    list-style-position: inside;
  }
}


.vision-points {
  margin-top: 18px;
  padding-left: 18px;
}

.vision-points li {
  margin-bottom: 6px;
  color: #4a3a2a;
}

/* plans strip */
.support-plans-strip {
  background: #ffffff;
  padding: 50px 40px;
  border-radius: 26px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
  margin-bottom: 80px;
}

.support-plans-strip h5 {
  text-align: center;
  color: #6f431c;
  margin-bottom: 35px;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.plan-card {
  background: #faf6ee;
  padding: 22px;
  border-radius: 18px;
  text-align: center;
}

.plan-card h6 {
  margin-bottom: 8px;
  font-size: 15px;
  color: #4a3a2a;
}

.plan-card p {
  font-size: 13.5px;
  color: #6a5a44;
}
/* ==============================
   🌱 SUPPORT PLANS – ENHANCED
   ============================== */

.support-plans-strip{
  background: linear-gradient(180deg, #fffdf8, #f6ecda);
  padding: 60px 50px;
  border-radius: 32px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.14);
}

/* Title */
.support-plans-strip h5{
  text-align: center;
  /* font-family: 'Playfair Display', serif; */
  font-size: 1.45rem;
  color: #6f431c;
  margin-bottom: 50px;
  position: relative;
}

/* Decorative underline */
.support-plans-strip h5::after{
  content:'';
  display:block;
  width:60px;
  height:2px;
  background:#caa24a;
  margin:14px auto 0;
}

/* Grid spacing refinement */
.plans-grid{
  gap: 34px;
}

/* ==============================
   🌸 PLAN CARD
   ============================== */

.plan-card{
  position: relative;
  background: linear-gradient(180deg, #ffffff, #faf4ea);
  padding: 34px 28px;
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 14px 36px rgba(0,0,0,0.12);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
  overflow: hidden;
}

/* Soft halo */
.plan-card::before{
  content:'';
  position:absolute;
  inset:0;
  background: radial-gradient(circle at top, rgba(202,162,74,0.25), transparent 65%);
  opacity:0;
  transition: opacity 0.4s ease;
}

/* Hover lift */
@media (hover:hover){
  .plan-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 28px 60px rgba(0,0,0,0.18);
  }

  .plan-card:hover::before{
    opacity:1;
  }
}

/* Optional icon */
.plan-card::after{
  content: attr(data-icon);
  font-size: 34px;
  display: block;
  margin-bottom: 10px;
  opacity: 0.85;
}

/* Heading */
.plan-card h6{
  /* font-family: 'Playfair Display', serif; */
  font-size: 1.05rem;
  color: #6b2a1a;
  margin-bottom: 12px;
}

/* Divider */
.plan-card h6::after{
  content:'';
  display:block;
  width:32px;
  height:2px;
  background:#e2d3b3;
  margin:10px auto 0;
}

/* Text */
.plan-card p{
  font-size: 0.95rem;
  line-height: 1.7;
  color: #5a4a36;
  margin-top: 14px;
}

/* ==============================
   📱 MOBILE
   ============================== */

@media(max-width:768px){
  .support-plans-strip{
    padding: 45px 25px;
  }

  .plan-card{
    padding: 28px 22px;
  }
}
/* ==============================
   🌸 LOTUS HOVER EFFECT
   ============================== */

.plan-card{
  position: relative;
  overflow: hidden;
}

/* Lotus watermark */
.plan-card::before{
  content:'';
  position:absolute;
  inset:0;
  background: 
    url("../images/lotus_opened.webp") center bottom / 120px no-repeat;
  opacity: 0;
  transform: translateY(20px) scale(0.9);
  transition: opacity 0.5s ease, transform 0.6s ease;
  pointer-events: none;
}

/* Show lotus on hover */
@media (hover:hover){
  .plan-card:hover::before{
    opacity: 0.25;
    transform: translateY(0) scale(1);
  }
}
@media (hover:hover){
  .plan-card:hover{
    box-shadow:
      0 28px 60px rgba(0,0,0,0.18),
      0 0 0 1px rgba(202,162,74,0.25);
  }

  .plan-card:hover::before{
    opacity: 0.3;
    filter: drop-shadow(0 6px 12px rgba(202,162,74,0.35));
  }
}

/* proof */
.support-proof {
  text-align: center;
  margin-bottom: 90px;
}

.support-proof h4 {
  color: #6f431c;
  margin-bottom: 20px;
}

.floor-preview {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  padding: 22px;
  border-radius: 20px;
  box-shadow: 0 16px 36px rgba(0,0,0,0.14);
}

.floor-preview img {
  width: 100%;
  border-radius: 14px;
}

.floor-preview figcaption {
  margin-top: 10px;
  font-size: 13px;
  color: #6a5a44;
}

/* action */
.support-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  background: linear-gradient(135deg, #fffaf1, #f1e4d0);
  padding: 55px 45px;
  border-radius: 30px;
  margin-top: 40px;
}

.action-text h4 {
  color: #6f431c;
  margin-bottom: 10px;
}

.action-text p {
  /* max-width: 420px; */
  color: #5a4a36;
  line-height: 1.6;
  margin-bottom: 18px;
}

.action-qr {
  text-align: center;
}

.action-qr img {
  width: 300px;
  height: 250px;
  background: #fff;
  /* padding: 10px; */
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}

.action-qr span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: #6a5a44;
}

/* responsive */
@media (max-width: 992px) {
  .plans-grid {
    grid-template-columns: 1fr;
  }

  .support-action {
    flex-direction: column;
    text-align: center;
  }

  .action-text p {
    max-width: 100%;
  }
}


/* Footer */
footer{
  background:var(--maroon);
  color:#fff;
  padding:40px 0;
}

footer p{
  margin:0;
}
/* 🌸 Moving Lotus Wrapper */
#movingLotusWrapper{
  position: fixed;
  left: 50.5%;
  transform: translateX(-50%);
  width: 76px;
  pointer-events: none;
  z-index: 2;
  
}

/* Both lotus images */
#movingLotusWrapper .lotus{
  position: absolute;
  inset: 0;
  width: 100%;
  transition: opacity 1s ease, transform 0.9s ease;
  transform-origin: center bottom;
}



/* 🌸 OPEN LOTUS (hidden initially) */
.lotus-open{
  opacity: 0;
  transform: scale(0.65);
  width:100px;
  height:70px;
  display:block;
}

/* ===============================
   🌺 BLOOM STATE
   =============================== */


#movingLotusWrapper.open .lotus-open{
  opacity: 1;
  animation: lotusBloom 2.2s ease-out forwards,
           lotusBreath 8s ease-in-out infinite 2.2s;
}

/* 🌼 Bloom animation (petals opening feel) */
@keyframes lotusBloom{
  0%{
    transform: scale(0.6) translateY(10px);
    filter: blur(1px);
  }
  60%{
    transform: scale(1.06) translateY(-4px);
    filter: blur(0);
  }
  100%{
    transform: scale(1) translateY(0);
  }
}

/* 🌬️ Gentle breathing (very subtle) */
@keyframes lotusBreath{
  0%{ transform: scale(1); }
  50%{ transform: scale(1.03); }
  100%{ transform: scale(1); }
}

/* 📱 Mobile */
@media(max-width:768px){
  #movingLotusWrapper{
    width: 40px;
  }
}
/* COMMON ASHRAMA CAROUSEL */
.ashram-carousel {
  margin-top: 30px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.ashram-carousel .carousel-item img {
  width: 100%;
  height: 250px;         
  object-fit: cover;
  object-position: top;
  display: block;
}

/* Mobile */
@media (max-width: 768px) {
  .ashram-carousel .carousel-item img {
    height: 260px;
  }
}

/* ===============================
   ⬆️ GO TO TOP BUTTON
   =============================== */
#goTopBtn {
  position: fixed;
  bottom: 28px;
  right: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: rgba(122, 46, 29, 0.92); /* maroon */
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 999;
  box-shadow: 0 10px 26px rgba(0,0,0,0.25);
}

/* Show button */
#goTopBtn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Hover (desktop only) */
@media (hover:hover) {
  #goTopBtn:hover {
    background: #5e2014;
    transform: translateY(-3px);
  }
}

/* Mobile – slightly smaller */
@media (max-width: 768px) {
  #goTopBtn {
    width: 40px;
    height: 40px;
    font-size: 20px;
    bottom: 22px;
    right: 18px;
  }
}
/* ===============================
   🏦 BANK DETAILS – SUPPORT US
   =============================== */
.support-bank-details {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.support-bank-details h4 {
  /* font-family: 'Playfair Display', serif; */
  color: #6f431c;
  margin-bottom: 6px;
}

.bank-subtext {
  font-size: 0.95rem;
  color: #5a4a36;
  margin-bottom: 24px;
}

.bank-card {
  background: #ffffff;
  padding: 26px 30px;
  border-radius: 20px;
  box-shadow: 0 16px 36px rgba(0,0,0,0.14);
}

.bank-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px dashed #e2d3b3;
  font-size: 0.95rem;
}

.bank-row:last-child {
  border-bottom: none;
}

.bank-row span {
  color: #6a5a44;
}

.bank-row strong {
  color: #6b2a1a;
  font-weight: 500;
  text-align: right;
}

.bank-note {
  margin-top: 16px;
  font-size: 0.9rem;
  color: #6a5a44;
}

/* Mobile */
@media (max-width: 576px) {
  .bank-row {
    flex-direction: column;
    text-align: left;
  }

  .bank-row strong {
    text-align: left;
  }
}

/* ===============================
   DIVINE TRIO – LEFT TABS LAYOUT
   =============================== */

#divine-trio-tabs {
  padding: 90px 0;
  background: linear-gradient(to bottom, #fffaf3, #f3eadf);
}

/* LAYOUT */
.divine-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
}

/* LEFT TABS */
.divine-tabs {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.divine-tab {
  display: flex;
  gap: 14px;
  align-items: center;
  background: #ffffff;
  border: none;
  border-radius: 16px;
  padding: 14px;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  text-align: left;
}

.divine-tab img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 4px;
  background: radial-gradient(circle, #e2c38a, #b08955);
}

.divine-tab strong {
  display: block;
  /* font-family: 'Playfair Display', serif; */
}

.divine-tab span {
  font-size: 0.8rem;
  color: #8b5e3c;
  /* letter-spacing: 0.08em; */
  text-transform: uppercase;
}

/* ACTIVE TAB */
.divine-tab.active {
  background: #fff6ea;
  border-left: 4px solid #d9b47c;
  box-shadow: 0 22px 50px rgba(186,140,72,0.25);
}

/* RIGHT CONTENT */
.divine-content {
  background: #ffffff;
  padding: 40px;
  border-radius: 22px;
  box-shadow: 0 22px 55px rgba(0,0,0,0.1);
  position: relative;
}

.divine-pane {
  display: none;
}

.divine-pane.active {
  display: block;
}

.divine-pane h3 {
  /* font-family: 'Playfair Display', serif; */
  margin-bottom: 14px;
}

.divine-pane p {
  line-height: 1.85;
  color: #4a3b2a;
}

.divine-pane blockquote {
  margin-top: 24px;
  padding: 18px 22px;
  background: #fff6ea;
  border-left: 4px solid #caa56a;
  font-style: italic;
  border-radius: 10px;
}

/* MOBILE */
@media (max-width: 768px) {
  .divine-layout {
    grid-template-columns: 1fr;
  }

.divine-tabs{
    justify-content: flex-start !important; /* ⬅️ KEY FIX */
  }

  .divine-tab {
    flex-direction: column;
    text-align: center;
  }
}




/* ===============================
   LEFT TABS – IMAGE TOP, NAME BELOW
   =============================== */

.divine-tabs {
  /* padding: 30px; */
  border-radius: 28px;
  /* background: linear-gradient(
    to bottom,
    #fffaf3,
    #f2e6d6
  );
  box-shadow:
    inset 0 0 0 1px rgba(202,165,106,0.35),
    0 20px 50px rgba(0,0,0,0.12); */
}

/* TAB CARD */
.divine-tab {
  position: relative;
  background: rgba(255,255,255,0.95);
  border-radius: 22px;
  padding: 14px 22px;
  display: flex;
  flex-direction: column;     /* ⬅️ stack vertically */
  align-items: center;        /* ⬅️ center */
  text-align: center;         /* ⬅️ center text */
  gap: 14px;
  transition: all 0.35s ease;
  overflow: hidden;
}

/* SOFT GOLD STRIP (LEFT) */
.divine-tab::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(#e2c38a, #b08955);
  transition: width 0.35s ease;
}

/* IMAGE WITH AURA (TOP CENTER) */
.divine-tab img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  padding: 6px;
  background: radial-gradient(circle, #f0d6a6, #b08955);
  box-shadow: 0 12px 26px rgba(176,137,85,0.45);
  z-index: 1;
}

/* NAME */
.divine-tab strong {
  /* font-family: 'Playfair Display', serif; */
  font-size: 1.2rem;
  color: #3a2416;
  margin-top: 6px;
}

/* ROLE / SUBTEXT */
.divine-tab span {
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8b5e3c;
}

/* HOVER */
.divine-tab:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(0,0,0,0.14);
}

.divine-tab:hover::before {
  width: 4px;
}

/* ACTIVE TAB – DIVINE HIGHLIGHT */
.divine-tab.active {
  background: linear-gradient(
    to bottom,
    #fff0d8,
    #ffffff
  );
  box-shadow: 0 30px 65px rgba(186,140,72,0.35);
}

.divine-tab.active::before {
  width: 6px;
}

/* ACTIVE TEXT COLOR */
.divine-tab.active strong {
  color: #6a3e1f;
}

.divine-tab.active span {
  color: #a46a2d;
}

/* SUBTLE LOTUS MARK */
.divine-tab.active::after {
  content: "✦";
  position: absolute;
  bottom: 14px;
  right: 14px;
  font-size: 0.9rem;
  color: #caa56a;
  opacity: 0.7;
}

/* MOBILE */
@media (max-width: 768px) {
  .divine-tabs {
    padding: 18px;
  }

  .divine-tab {
    padding: 22px 18px;
  }

  .divine-tab::after {
    display: none;
  }
}
/* SARADA ATTRIBUTES CARD */
.divine-attributes {
  margin: 28px 0;
  border-radius: 18px;
  overflow: hidden;
  background: #f8fafc;
  font-size: 14px;
}

.attr-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  padding: 14px 18px;
  border-bottom: 1px solid #e2e8f0;
}

.attr-row:last-child {
  border-bottom: none;
}

.attr-row span {
  font-weight: 600;
  color: #374151;
}

.attr-row strong {
  color: #111827;
}

/* MOBILE */
@media (max-width: 768px) {
  .attr-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .divine-pane{
    padding: 15px;
  }
}

/* ===============================
   📱 RESPONSIVE FIX – DIVINE LAYOUT
   =============================== */

/* Desktop stays SAME */
.divine-layout{
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 40px;
}

/* ===============================
   📱 TABLET & MOBILE
   =============================== */
@media (max-width: 992px){

  .divine-layout{
    grid-template-columns: 1fr;   /* ⬅️ STACK */
    gap: 30px;
  }

  /* Tabs row becomes horizontal */
  .divine-tabs{
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
  }

  .divine-tabs::-webkit-scrollbar{
    display: none;
  }

  .divine-tab{
    min-width: 240px;
    scroll-snap-align: center;
  }
}

/* ===============================
   📱 SMALL MOBILE
   =============================== */
@media (max-width: 480px){

  .divine-tab{
    min-width: 210px;
  }

  .divine-content{
    padding: 0 6px;
  }
}
/* ===============================
   📱 FIX FIRST TAB CUT-OFF ISSUE
   =============================== */
@media (max-width: 768px){

  .divine-tabs{
    padding-left: 14px;      /* ⬅️ critical */
    padding-right: 14px;
    scroll-padding-left: 14px;
  }

  /* Ensure first & last cards are fully visible */
  .divine-tab:first-child{
    margin-left: 0;
  }

  .divine-tab:last-child{
    margin-right: 6px;
  }
}

/* ===============================
   🔥 HARD FIX: ENABLE TAB SCROLL
   =============================== */
@media (max-width: 768px){

  .divine-tabs{
    display: flex !important;
    flex-wrap: nowrap !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;

    -webkit-overflow-scrolling: touch;

    padding-left: 20px;
    padding-right: 20px;

    scroll-snap-type: x mandatory;
  }

  .divine-tab{
    flex: 0 0 auto !important;
    min-width: 190px;
    scroll-snap-align: center;
  }
}
@media (max-width: 768px){

  .divine-layout,
  #divine-trio-tabs .container,
  #divine-trio-tabs{
    overflow: visible !important;
  }
}

/* DIVINE ROW */
.divine-row{
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}

/* IMAGE + TEXT WRAPPER */
.divine-figure{
  text-align: center;
}

/* IMAGE STYLE */
.divine-figure img{
  /* width: 110px; */
  /* height: 110px; */
  /* border-radius: 50%; */
  object-fit: cover;
  padding: 5px;
  /* background: radial-gradient(circle, #f0d6a6, #b08955); */
  box-shadow: 0 10px 22px rgba(176,137,85,0.35);
  margin-bottom: 8px;
}

/* NAME */
.divine-figure span{
  display: block;
  /* font-family: 'Playfair Display', serif; */
  font-size: 0.95rem;
  color: #3a2416;
  line-height: 1.2;
}

/* SUBTITLE */
.divine-figure small{
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8b5e3c;
}

/* MOBILE */
@media (max-width: 768px){
  .divine-figure img{
    /* width: 150px; */
    /* height: 150px; */
  }

  .divine-figure span{
    font-size: 0.85rem;
  }
}



.divine-selector{
  background: none;
  border: none;
  text-align: center;
  cursor: pointer;
}

.divine-selector img{
  /* width: 100px; */
  /* height: 100px; */
  object-fit: cover;
  /* border-radius: 50%; */
  padding: 1px;
  background: radial-gradient(circle, #f0d6a6, #b08955);
  box-shadow: 0 10px 22px rgba(176,137,85,0.35);
}

.divine-selector span{
  margin-top: 10px;;
  display: block;
  /* font-family: 'Playfair Display', serif; */
  font-size: 0.95rem;
  color: #3a2416;
}

.divine-selector.active img{
  box-shadow: 0 0 0 4px rgba(202,165,106,0.6);
}

.divine-content-single{
  margin-top: 30px;
}

.divine-pane{
  display: none;
}

.divine-pane.active{
  display: block;
  animation: fadeUp 0.4s ease;
}

@keyframes fadeUp{
  from{opacity:0; transform:translateY(10px)}
  to{opacity:1; transform:none}
}
/* ===============================
   🌸 DIVINE CONTENT – ABOUT SECTION
   =============================== */

.divine-content-single{
  margin-top: 36px;
  padding: 36px 42px;
  background: linear-gradient(
    to bottom,
    #ffffff,
    #fffaf3
  );
  border-radius: 26px;
  box-shadow:
    0 18px 45px rgba(0,0,0,0.08),
    inset 0 0 0 1px rgba(202,165,106,0.25);
}

/* Content block */
.divine-pane{
  display: none;
}

.divine-pane.active{
  display: block;
  animation: divineFade 0.5s ease;
}

/* Heading */
.divine-pane h4{
  /* font-family: 'Playfair Display', serif; */
  font-size: 1.6rem;
  color: #3a2416;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 10px;
}

.divine-pane h4::after{
  content: "";
  width: 60px;
  height: 2px;
  background: linear-gradient(to right, #caa56a, transparent);
  display: block;
  margin-top: 8px;
}

/* Paragraph text */
.divine-pane p{
  font-size: 1.05rem;
  line-height: 1.9;
  color: #4a3b2a;
  margin-bottom: 18px;
}

/* Lists */
.divine-pane ul{
  padding-left: 20px;
  margin-bottom: 18px;
}

.divine-pane li{
  margin-bottom: 10px;
  line-height: 1.8;
  color: #4a3b2a;
}

/* Blockquote – devotional feel */
.divine-pane blockquote{
  margin-top: 26px;
  padding: 20px 26px;
  background: linear-gradient(
    to right,
    #fff2dc,
    #fffaf3
  );
  border-left: 4px solid #caa56a;
  border-radius: 14px;
  font-style: italic;
  color: #6a3e1f;
  font-size: 1.05rem;
  box-shadow: inset 0 0 0 1px rgba(202,165,106,0.25);
}

/* Smooth reveal */
@keyframes divineFade{
  from{
    opacity: 0;
    transform: translateY(14px);
  }
  to{
    opacity: 1;
    transform: none;
  }
}

/* ===============================
   📱 MOBILE OPTIMIZATION
   =============================== */
@media (max-width: 768px){

  .divine-content-single{
    padding: 26px 20px;
    border-radius: 20px;
  }

  .divine-pane h4{
    font-size: 1.35rem;
  }

  .divine-pane p,
  .divine-pane li{
    font-size: 0.98rem;
  }

  .divine-pane blockquote{
    padding: 18px 20px;
    font-size: 0.95rem;
  }
}
.read-articles-wrapper{
  display:flex;
  justify-content:center;
}

.read-articles-card{
  max-width:620px;
  width:100%;
  background:linear-gradient(to bottom,#ffffff,#fffaf3);
  padding:42px 36px;
  border-radius:28px;
  text-align:center;
  box-shadow:
    0 24px 55px rgba(0,0,0,0.1),
    inset 0 0 0 1px rgba(202,165,106,0.25);
}

.article-icon{
  font-size:2.8rem;
  margin-bottom:16px;
}

.read-articles-card h4{
  /* font-family:'Playfair Display', serif; */
  color:#3a2416;
  margin-bottom:12px;
}

.read-articles-card p{
  color:#4a3b2a;
  font-size:1rem;
  line-height:1.8;
}

.article-actions{
  margin-top:26px;
  display:flex;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
}

/* Read Button */
.read-btn{
  padding:12px 28px;
  border-radius:999px;
  background:linear-gradient(to right, #833d2f, #833d2f);
  color:#fff;
  text-decoration:none;
  font-size:0.9rem;
  box-shadow:0 12px 30px rgba(176,137,85,0.4);
}

/* Download Button */
.download-btn{
  padding:12px 26px;
  border-radius:999px;
  border:1px solid #caa56a;
  color:#6a3e1f;
  text-decoration:none;
  font-size:0.9rem;
  background:#fff;
}

/* Hover */
.read-btn:hover,
.download-btn:hover{
  transform:translateY(-2px);
}

/* File Info */
.file-info{
  display:block;
  margin-top:16px;
  font-size:0.8rem;
  color:#8b5e3c;
}

/* MOBILE */
@media(max-width:768px){
  .read-articles-card{
    padding:32px 22px;
  }
}
.carousel-control-prev
{
  width: 4% !important;
  background: #833d2e!important;
  height: 18%!important;
  margin: auto!important;
  /* left: 8px!important; */
  opacity: 1!important;
}
.carousel-control-next{
  width: 4% !important;
  background: #833d2e!important;
  height: 18%!important;
  margin: auto!important;
  /* right: 8px!important; */
  opacity: 1!important;
}
.phone-beautiful{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}

.phone-card{
  background:#faf6ef;
  padding:10px 16px;
  border-radius:10px;
  text-align:center;
  box-shadow:0 2px 6px rgba(0,0,0,0.08);
  min-width:140px;
}

/* Mobile adjustment */
@media (max-width:576px){

  .phone-beautiful{
    flex-direction:column;
    gap:10px;
  }

  .phone-card{
    width:100%;
  }

}

.phone-card:hover{
  transform:translateY(-3px);
  box-shadow:0 6px 12px rgba(0,0,0,0.12);
}

.phone-name{
  display:block;
  font-weight:600;
  color:#333;
  margin-bottom:4px;
}

.phone-card a{
  text-decoration:none;
  color:#c47a2c;
  font-weight:500;
}

.floor-plans{
  display:flex;
  gap:10px;
  justify-content:center;
  flex-wrap:wrap;
}

.floor-preview{
  text-align:center;
  max-width:640px;
}

.floor-preview img{
  width:100%;
  border-radius:10px;
  box-shadow:0 8px 20px rgba(0,0,0,0.15);
}

.floor-preview figcaption{
  margin-top:10px;
  font-weight:600;
  color:#444;
}
.children-video-section{
  display:flex;
  gap:30px;
  align-items:center;
  margin-top:30px;
}

.video-left video{
  width:100%;
  max-width:420px;
  border-radius:10px;
  box-shadow:0 6px 16px rgba(0,0,0,0.15);
}

.video-right{
  max-width:500px;
}

.video-right h5{
  margin-bottom:10px;
  font-weight:600;
}

.video-right p{
  margin:0;
  line-height:1.6;
}
.video-right{
  display:block;
}

/* Hide description on small screens */
@media (max-width:768px){
  .video-right{
    display:none;
  }
}
/* Mobile */
@media (max-width:768px){
  .children-video-section{
    flex-direction:column;
    text-align:center;
  }
}
.construction-progress{
text-align:center;
margin-top:40px;
}

.construction-progress h4{
font-size:26px;
margin-bottom:25px;
color:#7a2e1b;
}

.construction-grid{
display:grid;
grid-template-columns:repeat(auto-fit, minmax(350px,1fr));
gap:25px;
/* max-width:1000px; */
margin:auto;
}

.construction-grid img{
width:100%;
border-radius:10px;
box-shadow:0 8px 20px rgba(0,0,0,0.15);
transition:transform .3s ease;
}


.construction-grid img:hover{
transform:scale(1.03);
}
.hero-location {
  font-size: 18px;
  font-weight: 500;
  line-height:1.6;
margin-top:10px;
}

.hero-subtext {
  font-size: 14px;
  opacity: 0.9;
}
.hero-content{
max-width:700px;
margin:auto;
}
/* ===============================
   📱 HERO MOBILE VISIBILITY FIX
   =============================== */
@media (max-width:768px){

  .hero-overlay-bottom{
    background:linear-gradient(
      to top,
      rgba(255,255,255,0.95) 10%,
      rgba(255,255,255,0.85) 35%,
      rgba(255,255,255,0.55) 55%,
      rgba(255,255,255,0.35) 75%,
      rgba(255,255,255,0.15) 100%
    );
  }

  .hero-title{
    font-size:1.8rem;
    color:#4b1e12;
  }

  .hero-subtitle{
    font-size:1.05rem;
    color:#000;
  }

  .hero-location{
    font-size:0.9rem;
    color:#000;
  }

  .hero-content{
    padding:0 15px;
  }

}