:root{
  --cream:#fdf6ef;
  --cream-2:#fdf3ea;
  --maroon:#710c1c;
  --maroon-dark:#54020c;
  --gold:#ae6620;
  --gold-2:#d0995b;
  --text-dark:#3a1010;
  --card-border:#f1cfac;
}

*{box-sizing:border-box}

html,body{
  margin:0;
  min-height:100%;
}

body{
  font-family:'Noto Sans Gujarati','Noto Sans',sans-serif;
  background:var(--cream);
  color:var(--text-dark);
}

.page{
  min-height:100vh;
  position:relative;
  overflow:hidden;
  background:
    url("../img/backbg.jpg") center top / 100% 100% no-repeat;
}

/* ---------- HEADER ---------- */
.site-header{
  position:absolute;
  z-index:10;
  inset:0 0 auto 0;
  padding:18px 3.8% 0;
  background:transparent;
}

.brand-wrap{
  display:flex;
  align-items:center;
  gap:10px;
}

.logo-img{
  width:90px;
  height:90px;
  object-fit:contain;
  flex:0 0 auto;
}

.brand-copy{
  padding-top:2px;
}

.brand-title{
  color:#b20d17;
  font-weight:700;
  font-size:clamp(1.7rem,2.5vw,2.65rem);
  line-height:1.08;
  white-space:nowrap;
}

.brand-sub{
  color:#16733a;
  font-weight:700;
  font-size:clamp(.88rem,1.25vw,1.28rem);
  line-height:1.25;
  margin-top:4px;
  white-space:nowrap;
}

/* ---------- HERO ---------- */
.hero-section{
  min-height:100vh;
  position:relative;
}

.hero-inner{
  height:100vh;
  padding:0 3.8%;
}

.hero-flex{
  min-height:100vh;
  height:100vh;
  display:flex;
  align-items:stretch;
  justify-content:space-between;
  padding-top:120px;
  padding-bottom:100px;
}

.hero-col-left{
  width:43%;
  max-width:690px;
  display:flex;
  flex-direction:column;
  padding-top:70px;
}

.tagline{
  color:var(--gold);
  font-weight:700;
  font-size:clamp(.95rem,1.25vw,1.35rem);
  letter-spacing:.2px;
  white-space:nowrap;
}

.tagline span{
  padding:0 5px;
}

.tagline-divider{
  width:330px;
  display:flex;
  align-items:center;
  gap:14px;
  margin:11px 0 18px;
  color:var(--gold-2);
}

.tagline-divider span{
  height:2px;
  flex:1;
  background:var(--gold-2);
}

.tagline-divider i{
  font-size:1.35rem;
}

.hero-heading{
  color:#6f111d;
  font-weight:700;
  font-size:clamp(2.15rem,3.15vw,3.55rem);
  line-height:1.23;
  margin:0 0 18px;
  letter-spacing:.2px;
}

.hero-description{
  max-width:650px;
  color:#251919;
  font-size:clamp(.85rem,1.05vw,1.08rem);
  font-weight:500;
  line-height:1.7;
  margin:0;
}

.quote-box{
  margin-top:auto;
  width:100%;
  max-width:650px;
  min-height:90px;
  background:rgba(253,246,239,.92);
  border:2px solid rgba(174,102,32,.42);
  border-radius:16px;
  padding:14px 24px;
  display:flex;
  align-items:center;
  gap:18px;
  box-shadow:0 1px 5px rgba(110,60,20,.06);
  margin-bottom: 50px;
}

.quote-box .lotus{
  font-size:2.5rem;
  color:var(--gold-2);
  flex:0 0 auto;
}

.quote-box p{
  margin:0;
  color:var(--maroon);
  font-size:clamp(.88rem,1.05vw,1.12rem);
  font-weight:700;
  line-height:1.55;
}

/* Building is already part of the desktop background */
.hero-mobile-image{
  display:none;
}

/* ---------- RIGHT CARD ---------- */
.hero-col-card{
      width: 19%;
    padding-top: 0px;
    /* padding-bottom: 80px; */
    display: flex;
    align-items: stretch;
}

.participation-card{
  width:100%;
  background:rgba(253,246,239,.97);
  border:2px solid var(--card-border);
  border-radius:20px;
  padding:22px 18px 20px;
  box-shadow:0 3px 12px rgba(75,35,15,.08);
}

.participation-card h4{
  color:var(--maroon);
  font-weight:700;
  font-size:1.18rem;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin:0 0 10px;
}

.heart-icon{
  color:var(--maroon);
  font-size:1.25rem;
}

.lead-text{
  text-align:center;
  color:#4a2a2a;
  font-size:.9rem;
  line-height:1.55;
  margin:0 0 12px;
}

.qr-box{
  position:relative;
  display:block;
  margin:0 0 12px;
  border-radius:13px;
  overflow:hidden;
  background:#151515;
  border:4px solid #151515;
  text-decoration:none;
  cursor:pointer;
  transition:transform .15s ease, box-shadow .15s ease;
}

.qr-box:hover,
.qr-box:focus-visible{
  transform:translateY(-2px);
  box-shadow:0 6px 16px rgba(0,0,0,.25);
}

.qr-title{
  background:#151515;
  color:#fff200;
  font-family:Arial,sans-serif;
  font-size:.95rem;
  font-weight:800;
  text-align:center;
  padding:4px 2px 5px;
}

.qr-box img{
  display:block;
  width:100%;
  height:auto;
  border:0;
  border-radius:8px;
  margin:0;
}

.bank-title{
  color:var(--maroon);
  font-weight:700;
  font-size:1rem;
  margin:8px 0 8px;
  display:flex;
  align-items:center;
  gap:7px;
}

.bank-details{
  list-style:none;
  padding:0;
  margin:0;
  font-family:Arial,'Noto Sans Gujarati',sans-serif;
  font-size:.78rem;
}

.bank-details li{
  display:flex;
  margin-bottom:6px;
  line-height:1.3;
}

.bank-details .label{
  min-width:88px;
  color:#4a2a2a;
  font-weight:600;
}

.bank-details .value{
  color:var(--text-dark);
}

.bank-note{
  font-family:Arial,'Noto Sans Gujarati',sans-serif;
  font-size:.67rem;
  color:#7a5a3a;
  font-style:italic;
  margin-top:3px;
}

/* ---------- FOOTER ---------- */
.site-footer{
    background-color: rgb(90, 2, 13);
  position:absolute;
  z-index:8;
  left:0;
  right:0;
  bottom:0;
  height:92px;
  padding:0 3.8%;
  display:flex;
  align-items:center;
  color:#f3e2c8;
  /* background:transparent; */
  font-size:.86rem;
}

.desktop-footer-row{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.footer-center{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
}

.footer-item{
  display:flex;
  align-items:center;
  gap:7px;
  white-space:nowrap;
}

.divider-line{
  width:1px;
  height:24px;
  background:rgba(243,226,200,.45);
}

.credit{
  text-align:right;
  white-space:nowrap;
}

.site-footer a{
  color:#f3e2c8;
  text-decoration:underline;
}

.mobile-footer-rows{
  display:none;
}

/* ---------- TABLET ---------- */
@media (max-width:1200px){
  .brand-title{font-size:1.85rem}
  .brand-sub{font-size:.95rem}
  .logo-img{width:72px;height:72px}

  .hero-col-left{width:46%;padding-top:55px}
  .hero-heading{font-size:2.45rem}
  .hero-col-card{width:23%;min-width:270px}
  .participation-card{padding:18px 14px}
  .bank-details{font-size:.7rem}
  .bank-details .label{min-width:78px}
  .site-footer{font-size:.72rem}
}

/* ---------- MOBILE / SMALL TABLET ---------- */
@media (max-width:991.98px){
  body{background:var(--cream)}

  .page{
    overflow:visible;
    background:var(--cream);
  }

  .site-header{
    position:relative;
    padding:16px 18px;
    background:var(--cream);
    border-bottom:1px solid rgba(184,134,11,.25);
  }

  .brand-wrap{gap:9px}
  .logo-img{width:62px;height:62px}
  .brand-title{
    font-size:1.25rem;
    white-space:normal;
  }
  .brand-sub{
    font-size:.78rem;
    white-space:normal;
  }

  .hero-section{min-height:0}
  .hero-inner{
    height:auto;
    padding:0 18px;
  }

  .hero-flex{
    height:auto;
    min-height:0;
    flex-direction:column;
    gap:22px;
    padding:28px 0 28px;
  }

  .hero-col-left{
    width:100%;
    max-width:none;
    padding-top:0;
  }

  .tagline{
    white-space:normal;
    font-size:1rem;
  }

  .tagline-divider{width:260px}

  .hero-heading{
    font-size:2rem;
    line-height:1.3;
  }

  .hero-description{
    font-size:.9rem;
  }

  .quote-box{
    margin-top:22px;
    max-width:none;
  }

  .hero-mobile-image{
    display:block;
    order:2;
  }

  .hero-mobile-image img{
    display:block;
    width:100%;
    height:auto;
    max-height:520px;
    object-fit:cover;
    object-position:center;
    border-radius:10px;
  }

  .hero-col-card{
    order:3;
    width:100%;
    max-width:560px;
    min-width:0;
    padding:0;
    margin:0 auto;
  }

  .participation-card{height:auto}

  .site-footer{
    position:relative;
    height:auto;
    min-height:0;
    padding:18px;
    background:var(--maroon-dark);
  }

  .desktop-footer-row{display:none}
  .mobile-footer-rows{display:block}

  .row-item{
    display:flex;
    gap:12px;
    padding:12px 0;
    border-bottom:1px solid rgba(243,226,200,.18);
    color:#f3e2c8;
    line-height:1.5;
  }

  .row-item .ico{
    color:#e8a94f;
    font-size:1.05rem;
    width:22px;
    flex:0 0 22px;
  }

  .row-item span{
    display:block;
    color:#e8a94f;
    font-weight:600;
    margin-bottom:2px;
  }

  .mobile-credit{
    text-align:center;
    line-height:1.7;
    padding-top:12px;
  }
}

/* ---------- PHONE ---------- */
@media (max-width:575.98px){
  .site-header{padding:12px 14px}
  .logo-img{width:54px;height:54px}
  .brand-title{font-size:1.05rem}
  .brand-sub{font-size:.68rem}

  .hero-inner{padding:0 14px}
  .hero-flex{padding-top:20px}

  .tagline{font-size:.88rem;text-align: center;}
  .tagline-divider{width:210px;margin:auto}

  .hero-heading{
    font-size:1.65rem;
    margin-bottom:13px;
    text-align: center;
  }

  .hero-description{font-size:.82rem}

  .quote-box{
    padding:12px 14px;
    gap:12px;
  }

  .quote-box .lotus{font-size:1.9rem}
  .quote-box p{font-size:.8rem}

  .participation-card{
    border-radius:14px;
    padding:17px 14px;
  }

  .bank-details{font-size:.72rem}
  .bank-details li{flex-wrap:wrap}
  .bank-details .label{min-width:85px}
}
