/* ==============================================================================
   ELITE CRACKERS SIVAKASI — NAVY & GOLD FLAGSHIP DESIGN THEME
   Reference: https://sriseosolutions.com/mahendran/bharathaa_pyro_park/
   ============================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Tamil:wght@400;500;600;700&family=Outfit:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

:root {
  --navy-950: #00172e;
  --navy-900: #002244;
  --navy-800: #003466;
  --navy-700: #004b93;
  --gold-400: #fed700;
  --gold-500: #eabf11;
  --gold-600: #ca9e08;
  --red-600: #dc2626;
  --rose-500: #f43f5e;
  --pyro-purple: #432787;
  --pyro-orange: #F68403;
  --pyro-gold: #FFD166;
  --pyro-navy: #0C1730;
}

body {
  font-family: 'Plus Jakarta Sans', 'Noto Sans Tamil', system-ui, -apple-system, sans-serif;
  background-color: #080e1e;
  color: #f8fafc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.012em;
  overflow-x: hidden;
}

h1, h2, h3, h4, .font-heading {
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  letter-spacing: -0.025em;
}

.font-tamil {
  font-family: 'Noto Sans Tamil', sans-serif;
  letter-spacing: normal;
}

/* Typography & Helper Classes (Bharathaa Pyro Reference) */
.heading1 { font-size: 2.5rem; }
.heading2 { font-size: 2rem; }
.heading3 { font-size: 1.75rem; }
.heading4 { font-size: 1.5rem; }
.heading5 { font-size: 1.25rem; }
.heading6 { font-size: 1rem; }
.pad { padding: 80px 0; }
.arial { font-family: 'Outfit', Arial, sans-serif; font-weight: 700; }
.helvetica { font-family: 'Plus Jakarta Sans', Helvetica, Arial, sans-serif; }

/* ==============================================================================
   SECTION: ABOUT US / WELCOME (Bharathaa Pyro Model)
   ============================================================================== */
.about-section {
  background-color: #091124;
  background: linear-gradient(rgba(9, 17, 36, 0.96), rgba(8, 14, 30, 0.98)),
              radial-gradient(circle at 10% 20%, rgba(246, 132, 3, 0.08) 0%, transparent 40%),
              radial-gradient(circle at 90% 80%, rgba(67, 39, 135, 0.15) 0%, transparent 40%);
  overflow: hidden;
  padding: 85px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.about-img-wrap {
  position: relative;
  max-width: 490px;
  margin: 0 auto;
}
.about-img-wrap .main-img {
  width: 100%;
  border-radius: 18px;
  display: block;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45);
  border: 4px solid #132247;
  object-fit: cover;
  height: 440px;
}
.about-img-wrap .exp-badge {
  position: absolute;
  top: -8px;
  right: 14px;
  width: 96px;
  height: 210px;
  background-color: #0d1b38;
  border-radius: 8px 8px 48px 48px;
  border: 4px solid #F68403;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
  z-index: 5;
}
.about-img-wrap .exp-badge .exp-number {
  font-weight: 900;
  font-size: 32px;
  color: #FFD166;
  line-height: 1;
  margin-bottom: 6px;
}
.about-img-wrap .exp-badge .exp-label {
  font-weight: 700;
  font-size: 15px;
  color: #ffffff;
  writing-mode: vertical-rl;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.about-img-wrap .video-circle {
  position: absolute;
  bottom: -45px;
  right: 18px;
  width: 185px;
  height: 185px;
  border-radius: 50%;
  border: 4px solid #F68403;
  overflow: hidden;
  background: #050a17;
  box-shadow: 0 0 25px rgba(246, 132, 3, 0.55), 0 15px 35px rgba(0, 0, 0, 0.7);
  z-index: 4;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
}
.about-img-wrap .video-circle:hover {
  transform: scale(1.06);
  box-shadow: 0 0 35px rgba(255, 209, 102, 0.8), 0 20px 45px rgba(0, 0, 0, 0.8);
  border-color: #FFD166;
}
.about-img-wrap .video-circle canvas {
  width: 100%;
  height: 100%;
  display: block;
}
.about-img-wrap .video-circle .cracker-live-badge {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(8, 14, 30, 0.88);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 209, 102, 0.4);
  color: #FFD166;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
.about-img-wrap .video-circle .cracker-live-badge .live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px #22c55e;
  animation: pulseLive 1.4s infinite;
}
@keyframes pulseLive {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.7); }
}
.about-img-wrap .video-circle .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(246, 132, 3, 0.85);
  backdrop-filter: blur(2px);
  border: 2px solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 0 15px rgba(246, 132, 3, 0.6);
  transition: all 0.3s ease;
  pointer-events: none;
}
.about-img-wrap .video-circle:hover .play-btn {
  background: #FFD166;
  transform: translate(-50%, -50%) scale(1.15);
  box-shadow: 0 0 20px rgba(255, 209, 102, 0.9);
}
.about-img-wrap .video-circle .play-btn i {
  font-size: 16px;
  color: #080e1e;
}
.about-content {
  padding-left: 20px;
}
.about-eyebrow {
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFD166;
  margin-bottom: 14px;
}
.about-eyebrow .dash-line {
  width: 44px;
  height: 3px;
  background-color: #F68403;
  margin-left: 12px;
  border-radius: 2px;
}
.about-heading {
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 18px;
  font-weight: 800;
}
.about-heading span {
  color: #FFD166;
}
.about-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #cbd5e1;
  margin-bottom: 28px;
}
.about-desc .accent-text {
  color: #FFD166;
  font-weight: 700;
}
.feature-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}
.feature-item {
  display: flex;
  align-items: flex-start;
  flex: 1 1 240px;
}
.feature-item .feature-icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 12px;
  background-color: rgba(246, 132, 3, 0.15);
  border: 1px solid rgba(246, 132, 3, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.feature-item .feature-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: #FFD166;
  stroke-width: 2;
}
.feature-item .feature-text h5 {
  color: #ffffff;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 1.1rem;
}
.feature-item .feature-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #94a3b8;
  margin-bottom: 0;
}
.about-divider {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 0 28px 0;
}
.read-more-btn {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff !important;
  background-color: #F68403;
  border: 2px solid #F68403;
  border-radius: 12px;
  padding: 14px 30px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 20px rgba(246, 132, 3, 0.35);
  transition: all 0.35s ease;
}
.read-more-btn:hover {
  background-color: #ff951c;
  border-color: #ff951c;
  border-radius: 30px;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(246, 132, 3, 0.45);
}

/* ==============================================================================
   SECTION: BRANDS WE HANDLE (Bharathaa Pyro Model)
   ============================================================================== */
.brands-section {
  position: relative;
  background-color: #0c1730;
  background: linear-gradient(rgba(12, 23, 48, 0.92), rgba(12, 23, 48, 0.92)),
              radial-gradient(circle at 80% 20%, rgba(246, 132, 3, 0.15) 0%, transparent 50%),
              radial-gradient(circle at 20% 80%, rgba(67, 39, 135, 0.25) 0%, transparent 50%);
  padding: 80px 0 70px;
  overflow: hidden;
  border-top: 4px solid #F59E0B;
}
.brands-header-wrap {
  margin-bottom: 24px;
}
.brands-eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #F59E0B;
  margin-bottom: 8px;
  font-weight: 800;
}
.brands-heading {
  font-weight: 800;
  font-size: 34px;
  color: #ffffff;
  line-height: 1.25;
}
.brands-grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .brands-grid-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .brands-grid-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.brand-card {
  background: #0d1b38;
  border-radius: 14px;
  padding: 8px 8px 12px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.brand-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: #F59E0B;
  box-shadow: 0 16px 35px rgba(245, 158, 11, 0.35);
}
.brand-card .facility-img-wrap {
  position: relative;
  height: 115px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #0c1730;
  margin-bottom: 8px;
}
.brand-card .facility-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.brand-card:hover .facility-img-wrap img {
  transform: scale(1.1);
}
.brand-card .facility-tag {
  position: absolute;
  top: 6px;
  left: 6px;
  background: rgba(12, 23, 48, 0.88);
  backdrop-filter: blur(4px);
  color: #FFD166;
  font-size: 9.5px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid rgba(255, 209, 102, 0.35);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
.brand-card .brand-content {
  padding: 2px 4px 0;
}
.brand-card .brand-name {
  font-size: 13px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.2px;
  margin: 0 0 2px;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.brand-card .brand-desc {
  font-size: 11px;
  font-weight: 500;
  color: #94a3b8;
  margin: 0;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.brand-card .logo-wrap {
  height: 65px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.brand-card .logo-wrap img {
  max-height: 60px;
  max-width: 90%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.brand-card:hover .logo-wrap img {
  transform: scale(1.1);
}
.brands-side-banner {
  position: relative;
  background: linear-gradient(135deg, rgba(67, 39, 135, 0.95), rgba(12, 23, 48, 0.95)),
              radial-gradient(circle at 100% 0%, #F68403 0%, transparent 60%);
  border-radius: 20px;
  padding: 34px 28px;
  overflow: hidden;
  color: #ffffff;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(255, 209, 102, 0.4);
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ==============================================================================
   SECTION: POPULAR CATEGORIES BANNER GRID (Executive Sivakasi Fireworks Showcase)
   ============================================================================== */
.banner-grid {
  padding: 85px 0;
  background-color: #080e1e;
  background: radial-gradient(circle at 15% 10%, rgba(246, 132, 3, 0.08) 0%, transparent 45%),
              radial-gradient(circle at 85% 90%, rgba(12, 23, 48, 0.5) 0%, transparent 50%),
              #080e1e;
}
.product-header {
  margin-bottom: 50px;
  text-align: center;
}
.product-eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #F68403;
  font-weight: 800;
  margin-bottom: 8px;
}
.product-heading {
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 2.35rem;
}
.product-heading span {
  color: #F68403;
}

/* ==============================================================================
   SECTION: WHY CHOOSE US (Bharathaa Pyro Split Dark/Light + Ribbon)
   ============================================================================== */
.wcu-section {
  position: relative;
  background: #0c1730;
  padding: 0;
  overflow: hidden;
}
.wcu-left {
  padding: 85px 55px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wcu-heading {
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 20px;
  font-size: 2.25rem;
  font-weight: 800;
}
.wcu-left p.wcu-intro {
  color: #cbd5e1;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 35px;
  max-width: 520px;
}
.wcu-reasons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 20px;
}
.wcu-reason-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.wcu-reason-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255, 138, 0, 0.15);
  border: 1px solid rgba(255, 138, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wcu-reason-icon svg {
  width: 24px;
  height: 24px;
}
.wcu-reason-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 4px;
  line-height: 1.35;
}
.wcu-reason-item p {
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 0;
}
.wcu-right {
  padding: 0;
  position: relative;
  min-height: 520px;
}
.wcu-img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}
.wcu-ribbon {
  position: absolute;
  top: 0;
  left: 20px;
  width: 90px;
  background: #ff8a00;
  color: #ffffff;
  text-align: center;
  padding: 24px 10px 20px 10px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 88%, 0 100%);
  z-index: 5;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}
.wcu-ribbon .stars {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin-bottom: 8px;
}
.wcu-ribbon .stars svg {
  width: 13px;
  height: 13px;
}
.wcu-ribbon .rating-num {
  font-weight: 900;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 6px;
}
.wcu-ribbon .rating-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1.3;
  text-transform: uppercase;
}

/* ==============================================================================
   SECTION: WHOLESALE & RETAIL (Bharathaa Pyro Model)
   ============================================================================== */
.wr-section {
  position: relative;
  padding: 90px 0;
  background: #091124;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.wr-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 55px auto;
}
.wr-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #F68403;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 18px;
  background: rgba(246, 132, 3, 0.15);
  border: 1px solid rgba(246, 132, 3, 0.3);
  border-radius: 30px;
  margin-bottom: 12px;
}
.wr-heading {
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 14px;
  font-weight: 800;
  font-size: 2.25rem;
}
.wr-card {
  position: relative;
  background: #0d1b38;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 28px 22px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: all 0.35s ease;
  height: 100%;
}
.wr-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #F68403, #FFD166);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.wr-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.4);
  border-color: rgba(246, 132, 3, 0.5);
}
.wr-card:hover::before {
  transform: scaleX(1);
}
.wr-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(246, 132, 3, 0.14), rgba(255, 209, 102, 0.25));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 16px;
}
.wr-card-title {
  color: #ffffff;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 1.15rem;
}
.wr-card p {
  color: #94a3b8;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.6;
}
.wr-illustration-card {
  position: relative;
  width: 100%;
  height: auto;
  min-height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  background-color: #08055e;
}
.wr-illustration-card img {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
}
.wr-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #F68403, #FFD166);
  color: #0C1730 !important;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 10px 22px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(246, 132, 3, 0.35);
  transition: all 0.3s ease;
  text-decoration: none;
}
.wr-badge:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 12px 28px rgba(246, 132, 3, 0.5);
  color: #0C1730 !important;
}

/* ==============================================================================
   SECTION: CELEBRATE WITH US / AVATAR CTA (Bharathaa Pyro Model)
   ============================================================================== */
.cta2-section {
  position: relative;
  background: #080e1e;
  padding: 85px 0 75px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.cta2-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.cta2-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #F68403;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.cta2-heading {
  color: #ffffff;
  font-weight: 800;
  font-size: 46px;
  line-height: 1.35;
  margin-bottom: 0;
}
.cta2-heading .cta2-img {
  display: inline-block;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  object-fit: cover;
  vertical-align: middle;
  margin: 0 6px;
  border: 3px solid #0d1b38;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  position: relative;
  top: -6px;
}
.cta2-heading .cta2-highlight {
  color: #F68403;
}
.cta2-avatars {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin: 0 6px;
  position: relative;
  top: -6px;
}
.cta2-avatars img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #0d1b38;
  margin-left: -16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.cta2-avatars img:first-child {
  margin-left: 0;
}
.cta2-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0d1b38;
  border: 2px solid rgba(255, 255, 255, 0.15);
  vertical-align: middle;
  margin: 0 4px;
  position: relative;
  top: -6px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  color: #FFD166;
}
.cta2-play i {
  font-size: 26px;
}
.cta2-play::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border-radius: 50%;
  border: 2px solid rgba(246, 132, 3, 0.35);
  animation: cta2Pulse 2.2s ease-out infinite;
}
.cta2-sub {
  max-width: 580px;
  margin: 28px auto 0 auto;
  color: #cbd5e1;
  line-height: 1.8;
  font-size: 16px;
}
.cta2-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.cta2-rating .stars {
  color: #F59E0B;
  font-size: 18px;
  letter-spacing: 2px;
}
.cta2-rating .rating-text {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
}
.cta2-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
  flex-wrap: wrap;
}
.btn-cta2-solid {
  background: #F68403;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 15px;
  padding: 15px 34px;
  border-radius: 14px;
  border: 2px solid #F68403;
  transition: all 0.35s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.btn-cta2-solid:hover {
  background: #ff951c;
  border-color: #ff951c;
  box-shadow: 0 0 0 6px rgba(246, 132, 3, 0.2), 0 15px 35px rgba(246, 132, 3, 0.3);
  transform: translateY(-3px);
}
.btn-cta2-outline {
  background: #0d1b38;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 15px;
  padding: 15px 34px;
  border-radius: 14px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: all 0.35s ease;
  text-decoration: none;
}
.btn-cta2-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #FFD166;
  color: #FFD166 !important;
  transform: translateY(-3px);
}

/* Floating Elements in CTA2 */
.cta2-deco {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.cta2-blob-1 {
  top: -60px;
  left: -60px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(246, 132, 3, 0.10) 0%, rgba(246, 132, 3, 0) 70%);
}
.cta2-blob-2 {
  bottom: -80px;
  right: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 209, 102, 0.18) 0%, rgba(255, 209, 102, 0) 70%);
}
.cta2-star-1 {
  top: 40px;
  left: 8%;
  opacity: 0.6;
}
.cta2-star-2 {
  bottom: 60px;
  right: 10%;
  opacity: 0.6;
}

/* ==============================================================================
   FIXED FLOATING ACTION BUTTONS (Call, WhatsApp, Quick Order)
   ============================================================================== */
.callBtnFixed {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 22px;
  left: 20px;
  z-index: 99;
  cursor: pointer;
  transition: transform 0.3s ease;
  text-decoration: none;
}
.callBtnFixed:hover {
  transform: scale(1.1);
}
.callBtnFixed .btn-icon-wrap {
  width: 50px;
  height: 50px;
  background-color: #00509e;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 22px;
  box-shadow: 0 6px 16px rgba(0, 51, 145, 0.35);
}
.quickImgFixed {
  position: fixed;
  bottom: 30px;
  right: 16px;
  z-index: 99;
  animation: pyroMove 1.2s alternate infinite;
  cursor: pointer;
  text-decoration: none;
}
.quickImgFixed .quick-btn-badge {
  background: linear-gradient(135deg, #F68403, #FFD166);
  color: #00172e;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 12px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 24px rgba(246, 132, 3, 0.45);
  border: 2px solid #ffffff;
}

/* Keyframes */
@keyframes pyroRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(180deg); }
}
@keyframes pyroMove {
  0% { transform: translateX(0); }
  50% { transform: translateX(-6px); }
  100% { transform: translateX(6px); }
}
@keyframes wrFloatY {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
}
@keyframes cta2Pulse {
  0% { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(1.35); opacity: 0; }
}

/* ==============================================================================
   SECTION: ROYAL NAVY & GOLD FOOTER (Executive Sivakasi Manufacturer Theme)
   ============================================================================== */
.footer-section {
  background: linear-gradient(180deg, #0C1730 0%, #060e1e 100%) !important;
  border-top: 4px solid #F68403 !important;
  color: #CBD5E1 !important;
  position: relative;
  padding: 70px 0 25px 0;
  overflow: hidden;
}

.footer-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 209, 102, 0.4), transparent);
  pointer-events: none;
}

.footer-section::after {
  content: '';
  position: absolute;
  top: -150px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(246, 132, 3, 0.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.footer-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #FFFFFF !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1.25rem;
  position: relative;
  padding-bottom: 0.65rem;
}

.footer-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 3px;
  background: linear-gradient(90deg, #F68403, #FFD166);
  border-radius: 2px;
}

.footer-text {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #CBD5E1 !important;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.65rem;
}

.footer-links li a {
  color: #CBD5E1 !important;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}

.footer-links li a:hover {
  color: #FFD166 !important;
  transform: translateX(4px);
}

.footer-links li a i {
  transition: transform 0.25s ease;
}

.footer-links li a:hover i {
  transform: scale(1.15);
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 0.85rem;
  color: #CBD5E1 !important;
  font-size: 0.85rem;
  line-height: 1.5;
}

.footer-contact-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F68403;
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 2px;
  transition: all 0.25s ease;
}

.footer-contact-item:hover .footer-contact-icon {
  background: rgba(246, 132, 3, 0.2);
  border-color: #F68403;
  color: #FFD166;
  transform: scale(1.05);
}

.footer-contact-item a {
  color: #CBD5E1 !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-contact-item a:hover {
  color: #FFD166 !important;
  text-decoration: underline;
}

.bottom-content {
  background: rgba(6, 14, 30, 0.85) !important;
  border: 1px solid rgba(255, 209, 102, 0.25) !important;
  border-radius: 14px;
  padding: 18px 22px;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.copyright-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  margin-top: 2rem;
  color: #94A3B8;
  font-size: 0.8125rem;
}

.copyright-bar strong {
  color: #F1F5F9;
}

.copyright-bar a {
  color: #94A3B8;
  text-decoration: none;
  transition: color 0.2s ease;
}

.copyright-bar a:hover {
  color: #FFD166;
}

/* ==============================================================================
   RESPONSIVE MEDIA QUERIES (Exact Bharathaa Pyro Breakpoints)
   ============================================================================== */
@media (max-width: 767.98px) {
  .pad { padding: 45px 0; }
  .about-section { padding: 50px 0; }
  .about-img-wrap { max-width: 100%; margin: 0 auto 70px auto; }
  .about-img-wrap .main-img { height: 320px; }
  .about-content { padding-left: 0; margin-top: 20px; }
  .about-heading { font-size: 26px; }
  .about-img-wrap .exp-badge { right: 8px; width: 80px; height: 170px; }
  .about-img-wrap .exp-badge .exp-number { font-size: 26px; }
  .about-img-wrap .video-circle { width: 130px; height: 130px; bottom: -35px; right: 10px; }
  .brands-heading { font-size: 26px; }
  .brands-section { padding: 50px 0 45px; }
  .banner-grid { padding: 50px 0; }
  .wcu-left { padding: 45px 20px; }
  .wcu-heading { font-size: 24px; }
  .wcu-reasons { grid-template-columns: 1fr; gap: 16px; }
  .wcu-right, .wcu-img { min-height: 280px; }
  .wr-section { padding: 50px 0; }
  .wr-heading { font-size: 26px; }
  .wr-illustration-card { min-height: auto; }
  .wr-illustration-card img { min-height: 0 !important; }
  .cta2-section { padding: 50px 0; }
  .cta2-heading { font-size: 26px; line-height: 1.45; }
  .cta2-heading .cta2-img { width: 40px; height: 40px; }
  .cta2-avatars img { width: 36px; height: 36px; margin-left: -10px; }
  .cta2-play { width: 44px; height: 44px; }
  .cta2-play i { font-size: 18px; }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pad { padding: 50px 0; }
  .about-img-wrap { margin: 0 auto 50px auto; max-width: 420px; }
  .about-content { padding-left: 0; margin-top: 30px; }
  .about-heading { font-size: 28px; }
  .wcu-left { padding: 50px 30px; }
  .wcu-heading { font-size: 28px; }
  .wcu-right, .wcu-img { min-height: 380px; }
  .wr-section { padding: 65px 0; }
  .wr-heading { font-size: 30px; }
  .cta2-section { padding: 65px 0; }
}

/* ==============================================================================
   ENQUIRY CART JUMP & FLY FIREWORKS ANIMATION SYSTEM
   ============================================================================== */
@keyframes cartCatchImpact {
  0% { transform: scale(1); }
  20% { transform: scale(1.35) rotate(-10deg); }
  45% { transform: scale(0.88) rotate(7deg); }
  70% { transform: scale(1.18) rotate(-4deg); }
  85% { transform: scale(0.96) rotate(2deg); }
  100% { transform: scale(1) rotate(0deg); }
}

@keyframes badgePop {
  0% { transform: scale(1); }
  40% { transform: scale(1.75); background-color: #ff0055; }
  100% { transform: scale(1); }
}

@keyframes fuseSparkle {
  0%, 100% { opacity: 1; transform: scale(1) rotate(0deg); filter: drop-shadow(0 0 6px #ffdd00); }
  50% { opacity: 0.85; transform: scale(1.4) rotate(180deg); filter: drop-shadow(0 0 12px #ff3300); }
}

@keyframes trailFade {
  0% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(0.2) translate(-8px, 8px); }
}

@keyframes itemAddedGlow {
  0% { background-color: rgba(246, 132, 3, 0.28); box-shadow: 0 0 18px rgba(246, 132, 3, 0.6); }
  100% { background-color: transparent; box-shadow: none; }
}

.cart-catch-anim {
  animation: cartCatchImpact 0.55s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards !important;
}

.badge-pop-anim {
  animation: badgePop 0.45s ease-out forwards !important;
}

.item-just-added {
  animation: itemAddedGlow 2s ease-out forwards;
}

.flyer-badge {
  box-shadow: 0 12px 35px rgba(246, 132, 3, 0.7), 0 0 25px rgba(255, 209, 102, 0.95);
  background: #ffffff;
  border: 3px solid #F68403;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flyer-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flyer-img {
  width: 85%;
  height: 85%;
  object-fit: contain;
  border-radius: 50%;
}

.bomb-fuse-spark {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 20px;
  line-height: 1;
  animation: fuseSparkle 0.15s infinite alternate;
  filter: drop-shadow(0 0 8px #ff4500);
}

.rocket-trail-icon {
  position: absolute;
  bottom: -8px;
  left: -8px;
  font-size: 16px;
  line-height: 1;
}

.sparkler-glitter {
  position: absolute;
  top: -6px;
  left: -6px;
  font-size: 16px;
  line-height: 1;
  animation: fuseSparkle 0.2s infinite;
}

.cracker-type-pill {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: #002244;
  color: #FFD166;
  font-size: 8px;
  font-weight: 900;
  padding: 1px 5px;
  border-radius: 6px;
  border: 1px solid #F68403;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

.spark-particle {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: 999999;
  will-change: transform, opacity;
}

/* ==============================================================================
   ANIMATED CRACKER CART WITH BOY RUNNER (PRODUCTS BANNER)
   ============================================================================== */
.cart-runway-container {
  position: relative;
  width: 100%;
  min-height: 95px;
  overflow: hidden;
}

.runway-track-line {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,209,102,0.05) 0%, rgba(255,209,102,0.5) 25%, rgba(246,132,3,0.7) 50%, rgba(255,209,102,0.5) 75%, rgba(255,209,102,0.05) 100%);
  border-bottom: 2px dashed rgba(255, 209, 102, 0.4);
}

.animated-cart-runner {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 165px;
  height: 95px;
  animation: runnerEndToEnd 12s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  transform-origin: center center;
  transition: filter 0.25s ease;
  will-change: left, transform;
}

.animated-cart-runner:hover {
  filter: brightness(1.15) drop-shadow(0 0 12px rgba(255, 209, 102, 0.6));
}

@keyframes runnerEndToEnd {
  0% {
    left: 0%;
    transform: scaleX(1);
  }
  44% {
    left: calc(100% - 165px);
    transform: scaleX(1);
  }
  48% {
    left: calc(100% - 165px);
    transform: scaleX(-1);
  }
  50% {
    left: calc(100% - 165px);
    transform: scaleX(-1);
  }
  94% {
    left: 0%;
    transform: scaleX(-1);
  }
  98% {
    left: 0%;
    transform: scaleX(1);
  }
  100% {
    left: 0%;
    transform: scaleX(1);
  }
}

/* Wheel Spin Animation */
.cart-wheel {
  animation: wheelRoll 0.45s linear infinite;
}

@keyframes wheelRoll {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Boy Run Leg Swing */
.boy-leg-left {
  transform-origin: 30px 58px;
  animation: legRunLeft 0.48s ease-in-out infinite alternate;
}

.boy-leg-right {
  transform-origin: 34px 58px;
  animation: legRunRight 0.48s ease-in-out infinite alternate;
}

@keyframes legRunLeft {
  0% {
    transform: rotate(-26deg);
  }
  100% {
    transform: rotate(26deg);
  }
}

@keyframes legRunRight {
  0% {
    transform: rotate(26deg);
  }
  100% {
    transform: rotate(-26deg);
  }
}

/* Boy Torso and Head Bobbing */
.boy-torso-head {
  animation: boyBobCycle 0.24s ease-in-out infinite alternate;
}

@keyframes boyBobCycle {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-2.5px);
  }
}

/* Sparkler Sparks Burst */
.sparkler-sparks {
  transform-origin: 146px 24px;
  animation: sparklerGlowPulse 0.3s ease-in-out infinite alternate;
}

@keyframes sparklerGlowPulse {
  0% {
    transform: scale(0.85);
    opacity: 0.75;
  }
  100% {
    transform: scale(1.25);
    opacity: 1;
  }
}

.spark-dot-1 { animation: sparkFlicker 0.2s 0.05s infinite alternate; }
.spark-dot-2 { animation: sparkFlicker 0.25s 0.1s infinite alternate; }
.spark-dot-3 { animation: sparkFlicker 0.18s 0.02s infinite alternate; }
.spark-dot-4 { animation: sparkFlicker 0.22s 0.08s infinite alternate; }
.spark-dot-5 { animation: sparkFlicker 0.15s 0.12s infinite alternate; }

@keyframes sparkFlicker {
  0% { opacity: 0.2; transform: scale(0.6); }
  100% { opacity: 1; transform: scale(1.4); }
}

/* Speed Dust Puffs */
.dust-puff-1 { animation: dustFade 0.4s 0.0s infinite; }
.dust-puff-2 { animation: dustFade 0.4s 0.15s infinite; }
.dust-puff-3 { animation: dustFade 0.4s 0.3s infinite; }

@keyframes dustFade {
  0% { transform: scale(0.5) translateX(0); opacity: 0.6; }
  100% { transform: scale(1.6) translateX(-8px); opacity: 0; }
}

/* Floating Badge */
.cart-floating-badge {
  animation: badgeHover 1.5s ease-in-out infinite alternate;
}

@keyframes badgeHover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-2px); }
}

/* ==============================================================================
   ANIMATED SAFETY MASCOT GIRL SHAKING BOARD
   ============================================================================== */
.safety-mascot-container {
  position: relative;
  display: inline-block;
}

.safety-mascot-svg {
  width: 280px;
  max-width: 100%;
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.45));
}

/* Shaking Board Group */
.mascot-board-group {
  transform-origin: 140px 175px;
  animation: mascotBoardShake 1.8s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

@keyframes mascotBoardShake {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  12% {
    transform: rotate(-5.5deg) translateY(-3px) scale(1.02);
  }
  24% {
    transform: rotate(5deg) translateY(2px) scale(1.02);
  }
  36% {
    transform: rotate(-4.5deg) translateY(-2px);
  }
  48% {
    transform: rotate(4deg) translateY(1.5px);
  }
  60% {
    transform: rotate(-2.5deg) translateY(-1px);
  }
  72% {
    transform: rotate(1.8deg) translateY(0.5px);
  }
  84% {
    transform: rotate(-1deg) translateY(0);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}

/* Head Counter Balance */
.mascot-head-group {
  transform-origin: 140px 115px;
  animation: mascotHeadSway 1.8s ease-in-out infinite;
}

@keyframes mascotHeadSway {
  0% {
    transform: rotate(0deg);
  }
  18% {
    transform: rotate(2deg);
  }
  36% {
    transform: rotate(-2.2deg);
  }
  54% {
    transform: rotate(1.5deg);
  }
  72% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* Eye Blinking */
.mascot-eyes {
  transform-origin: 140px 84px;
  animation: mascotEyeBlink 4s ease-in-out infinite;
}

@keyframes mascotEyeBlink {
  0%, 92%, 100% {
    transform: scaleY(1);
  }
  95% {
    transform: scaleY(0.08);
  }
}

/* Pigtail Left Sway */
.mascot-pigtail-l {
  transform-origin: 104px 72px;
  animation: pigtailBounceL 1.8s ease-in-out infinite;
}

@keyframes pigtailBounceL {
  0% {
    transform: rotate(0deg);
  }
  16% {
    transform: rotate(-6deg);
  }
  34% {
    transform: rotate(5deg);
  }
  52% {
    transform: rotate(-4deg);
  }
  70% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* Pigtail Right Sway */
.mascot-pigtail-r {
  transform-origin: 176px 72px;
  animation: pigtailBounceR 1.8s ease-in-out infinite;
}

@keyframes pigtailBounceR {
  0% {
    transform: rotate(0deg);
  }
  16% {
    transform: rotate(6deg);
  }
  34% {
    transform: rotate(-5deg);
  }
  52% {
    transform: rotate(4deg);
  }
  70% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* Safety Sparkles Around Board */
.mascot-sparkle-1 {
  animation: mascotSparkleFade 1.2s 0.1s infinite alternate;
}
.mascot-sparkle-2 {
  animation: mascotSparkleFade 1.4s 0.4s infinite alternate;
}
.mascot-sparkle-3 {
  animation: mascotSparkleFade 1.1s 0.7s infinite alternate;
}

@keyframes mascotSparkleFade {
  0% {
    opacity: 0.2;
    transform: scale(0.6) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: scale(1.3) rotate(25deg);
  }
}


