@import url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.11.3/font/bootstrap-icons.min.css");
:root {
  --red: #dc3545;
  --yellow: #ffc107;
  --purple: #6f42c1;
  --black: #101010;
  --smoky: #f8f9fa;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, sans-serif;
}
body,
p,
a,
li,
button {
  font-family: Helvetica, sans-serif;
}
a {
  text-decoration: none !important;
}
li {
  list-style-type: none !important;
}
.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: 90px 0;
}
.wrdbrk {
  white-space: pre;
}
.fullpad {
  padding: 0 !important;
  margin: 0 !important;
}
/* custom css starts */
/* header */
.fireworks-header {
  font-family: Helvetica, sans-serif;
}

.fireworks-header .header-announcement {
  overflow: hidden;
  background: linear-gradient(90deg, var(--black), var(--purple), var(--black));
}

.fireworks-header .announcement-marquee {
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}

.fireworks-header .logo-link:hover {
  text-decoration: none;
}

.fireworks-header .logo-img {
  transition: all 0.3s ease;
  border: 2px solid var(--yellow);
}

.fireworks-header .info-box {
  transition: all 0.3s ease;
  height: 100%;
}

.fireworks-header .info-icon i {
  font-size: 1.75rem;
}

.fireworks-header .navbar-nav .nav-link {
  font-weight: 600;
  letter-spacing: 0.5px;
  position: relative;
}

.fireworks-header .navbar-nav .nav-item.active {
  background-color: var(--purple) !important;
}

/* swiper index styles */
/* index swiper */
/* home carousel */
section.home-carousel {
  position: relative;
}

section.home-carousel .home-carousel-swiper {
  width: 100%;
}

section.home-carousel .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

section.home-carousel .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* index welcome section */
/* Welcome Section Styles */
.welcome-section {
  background-color: var(--smoky);
  background-image: url("../images/product_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.welcome-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at 70% 30%,
    rgba(255, 193, 7, 0.1) 0%,
    transparent 30%
  );
  z-index: 0;
}

.welcome-section .welcome-section-firework {
  position: absolute;
  color: var(--yellow);
  font-size: 2rem;
  opacity: 0.7;
  z-index: 0;
}

.welcome-section .welcome-section-firework:nth-child(1) {
  top: 10%;
  left: 5%;
}

.welcome-section .welcome-section-firework:nth-child(2) {
  bottom: 15%;
  right: 8%;
}

.welcome-section .welcome-section-image-container {
  border: 8px solid white;
  border-radius: 0.5rem;
  transform: perspective(1000px) rotateY(-5deg);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}

.welcome-section .welcome-section-image-container:hover {
  transform: perspective(1000px) rotateY(0deg);
}

.welcome-section .welcome-section-badge {
  top: -15px;
  right: -15px;
  transform: rotate(15deg);
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.welcome-section .welcome-section-content {
  position: relative;
  z-index: 1;
  backdrop-filter: blur(5px);
}

.welcome-section .welcome-section-subtitle {
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.welcome-section .welcome-section-title span {
  display: inline-block;
}

.welcome-section .welcome-section-feature {
  font-weight: 500;
}

.welcome-section .welcome-section-contact-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.welcome-section .btn-red {
  background-color: var(--red);
  color: white;
  border: none;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}
/* Certificate Icons Styles */
.welcome-section .certificate-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  color: var(--purple);
  font-size: 1.8rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.welcome-section .certificate-icon:hover {
  transform: scale(1.1);
  color: var(--red);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Accessibility - visually hidden but available for screen readers */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
/* index counter section */
/* Index Counter Styles */
.index-counter {
  background-color: #c8126a;
  color: white;
  position: relative;
}

.index-counter .index-counter-sparkle {
  position: absolute;
  color: var(--yellow);
  font-size: 2rem;
  opacity: 0.3;
}
.index-counter .index-counter-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
  text-align: center;
  position: relative;
}

.index-counter .index-counter-sparkle:nth-child(1) {
  top: 20%;
  left: 5%;
}

.index-counter .index-counter-sparkle:nth-child(2) {
  bottom: 15%;
  right: 10%;
}

.index-counter .index-counter-content {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(248, 249, 250, 0.95) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.index-counter .index-counter-divider {
  height: 4px;
  width: 80px;
  background: linear-gradient(90deg, var(--purple) 0%, var(--red) 100%);
}

.index-counter .index-counter-icon-container {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.index-counter .index-counter-description {
  font-size: 0.9rem;
  color: var(--black);
  margin-top: 10px;
}

.index-counter .index-counter-number {
  color: white;
  line-height: 1;
}

.index-counter .index-counter-label {
  font-size: 0.9rem;
  font-weight: 500;
}
/* index product section styles  */
/* Products Section Styles - Scoped to .products-section */
.products-section {
  background-color: rgba(255, 255, 255, 0.696);
  background-image: url("../images/bg_image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 6rem 0;
  position: relative;
}

.products-section-header {
  margin-bottom: 4rem;
}

.products-section-subtitle {
  color: var(--purple);
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 1rem;
}

.products-section-title {
  font-weight: 800;
  color: var(--black);
  margin-bottom: 1.5rem;
  font-size: 2.75rem;
  line-height: 1.2;
}

.products-section-title span {
  color: var(--purple);
  position: relative;
  z-index: 1;
}

.products-section-title span:after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 12px;
  background-color: rgba(255, 193, 7, 0.4);
  z-index: -1;
  transform: rotate(-1deg);
}

.products-section-divider {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, var(--purple), var(--yellow));
  margin: 2rem auto;
  border-radius: 2px;
}

.products-section-intro {
  color: #555;
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.15rem;
  line-height: 1.6;
}

/* Card Styles */
.products-section-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.03);
  position: relative;
}

.products-section-card-img {
  position: relative;
  overflow: hidden;
  height: 240px;
}

.products-section-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.products-section-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(111, 66, 193, 0.3),
    rgba(220, 53, 69, 0.2)
  );
  opacity: 0;
  transition: all 0.4s ease;
}

.products-section-card-body {
  padding: 1.75rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  background: white;
  z-index: 2;
}

.products-section-card-badge {
  display: inline-block;
  padding: 0.35rem 1rem;
  border-radius: 50px;
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  align-self: flex-start;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.products-section-card-title {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: var(--red);
  line-height: 1.3;
}

.products-section-card-desc {
  color: #666;
  margin-bottom: 1.75rem;
  flex-grow: 1;
  font-size: 0.95rem;
  line-height: 1.6;
}

.products-section-card-footer {
  margin-top: auto;
}

/* Button Styles */
.products-section-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  font-size: 0.95rem;
  border: none;
  width: 100%;
  color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-purple {
  background-color: var(--purple);
}

.btn-yellow {
  background-color: var(--yellow);
  color: var(--black);
}

.btn-red {
  background-color: var(--red);
}

.products-section-cta {
  display: inline-flex;
  align-items: center;
  padding: 1rem 2.5rem;
  background-color: white;
  color: var(--purple);
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 5px 20px rgba(111, 66, 193, 0.2);
  border: 2px solid var(--purple);
  font-size: 1.1rem;
  position: relative;
  overflow: hidden;
}

/* Hover Effects */
.products-section-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.products-section-card:hover .products-section-card-img img {
  transform: scale(1.1) rotate(1deg);
}

.products-section-card:hover .products-section-card-overlay {
  opacity: 1;
}

.products-section-card-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.btn-purple:hover {
  background-color: color-mix(in srgb, var(--purple) 60%, #000000 40%);
  color: white;
}

.btn-yellow:hover {
  background-color: color-mix(in srgb, var(--yellow) 60%, #000000 40%);
  color: var(--black);
}

.btn-red:hover {
  background-color: color-mix(in srgb, var(--red) 60%, #000000 40%);
  color: white;
}

.hvr-glow:hover {
  box-shadow: 0 0 20px rgba(255, 193, 7, 0.4);
}

.hvr-sweep-to-right:before {
  background: var(--purple);
  border-radius: 50px;
}
/* index parallax */
/* index parallax */
section.index-parallax {
  position: relative;
  height: auto;
  background-image: url("../images/index-parallax.webp");
  background-color: rgba(0, 0, 0, 0.638);
  background-blend-mode: overlay;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  padding: 6em 2em;
}
section.index-parallax .parallax-logo {
  width: 5em;
}
section.index-parallax .theme-btn {
  background-color: var(--red);
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
section.index-parallax .theme-btn:hover {
  background-color: var(--purple);
}
/* index brands */
/* Brands Section - Scoped Styles */
.brands-section {
  background-color: rgba(255, 255, 255, 0.63);
  background-image: url("../images/product_bg1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.brands-section-heading {
  font-weight: 800;
  color: var(--black);
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.brands-section-heading span {
  position: relative;
}

.brands-section-heading span:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: rgba(220, 53, 69, 0.3);
  z-index: -1;
}

.brands-section-divider {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, var(--purple), var(--yellow));
  margin: 1.5rem auto;
}

.brands-section-subtitle {
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.1rem;
}

/* Slider Container */
.brands-section-slider-container {
  padding: 2rem 0;
}

/* Brand Card */
.brands-section-card {
  background: white;
  border-radius: 8px;
  padding: 1.5rem;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.brands-section-card img {
  max-height: 80px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.4s ease;
}

.brands-section-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(111, 66, 193, 0.1),
    rgba(255, 193, 7, 0.1)
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
}

/* Navigation Arrows */
.brands-swiper-prev,
.brands-swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.brands-swiper-prev {
  left: -20px;
}

.brands-swiper-next {
  right: -20px;
}

.brands-swiper-prev:hover,
.brands-swiper-next:hover {
  background: var(--purple);
  color: white;
}

/* Hover Effects */
.brands-section-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.brands-section-card:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.brands-section-card:hover .brands-section-card-overlay {
  opacity: 1;
}
/* index page ends */
/* about page starts */
/* Our Story Section Styles */
.our-story {
  background: linear-gradient(135deg, var(--smoky) 0%, #ffffff 100%);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.our-story::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(255, 193, 7, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.our-story::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    rgba(220, 53, 69, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
  animation: float 8s ease-in-out infinite reverse;
}

.our-story .section-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 1rem;
  position: relative;
  letter-spacing: -1px;
}

.our-story .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--red) 0%, var(--yellow) 100%);
  border-radius: 2px;
}

.our-story .section-subtitle {
  font-size: 1.3rem;
  color: var(--purple);
  font-weight: 600;
  margin-bottom: 3rem;
}

.our-story .story-content {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 20px 40px rgba(16, 16, 16, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 2;
}

.our-story .story-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--red) 0%,
    var(--yellow) 50%,
    var(--purple) 100%
  );
  border-radius: 20px 20px 0 0;
}

.our-story .story-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--black);
  margin-bottom: 2rem;
}

.our-story .story-highlight {
  background: linear-gradient(120deg, var(--yellow) 0%, transparent 100%);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-weight: 600;
}

.our-story .story-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  transition: all 0.4s ease;
  height: 926px;
}

.our-story .story-image-container:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 35px 70px rgba(16, 16, 16, 0.25);
}

.our-story .story-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}

.our-story .story-image-container:hover .story-image {
  transform: scale(1.1);
  /* transition: all 0.6s ease; */
}

.our-story .story-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    rgba(220, 53, 69, 0.3) 0%,
    rgba(255, 193, 7, 0.3) 100%
  );
  opacity: 0;
  transition: all 0.4s ease;
}

.our-story .story-image-container:hover .story-image-overlay {
  opacity: 1;
}

/* Core Values Cards */
.our-story .values-section {
  margin-top: 6rem;
}

.our-story .values-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--black);
  text-align: center;
  margin-bottom: 3rem;
}

.our-story .value-card {
  display: flex;
  align-items: center;
  background: linear-gradient(145deg, #fff 0%, #cf8ad8 100%);
  border-radius: 20px;
  padding: 1rem;
  text-align: center;
  border: none;
  box-shadow: 0 15px 35px rgba(16, 16, 16, 0.08);
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.our-story .value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(16, 16, 16, 0.15);
}

.our-story .value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: left 0.6s ease;
}

.our-story .value-card:hover::before {
  left: 100%;
}

.our-story .value-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-right: 1.5rem;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: white;
  position: relative;
  transition: all 0.4s ease;
}

.our-story .vision-icon {
  background: linear-gradient(135deg, var(--purple) 0%, #8b5cf6 100%);
}

.our-story .mission-icon {
  background: linear-gradient(135deg, var(--red) 0%, #ff6b6b 100%);
}

.our-story .values-icon {
  background: linear-gradient(135deg, var(--yellow) 0%, #ffd93d 100%);
}

.our-story .value-card:hover .value-icon {
  transform: rotateY(360deg) scale(1.1);
}

.our-story .value-content {
  text-align: left;
}

.our-story .value-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.our-story .value-card:hover .value-title {
  color: var(--purple);
}

.our-story .value-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

/* Floating Animation */
@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}
/* about parallax */
/* Hero Showcase Section Styles */
.hero-showcase {
  background: linear-gradient(
    135deg,
    var(--black) 0%,
    #1a1a2e 50%,
    var(--purple) 100%
  );
  background-attachment: fixed;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

.hero-showcase::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
      circle at 25% 25%,
      rgba(255, 193, 7, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 75% 75%,
      rgba(220, 53, 69, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 50% 50%,
      rgba(111, 66, 193, 0.05) 0%,
      transparent 50%
    );
  animation: backgroundPulse 8s ease-in-out infinite alternate;
}

.hero-showcase .hero-content-wrapper {
  position: relative;
  z-index: 10;
  padding: 3rem 1rem;
}

/* Logo Styles */
.hero-showcase .logo-container {
  position: relative;
  display: inline-block;
  margin-bottom: 3rem;
}

.hero-showcase .hero-logo {
  max-width: 200px;
  height: auto;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 0 20px rgba(255, 193, 7, 0.5));
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hero-showcase .logo-container:hover .hero-logo {
  transform: scale(1.1) rotate(5deg);
  filter: drop-shadow(0 0 30px rgba(255, 193, 7, 0.8));
}

.hero-showcase .logo-glow-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  border: 2px solid rgba(255, 193, 7, 0.3);
  border-radius: 50%;
  animation: logoRingPulse 3s ease-in-out infinite;
}

.hero-showcase .logo-glow-ring::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 1px solid rgba(220, 53, 69, 0.2);
  border-radius: 50%;
  animation: logoRingPulse 3s ease-in-out infinite reverse;
}

/* Main Title Styles */
.hero-showcase .hero-main-title {
  font-size: 4rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 2.5rem;
  line-height: 1.2;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  letter-spacing: -1px;
}

.hero-showcase .title-highlight {
  background: linear-gradient(
    45deg,
    var(--yellow) 0%,
    var(--red) 50%,
    var(--purple) 100%
  );
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientShift 4s ease-in-out infinite;
  display: inline-block;
  font-weight: 900;
}

/* Feature Badges */
.hero-showcase .hero-features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.hero-showcase .feature-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 1rem 1.5rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.4s ease;
  cursor: default;
}

.hero-showcase .feature-badge:hover {
  background: rgba(255, 193, 7, 0.2);
  border-color: rgba(255, 193, 7, 0.4);
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(255, 193, 7, 0.3);
}

.hero-showcase .feature-badge i {
  font-size: 1.1rem;
  color: var(--yellow);
}

/* CTA Buttons */
.hero-showcase .hero-cta-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.hero-showcase .primary-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: linear-gradient(135deg, var(--red) 0%, var(--yellow) 100%);
  color: #ffffff;
  padding: 1.2rem 2.5rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(220, 53, 69, 0.4);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.hero-showcase .primary-cta-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: all 0.6s ease;
}

.hero-showcase .primary-cta-btn:hover::before {
  left: 100%;
}

.hero-showcase .primary-cta-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 15px 35px rgba(220, 53, 69, 0.6);
  text-decoration: none;
  color: #ffffff;
}

.hero-showcase .secondary-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: transparent;
  color: #ffffff;
  padding: 1.2rem 2.5rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.4s ease;
}

.hero-showcase .secondary-cta-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--yellow);
  color: var(--yellow);
  text-decoration: none;
  transform: translateY(-3px);
}

/* Floating Sparks */
.hero-showcase .floating-spark {
  position: absolute;
  color: var(--yellow);
  font-size: 1.5rem;
  opacity: 0.6;
  animation: sparkFloat 6s ease-in-out infinite;
  z-index: 1;
}

.hero-showcase .spark-1 {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
  animation-duration: 8s;
}

.hero-showcase .spark-2 {
  top: 30%;
  right: 15%;
  animation-delay: 2s;
  animation-duration: 6s;
}

.hero-showcase .spark-3 {
  bottom: 25%;
  left: 20%;
  animation-delay: 4s;
  animation-duration: 7s;
}

.hero-showcase .spark-4 {
  bottom: 40%;
  right: 10%;
  animation-delay: 1s;
  animation-duration: 9s;
}

/* Background Fireworks */
.hero-showcase .bg-firework {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--yellow);
  border-radius: 50%;
  box-shadow: 0 0 20px var(--yellow);
}

.hero-showcase .firework-1 {
  top: 15%;
  left: 25%;
  animation: fireworkBurst 4s ease-in-out infinite;
  animation-delay: 1s;
}

.hero-showcase .firework-2 {
  top: 60%;
  right: 30%;
  animation: fireworkBurst 5s ease-in-out infinite;
  animation-delay: 3s;
}

.hero-showcase .firework-3 {
  bottom: 20%;
  left: 70%;
  animation: fireworkBurst 6s ease-in-out infinite;
  animation-delay: 2s;
}

/* Animations */
@keyframes backgroundPulse {
  0%,
  100% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
}

@keyframes logoRingPulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.6;
  }
}

@keyframes gradientShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes sparkFloat {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0.4;
  }
  25% {
    transform: translateY(-20px) rotate(90deg);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-10px) rotate(180deg);
    opacity: 0.6;
  }
  75% {
    transform: translateY(-30px) rotate(270deg);
    opacity: 0.7;
  }
}

@keyframes fireworkBurst {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/* about whychoose section */
/* Excellence Showcase Section */
.excellence-showcase {
  background: linear-gradient(180deg, #ffffff 0%, var(--smoky) 100%);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.excellence-showcase::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--red) 25%,
    var(--yellow) 50%,
    var(--purple) 75%,
    transparent 100%
  );
}

/* Section Header */
.excellence-showcase .section-header {
  margin-bottom: 5rem;
}

.excellence-showcase .section-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--purple) 0%, var(--red) 100%);
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(111, 66, 193, 0.3);
}

.excellence-showcase .section-main-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 2rem;
  line-height: 1.2;
  letter-spacing: -1px;
}

.excellence-showcase .title-accent {
  background: linear-gradient(
    45deg,
    var(--red) 0%,
    var(--yellow) 50%,
    var(--purple) 100%
  );
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientFlow 3s ease-in-out infinite;
}

.excellence-showcase .title-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.excellence-showcase .decoration-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--red) 0%, var(--yellow) 100%);
  border-radius: 1px;
}

.excellence-showcase .decoration-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--yellow) 0%, var(--red) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
}

.excellence-showcase .section-description {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

/* Features Grid */
.excellence-showcase .features-grid {
  margin-bottom: 5rem;
}

.excellence-showcase .advantage-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(16, 16, 16, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  height: 100%;
}

.excellence-showcase .advantage-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--red) 0%,
    var(--yellow) 50%,
    var(--purple) 100%
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.excellence-showcase .advantage-card:hover::before {
  transform: scaleX(1);
}

.excellence-showcase .advantage-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(16, 16, 16, 0.15);
}

.excellence-showcase .card-header {
  padding: 2.5rem 2rem 1rem;
  text-align: center;
}

.excellence-showcase .advantage-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: white;
  margin: 0 auto 1.5rem;
  position: relative;
  transition: all 0.4s ease;
}

.excellence-showcase .premium-icon {
  background: linear-gradient(135deg, var(--yellow) 0%, #ffb347 100%);
  box-shadow: 0 8px 25px rgba(255, 193, 7, 0.4);
}

.excellence-showcase .safety-icon {
  background: linear-gradient(135deg, var(--red) 0%, #ff6b6b 100%);
  box-shadow: 0 8px 25px rgba(220, 53, 69, 0.4);
}

.excellence-showcase .value-icon {
  background: linear-gradient(135deg, var(--purple) 0%, #8b5cf6 100%);
  box-shadow: 0 8px 25px rgba(111, 66, 193, 0.4);
}

.excellence-showcase .delivery-icon {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  box-shadow: 0 8px 25px rgba(40, 167, 69, 0.4);
}

.excellence-showcase .support-icon {
  background: linear-gradient(135deg, #17a2b8 0%, #6f42c1 100%);
  box-shadow: 0 8px 25px rgba(23, 162, 184, 0.4);
}

.excellence-showcase .variety-icon {
  background: linear-gradient(135deg, #fd7e14 0%, var(--red) 100%);
  box-shadow: 0 8px 25px rgba(253, 126, 20, 0.4);
}

.excellence-showcase .advantage-card:hover .advantage-icon {
  transform: scale(1.1) rotateY(360deg);
}

.excellence-showcase .advantage-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 0;
}

.excellence-showcase .card-body {
  padding: 0 2rem 2.5rem;
}

.excellence-showcase .advantage-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 1.5rem;
}

.excellence-showcase .quality-indicators {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.excellence-showcase .indicator {
  background: linear-gradient(135deg, var(--smoky) 0%, #e9ecef 100%);
  color: var(--purple);
  padding: 0.3rem 0.8rem;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
  border: 1px solid rgba(111, 66, 193, 0.2);
}

/* Call to Action Section */
.excellence-showcase .cta-section {
  background: #db0372;
  border-radius: 25px;
  padding: 3rem 2rem;
  box-shadow: 0 10px 30px rgba(16, 16, 16, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.excellence-showcase .cta-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 1rem;
}

.excellence-showcase .cta-subtitle {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 2rem;
}

.excellence-showcase .cta-button {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: linear-gradient(135deg, var(--purple) 0%, var(--red) 100%);
  color: white;
  padding: 1.2rem 2.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(111, 66, 193, 0.4);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.excellence-showcase .cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: all 0.6s ease;
}

.excellence-showcase .cta-button:hover::before {
  left: 100%;
}

.excellence-showcase .cta-button:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 15px 35px rgba(111, 66, 193, 0.6);
  text-decoration: none;
  color: white;
}

.excellence-showcase .cta-button i {
  font-size: 1.3rem;
  transition: transform 0.3s ease;
}

.excellence-showcase .cta-button:hover i {
  transform: translateX(5px);
}

/* Floating Elements */
.excellence-showcase .floating-element {
  position: absolute;
  color: rgba(255, 193, 7, 0.3);
  font-size: 1.5rem;
  animation: gentleFloat 8s ease-in-out infinite;
  z-index: 1;
}

.excellence-showcase .element-1 {
  top: 15%;
  right: 10%;
  animation-delay: 0s;
}

.excellence-showcase .element-2 {
  bottom: 20%;
  left: 8%;
  animation-delay: 4s;
}

/* Animations */
@keyframes gradientFlow {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes gentleFloat {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0.3;
  }
  50% {
    transform: translateY(-15px) rotate(180deg);
    opacity: 0.6;
  }
}
/* about page ends */
/* safety tips page */
.safety-tips {
  position: relative;
  overflow: hidden;
}

.safety-tips .divider i {
  transition: all 0.3s ease;
}

.safety-nav {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.safety-nav-item {
  padding: 15px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
  display: flex;
  align-items: center;
}

.safety-nav-item.active {
  background-color: var(--smoky);
  border-left-color: var(--red);
  font-weight: 600;
}

.safety-nav-item:not(.active):hover {
  background-color: rgba(220, 53, 69, 0.1);
}

.safety-content {
  display: none;
  transition: opacity 0.3s ease;
}

.safety-content.active {
  display: block;
  opacity: 1;
}

.safety-header {
  margin-bottom: -1px; /* Fixes gap between header and body */
}

.safety-card {
  background: white;
  border-radius: 6px;
  height: 100%;
  transition: all 0.3s ease;
}
.safety-icon {
  font-size: 2rem;
  text-align: center;
  position: relative;
}

.safety-icon i {
  transition: transform 0.3s ease;
}

.safety-card:hover .safety-icon i {
  transform: scale(1.1);
}

.btn-red {
  background-color: var(--red);
  color: white;
  font-weight: 600;
}
.btn-purple {
  background-color: var(--purple);
  color: white;
  font-weight: 600;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* contact page */
/* Scoped to .fireworks-contact section */
.fireworks-contact {
  position: relative;
  overflow: hidden;
  background-color: #1c2068;
  padding: 3rem 0;
}

/* Header Styles */
.fireworks-contact .contact-badge {
  display: inline-block;
  background: var(--red);
  color: white;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.8rem;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.fireworks-contact .contact-title {
  font-weight: 800;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 20px;
  color: white;
}

.fireworks-contact .contact-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--red), var(--yellow));
  margin: 15px auto;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.fireworks-contact .contact-subtitle {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
  color: var(--yellow);
}

/* Card Styles */
.fireworks-contact .contact-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
}

.fireworks-contact .contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(220, 53, 69, 0.3);
  border-color: rgba(220, 53, 69, 0.3);
}

.fireworks-contact .card-decoration {
  height: 5px;
  width: 100%;
  transition: all 0.3s ease;
}

.fireworks-contact .contact-card:hover .card-decoration {
  height: 8px;
}

.fireworks-contact .card-icon-wrapper {
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -35px auto 20px;
  position: relative;
  z-index: 1;
  border: 3px solid var(--black);
  transition: all 0.3s ease;
  margin-top: 2em;
}

.fireworks-contact .card-icon {
  font-size: 1.8rem;
}

.fireworks-contact .card-body {
  padding: 0 25px 25px;
}

.fireworks-contact .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  color: white;
}

.fireworks-contact .card-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: var(--yellow);
  margin: 10px auto;
  transition: all 0.3s ease;
}

.fireworks-contact .contact-card:hover .card-title::after {
  width: 60px;
  background: var(--red);
}

/* Address Styles */
.fireworks-contact .contact-address {
  font-style: normal;
  margin-bottom: 20px;
}

.fireworks-contact .address-line {
  display: block;
  color: var(--smoky);
  transition: color 0.3s ease;
}

/* Link Styles */
.fireworks-contact .contact-link {
  display: inline-flex;
  align-items: center;
  color: var(--yellow);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.fireworks-contact .contact-link i {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

/* Hours Styles */
.fireworks-contact .contact-hours {
  list-style: none;
  padding: 0;
}

.fireworks-contact .hour-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.fireworks-contact .hour-item.special {
  background: rgba(255, 193, 7, 0.1);
  margin: 0 -15px;
  padding: 10px 15px;
  border-radius: 5px;
}

.fireworks-contact .hour-day {
  font-weight: 600;
}

.fireworks-contact .hour-time {
  color: var(--smoky);
}

/* Map Styles */
.fireworks-contact .map-container {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}

.fireworks-contact .map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 0%,
    transparent 100%
  );
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fireworks-contact .map-btn {
  background: var(--red);
  color: white;
  padding: 8px 15px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.fireworks-contact .map-embed {
  height: 100%;
  min-height: 300px;
}

/* Visit Info Styles */
.fireworks-contact .visit-info {
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.fireworks-contact .visit-title {
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  color: white;
}

.fireworks-contact .sparkle-divider {
  text-align: center;
  margin-bottom: 25px;
}

.fireworks-contact .visit-detail {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.fireworks-contact .visit-icon {
  font-size: 1.5rem;
  margin-right: 15px;
  flex-shrink: 0;
}

.fireworks-contact .visit-btn {
  display: block;
  background: linear-gradient(45deg, var(--red), var(--purple));
  color: white;
  text-align: center;
  padding: 12px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 25px;
  transition: all 0.3s ease;
}

/* Safety CTA Styles */
.fireworks-contact .safety-cta {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

.fireworks-contact .safety-icon {
  font-size: 2.5rem;
  margin-right: 20px;
  transition: all 0.3s ease;
  color: var(--yellow);
}

.fireworks-contact .safety-link {
  color: var(--yellow);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
/* footer styles */
/* Footer Styles - Scoped to .fireworks-footer */
.fireworks-footer {
  background-color: #1e3053fc;
  position: relative;
  overflow: hidden;
}

.fireworks-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--red),
    var(--yellow),
    var(--purple),
    var(--red)
  );
  background-size: 300% 100%;
  animation: gradientBG 8s ease infinite;
}

@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.fireworks-footer .footer-title {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.fireworks-footer .footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--yellow);
}

.fireworks-footer .footer-about {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  font-size: 0.95rem;
}

.fireworks-footer .footer-nav a {
  display: block;
  transition: all 0.3s ease;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}

.fireworks-footer .footer-nav a:hover {
  color: var(--yellow);
  transform: translateX(5px);
}

.fireworks-footer .footer-contact p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.5;
}

.fireworks-footer .footer-hours li span:last-child {
  font-weight: 500;
  color: var(--yellow);
}

.fireworks-footer .btn-yellow {
  background-color: var(--yellow);
  font-weight: 500;
}

.fireworks-footer .btn-yellow:hover {
  background-color: #e0a800;
}

.fireworks-footer .text-yellow {
  color: var(--yellow);
}
/* utility classes */
.text-red {
  color: var(--red) !important;
}
.text-yellow {
  color: var(--yellow);
}
.text-purple {
  color: var(--purple);
}
.text-black {
  color: var(--black);
}
.text-smoky {
  color: var(--smoky);
}
.bg-red {
  background-color: var(--red);
}
.bg-yellow {
  background-color: var(--yellow);
}
.bg-purple {
  background-color: var(--purple);
}
.bg-black {
  background-color: var(--black);
}
.bg-smoky {
  background-color: var(--smoky);
}
.nav-fixed-top {
  position: fixed;
  top: 112px;
  width: 100%;
  z-index: 1030;
}
.hidden {
  display: none !important;
}
/* font family  */
.body-font {
  font-family: Helvetica, sans-serif !important;
}
/* Theme Button Utility Styles (for <a> tags) */
.theme-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffc107;
  color: #343a40;
  border: none;
  border-radius: 30px;
  padding: 10px 15px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-decoration: none;
  width: 50%;
}

.theme-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: all 0.6s ease;
}

.theme-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-size: 1.2rem;
  transition: transform 0.5s ease, color 0.3s ease;
}

.theme-text {
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Hover animations */
.theme-btn:hover {
  background-color: rgba(209, 48, 61, 0.95);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(230, 57, 70, 0.3);
  color: #fff;
  text-decoration: none;
}

.theme-btn:hover::before {
  left: 100%;
}

.theme-btn:hover .theme-icon {
  transform: rotate(45deg);
}

/* Active state */
.theme-btn:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(230, 57, 70, 0.2);
  transition: all 0.2s ease;
}

/* Focus state - for accessibility */
.theme-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.4), 0 4px 15px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #fff;
}

/* Additional utility classes for flexibility */
.theme-btn-sm {
  padding: 8px 12px;
  font-size: 0.9rem;
}

.theme-btn-lg {
  padding: 12px 20px;
  font-size: 1.1rem;
}

.theme-btn-rounded {
  border-radius: 50px;
}

.theme-btn-square {
  border-radius: 5px;
}

/* Different theme button color variations */
.theme-btn-blue {
  background-color: rgba(25, 118, 210, 0.9);
}

.theme-btn-blue:hover {
  background-color: rgba(21, 101, 192, 0.95);
  box-shadow: 0 6px 20px rgba(25, 118, 210, 0.3);
}

.theme-btn-green {
  background-color: rgba(76, 175, 80, 0.9);
}

.theme-btn-green:hover {
  background-color: rgba(56, 142, 60, 0.95);
  box-shadow: 0 6px 20px rgba(76, 175, 80, 0.3);
}

/* Theme button position utilities */
.theme-toggle-top-left {
  top: 20px;
  left: 20px;
  right: auto;
}

.theme-toggle-bottom-right {
  top: auto;
  bottom: 20px;
  right: 20px;
}

.theme-toggle-bottom-left {
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}
/* theme button 2 */
.theme-button {
  position: relative;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--purple));
  border: none;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  transition: background 0.4s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 15px var(--red);
  z-index: 1;
}

/* Pseudo-element for animated overlay */
.theme-button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, var(--yellow), transparent 60%);
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: -1;
}

/* Pulse Ring */
.theme-button::after {
  content: "";
  position: absolute;
  inset: -10px;
  border: 2px solid var(--yellow);
  border-radius: 60px;
  animation: pulse 2.5s infinite;
  z-index: -2;
}

/* Hover Effects */
.theme-button:hover {
  transform: scale(1.05);
  background: linear-gradient(135deg, var(--purple), var(--yellow));
  box-shadow: 0 0 25px var(--yellow);
}

.theme-button:hover::before {
  opacity: 0.3;
  transform: scale(1);
}

/* Click Animation */
.theme-button:active {
  transform: scale(0.95);
  box-shadow: 0 0 10px var(--red);
}

/* Pulse Keyframes */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

/* custom css ends */
.w0 {
  width: 0%;
}
.fixed {
  position: fixed;
  z-index: 2;
}
.priceicn {
  width: 50px;
}
.priceicn2 {
  width: 120px;
}
.point {
  bottom: 10px;
  left: 10px;
}
.point1 {
  bottom: 70px;
  left: 10px;
}
.point2 {
  bottom: 15px;
  right: 10px;
}
.blink {
  -webkit-animation: blink 1s;
  animation: blink 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes sparkle {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(3);
    opacity: 0.8;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}

@keyframes animate-fade-in {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes animate-slide-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Animations */
@keyframes glow {
  0% {
    text-shadow: 0 0 10px rgba(255, 165, 0, 0.5);
  }
  100% {
    text-shadow: 0 0 20px rgba(255, 165, 0, 0.8), 0 0 30px rgba(255, 69, 0, 0.5);
  }
}
/* media queries */
/* ************************************************************************************************* */
/* mobile media query */
@media (min-width: 1px) and (max-width: 767.98px) {
  /* nav */
  .nav-fixed-top {
    top: 0;
  }
  /* footer */
  .fireworks-footer {
    text-align: center;
  }

  .fireworks-footer .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .fireworks-footer .footer-contact li,
  .fireworks-footer .footer-nav {
    justify-content: center;
    text-align: center;
  }

  .fireworks-footer .footer-hours li {
    justify-content: space-between;
  }

  .fireworks-footer .footer-social {
    justify-content: center;
  }
  /* contact page */
  .fireworks-contact .contact-card {
    margin-bottom: 30px;
  }

  .fireworks-contact .card-icon-wrapper {
    width: 60px;
    height: 60px;
    margin: 2em auto;
  }

  .fireworks-contact .visit-detail {
    flex-direction: column;
    text-align: center;
  }

  .fireworks-contact .visit-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .fireworks-contact .safety-cta {
    flex-direction: column;
    text-align: center;
  }

  .fireworks-contact .safety-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
  /* safety page  */
  .safety-nav {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }

  .safety-nav-item {
    min-width: 160px;
    border-left: none;
    border-bottom: 4px solid transparent;
    justify-content: center;
  }

  .safety-nav-item.active {
    border-left: none;
    border-bottom-color: var(--red);
  }

  .safety-card {
    margin-bottom: 15px;
  }
  /* about why choose us  */
  .excellence-showcase {
    padding: 80px 0;
  }

  .excellence-showcase .section-header {
    margin-bottom: 3rem;
  }

  .excellence-showcase .section-main-title {
    font-size: 2.2rem;
  }

  .excellence-showcase .section-description {
    font-size: 1rem;
  }

  .excellence-showcase .features-grid {
    margin-bottom: 3rem;
  }

  .excellence-showcase .card-header {
    padding: 2rem 1.5rem 1rem;
  }

  .excellence-showcase .card-body {
    padding: 0 1.5rem 2rem;
  }

  .excellence-showcase .advantage-icon {
    width: 60px;
    height: 60px;
    font-size: 1.8rem;
  }

  .excellence-showcase .advantage-title {
    font-size: 1.2rem;
  }

  .excellence-showcase .cta-section {
    padding: 2rem 1.5rem;
  }

  .excellence-showcase .cta-title {
    font-size: 1.8rem;
  }

  .excellence-showcase .cta-button {
    padding: 1rem 2rem;
    font-size: 0.9rem;
  }

  .excellence-showcase .floating-element {
    font-size: 1rem;
  }
  /* about showcase */
  .hero-showcase {
    padding: 60px 0;
    min-height: 90vh;
  }

  .hero-showcase .hero-content-wrapper {
    padding: 2rem 1rem;
  }

  .hero-showcase .hero-logo {
    max-width: 150px;
  }

  .hero-showcase .logo-glow-ring {
    width: 200px;
    height: 200px;
  }

  .hero-showcase .hero-main-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }

  .hero-showcase .hero-features {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
  }

  .hero-showcase .feature-badge {
    padding: 0.8rem 1.2rem;
    font-size: 0.85rem;
  }

  .hero-showcase .hero-cta-container {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .hero-showcase .primary-cta-btn,
  .hero-showcase .secondary-cta-btn {
    padding: 1rem 2rem;
    font-size: 1rem;
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }

  .hero-showcase .floating-spark {
    font-size: 1rem;
  }
  /* about intro story */
  .our-story {
    padding: 80px 0;
  }

  .our-story .section-title {
    font-size: 2.5rem;
    text-align: center;
  }

  .our-story .section-subtitle {
    font-size: 1.1rem;
    text-align: center;
  }

  .our-story .story-content {
    padding: 2rem 1.5rem;
    margin-bottom: 3rem;
  }

  .our-story .story-text {
    font-size: 1rem;
  }

  .our-story .story-image {
    height: 300px;
  }

  .our-story .values-title {
    font-size: 2.2rem;
  }

  .our-story .value-card {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
  .our-story .story-image-container {
    height: fit-content;
  }
  /* index brands */
  .brands-section-heading {
    font-size: 1.8rem;
  }

  .brands-section-subtitle {
    font-size: 1rem;
  }

  .brands-section-card {
    height: 110px;
    padding: 0.75rem;
  }

  .brands-section-card img {
    max-height: 60px;
  }

  .brands-swiper-prev,
  .brands-swiper-next {
    width: 30px;
    height: 30px;
    font-size: 0.8rem;
  }

  .brands-swiper-prev {
    left: -10px;
  }

  .brands-swiper-next {
    right: -10px;
  }
  /* index products */
  .products-section {
    padding: 4rem 0;
  }

  .products-section-title {
    font-size: 2rem;
  }

  .products-section-subtitle {
    font-size: 0.8rem;
  }

  .products-section-card-img {
    height: 220px;
  }

  .products-section-card {
    margin-bottom: 2rem;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  /* index counter */
  .index-counter {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .index-counter .index-counter-title {
    font-size: 2rem;
  }

  .index-counter .index-counter-item {
    margin-bottom: 1.5rem;
  }

  .index-counter .index-counter-icon-container {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }

  .index-counter .index-counter-number {
    font-size: 2rem;
  }
  /* welcome section */
  .welcome-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .welcome-section .welcome-section-title {
    font-size: 2rem;
  }
  .welcome-section .welcome-section-badge {
    transform: none;
    box-shadow: none;
    top: -26px;
    right: 11%;
  }
  .welcome-section .welcome-section-image-container {
    transform: none;
    margin-bottom: 2rem;
  }

  .welcome-section .welcome-section-cta .btn {
    font-size: 1rem;
    padding: 0.75rem;
  }
  .welcome-section .welcome-section-contact-icon {
    width: 60px;
    height: 60px;
  }
  .welcome-section .certificate-icon {
    width: 40px;
    height: 40px;
  }
  /* header */
  .fireworks-header .header-main {
    padding: 15px 0;
  }

  .fireworks-header .logo-container {
    justify-content: center;
  }

  .fireworks-header .info-box {
    margin-bottom: 10px;
    padding: 10px;
  }

  .fireworks-header .navbar-nav .nav-link {
    padding: 10px 15px;
  }
  .pad {
    padding: 40px 0;
  }
  section.index-parallax {padding: 2em 2em;}
}
/* tablet media query */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* navbar fixed */
  .nav-fixed-top {
    position: fixed;
    top: 160px;
    width: 100%;
    z-index: 1030;
  }
  /* footer */
  .fireworks-footer .footer-title {
    font-size: 1.1rem;
  }

  .fireworks-footer .footer-about,
  .fireworks-footer .footer-contact p {
    font-size: 0.9rem;
  }

  .fireworks-footer .footer-nav a {
    font-size: 0.95rem;
  }
  /* contact page */
  .fireworks-contact .card-body {
    padding: 0 15px 15px;
  }

  .fireworks-contact .visit-info {
    padding: 15px;
  }
  .contact-card .method-list {
    padding: 0;
  }
  /* safety page */
  .safety-nav-item {
    padding: 12px 15px;
    font-size: 0.9rem;
  }

  .safety-card h5 {
    font-size: 1rem;
  }

  .safety-card p {
    font-size: 0.8rem;
  }
  /* about whychoose us */
  .excellence-showcase {
    padding: 100px 0;
    padding-bottom: 0 !important;
  }

  .excellence-showcase .section-main-title {
    font-size: 2.8rem;
  }

  .excellence-showcase .features-grid {
    margin-bottom: 4rem;
  }

  .excellence-showcase .cta-title {
    font-size: 2rem;
  }
  /* about showcase */
  .hero-showcase {
    padding: 80px 0;
  }

  .hero-showcase .hero-logo {
    max-width: 175px;
  }

  .hero-showcase .logo-glow-ring {
    width: 225px;
    height: 225px;
  }

  .hero-showcase .hero-main-title {
    font-size: 3.2rem;
  }

  .hero-showcase .hero-features {
    gap: 1.2rem;
  }

  .hero-showcase .hero-cta-container {
    gap: 1.5rem;
  }

  .hero-showcase .primary-cta-btn,
  .hero-showcase .secondary-cta-btn {
    padding: 1.1rem 2.2rem;
  }
  /* about intro story */
  .our-story {
    padding: 100px 0;
  }

  .our-story .section-title {
    font-size: 3rem;
  }

  .our-story .story-content {
    padding: 2.5rem;
    margin-bottom: 3rem;
  }

  .our-story .story-image {
    object-fit: cover;
  }

  .our-story .values-title {
    font-size: 2.5rem;
  }
  .our-story .story-image-container {
    height: 100%;
    width: 100%;
  }
  /* index brands */
  .brands-section-heading {
    font-size: 2rem;
  }

  .brands-section-card {
    height: 130px;
    padding: 1rem;
  }

  .brands-section-card img {
    max-height: 70px;
  }
  /* index products */
  .products-section {
    padding: 5rem 0;
  }

  .products-section-title {
    font-size: 2.25rem;
  }

  .products-section-card-img {
    height: 200px;
  }

  .products-section-card-body {
    padding: 1.5rem;
  }
  /* index counter */
  .index-counter .index-counter-title {
    font-size: 2.5rem;
  }

  .index-counter .index-counter-icon-container {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }

  .index-counter .index-counter-number {
    font-size: 2.5rem;
  }
  /* index welcome */
  .welcome-section .welcome-section-title {
    font-size: 2.5rem;
  }

  .welcome-section .welcome-section-content {
    padding: 2rem !important;
  }

  .welcome-section .welcome-section-feature {
    font-size: 0.9rem;
  }
  /* header */
  .fireworks-header .info-icon i {
    font-size: 1.5rem;
  }

  .fireworks-header .info-box h6 {
    font-size: 0.9rem;
  }

  .fireworks-header .info-box p {
    font-size: 0.8rem;
  }
  /* about-parallax */
  .pad {
    padding: 40px 0;
  }
}
/* ******************* */
#notfound {
  position: relative;
  height: 100vh;
}
#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.notfound {
  max-width: 410px;
  width: 100%;
  text-align: center;
}
.oopslogo {
  width: 350px;
}
.notfound h2 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.notfound p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 5px;
}
.notfound a {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #0046d5;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  box-shadow: 0px 4px 15px -5px #0046d5;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 142px;
  }
}

.time-of-year {
  margin: 100px 75px 10px 75px;
  position: relative;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.time-of-year .tooltip {
  background: #db2a1b;
  border-radius: 3px;
  bottom: -49px;
  font-size: 20px;
  display: block;
  left: -67px;
  padding: 15px;
  pointer-events: none;
  position: absolute;
  width: 320px;
  height: 100px;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.time-of-year .tooltip::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #db2a1b;
  bottom: 58px;
  content: " ";
  position: absolute;
  left: 0%;
  margin-left: -13px;
  transform: rotate(92deg);
}
.time-of-year:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}