/* =========================
   GLOBAL RESET & BASE
========================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  background: #fffaf0;
  color: #222;
}
/* ===============================
   HERO SECTION
================================ */
.punya_saarthi_pooja_hero{
  position:relative;
  width:100%;
  height:100vh;
  background-size:cover;
  background-position:center;
  transition:background-image 1s ease-in-out;
  display:flex;
  align-items:center;
}

/* OVERLAY */
.punya_saarthi_pooja_hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.55);
}

/* CONTENT */
.punya_saarthi_pooja_hero_content{
  position:relative;
  z-index:2;
  max-width:650px;
  padding:0 8%;
  color:#fff;
}

.punya_saarthi_pooja_hero_content h1{
  font-size:48px;
  font-weight:700;
  line-height:1.2;
  margin-bottom:18px;
}

.punya_saarthi_pooja_hero_content h1 span{
  color:#f59b0e;
}

.punya_saarthi_pooja_hero_content p{
  font-size:18px;
  margin-bottom:32px;
  opacity:0.95;
}

/* BUTTONS */
.punya_saarthi_pooja_hero_buttons{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}

.punya_saarthi_pooja_btn{
  padding:14px 34px;
  background:#f59b0e;
  color:#000;
  text-decoration:none;
  font-weight:600;
  border-radius:40px;
  transition:0.3s ease;
}

.punya_saarthi_pooja_btn_secondary{
  background:transparent;
  border:2px solid #fff;
  color:#fff;
}

.punya_saarthi_pooja_btn:hover{
  transform:translateY(-3px);
}

/* ===============================
   RESPONSIVE
================================ */
@media(max-width:768px){
  .punya_saarthi_pooja_hero{
    height:90vh;
  }

  .punya_saarthi_pooja_hero_content h1{
    font-size:34px;
  }

  .punya_saarthi_pooja_hero_content p{
    font-size:16px;
  }
}

@media(max-width:480px){
  .punya_saarthi_pooja_hero_content{
    padding:0 6%;
  }

  .punya_saarthi_pooja_hero_content h1{
    font-size:28px;
  }

  .punya_saarthi_pooja_btn{
    width:100%;
    text-align:center;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* =========================
   PUNYA SAARTHI POOJA SECTION
========================= */
.punya_saarthi_pooja {
  padding: clamp(50px, 6vw, 90px) 20px;
  background: #ffffff;
}

.punya_saarthi_pooja h2 {
  text-align: center;
  font-size: clamp(1.4rem, 3.5vw, 2.2rem);
  font-weight: 600;
  margin-bottom: clamp(30px, 4vw, 50px);
  color: #111;
}

/* CARD */
.punya_saarthi_pooja .pooja-card {
  max-width: 1200px;
  margin: auto;
  background: linear-gradient(135deg, #f6d4ff 0%, #d6e7ff 100%);
  border-radius: 18px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  overflow: hidden;
}

/* CONTENT */
.punya_saarthi_pooja .pooja-content {
  padding: clamp(30px, 5vw, 60px);
}

.punya_saarthi_pooja .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffb703;
  color: #7a2d00;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 18px;
}

.punya_saarthi_pooja .badge img {
  width: 18px;
  height: 18px;
}

.punya_saarthi_pooja .pooja-content p {
  font-size: clamp(1rem, 2.5vw, 1.1rem);
  margin-bottom: 12px;
  color: #333;
}

.punya_saarthi_pooja .pooja-content h3 {
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  font-weight: 700;
  color: #d00000;
  margin-bottom: 24px;
  line-height: 1.3;
}

/* BUTTON */
.punya_saarthi_pooja .pooja-btn {
  display: inline-block;
  padding: 14px 34px;
  background: #00a859;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
}

.punya_saarthi_pooja .pooja-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.35);
}

/* IMAGE */
.punya_saarthi_pooja .pooja-image {
  text-align: right;
  padding-right: clamp(10px, 3vw, 40px);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* =========================
   PUNYA SAARTHI POOJA SECTION
========================= */
.punya_saarthi_pooja {
  padding: clamp(40px, 6vw, 90px) 16px;
  background: #ffffff;
}

.punya_saarthi_pooja h2 {
  text-align: center;
  font-size: clamp(1.3rem, 4vw, 2.2rem);
  font-weight: 600;
  margin-bottom: clamp(24px, 4vw, 50px);
}

/* CARD */
.punya_saarthi_pooja .pooja-card {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(135deg, #f6d4ff, #d6e7ff);
  border-radius: 18px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  overflow: hidden;
}

/* CONTENT */
.punya_saarthi_pooja .pooja-content {
  padding: clamp(24px, 5vw, 60px);
}

.punya_saarthi_pooja .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffb703;
  color: #7a2d00;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.punya_saarthi_pooja .pooja-content p {
  font-size: 0.95rem;
  margin-bottom: 10px;
}

.punya_saarthi_pooja .pooja-content h3 {
  font-size: clamp(1.2rem, 4vw, 2rem);
  font-weight: 700;
  color: #d00000;
  margin-bottom: 20px;
}

/* BUTTON */
.punya_saarthi_pooja .pooja-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #00a859;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* IMAGE */
.punya_saarthi_pooja .pooja-image {
  text-align: right;
  padding: 20px;
}

/* =========================
   UPCOMING EVENT SECTION
========================= */
.upcoming_event_punyasaarthi {
  padding: clamp(50px, 8vw, 110px) 16px;
  background: #ffffff;
}

/* FORCE ALL GRIDS FULL WIDTH (FIXES YOUR BUG) */
.upcoming_event_punyasaarthi .container,
.upcoming_event_punyasaarthi > .puja-grid {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

/* GRID */
.upcoming_event_punyasaarthi .puja-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  width: 100%;
}

/* CARD */
.upcoming_event_punyasaarthi .puja-card {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid goldenrod;
  display: flex;
  flex-direction: column;
}

/* IMAGE */
.upcoming_event_punyasaarthi .puja-image {
  position: relative;
  height: 180px;
}

.upcoming_event_punyasaarthi .puja-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BADGE */
.upcoming_event_punyasaarthi .puja-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #ffb703;
  padding: 5px 12px;
  font-size: 0.7rem;
  border-radius: 16px;
}

/* CONTENT */
.upcoming_event_punyasaarthi .puja-content {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.upcoming_event_punyasaarthi .puja-title {
  font-size: 1rem;
  margin-bottom: 8px;
  color: #e65100;
}

.upcoming_event_punyasaarthi .puja-desc {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 16px;
}

/* BUTTON */
.upcoming_event_punyasaarthi .puja-btn {
  align-self: stretch;
  text-align: center;
  padding: 10px;
  background: #e65100;
  color: #fff;
  border-radius: 22px;
  text-decoration: none;
}

/* =========================
   MOBILE FIX (MOST IMPORTANT)
========================= */
@media (max-width: 900px) {
  .punya_saarthi_pooja .pooja-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .punya_saarthi_pooja .pooja-image {
    order: -1;
    text-align: center;
  }
}

/* ULTRA SMALL DEVICES (≤320px) */
@media (max-width: 320px) {
  .punya_saarthi_pooja,
  .upcoming_event_punyasaarthi {
    padding-left: 12px;
    padding-right: 12px;
  }

  .punya_saarthi_pooja .pooja-btn,
  .upcoming_event_punyasaarthi .puja-btn {
    width: 100%;
  }
}

/* LARGE SCREENS */
@media (min-width: 1600px) {
  .punya_saarthi_pooja .pooja-card,
  .upcoming_event_punyasaarthi .container,
  .upcoming_event_punyasaarthi > .puja-grid {
    max-width: 1500px;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* =========================
   PUNYA SAARTHI POOJA SECTION
========================= */
.punya_saarthi_pooja {
  padding: clamp(40px, 6vw, 90px) clamp(16px, 4vw, 20px);
  background: #ffffff;
}

.punya_saarthi_pooja h2 {
  text-align: center;
  font-size: clamp(1.5rem, 5vw, 2.2rem);
  font-weight: 600;
  margin-bottom: clamp(30px, 4vw, 50px);
  color: #111;
  line-height: 1.2;
  padding: 0 10px;
}

/* CARD - Responsive Grid */
.punya_saarthi_pooja .pooja-card {
  max-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(135deg, #f6d4ff 0%, #d6e7ff 100%);
  border-radius: clamp(12px, 2vw, 18px);
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Tablet and above */
@media (min-width: 768px) {
  .punya_saarthi_pooja .pooja-card {
    grid-template-columns: 1.2fr 1fr;
  }
}

/* CONTENT */
.punya_saarthi_pooja .pooja-content {
  padding: clamp(30px, 5vw, 60px) clamp(24px, 4vw, 60px);
  order: 2;
}

@media (min-width: 768px) {
  .punya_saarthi_pooja .pooja-content {
    order: 1;
  }
}

.punya_saarthi_pooja .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffb703;
  color: #7a2d00;
  padding: clamp(5px, 1vw, 6px) clamp(12px, 2vw, 14px);
  border-radius: 20px;
  font-size: clamp(0.8rem, 1.5vw, 0.85rem);
  font-weight: 600;
  margin-bottom: clamp(15px, 2vw, 18px);
}

.punya_saarthi_pooja .badge img {
  width: clamp(16px, 2vw, 18px);
  height: clamp(16px, 2vw, 18px);
}

.punya_saarthi_pooja .pooja-content p {
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  margin-bottom: clamp(10px, 1.5vw, 12px);
  color: #333;
  line-height: 1.5;
}

.punya_saarthi_pooja .pooja-content h3 {
  font-size: clamp(1.3rem, 4vw, 2rem);
  font-weight: 700;
  color: #d00000;
  margin-bottom: clamp(20px, 3vw, 24px);
  line-height: 1.3;
}

/* BUTTON - Responsive */
.punya_saarthi_pooja .pooja-btn {
  display: inline-block;
  padding: clamp(12px, 2vw, 14px) clamp(24px, 4vw, 34px);
  background: #00a859;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: clamp(0.95rem, 1.5vw, 1rem);
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  text-align: center;
  width: fit-content;
  margin-top: 20px;
}

.punya_saarthi_pooja .pooja-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* IMAGE - Responsive */
.punya_saarthi_pooja .pooja-image {
  order: 1;
  padding: clamp(20px, 4vw, 40px);
  text-align: center;
}

@media (min-width: 768px) {
  .punya_saarthi_pooja .pooja-image {
    order: 2;
    padding: clamp(10px, 3vw, 40px) clamp(10px, 3vw, 40px) clamp(10px, 3vw, 40px) 0;
    text-align: right;
  }
}

.punya_saarthi_pooja .pooja-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .punya_saarthi_pooja .pooja-image img {
    max-width: 100%;
    border-radius: 0;
  }
}

/* Small Phone Adjustments */
@media (max-width: 375px) {
  .punya_saarthi_pooja {
    padding: 30px 12px;
  }
  
  .punya_saarthi_pooja .pooja-content {
    padding: 24px 20px;
  }
  
  .punya_saarthi_pooja .pooja-btn {
    width: 100%;
    text-align: center;
  }
}

/* Large Desktop Optimization */
@media (min-width: 1440px) {
  .punya_saarthi_pooja .pooja-card {
    max-width: 1400px;
  }
  
  .punya_saarthi_pooja h2 {
    font-size: 2.5rem;
  }
  
  .punya_saarthi_pooja .pooja-content h3 {
    font-size: 2.2rem;
  }
}

/* Landscape Mode */
@media (max-height: 600px) and (orientation: landscape) {
  .punya_saarthi_pooja {
    padding: 30px 20px;
  }
  
  .punya_saarthi_pooja .pooja-card {
    min-height: 300px;
  }
}

/* Touch Device Optimization */
@media (hover: none) {
  .punya_saarthi_pooja .pooja-btn:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  }
  
  .punya_saarthi_pooja .pooja-btn:active {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  }
}
/* =========================
   BANNER WRAPPER
========================= */
.navratri-banner{
  max-width:1400px;
  margin:30px auto;
  border-radius:24px;
  overflow:hidden;
  display:grid;
  grid-template-columns: 1.1fr 1fr;
  min-height:360px;
  background:#000;
}

/* =========================
   LEFT CONTENT
========================= */
.banner-left{
  background:linear-gradient(180deg,#8b0000,#b00000);
  padding:60px;
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.banner-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#f5c05a;
  color:#5a1b00;
  padding:8px 18px;
  border-radius:30px;
  font-size:14px;
  font-weight:600;
  margin-bottom:24px;
  width:max-content;
}

.banner-left h1{
  font-size:48px;
  font-weight:700;
  line-height:1.2;
  margin-bottom:12px;
}

.banner-left p{
  font-size:18px;
  opacity:0.9;
  margin-bottom:28px;
}

.banner-btn{
  background:#00a859;
  color:#fff;
  padding:14px 36px;
  border-radius:30px;
  font-weight:600;
  text-decoration:none;
  width:max-content;
}

/* =========================
   RIGHT IMAGE (FULL SIZE FIX)
========================= */
.banner-right{
  position:relative;
}

.banner-right img{
  width:100%;
  height:100%;
  object-fit:cover;   /* 🔥 THIS IS THE KEY */
  display:block;
}

/* =========================
   DOTS
========================= */
.banner-dots{
  display:flex;
  gap:8px;
  margin-top:24px;
}

.banner-dots span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:rgba(255,255,255,0.4);
}

.banner-dots span.active{
  background:#ffb703;
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width:900px){
  .navratri-banner{
    grid-template-columns:1fr;
  }

  .banner-left{
    padding:40px 24px;
    text-align:center;
    align-items:center;
  }

  .banner-left h1{
    font-size:32px;
  }

  .banner-right{
    height:280px;
  }
}

@media(max-width:480px){
  .banner-left h1{
    font-size:26px;
  }

  .banner-left p{
    font-size:15px;
  }

  .banner-btn{
    width:100%;
    text-align:center;
  }

  .banner-right{
    height:220px;
  }
}

@media(min-width:1600px){
  .navratri-banner{
    max-width:1600px;
  }
}