/* ---------- HERO ---------- */
.hero {
  position: relative;
  text-align: center;
  padding: 120px 20px;
  background: radial-gradient(circle at center, rgba(255,111,0,0.45), rgba(74,20,140,0.9));
  overflow: hidden;
  z-index: 1;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url("https://i.ibb.co/4gCpM7vp/Whats-App-Image-2025-06-26-at-12-27-06-PM-removebg-preview.png") 
              no-repeat center;
  background-size: 60%;
  opacity: 0.08;
  z-index: 0;
}
.hero h1, .hero p, .hero .btn { position: relative; z-index: 2; }
.hero h1 {
  font-size: 2.8rem;
  margin-bottom: 12px;
  font-weight: 700;
  color: #fff8e7;
  text-shadow: 0 2px 6px rgba(255, 0, 90, 0.6);
}
.hero p {
  font-size: 1.25rem;
  margin-bottom: 24px;
  color: #ffe082;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.hero .btn {
  background: linear-gradient(90deg, #ff0080, #ff9800, #ffc107);
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
}

/* ---------- HEADER ---------- */
.site-header {
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  position: relative;
  z-index: 10;
}
.site-header__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand__logo { height: 56px; width: auto; }

/* MSME support */
.support-text {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  margin: 20px auto;
}
.support-text a {
  color: #555;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.support-text a:hover { color: #ff5722; }
.msme-logo { height: 40px; width: auto; }

/* ---------- NAVIGATION ---------- */
.nav-list {
  list-style: none;
  display: flex;
  gap: 18px;
  margin: 0;
  padding: 0;
  align-items: center;
}
.nav-list a {
  color: #0b1220;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 8px;
}
.nav-list a:hover {
  background: linear-gradient(90deg, #ffe082, #ffccbc);
  color: #e65100;
}
.btn--primary {
  background: linear-gradient(90deg,#ff5722,#ff9800,#ffeb3b);
  color: #fff !important;
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(255,140,0,0.3);
}

/* Mobile nav */
.nav-toggle { position: absolute; left: -9999px; }
.nav-toggle-label { display: none; width: 44px; height: 44px; }
.hamburger, .hamburger::before, .hamburger::after {
  display: block; width: 22px; height: 2px; background: #0b1220;
  border-radius: 2px; transition: transform .18s ease;
  position: relative;
}
.hamburger::before { content: ""; position: absolute; top: -7px; }
.hamburger::after { content: ""; position: absolute; top: 7px; }
@media (max-width: 880px) {
  .nav-toggle-label { display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
  .main-nav {
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; box-shadow: 0 8px 20px rgba(12,18,30,0.08);
    display: none; padding: 14px 20px;
  }
  .main-nav .nav-list { flex-direction: column; gap: 12px; }
  .nav-toggle:checked + .nav-toggle-label + .main-nav { display: block; }
  .nav-toggle:checked + .nav-toggle-label .hamburger { background: transparent; }
  .nav-toggle:checked + .nav-toggle-label .hamburger::before {
    transform: translateY(7px) rotate(45deg);
  }
  .nav-toggle:checked + .nav-toggle-label .hamburger::after {
    transform: translateY(-7px) rotate(-45deg);
  }
}
@media (max-width: 1100px) { .nav-list { gap: 12px; } }

/* Urgent Banner */
.urgent-banner {
  background: linear-gradient(90deg, #e91e63, #ff9800, #4caf50);
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 10px 0;
  text-align: center;
  border-top: 2px solid #fff3e0;
  border-bottom: 2px solid #fff3e0;
}
.urgent-banner marquee {
  font-family: 'Arial', sans-serif;
  letter-spacing: 1px;
}
.urgent-btn {
  background: #fff;
  color: #c2185b;
  padding: 5px 12px;
  margin-left: 20px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}
.urgent-btn:hover {
  background: #c2185b;
  color: #fff;
}

/* ---------- COUNTDOWN ---------- */
.festive-countdown {
  text-align: center;
  padding: 50px 20px;
  background: linear-gradient(90deg,#fff3e0,#fce4ec,#e3f2fd);
  position: relative;
}
.countdown-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
#countdown {
  font-size: 2.5rem;
  color: #d81b60;
  font-weight: bold;
  padding: 10px 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
/* Diya videos */
.diya-video {
  width: 90px;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 6px rgba(255,170,0,.9));
  animation: diyaGlow 1.6s ease-in-out infinite alternate;
}
@keyframes diyaGlow {
  from { filter: drop-shadow(0 0 6px rgba(255,170,0,.8)); }
  to   { filter: drop-shadow(0 0 16px rgba(255,210,60,1)); }
}
/* Crackers */
.crackers { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); pointer-events: none; }
.spark {
  position: absolute; width: 6px; height: 6px; background: gold; border-radius: 50%;
  animation: explode 0.8s forwards;
}
@keyframes explode {
  0% { transform: scale(1) translate(0,0); opacity: 1; }
  100% { transform: scale(0.5) translate(var(--x), var(--y)); opacity: 0; }
}

/* ---------- ABOUT ---------- */
.about {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 20px;
}
.about p {
  max-width: 800px;
  margin: 10px auto;
  line-height: 1.6;
}
.about-logo {
  height: 120px;
  margin: 20px auto;
  display: block;
  max-width: 220px;
}
/* ===== INVITATION SECTION ===== */
.invitation-section {
  text-align: center;
  padding: 40px 20px;
  background: radial-gradient(circle at 30% 30%, rgba(255,140,0,0.15), transparent 40%),
              radial-gradient(circle at 70% 60%, rgba(255,215,0,0.15), transparent 40%),
              linear-gradient(135deg, #3b0a0a 0%, #2b001a 100%);
}

.invitation-container {
  max-width: 800px;
  margin: 0 auto;
}

.invitation-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 0 22px rgba(255, 140, 0, 0.45);
  border: 3px solid #ffd86b;
}

/* ---------- MEDIA SECTION ---------- */
.media-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 20px;
  background: #f9f9f9;
  text-align: center;
}
.media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
  margin-top: 20px;
}
.media-box {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}
@media (max-width: 880px) {
  .media-grid { grid-template-columns: 1fr; }
  .media-box { margin-bottom: 20px; }
}

/* Why Attend Festive Styling */
.features {
  padding: 60px 20px;
  text-align: center;
  background: radial-gradient(circle at top, rgba(255,140,0,0.25), rgba(63,81,181,0.9));
}

.features h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #ffeb3b;
  text-shadow: 0 0 10px #ff9800;
  position: relative;
}

.features h2::after {
  content: "✨";
  position: absolute;
  right: -25px;
  animation: sparkle 1.5s infinite;
}
/* Cards */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.feature-card {
  background: linear-gradient(145deg, #fff7e6, #ffe0b2, #f3e5f5);
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  font-size: 1.1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 15px rgba(233,30,99,0.6);
}

/* Gallery */
.gallery h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #ff4081;
  text-shadow: 0 0 8px #ff9800;
}

/* Slider */
.slider {
  position: relative;
  max-width: 900px;
  margin: auto;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}

.slides {
  display: flex;
  transition: transform 0.8s ease-in-out;
}

.slide {
  min-width: 100%;
}

.slide img {
  width: 100%;
  height: 450px;
  object-fit: contain;
  background: #fff;
  border-radius: 15px;
  border: 3px solid #ffca28;
}

/* Slider Controls */
.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 12px;
  cursor: pointer;
  border-radius: 50%;
}
.prev { left: 10px; }
.next { right: 10px; }

.dots {
  text-align: center;
  margin: 10px 0;
}
.dots span {
  height: 12px;
  width: 12px;
  margin: 0 4px;
  display: inline-block;
  background: #bbb;
  border-radius: 50%;
  cursor: pointer;
}
.dots .active { background: #ff5722; }

/* ---------- PRODUCTS ---------- */
.products {
  padding: 80px 20px;
  background: #fff9f0;
  text-align: center;
}
.products .section-title {
  font-size: 2.5rem;
  color: #d81b60;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.products .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.product-card {
  position: relative;
  background: #ffffff;
  border: 2px solid #ffb74d;
  border-radius: 15px;
  padding: 25px 15px 20px;
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  overflow: hidden;
}
.product-card img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 15px;
  transition: transform 0.4s ease;
}
.product-card h3 {
  font-size: 1.1rem;
  color: #4a148c;
  margin: 0;
  font-weight: 600;
}
/* Hover Diya Glow Effect */
.product-card:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 0 25px rgba(255, 64, 129, 0.4),
              0 0 50px rgba(255, 215, 0, 0.3);
}
.product-card:hover img {
  transform: scale(1.15) rotate(-5deg);
}
/* Rangoli-style decorative corners */
.product-card .corner-top-right,
.product-card .corner-bottom-left {
  position: absolute;
  width: 25px;
  height: 25px;
  background: url('https://i.ibb.co/4VXtv2y/rangoli.png') no-repeat center/contain;
  opacity: 0.7;
}
.product-card .corner-top-right { top: 8px; right: 8px; }
.product-card .corner-bottom-left { bottom: 8px; left: 8px; }
@media (max-width: 768px) {
  .products .products-grid { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 20px; }
  .product-card img { width: 60px; height: 60px; }
  .product-card h3 { font-size: 1rem; }
}

/* ---------- PARTNERS ---------- */
#partners { padding: 40px 20px; text-align: center; }
.partner-logos {
  display: grid; align-items: center;
  grid-template-columns: repeat(auto-fit,minmax(120px,1fr));
  gap: 20px; margin-top: 20px;
}
.partner-logos img { max-width: 100%; height: 80px; object-fit: contain; }

/* ---------- FOOTER ---------- */
footer {
  background: #311b92;
  color: #fff;
  padding: 20px 10px;
  text-align: center;
}
footer a { color: #ffca28; text-decoration: none; }
footer a:hover { color: #fff; }
.msme-note { margin-top: 10px; font-size: 0.9rem; color: #ccc; font-style: italic; }
.social-icons {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.social-icons img {
  width: 28px;
  height: 28px;
  transition: transform 0.2s ease-in-out;
}
.social-icons img:hover { transform: scale(1.2); }

/* ✅ MSME APPROVAL SECTION STYLES */
.msme-section {
  background: #fff8f0;
  padding: 60px 20px;
  text-align: center;
  border-top: 5px solid #ff9800;
}
.msme-section h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 25px;
}
.msme-section h2 span { color: #ff5722; }
.msme-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.msme-logo { width: 150px; }
.msme-screenshot {
  width: 350px;
  border: 3px solid #ffca28;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.msme-instructions {
  max-width: 500px;
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin: 15px auto;
}
.verify-btn {
  display: inline-block;
  background: linear-gradient(90deg,#ff4081,#ff9800);
  color: #fff;
  padding: 12px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}
.verify-btn:hover { background: #e64a19; }

/* ==== HOARDINGS SECTION ==== */
.hoardings-section {
  text-align: center;
  padding: 60px 20px;
  background: #fff8f0;
}
.hoardings-section h2 {
  font-size: 2.2rem;
  color: #d81b60;
  margin-bottom: 40px;
  position: relative;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
.hoardings-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  max-width: 900px;
  margin: 0 auto;
}
.hoarding-card {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.hoarding-card.visible {
  opacity: 1;
  transform: translateY(0);
}
.hoardings-grid img {
  width: 100%;
  border-radius: 12px;
  border: 3px solid #ffca28;
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hoardings-grid img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(233, 30, 99, 0.5);
}

/* ==== GALLERY & LAYOUT FESTIVE BACKGROUND ==== */
.gallery,
.expo-layout {
  background: radial-gradient(circle at 30% 30%, rgba(255,140,0,0.2), transparent 40%),
              radial-gradient(circle at 70% 60%, rgba(63,81,181,0.2), transparent 40%),
              radial-gradient(circle at 50% 90%, rgba(233,30,99,0.2), transparent 40%),
              linear-gradient(135deg, #3b0a0a 0%, #2b001a 100%);
  padding: 60px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #fff8e7;
}
.gallery h2, .gallery .section-title,
.expo-layout h2 {
  color: #ffca28;
  text-shadow: 0 0 12px rgba(255, 190, 70, 0.9);
  margin-bottom: 30px;
  font-weight: 700;
}
.gallery .slide img {
  border: 3px solid #ffca28;
  border-radius: 12px;
  box-shadow: 0 0 18px rgba(255, 140, 0, 0.4);
}
.layout-image-container img {
  border: 3px solid #ffca28;
  border-radius: 12px;
  max-width: 100%;
  box-shadow: 0 0 22px rgba(255, 64, 129, 0.45);
}
.expo-layout .btn {
  background: linear-gradient(90deg, #ff9800, #ff4081);
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.expo-layout .btn:hover { transform: scale(1.05); }
