@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
:root {
  --color1: #dc143c; /* Red */
  --color2: #d3e809; /* yellowgreen */
  --color3: #9932cc; /* Purple */
  --color4: #121212; /* Dark */
  --color5: #ffffff; /* White */
}
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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold !important;
  font-family: Arial, sans-serif !important;
}
p,
a,
li,
body {
  font-family: Helvetica, sans-serif !important;
  font-weight: normal !important;
}
/* custom css starts */
/* ==================== 
   Sparkle Header Topbar
   ==================== */
.sparkle-header-topbar {
  background-color: var(--color1);
  color: var(--color5);
  position: relative;
  overflow: hidden;
  z-index: 1031;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.sparkle-header-topbar .marquee-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sparkle-header-topbar .bi {
  margin-right: 5px;
}

.sparkle-header-topbar a {
  color: var(--color5);
  transition: all 0.3s ease;
  text-decoration: none;
}

.sparkle-header-topbar a:hover {
  color: var(--color2);
}

/* ==================== 
	 Sparkle Header Main
	 ==================== */
.sparkle-header {
  background-color: var(--color5);
  position: relative;
}
header h1 {
  color: white;
}
/* Top Info Bar */
.sparkle-top-info {
  background-color: var(--color4);
  color: var(--color5);
  font-size: 0.85rem;
}

.sparkle-top-info .info-item {
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
}

.sparkle-top-info .info-item i {
  margin-right: 6px;
  color: var(--color2);
  font-size: 1rem;
}

.sparkle-top-info .info-item a {
  color: var(--color5);
  text-decoration: none;
  transition: all 0.3s ease;
}

.sparkle-top-info .info-item a:hover {
  color: var(--color2);
}

.sparkle-top-info .social-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sparkle-top-info .social-link {
  color: var(--color5);
  margin-left: 12px;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 1rem;
}

.sparkle-top-info .social-link:hover {
  color: var(--color2);
  transform: translateY(-2px);
}

/* Main Header Area */
.sparkle-main-header-wrapper {
  background-color: var(--color5);
  position: relative;
  z-index: 10;
}

.sparkle-main-header {
  background-color: var(--color2);
  position: relative;
}

.sparkle-logo-area {
  position: relative;
  z-index: 5;
}

.sparkle-logo {
  padding: 5px 0;
  position: relative;
  z-index: 2;
}

.sparkle-logo img {
  max-width: 43%;
}

/* Navigation */
.sparkle-navigation .nav {
  height: 100%;
}

.sparkle-navigation .nav-item {
  position: relative;
  display: flex;
  align-items: center;
}

.sparkle-navigation .nav-link {
  color: var(--color4);
  font-weight: 600;
  padding: 0.5rem 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  position: relative;
  font-weight: bold !important;
}

.sparkle-navigation .nav-link:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 0;
  height: 3px;

  background-color: var(--color3);
  transition: all 0.3s ease;
  transform: translateX(-50%);
  opacity: 0;
}

.sparkle-navigation .nav-link:hover {
  color: var(--color1);
}

.sparkle-navigation .nav-link:hover:before,
.sparkle-navigation .nav-link.active:before {
  width: 80%;
  opacity: 1;
}

.sparkle-navigation .nav-link.active {
  color: var(--color1);
}

/* Header Actions */
.sparkle-header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.sparkle-header-actions a,
.sparkle-header-actions button {
  margin-left: 15px;
  color: var(--color4);
  font-size: 1.2rem;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
}

.sparkle-header-actions a:hover,
.sparkle-header-actions button:hover {
  color: var(--color1);
}

.sparkle-header-actions .cart-btn .badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: var(--color1);
  color: var(--color5);
  font-size: 0.7rem;
  padding: 2px 5px;
  border-radius: 50%;
}

.sparkle-header-actions .mobile-menu-toggle {
  font-size: 1.8rem;
  padding: 0;
}

/* Offcanvas Menu for Mobile & Tablet */
.sparkle-offcanvas-menu .modal-dialog-slideout {
  min-height: 100%;
  margin: 0 0 0 auto !important;
  background: var(--color4);
  transform: translateX(
    100%
  ) !important; /* Start position off-screen to the right */
  transition: transform 0.3s ease-out; /* Add transition for smooth animation */
}
/* When modal is shown, slide in from right */
.sparkle-offcanvas-menu.show .modal-dialog-slideout {
  transform: translateX(0) !important; /* End position on screen */
}

.sparkle-offcanvas-menu .modal-dialog {
  width: 80%;
  max-width: 320px;
}

.sparkle-offcanvas-menu .modal-content {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  border-radius: 0;
  background-color: var(--color4);
  border: none;
}

.sparkle-offcanvas-menu .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sparkle-offcanvas-menu .close {
  color: var(--color5);
  opacity: 1;
  font-size: 1.8rem;
  text-shadow: none;
  transition: all 0.3s ease;
}

.sparkle-offcanvas-menu .close:hover {
  color: var(--color2);
}

.sparkle-offcanvas-menu .modal-body {
  padding: 20px;
}

.sparkle-offcanvas-menu .offcanvas-navigation .nav-link {
  color: var(--color5);
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 1.1rem;
}

.sparkle-offcanvas-menu .offcanvas-navigation .nav-link:hover,
.sparkle-offcanvas-menu .offcanvas-navigation .nav-link.active {
  color: var(--color2);
  padding-left: 5px;
}

.sparkle-offcanvas-menu h5 {
  color: var(--color2);
  font-size: 1.1rem;
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
  padding-bottom: 8px;
}

.sparkle-offcanvas-menu h5:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: var(--color1);
}

.sparkle-offcanvas-menu .offcanvas-contact-info {
  color: var(--color5);
  font-size: 0.9rem;
}

.sparkle-offcanvas-menu .info-item {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.sparkle-offcanvas-menu .info-item i {
  color: var(--color2);
  margin-right: 10px;
  min-width: 16px;
  margin-top: 4px;
}

.sparkle-offcanvas-menu .info-item a {
  color: var(--color5);
  text-decoration: none;
  transition: all 0.3s ease;
}

.sparkle-offcanvas-menu .info-item a:hover {
  color: var(--color2);
}

/* index page */
/* 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;
}
/* welcome section */
/* Welcome Section Styles */
/* Welcome Section Styles */
.welcome-section {
  position: relative;
  background-color: var(--color5);
  overflow: hidden;
}

/* Scoping all selectors inside welcome-section */
.welcome-section .welcome-section-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.welcome-section .welcome-section-text-wrapper {
  background-color: rgba(18, 18, 18, 0.03);
  border-left: 4px solid var(--color1);
  border-radius: 8px;
}

.welcome-section .welcome-section-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--color4);
}

.welcome-section .welcome-section-title .highlight {
  color: var(--color1);
  position: relative;
}

.welcome-section .welcome-section-title .highlight::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--color2);
  border-radius: 2px;
}

.welcome-section .welcome-section-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color3);
}

.welcome-section .welcome-section-description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--color4);
}

.welcome-section .welcome-section-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.welcome-section .welcome-section-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-bottom: 1rem;
}

.welcome-section .welcome-section-btn-primary {
  background-color: var(--color1);
  color: var(--color5);
  border: 2px solid var(--color1);
}

.welcome-section .welcome-section-btn-primary:hover {
  background-color: var(--color2);
  color: var(--color4);
  border: 2px solid var(--color2);
}

.welcome-section .welcome-section-btn-secondary {
  background-color: transparent;
  color: var(--color3);
  border: 2px solid var(--color3);
}

.welcome-section .welcome-section-btn-secondary:hover {
  background-color: var(--color3);
  color: var(--color5);
}

.welcome-section .welcome-section-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.welcome-section .welcome-section-card {
  width: 100%;
  padding: 2rem;
  background: linear-gradient(135deg, var(--color4) 0%, #2a2a2a 100%);
  color: var(--color5);
  border-radius: 10px;
  position: relative;
  box-shadow: 0 10px 30px rgba(220, 20, 60, 0.15);
  margin-bottom: 2rem;
}

.welcome-section .welcome-section-badge {
  position: absolute;
  top: -10px;
  right: 20px;
  background-color: var(--color2);
  color: var(--color4);
  padding: 0.3rem 1rem;
  font-weight: 700;
  border-radius: 20px;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.welcome-section .welcome-section-card-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.welcome-section .welcome-section-card-text {
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.welcome-section .welcome-section-countdown {
  display: flex;
  justify-content: space-between;
  margin: 1.5rem 0;
}

.welcome-section .welcome-section-timer {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.5rem;
  border-radius: 5px;
  text-align: center;
  width: 30%;
  transition: all 0.3s ease;
}

.welcome-section .welcome-section-timer span {
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  color: var(--color2);
}

.welcome-section .welcome-section-timer-pulse {
  animation: timer-pulse 1.2s infinite;
  box-shadow: 0 0 10px rgba(211, 232, 9, 0.7);
}

@keyframes timer-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.welcome-section .welcome-section-timer small {
  font-size: 0.8rem;
  text-transform: uppercase;
}

.welcome-section .welcome-section-card-btn {
  display: block;
  background-color: var(--color1);
  color: var(--color5);
  text-align: center;
  padding: 0.75rem;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.welcome-section .welcome-section-card-btn:hover {
  background-color: var(--color2);
  color: var(--color4);
}

.welcome-section .welcome-section-features {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 1rem;
}

.welcome-section .welcome-section-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(18, 18, 18, 0.03);
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
  width: 31%;
  transition: transform 0.3s ease;
  will-change: background;
}

.welcome-section .welcome-section-feature:hover {
  transform: scale(1.1);
  background-color: var(--color1);
  color: var(--color5);
}

.welcome-section .welcome-section-icon {
  color: var(--color3);
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.welcome-section .welcome-section-feature:hover .welcome-section-icon {
  color: var(--color5);
}

/* products section */
/* Products Section Styles */
.products-section {
  position: relative;
  background-color: var(--color5);
  overflow: hidden;
}

/* Scoping all selectors inside products-section */
.products-section .products-section-header {
  margin-bottom: 2.5rem;
}

.products-section .products-section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color4);
  margin-bottom: 1rem;
}

.products-section .products-section-title .highlight {
  color: var(--color1);
  position: relative;
}

.products-section .products-section-title .highlight::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--color2);
  border-radius: 2px;
}

.products-section .products-section-subtitle {
  font-size: 1.1rem;
  color: var(--color4);
  opacity: 0.8;
  max-width: 600px;
  margin: 0 auto;
}

/* Swiper Container Styles */
.products-section .products-section-swiper-container {
  position: relative;
  padding: 1rem;
  margin: 0 -1rem;
}

/* Swiper Slide Styles - with smooth transitions and animations */
.products-section .swiper-slide {
  height: auto;
  transition: transform 0.3s ease;
}

.products-section .swiper-slide-active {
  transform: scale(1);
}

/* Product Card Styles */
.products-section .products-section-card {
  background-color: var(--color5);
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  height: 100%;
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.products-section .products-section-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(220, 20, 60, 0.15);
}

.products-section .products-section-card-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: var(--color1);
  color: var(--color5);
  padding: 0.2rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 20px;
  z-index: 2;
}

.products-section .products-section-card-badge-new {
  background-color: var(--color3);
}

.products-section .products-section-card-badge-sale {
  background-color: var(--color2);
  color: var(--color4);
}

.products-section .products-section-card-badge-limited {
  background-color: var(--color1);
  background-image: linear-gradient(45deg, var(--color1), var(--color3));
}

.products-section .products-section-card-badge-wholesale {
  background-color: var(--color4);
}

.products-section .products-section-card-image {
  position: relative;
  overflow: hidden;
  height: 200px;
}

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

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

.products-section .products-section-card-content {
  padding: 1.5rem;
}

.products-section .products-section-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--color4);
}

.products-section .products-section-card-rating {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  color: var(--color2);
}

.products-section .products-section-card-rating i {
  font-size: 0.9rem;
  margin-right: 0.15rem;
}

.products-section .products-section-card-rating span {
  color: var(--color4);
  opacity: 0.6;
  font-size: 0.85rem;
  margin-left: 0.5rem;
}

.products-section .products-section-card-desc {
  font-size: 0.9rem;
  color: var(--color4);
  opacity: 0.8;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}

.products-section .products-section-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products-section .products-section-card-price-wrapper {
  display: flex;
  flex-direction: column;
}

.products-section .products-section-card-price {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color1);
}

.products-section .products-section-card-price-old {
  font-size: 0.85rem;
  text-decoration: line-through;
  color: var(--color4);
  opacity: 0.5;
}

.products-section .products-section-card-btn {
  background-color: var(--color1);
  color: var(--color5);
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-section .products-section-card-btn i {
  margin-right: 0.35rem;
}

.products-section .products-section-card-btn:hover {
  background-color: var(--color3);
  transform: translateY(-2px);
}

/* Swiper Controls */
.products-section .products-section-swiper-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  transform: translateY(-50%);
  pointer-events: none;
}

.products-section .products-section-swiper-prev,
.products-section .products-section-swiper-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color5);
  color: var(--color4);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease;
}

.products-section .products-section-swiper-prev {
  margin-left: -20px;
}

.products-section .products-section-swiper-next {
  margin-right: -20px;
}

.products-section .products-section-swiper-prev:hover,
.products-section .products-section-swiper-next:hover {
  background-color: var(--color1);
  color: var(--color5);
  transform: scale(1.1);
}

.products-section .products-section-swiper-prev:focus,
.products-section .products-section-swiper-next:focus {
  outline: none;
}

.products-section .products-section-view-all {
  display: inline-block;
  color: var(--color3);
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  margin-top: 1rem;
  transition: all 0.3s ease;
}

.products-section .products-section-view-all i {
  margin-left: 0.25rem;
  transition: transform 0.3s ease;
}

.products-section .products-section-view-all:hover {
  color: var(--color1);
}

.products-section .products-section-view-all:hover i {
  transform: translateX(4px);
}

/* Parallax Section */
.parallax-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.parallax-section .parallax-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.parallax-section .parallax-img {
  width: 100%;
  max-height: 500px; /* Keeps the image at least 500px */
  object-fit: cover;
}

.parallax-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* dark overlay */
  z-index: 1;
}

.parallax-section .text-content {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  padding: 1.5rem;
}

.parallax-section .gradient-text {
  font-size: 3rem;
  font-weight: bold;
  background: linear-gradient(45deg, yellow, rgb(0, 255, 183));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
/* Parallax Section Scoped Button */
.parallax-section .parallax-section-btn {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.9rem 2.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(45deg, #ff9900, #ff2d55);
  border: none;
  border-radius: 6px;
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.parallax-section .parallax-section-btn:hover {
  background: linear-gradient(45deg, #ff2d55, #ff9900);
  transform: translateX(-50%) scale(1.05);
  box-shadow: 0 0 20px rgba(255, 45, 85, 0.5);
}
/* Achievements Section Styles */
.achievements-section {
  position: relative;
  background-image: url("../images/homeparallax2.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 100px 0;
  color: var(--color5);
  overflow: hidden;
}

.achievements-section .achievements-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(18, 18, 18, 0.85);
  z-index: 0;
}

.achievements-section .container {
  position: relative;
  z-index: 1;
}

/* Content Styles */
.achievements-section .achievements-heading {
  font-size: 3rem;
  font-weight: 700;
  color: var(--color2);
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

.achievements-section .achievements-heading::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: var(--color1);
  transition: width 0.4s ease;
}

.achievements-section .achievements-heading:hover::after {
  width: 100%;
}

.achievements-section .achievements-description {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 35px;
}

.achievements-section .achievements-cta {
  background-color: var(--color1);
  color: var(--color5);
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: 2px solid var(--color1);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.achievements-section .achievements-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--color2);
  transition: all 0.4s ease;
  z-index: -1;
}

.achievements-section .achievements-cta:hover {
  color: var(--color4);
  border-color: var(--color2);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.achievements-section .achievements-cta:hover::before {
  left: 0;
}

.achievements-section .achievements-cta .bi {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.achievements-section .achievements-cta:hover .bi {
  transform: translateX(5px);
}

/* Counter Styles */
.achievements-section .achievements-counter-wrapper {
  position: relative;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  text-align: center;
  overflow: hidden;
  transition: transform 0.4s ease-in;
}

.achievements-section .achievements-counter-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  transform: scale(0.92);
  transition: transform 0.4s ease;
  z-index: -1;
}

.achievements-section .achievements-counter-wrapper:hover {
  transform: translateY(-10px);
}

.achievements-section .achievements-counter-wrapper:hover::before {
  transform: scale(1);
}

/* Unique shapes and colors for each counter */
.achievements-section .shape-1::before {
  background: var(--color1);
  clip-path: circle(50% at 50% 50%);
}

.achievements-section .shape-2::before {
  background: var(--color2);
  clip-path: circle(50% at 50% 50%);
}

.achievements-section .shape-3::before {
  background: var(--color2);
  clip-path: circle(50% at 50% 50%);
}

.achievements-section .shape-4::before {
  background: var(--color1);
  clip-path: circle(50% at 50% 50%);
}

.achievements-section .shape-1:hover::before {
  animation: pulse-effect 2s infinite;
}

.achievements-section .shape-2:hover::before {
  animation: pulse-effect 2.2s infinite;
}

.achievements-section .shape-3:hover::before {
  animation: pulse-effect 2.4s infinite;
}

.achievements-section .shape-4:hover::before {
  animation: pulse-effect 2.6s infinite;
}

@keyframes pulse-effect {
  0% {
    transform: scale(0.92);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.92);
  }
}

.achievements-section .achievements-counter-content {
  position: relative;
  z-index: 1;
}

.achievements-section .achievements-counter-number {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 5px;
  display: inline-block;
}

.achievements-section .achievements-counter-plus {
  font-size: 2.5rem;
  font-weight: 800;
  display: inline-block;
}

.achievements-section .achievements-counter-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 15px;
}
/* index wholesale & retail section */
.section-wholesale-retail {
  background-color: var(--color5);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* Section Title with underline */
.section-wholesale-retail .title {
  position: relative;
  color: var(--color1);
  font-size: 2.25rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.section-wholesale-retail .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 60%;
  height: 4px;
  background-color: var(--color2);
  border-radius: 2px;
}

.section-wholesale-retail .subtitle {
  color: var(--color4);
  font-size: 1rem;
  max-width: 720px;
  margin: 0 auto 2rem;
}

/* Card Styles */
.section-wholesale-retail .card-box {
  background: #fdf8ff;
  border: 1px solid var(--color2);
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-height: 44em !important;
}

.section-wholesale-retail .card-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

/* Overlay effect on image hover */
.section-wholesale-retail .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}

.section-wholesale-retail .card-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(220, 20, 60, 0.3); /* Red overlay */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.section-wholesale-retail .card-box:hover .card-img::after {
  opacity: 1;
}

.section-wholesale-retail .card-title {
  color: var(--color3);
  font-size: 1.25rem;
  font-weight: 600;
}

.section-wholesale-retail .card-text {
  color: var(--color4);
  font-size: 0.95rem;
}

/* Button */
.section-wholesale-retail .btn {
  border-color: var(--color1);
  color: var(--color1);
  font-weight: 500;
  transition: all 0.3s ease;
}

.section-wholesale-retail .btn:hover {
  background-color: var(--color1);
  color: #fff;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Mobile */
@media (min-width: 1px) and (max-width: 767.98px) {
}
/* safety section index page */
.safety-section {
  background-color: var(--color4);
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  color: var(--color5);
}

.safety-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-color: var(--color1);
  opacity: 0.1;
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 0;
}

/* Image Styles */
.safety-section .safety-image-container {
  position: relative;
  z-index: 1;
}

.safety-section .safety-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.safety-section .safety-image-wrapper:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
}

.safety-section .safety-image {
  transition: transform 0.8s ease;
}

.safety-section .safety-image-wrapper:hover .safety-image {
  transform: scale(1.05);
}

.safety-section .safety-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: var(--color1);
  color: var(--color5);
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(220, 20, 60, 0.3);
  animation: pulse-badge 2s infinite;
}

@keyframes pulse-badge {
  0% {
    box-shadow: 0 5px 15px rgba(220, 20, 60, 0.3);
  }
  50% {
    box-shadow: 0 5px 30px rgba(220, 20, 60, 0.6);
  }
  100% {
    box-shadow: 0 5px 15px rgba(220, 20, 60, 0.3);
  }
}

.safety-section .safety-badge i {
  font-size: 2.5rem;
  margin-bottom: 5px;
}

.safety-section .safety-badge span {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Content Styles */
.safety-section .safety-content {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

.safety-section .safety-tagline {
  display: inline-block;
  background-color: rgba(211, 232, 9, 0.2);
  color: var(--color5);
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 20px;
  position: relative;
  transition: background-color 0.3s ease;
}

.safety-section .safety-tagline:hover {
  background-color: rgba(211, 232, 9, 0.4);
}

.safety-section .safety-heading {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: var(--color5);
  line-height: 1.2;
}

.safety-section .safety-highlight {
  color: var(--color1);
  position: relative;
  display: inline-block;
}

.safety-section .safety-highlight::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: var(--color2);
  z-index: -1;
  transform: skewX(-15deg);
}

/* Feature Items */
.safety-section .safety-features {
  margin-bottom: 30px;
}

.safety-section .safety-feature-item {
  display: flex;
  margin-bottom: 25px;
  transition: transform 0.3s ease;
}

.safety-section .safety-feature-item:hover {
  transform: translateX(10px);
}

.safety-section .safety-feature-icon {
  flex: 0 0 60px;
  height: 60px;
  background-color: rgba(220, 20, 60, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  color: var(--color5);
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.safety-section .safety-feature-item:hover .safety-feature-icon {
  background-color: var(--color1);
  color: var(--color5);
  transform: rotateY(180deg);
}

.safety-section .safety-feature-text {
  flex: 1;
}

.safety-section .safety-feature-text h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--color5);
}

.safety-section .safety-feature-text p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 0;
}

.safety-section .safety-description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 35px;
  position: relative;
  padding-left: 15px;
  border-left: 3px solid var(--color1);
}

/* CTA Button Styles */
.safety-section .safety-cta {
  display: inline-flex;
  position: relative;
  overflow: hidden;
  padding: 15px 40px;
  background-color: transparent;
  color: var(--color5);
  font-weight: 600;
  border: 2px solid var(--color1);
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.4s ease;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.safety-section .safety-cta-text {
  position: relative;
  z-index: 1;
  transition: color 0.4s ease;
}

.safety-section .safety-cta-icon {
  margin-left: 10px;
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease;
}

.safety-section .safety-cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--color1);
  transition: width 0.4s ease;
  z-index: 0;
}

.safety-section .safety-cta:hover {
  color: var(--color5);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(220, 20, 60, 0.3);
}

.safety-section .safety-cta:hover .safety-cta-bg {
  width: 100%;
}

.safety-section .safety-cta:hover .safety-cta-icon {
  transform: translateX(5px);
}
/* animations  */
/* Additional Animation CSS for Safety Section */

/* Entry animations classes */
.safety-section .safety-image-wrapper,
.safety-section .safety-tagline,
.safety-section .safety-heading,
.safety-section .safety-feature-item,
.safety-section .safety-description,
.safety-section .safety-cta {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.safety-section .safety-image-wrapper.animated,
.safety-section .safety-tagline.animated,
.safety-section .safety-heading.animated,
.safety-section .safety-feature-item.animated,
.safety-section .safety-description.animated,
.safety-section .safety-cta.animated {
  opacity: 1;
  transform: translateY(0);
}

/* Hover animation for feature icons */
@keyframes iconFlip {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(180deg);
  }
}

/* Button hover effect enhancement */
.safety-section .safety-cta::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50px;
  border: 2px solid transparent;
  background: linear-gradient(
      90deg,
      var(--color1),
      var(--color3),
      var(--color2),
      var(--color1)
    )
    border-box;
  background-size: 300% 100%;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  animation: borderAnimation 4s linear infinite;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.safety-section .safety-cta:hover::after {
  opacity: 1;
}

@keyframes borderAnimation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 300% 0;
  }
}

/* Floating animation for safety badge */
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.safety-section .safety-badge {
  animation: pulse-badge 2s infinite, float 3s ease-in-out infinite;
}

/* Gradient text effect for highlight */
.safety-section .safety-highlight {
  background: linear-gradient(90deg, var(--color1), var(--color3));
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientText 4s linear infinite;
}

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

/* Feature item hover enhancement */
.safety-section .safety-feature-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--color1), var(--color2));
  transition: width 0.4s ease;
  opacity: 0.7;
}

.safety-section .safety-feature-item {
  position: relative;
}

.safety-section .safety-feature-item:hover::before {
  width: 80%;
}
/* Indexcta Section Styles */
.indexcta-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background-color: var(--color5);
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23dc143c' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.indexcta-section .indexcta-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 25px;
  color: var(--color4);
  position: relative;
}

.indexcta-section .indexcta-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  height: 4px;
  width: 80px;
  background: var(--color1);
  border-radius: 2px;
  transition: width 0.4s ease;
}

.indexcta-section:hover .indexcta-title::after {
  width: 120px;
}

.indexcta-section .indexcta-subtitle {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: var(--color3);
  font-weight: 500;
}

.indexcta-section .indexcta-text {
  margin-bottom: 30px;
  font-size: 1.1rem;
  color: var(--color4);
  line-height: 1.8;
}

.indexcta-section .indexcta-contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.indexcta-section .indexcta-contact-item:hover {
  transform: translateX(10px);
}

.indexcta-section .indexcta-icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.indexcta-section .indexcta-contact-item:hover .indexcta-icon-wrapper {
  background: var(--color1);
  transform: scale(1.1) rotate(5deg);
}

.indexcta-section .indexcta-icon {
  font-size: 20px;
  color: var(--color4);
  transition: all 0.3s ease;
}

.indexcta-section .indexcta-contact-item:hover .indexcta-icon {
  color: var(--color5);
}

.indexcta-section .indexcta-contact-info {
  flex: 1;
}

.indexcta-section .indexcta-contact-label {
  font-weight: 700;
  color: var(--color4);
  margin-bottom: 2px;
  font-size: 1.1rem;
}

.indexcta-section .indexcta-contact-value {
  color: var(--color4);
  font-size: 1rem;
}

.indexcta-section .indexcta-image-container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.indexcta-section .indexcta-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  transition: all 0.5s ease;
}

.indexcta-section .indexcta-image-container:hover .indexcta-image {
  transform: scale(1.03);
}

.indexcta-section .indexcta-btn {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color5);
  background: var(--color1);
  border: 2px solid var(--color1);
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(220, 20, 60, 0.3);
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.indexcta-section .indexcta-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--color3);
  z-index: -1;
  transition: width 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.indexcta-section .indexcta-btn:hover {
  color: var(--color5);
  box-shadow: 0 8px 20px rgba(153, 50, 204, 0.4);
  transform: translateY(-3px);
  border-color: var(--color3);
  text-decoration: none;
}

.indexcta-section .indexcta-btn:hover::before {
  width: 100%;
}

.indexcta-section .indexcta-sparkle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.indexcta-section .indexcta-sparkle-1 {
  top: 15%;
  left: 10%;
  width: 60px;
  height: 60px;
  background: radial-gradient(
    circle,
    rgba(211, 232, 9, 0.2) 0%,
    rgba(211, 232, 9, 0) 70%
  );
  animation: float 6s infinite;
}

.indexcta-section .indexcta-sparkle-2 {
  bottom: 10%;
  right: 15%;
  width: 40px;
  height: 40px;
  background: radial-gradient(
    circle,
    rgba(220, 20, 60, 0.2) 0%,
    rgba(220, 20, 60, 0) 70%
  );
  animation: float 8s infinite;
}

.indexcta-section .indexcta-sparkle-3 {
  top: 30%;
  right: 25%;
  width: 50px;
  height: 50px;
  background: radial-gradient(
    circle,
    rgba(153, 50, 204, 0.2) 0%,
    rgba(153, 50, 204, 0) 70%
  );
  animation: float 7s infinite 1s;
}

.indexcta-section:hover .indexcta-sparkle {
  opacity: 1;
}

@keyframes float {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
/* index page ends */
/* about page starts */
/* about page intro section */
.about-intro {
  position: relative;
  overflow: hidden;
  background-color: var(--color5);
}

/* Typography */
.about-intro .about-intro-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--color4);
  position: relative;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.about-intro .about-intro-title .highlight {
  color: var(--color1);
  position: relative;
  display: inline-block;
}

.about-intro .about-intro-title .highlight::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--color2);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}

.about-intro .about-intro-title:hover .highlight::after {
  transform: scaleX(1);
  transform-origin: left;
}

.about-intro .about-intro-subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--color3);
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.about-intro .about-intro-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
  color: var(--color4);
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.about-intro .about-intro-text p:hover {
  opacity: 1;
}

/* Features */
.about-intro .about-intro-features {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.about-intro .about-intro-feature {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}

.about-intro .about-intro-feature:hover {
  transform: translateY(-5px);
}

.about-intro .about-intro-feature i {
  font-size: 1.5rem;
  color: var(--color1);
  margin-right: 0.75rem;
}

.about-intro .about-intro-feature span {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color4);
}

/* CTA Buttons */
.about-intro .about-intro-btn {
  background-color: var(--color1);
  color: var(--color5);
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
  border: 2px solid var(--color1);
  box-shadow: 0 4px 6px rgba(220, 20, 60, 0.2);
  margin-right: 1rem;
}

.about-intro .about-intro-btn:hover {
  background-color: transparent;
  color: var(--color1);
  transform: translateY(-3px);
  box-shadow: 0 7px 14px rgba(220, 20, 60, 0.25);
}

.about-intro .about-intro-btn-outline {
  background-color: transparent;
  color: var(--color3);
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
  border: 2px solid var(--color3);
}

.about-intro .about-intro-btn-outline:hover {
  background-color: var(--color3);
  color: var(--color5);
  transform: translateY(-3px);
  box-shadow: 0 7px 14px rgba(153, 50, 204, 0.25);
}

/* Image Section */
.about-intro .about-intro-image-container {
  position: relative;
  padding: 2rem 0;
}

.about-intro .about-intro-image-main {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.5s ease;
}

.about-intro .about-intro-image-main:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.about-intro .about-intro-img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}

.about-intro .about-intro-image-main:hover .about-intro-img {
  transform: scale(1.05);
}

.about-intro .about-intro-image-accent {
  bottom: 0;
  right: 2rem;
  z-index: 2;
  transform: translateY(30%);
  transition: transform 0.4s ease;
}

.about-intro:hover .about-intro-image-accent {
  transform: translateY(20%);
}

/* Stats */
.about-intro .about-intro-stats {
  display: flex;
  background: linear-gradient(135deg, var(--color1), var(--color3));
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.about-intro .about-intro-stat {
  text-align: center;
  padding: 0 1.5rem;
  position: relative;
}

.about-intro .about-intro-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(255, 255, 255, 0.3);
}

.about-intro .about-intro-stat-number {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color5);
  margin-bottom: 0.25rem;
}

.about-intro .about-intro-stat-text {
  display: block;
  font-size: 0.9rem;
  color: var(--color5);
  opacity: 0.9;
}

/* Animation for content loading */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-intro .about-intro-content {
  animation: fadeInUp 0.8s ease forwards;
}
/* vision,mission,motto section */
/* About Page - Values Section Styles */
/* About Page - Values Section Styles */
.about-values {
  position: relative;
  background-color: var(--color4);
  color: var(--color5);
  overflow: hidden;
}

/* Header Styles */
.about-values .about-values-header {
  position: relative;
  margin-bottom: 2rem;
}

.about-values .about-values-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.about-values .about-values-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--color1), var(--color3));
  border-radius: 2px;
}

.about-values .about-values-title .highlight {
  color: var(--color2);
  position: relative;
  display: inline-block;
}

.about-values .about-values-subtitle {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.about-values .about-values-subtitle:hover {
  opacity: 1;
}

/* Card Styles */
.about-values .about-values-cards-container {
  perspective: 1000px;
}

.about-values .about-values-card {
  position: relative;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 2.5rem 1.5rem;
  height: 100%;
  transition: all 0.4s ease;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform-style: preserve-3d;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.about-values .about-values-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3), 0 0 15px rgba(220, 20, 60, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}

.about-values .about-values-vision:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3), 0 0 15px rgba(220, 20, 60, 0.3);
}

.about-values .about-values-mission:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3), 0 0 15px rgba(211, 232, 9, 0.3);
}

.about-values .about-values-motto:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3), 0 0 15px rgba(153, 50, 204, 0.3);
}

.about-values .about-values-card-icon {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
}

.about-values .about-values-vision .about-values-card-icon {
  color: var(--color1);
}

.about-values .about-values-mission .about-values-card-icon {
  color: var(--color2);
}

.about-values .about-values-motto .about-values-card-icon {
  color: var(--color3);
}

.about-values .about-values-card:hover .about-values-card-icon {
  transform: scale(1.1) rotateY(360deg);
}

.about-values .about-values-card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.about-values .about-values-vision .about-values-card-title {
  color: var(--color1);
}

.about-values .about-values-mission .about-values-card-title {
  color: var(--color2);
}

.about-values .about-values-motto .about-values-card-title {
  color: var(--color3);
}

.about-values .about-values-card-divider {
  width: 50px;
  height: 3px;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 2;
  transition: width 0.4s ease;
}

.about-values .about-values-vision .about-values-card-divider {
  background-color: var(--color1);
}

.about-values .about-values-mission .about-values-card-divider {
  background-color: var(--color2);
}

.about-values .about-values-motto .about-values-card-divider {
  background-color: var(--color3);
}

.about-values .about-values-card:hover .about-values-card-divider {
  width: 80px;
}

.about-values .about-values-card-text {
  color: var(--color5);
  opacity: 0.8;
  line-height: 1.7;
  position: relative;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.about-values .about-values-card:hover .about-values-card-text {
  opacity: 1;
}

.about-values .about-values-card-overlay {
  position: absolute;
  top: -50px;
  right: -50px;
  font-size: 8rem;
  opacity: 0.05;
  transform: rotate(-15deg);
  transition: all 0.5s ease;
  z-index: 1;
}

.about-values .about-values-vision .about-values-card-overlay {
  color: var(--color1);
}

.about-values .about-values-mission .about-values-card-overlay {
  color: var(--color2);
}

.about-values .about-values-motto .about-values-card-overlay {
  color: var(--color3);
}

.about-values .about-values-card:hover .about-values-card-overlay {
  transform: rotate(0deg) scale(1.2);
  opacity: 0.08;
}

/* Principles Section */
.about-values .about-values-principles {
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 15px;
  padding: 2.5rem;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.4s ease;
}

.about-values .about-values-principles:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

.about-values .about-values-principles-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
  color: var(--color5);
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}

.about-values .about-values-principles-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--color1),
    var(--color2),
    var(--color3)
  );
  border-radius: 2px;
}

.about-values .about-values-principles-grid {
  margin-top: 2rem;
}

.about-values .about-values-principle {
  display: flex;
  align-items: flex-start;
  transition: all 0.3s ease;
  padding: 1rem;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.02);
}

.about-values .about-values-principle:hover {
  background-color: rgba(255, 255, 255, 0.05);
  transform: translateY(-5px);
}

.about-values .about-values-principle-icon {
  font-size: 2rem;
  margin-right: 1.25rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.4s ease;
}

.about-values
  .about-values-principle:nth-child(1)
  .about-values-principle-icon {
  color: var(--color1);
  background-color: rgba(220, 20, 60, 0.1);
}

.about-values
  .about-values-principle:nth-child(2)
  .about-values-principle-icon {
  color: var(--color2);
  background-color: rgba(211, 232, 9, 0.1);
}

.about-values
  .about-values-principle:nth-child(3)
  .about-values-principle-icon {
  color: var(--color3);
  background-color: rgba(153, 50, 204, 0.1);
}

.about-values
  .about-values-principle:nth-child(4)
  .about-values-principle-icon {
  color: var(--color5);
  background-color: rgba(255, 255, 255, 0.1);
}

.about-values .about-values-principle:hover .about-values-principle-icon {
  transform: rotateY(180deg);
}

.about-values .about-values-principle-content h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--color5);
}

.about-values .about-values-principle-content p {
  font-size: 0.95rem;
  color: var(--color5);
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.about-values .about-values-principle:hover .about-values-principle-content p {
  opacity: 0.9;
}

/* CTA Section */
.about-values .about-values-cta {
  padding: 2rem;
  margin-top: 1.5rem;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(220, 20, 60, 0.1),
    rgba(153, 50, 204, 0.1)
  );
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.4s ease;
}

.about-values .about-values-cta:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
  background: linear-gradient(
    135deg,
    rgba(220, 20, 60, 0.15),
    rgba(153, 50, 204, 0.15)
  );
}

.about-values .about-values-cta-text {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: var(--color5);
}

.about-values .about-values-cta-btn {
  background: linear-gradient(135deg, var(--color1), var(--color3));
  color: var(--color5);
  border: none;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
  box-shadow: 0 5px 15px rgba(220, 20, 60, 0.3);
}

.about-values .about-values-cta-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(135deg, var(--color3), var(--color1));
  transition: all 0.4s ease;
  z-index: -1;
}

.about-values .about-values-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(220, 20, 60, 0.4);
}

.about-values .about-values-cta-btn:hover::before {
  width: 100%;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(220, 20, 60, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(220, 20, 60, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(220, 20, 60, 0);
  }
}

.about-values .about-values-header,
.about-values .about-values-card,
.about-values .about-values-principles,
.about-values .about-values-cta {
  animation: fadeInUp 0.8s ease backwards;
}

.about-values .about-values-card {
  animation-delay: 0.2s;
}

.about-values .about-values-principles {
  animation-delay: 0.4s;
}

.about-values .about-values-cta {
  animation-delay: 0.6s;
}

.about-values .about-values-cta-btn {
  animation: pulse 2s infinite;
}
/* about brands section */
/* About Page - Brands Swiper Section Styles */
.about-brands {
  position: relative;
  background-color: var(--color5);
  overflow: hidden;
}

/* Header Styles */
.about-brands .about-brands-header {
  position: relative;
  margin-bottom: 2rem;
}

.about-brands .about-brands-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--color4);
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}

.about-brands .about-brands-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--color1), var(--color3));
  border-radius: 2px;
}

.about-brands .about-brands-title .highlight {
  color: var(--color1);
  position: relative;
}

.about-brands .about-brands-subtitle {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 1.5rem;
  color: var(--color4);
  opacity: 0.8;
}

/* Swiper Styles */
.about-brands .about-brands-swiper-container {
  padding: 2rem 0;
  position: relative;
}

.about-brands .swiper-container {
  width: 100%;
  overflow: visible;
}

.about-brands .about-brands-slide {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.about-brands .about-brands-item {
  position: relative;
  background-color: var(--color5);
  border-radius: 12px;
  padding: 1.5rem;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  cursor: pointer;
}

.about-brands .about-brands-logo {
  max-width: 80%;
  max-height: 80px;
  transition: all 0.5s ease;
  filter: grayscale(80%);
}

.about-brands .about-brands-item:hover .about-brands-logo {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.about-brands .about-brands-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: var(--color5);
  opacity: 0;
  transition: all 0.4s ease;
  transform: translateY(20px);
  text-align: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.about-brands .about-brands-item:hover .about-brands-overlay {
  opacity: 1;
  transform: translateY(0);
}

.about-brands .about-brands-overlay h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.about-brands .about-brands-overlay p {
  font-size: 0.9rem;
  margin-bottom: 0;
  opacity: 0.9;
}

/* Custom Swiper Slide Change Animation */
.about-brands .swiper-slide-active {
  z-index: 2;
}

/* Modify swiper transitions for unique animations */
.about-brands .swiper-container-3d .swiper-wrapper {
  perspective: 1200px;
}

.about-brands .swiper-slide-shadow-left,
.about-brands .swiper-slide-shadow-right {
  background-image: none !important;
}

/* Animation for brand items when they enter viewport */
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.about-brands .about-brands-item.animated {
  animation: fadeInScale 1.5s ease forwards;
}
/* about page ends */
/* safety page */
/* Safety Guidelines Section */

/* Safety Banner */

.safety-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Safety Guidelines Main Section */
.safety-guidelines {
  position: relative;
  background-color: #f8f9fa;
  overflow: hidden;
}

.safety-guidelines::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#ddd 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.3;
  z-index: 0;
}

.safety-guidelines .container {
  position: relative;
  z-index: 1;
}

/* Header styling */
.safety-guidelines__header {
  margin-bottom: 50px;
}

.safety-guidelines .section-title {
  color: var(--color3);
  font-size: 2.5rem;
  margin-bottom: 20px;
  position: relative;
  font-weight: 700;
}

.safety-guidelines__divider {
  position: relative;
  height: 2px;
  width: 150px;
  background-color: var(--color1);
  margin: 0 auto 25px;
}

.safety-guidelines__divider-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f8f9fa;
  color: var(--color1);
  font-size: 24px;
  padding: 0 15px;
}

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

/* Column Styling */
.safety-guidelines__column {
  background-color: var(--color5);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.safety-guidelines__column--practices {
  border-top: 5px solid var(--success);
}

.safety-guidelines__column--warnings {
  border-top: 5px solid var(--color1);
}

.safety-guidelines__column-header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #eee;
}

.safety-guidelines__icon-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  background-color: rgba(40, 167, 69, 0.1);
  color: var(--success);
  font-size: 2rem;
}

.safety-guidelines__icon-wrapper--warning {
  background-color: rgba(220, 20, 60, 0.1);
  color: var(--color1);
}

.safety-guidelines__column-title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.safety-guidelines__column--practices .safety-guidelines__column-title {
  color: var(--success);
}

.safety-guidelines__column--warnings .safety-guidelines__column-title {
  color: var(--color1);
}

.safety-guidelines__column-subtitle {
  color: #777;
  font-size: 0.95rem;
}

/* Cards Container - Vertical Orientation */
.safety-guidelines__cards-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Card Styling - 3D Flip Effect */
.safety-guidelines__card {
  perspective: 1000px;
  height: 120px;
}

.safety-guidelines__card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.safety-guidelines__card:hover .safety-guidelines__card-inner {
  transform: rotateY(180deg);
}

.safety-guidelines__card-front,
.safety-guidelines__card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.safety-guidelines__card-front {
  background-color: white;
}

.safety-guidelines__card--practice .safety-guidelines__card-front {
  border-left: 4px solid var(--success);
}

.safety-guidelines__card--warning .safety-guidelines__card-front {
  border-left: 4px solid var(--color1);
}

.safety-guidelines__card-back {
  background-color: #f9f9f9;
  transform: rotateY(180deg);
}

.safety-guidelines__card--practice .safety-guidelines__card-back {
  background: linear-gradient(
    45deg,
    rgba(40, 167, 69, 0.05) 0%,
    rgba(40, 167, 69, 0.1) 100%
  );
  border: 1px solid rgba(40, 167, 69, 0.2);
}

.safety-guidelines__card--warning .safety-guidelines__card-back {
  background: linear-gradient(
    45deg,
    rgba(220, 20, 60, 0.05) 0%,
    rgba(220, 20, 60, 0.1) 100%
  );
  border: 1px solid rgba(220, 20, 60, 0.2);
}

.safety-guidelines__card-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.safety-guidelines__card--practice .safety-guidelines__card-icon {
  color: var(--success);
  background-color: rgba(40, 167, 69, 0.1);
}

.safety-guidelines__card--warning .safety-guidelines__card-icon {
  color: var(--color1);
  background-color: rgba(220, 20, 60, 0.1);
}

.safety-guidelines__card-title {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1rem;
  text-align: center;
}

.safety-guidelines__card--practice .safety-guidelines__card-title {
  color: var(--success);
}

.safety-guidelines__card--warning .safety-guidelines__card-title {
  color: var(--color1);
}

.safety-guidelines__card-text {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0;
}

/* CTA Section */
.safety-guidelines__cta {
  background: linear-gradient(135deg, var(--color2) 0%, var(--color1) 100%);
  border-radius: 10px;
  padding: 30px;
  color: var(--color4);
  box-shadow: 0 10px 30px rgba(153, 50, 204, 0.15);
}

.safety-guidelines__cta h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.safety-guidelines__cta p {
  font-size: 1.1rem;
  margin-bottom: 0;
  opacity: 0.9;
}

.safety-guidelines__btn {
  background-color: var(--color3);
  color: var(--color5);
  border: none;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.safety-guidelines__btn:hover {
  background-color: var(--color5);
  color: var(--color1);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
}
/* fixes */
/* Fixes for Card Flip Effect */

/* Ensure the text on back isn't mirrored */
.safety-guidelines__card-back {
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
}

/* Add dark overlay to back of card */
.safety-guidelines__card--practice .safety-guidelines__card-back {
  background: rgba(40, 167, 69, 0.85);
  border: none;
  color: white;
}

.safety-guidelines__card--warning .safety-guidelines__card-back {
  background: rgba(220, 20, 60, 0.85);
  border: none;
  color: white;
}

/* Make text readable on dark background */
.safety-guidelines__card-back .safety-guidelines__card-text {
  color: white;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 500;
}

/* Fix for Firefox backface-visibility issue */
.safety-guidelines__card-front,
.safety-guidelines__card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
}

/* Increase perspective for a better 3D effect */
.safety-guidelines__card {
  perspective: 1500px;
  height: 120px;
}

/* Ensure card maintains proper stacking context */
.safety-guidelines__card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
/* contact page */
/* Fireworks Contact Section Styling */
.fireworks-contact {
  position: relative;
  background: linear-gradient(135deg, #0a0a1f 0%, #1a1a3a 100%);
  color: #fff;
  overflow: hidden;
  padding: 80px 0;
}

/* Sparkle Animation Background */
.fireworks-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
      circle at 10% 20%,
      rgba(255, 215, 0, 0.03) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 90% 80%,
      rgba(255, 69, 0, 0.03) 0%,
      transparent 50%
    );
  z-index: 1;
}

.fireworks-contact .container {
  position: relative;
  z-index: 2;
}

/* Section Header Styling */
.fireworks-contact-header {
  margin-bottom: 40px;
}

.fireworks-contact-badge {
  background: linear-gradient(90deg, #ff7b00, #ff2b00);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(255, 123, 0, 0.3);
  transform: translateY(0);
  transition: all 0.3s ease;
}

.fireworks-contact-badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 123, 0, 0.5);
}

.fireworks-contact-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.fireworks-contact-highlight {
  background: linear-gradient(90deg, #ff7b00, #ff2b00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
  padding: 0 10px;
}

.fireworks-contact-highlight::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff7b00, #ff2b00);
  border-radius: 2px;
  transform: scaleX(0.7);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.fireworks-contact-title:hover .fireworks-contact-highlight::after {
  transform: scaleX(1);
}

.fireworks-contact-subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: #d1d1e0;
  max-width: 600px;
  margin: 0 auto;
}

/* Contact Cards Styling */
.fireworks-contact-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.fireworks-contact-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 25px;
  display: flex;
  gap: 20px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.fireworks-contact-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(255, 123, 0, 0.1),
    rgba(255, 43, 0, 0.1)
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.fireworks-contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.fireworks-contact-card:hover::after {
  opacity: 1;
}

.fireworks-contact-card-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff7b00, #ff2b00);
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(255, 123, 0, 0.3);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.fireworks-contact-card:hover .fireworks-contact-card-icon {
  transform: scale(1.1) rotate(10deg);
}

.fireworks-contact-card-content {
  position: relative;
  z-index: 1;
  flex-grow: 1;
}

.fireworks-contact-card-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.fireworks-contact-card-text {
  font-size: 16px;
  line-height: 1.6;
  color: #d1d1e0;
  margin-bottom: 0;
}

.fireworks-contact-link {
  color: #ff7b00;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  transition: all 0.3s ease;
}

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

.fireworks-contact-link:hover {
  color: #ff2b00;
  text-decoration: none;
}

.fireworks-contact-link:hover i {
  transform: translateX(5px);
}

/* Phone and Email Lists */
.fireworks-contact-phone-list,
.fireworks-contact-email-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fireworks-contact-phone-item,
.fireworks-contact-email-item {
  display: flex;
  flex-direction: column;
}

.fireworks-contact-phone-item span,
.fireworks-contact-email-item span {
  font-size: 14px;
  color: #d1d1e0;
  margin-bottom: 4px;
}

.fireworks-contact-phone-item a,
.fireworks-contact-email-item a {
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.fireworks-contact-phone-item a:hover,
.fireworks-contact-email-item a:hover {
  color: #ff7b00;
  transform: translateX(5px);
}

.fireworks-contact-response-note {
  margin-top: 15px;
  font-size: 13px;
  color: #a0a0b8;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Map Styling */
.fireworks-contact-map-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.fireworks-contact-map {
  border-radius: 10px;
  overflow: hidden;
  height: 350px;
}

.fireworks-contact-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  transition: transform 0.5s ease;
}

.fireworks-contact-map-wrapper:hover iframe {
  transform: scale(1.05);
}

.fireworks-contact-directions-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(90deg, #ff7b00, #ff2b00);
  color: #fff;
  padding: 12px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(255, 123, 0, 0.4);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.fireworks-contact-directions-btn:hover {
  box-shadow: 0 8px 20px rgba(255, 123, 0, 0.6);
  transform: translateY(-3px);
  color: #fff;
  text-decoration: none;
}
/* Animation keyframes */
@keyframes sparkle {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}

/* Add sparkle effect for contact section */
.fireworks-contact .container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: radial-gradient(
      circle at 20% 30%,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0) 5px
    ),
    radial-gradient(
      circle at 80% 40%,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0) 4px
    ),
    radial-gradient(
      circle at 40% 80%,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0) 6px
    ),
    radial-gradient(
      circle at 90% 10%,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0) 3px
    ),
    radial-gradient(
      circle at 10% 60%,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0) 5px
    ),
    radial-gradient(
      circle at 70% 70%,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0) 4px
    );
  pointer-events: none;
  z-index: 1;
  animation: sparkle 8s infinite alternate;
}
/* footer styles */
/* Fireworks Footer Styling */
/* Scope all styles to the footer */
.fireworks-footer {
  background-color: #121212eb;
  color: var(--color5);
  position: relative;
  overflow: hidden;
  background-image: url("../images/footerimg.webp");
  background-blend-mode: overlay;
}

.fireworks-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(
    90deg,
    var(--color1),
    var(--color2),
    var(--color3)
  );
}

/* Footer Headings */
.fireworks-footer .footer-heading {
  color: var(--color2);
  font-weight: 600;
  margin-bottom: 1.25rem;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.fireworks-footer .footer-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: var(--color1);
  transition: width 0.3s ease;
}

.fireworks-footer .footer-heading:hover::after {
  width: 100%;
}

/* Footer About Text */
.fireworks-footer .footer-about {
  color: #e0e0e0;
  line-height: 1.6;
}

/* Footer Links */
.fireworks-footer .footer-links li {
  margin-bottom: 10px;
}

.fireworks-footer .footer-links a {
  color: #e0e0e0;
  text-decoration: none;
  position: relative;
  padding-left: 15px;
  transition: all 0.3s ease;
  display: inline-block;
}

.fireworks-footer .footer-links a::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color1);
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.fireworks-footer .footer-links a:hover {
  color: var(--color2);
  padding-left: 20px;
}

.fireworks-footer .footer-links a:hover::before {
  opacity: 1;
  transform: translateY(-50%) translateX(2px);
}

/* Store Hours */
.fireworks-footer .footer-hours li {
  margin-bottom: 12px;
}

.fireworks-footer .footer-hours i,
.fireworks-footer .footer-contact i {
  color: var(--color3);
  font-size: 18px;
  transition: transform 0.3s ease;
}

.fireworks-footer .footer-hours li:hover i,
.fireworks-footer .footer-contact li:hover i {
  transform: scale(1.2);
  color: var(--color2);
}

/* Contact Information */
.fireworks-footer .footer-contact li {
  margin-bottom: 12px;
  transition: transform 0.3s ease;
}

.fireworks-footer .footer-contact li:hover {
  transform: translateX(5px);
}

.fireworks-footer .last-column-heading {
  text-align: center;
}

@media (min-width: 768px) {
  .fireworks-footer .last-column-heading {
    text-align: left;
  }
}
/* large screen responsive styles */
/* Logo Background Shape (visible only on lg screens) */
@media screen and (min-width: 992px) {
  .sparkle-logo-area:before {
    content: "";
    position: absolute;
    top: -38px;
    left: 0px;
    height: 159px;
    background-image: url("../images/header-logo-bg-shape.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 325px;
    z-index: -1;
  }
}
/* Bottom Row with Copyright */
.fireworks-footer .border-top {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.fireworks-footer .developer-link {
  color: var(--color2);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.fireworks-footer .developer-link:hover {
  color: var(--color1);
  text-decoration: none;
}

.fireworks-footer .developer-link i {
  transition: transform 0.4s ease;
}

.fireworks-footer .developer-link:hover i {
  transform: rotate(360deg);
}

/* Soft Pulse Animation for Logo */
@keyframes soft-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.fireworks-footer img.img-fluid {
  transition: all 0.5s ease;
}

.fireworks-footer img.img-fluid:hover {
  animation: soft-pulse 1.5s infinite;
  filter: drop-shadow(0 0 8px rgba(211, 232, 9, 0.6));
}
/* utility classes */
.text-red {
  color: var(--color1) !important;
}
.bg-red {
  background-color: var(--color1) !important;
}
.text-yellow {
  color: var(--color2) !important;
}
.bg-yellow {
  background-color: var(--color2) !important;
}
.text-violet {
  color: var(--color3) !important;
}
.bg-violet {
  background-color: var(--color3) !important;
}
.bg-black {
  background-color: var(--color4) !important;
}
/* navbar fixed */
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: white; /* Optional, if you want a solid background */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* theme button */
.theme-btn {
  background-color: var(--color1);
  font-weight: 700;
  color: #fff;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding: 24px 45px;
  border-radius: 7px;
  z-index: 1;
  display: inline-block;
  line-height: 1;
  border: none;
}
.theme-btn:hover {
  color: #000000;
}
.theme-btn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 0;
  content: "";
  background-color: var(--color2);
  transition: all 0.4s ease-in-out;
  border-radius: 7px 0 0 7px;
  z-index: -1;
}
.theme-btn::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 0;
  content: "";
  background-color: var(--color2);
  transition: all 0.4s ease-in-out;
  border-radius: 0 7px 7px 0;
  z-index: -1;
}
.theme-btn:hover::before,
.theme-btn:hover::after {
  height: 100%;
}
/* Theme Button on Tablet and Mobile */
@media (max-width: 991.98px) {
}

@media (max-width: 767.98px) {
}
/* 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;
  }
}
/* ******************************************************** Media Queries********************************************************/
/* mobile media query*/
@media (min-width: 1px) and (max-width: 767.98px) {
  header h1 {
    color: #121212;
    font-size: 1.5rem !important;
  }
  /* theme button */
  .theme-button {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }
  /* contact page section */
  .fireworks-contact {
    padding: 40px 0;
  }

  .fireworks-contact-title {
    font-size: 28px;
  }

  .fireworks-contact-subtitle {
    font-size: 16px;
  }

  .fireworks-contact-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    gap: 15px;
  }

  .fireworks-contact-card-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .fireworks-contact-card-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .fireworks-contact-phone-item,
  .fireworks-contact-email-item {
    align-items: center;
  }

  .fireworks-contact-map {
    height: 250px;
  }

  .fireworks-contact-directions-btn {
    bottom: 15px;
    right: 15px;
    padding: 8px 15px;
    font-size: 14px;
  }
  /* safety guidelines section */
  .safety-guidelines__column {
    margin-bottom: 30px;
    padding: 20px;
  }

  .safety-guidelines__card {
    height: 140px;
  }

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

  .safety-guidelines__column-title {
    font-size: 1.3rem;
  }

  .safety-guidelines__cta {
    text-align: center;
  }

  .safety-guidelines__cta h4 {
    font-size: 1.3rem;
  }

  .safety-guidelines__cta p {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  /* about page ends */
  /* about brands section */
  .about-brands .about-brands-title {
    font-size: 2rem;
  }

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

  .about-brands .about-brands-item {
    height: 140px;
    padding: 1rem;
  }

  .about-brands .about-brands-logo {
    max-height: 60px;
  }

  .about-brands .about-brands-overlay h5 {
    font-size: 1rem;
  }

  .about-brands .about-brands-overlay p {
    font-size: 0.8rem;
  }
  /* about-values section */
  .about-values .about-values-title {
    font-size: 2rem;
  }

  .about-values .about-values-subtitle {
    font-size: 1rem;
  }

  .about-values .about-values-card {
    padding: 1.75rem 1.25rem;
    margin-bottom: 1.5rem;
  }

  .about-values .about-values-card-title {
    font-size: 1.25rem;
  }

  .about-values .about-values-principles {
    padding: 1.75rem 1.25rem;
  }

  .about-values .about-values-principles-title {
    font-size: 1.6rem;
  }

  .about-values .about-values-principle {
    padding: 0.75rem;
    margin-bottom: 1rem;
  }

  .about-values .about-values-principle-icon {
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    margin-right: 1rem;
  }

  .about-values .about-values-principle-content h4 {
    font-size: 1.1rem;
  }

  .about-values .about-values-principle-content p {
    font-size: 0.9rem;
  }

  .about-values .about-values-cta {
    padding: 1.5rem 1rem;
  }

  .about-values .about-values-cta-text {
    font-size: 1.2rem;
  }

  .about-values .about-values-cta-btn {
    padding: 0.7rem 1.5rem;
    font-size: 0.9rem;
    width: 80%;
  }
  /* about intro section */
  .about-intro .about-intro-title {
    font-size: 2rem;
    text-align: center;
  }

  .about-intro .about-intro-subtitle {
    font-size: 1.1rem;
    text-align: center;
  }

  .about-intro .about-intro-text {
    text-align: center;
  }

  .about-intro .about-intro-features {
    justify-content: center;
  }

  .about-intro .about-intro-feature {
    margin: 0.5rem 1rem;
  }

  .about-intro .about-intro-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-intro .about-intro-btn,
  .about-intro .about-intro-btn-outline {
    margin: 0.5rem 0;
    width: 80%;
    text-align: center;
  }

  .about-intro .about-intro-image-container {
    margin-top: 2rem;
  }

  .about-intro .about-intro-image-accent {
    position: relative;
    right: auto;
    transform: translateY(7%);
    margin: 0 auto;
    width: 90%;
  }

  .about-intro .about-intro-stats {
    flex-direction: column;
    padding: 1rem;
  }

  .about-intro .about-intro-stat {
    padding: 0.75rem 0;
  }

  .about-intro .about-intro-stat:not(:last-child)::after {
    right: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(50%);
    width: 70%;
    height: 1px;
  }
  /* index page ends */
  /* index cta */
  .indexcta-section {
    padding: 50px 0;
  }

  .indexcta-section .indexcta-title {
    font-size: 1.8rem;
  }

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

  .indexcta-section .indexcta-text {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }

  .indexcta-section .indexcta-icon-wrapper {
    width: 40px;
    height: 40px;
  }

  .indexcta-section .indexcta-icon {
    font-size: 18px;
  }

  .indexcta-section .indexcta-contact-label {
    font-size: 1rem;
  }

  .indexcta-section .indexcta-contact-value {
    font-size: 0.9rem;
  }

  .indexcta-section .indexcta-image-container {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .indexcta-section .indexcta-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
    width: 100%;
    text-align: center;
  }
  /* index safety section */
  .safety-section {
    padding: 60px 0;
  }

  .safety-section .safety-content {
    padding-left: 0;
    margin-top: 30px;
  }

  .safety-section .safety-heading {
    font-size: 2rem;
  }

  .safety-section .safety-badge {
    width: 70px;
    height: 70px;
    top: 15px;
    right: 15px;
  }

  .safety-section .safety-badge i {
    font-size: 1.8rem;
    margin-bottom: 3px;
  }

  .safety-section .safety-badge span {
    font-size: 0.8rem;
  }

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

  .safety-section .safety-feature-item {
    margin-bottom: 20px;
  }

  .safety-section .safety-feature-icon {
    flex: 0 0 45px;
    height: 45px;
    margin-right: 15px;
    font-size: 1.2rem;
  }

  .safety-section .safety-feature-text h4 {
    font-size: 1rem;
  }
  /* index wholesale-retail section */
  .section-wholesale-retail .title {
    font-size: 1.75rem;
  }
  .section-wholesale-retail .subtitle {
    font-size: 0.95rem;
  }
  .section-wholesale-retail .card-title {
    font-size: 1rem;
  }
  .section-wholesale-retail .card-text {
    font-size: 0.85rem;
  }
  /* index achievements section */
  .achievements-section {
    padding: 60px 0;
  }

  .achievements-section .achievements-heading {
    font-size: 2.2rem;
  }

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

  .achievements-section .achievements-content {
    margin-bottom: 40px;
    text-align: center;
  }

  .achievements-section .achievements-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .achievements-section .achievements-counter-wrapper {
    width: 143px;
    height: 180px;
    padding: 15px;
  }

  .achievements-section .achievements-counter-number {
    font-size: 2rem;
  }

  .achievements-section .achievements-counter-plus {
    font-size: 2rem;
  }

  .achievements-section .achievements-counter-title {
    font-size: 0.9rem;
    margin-top: 10px;
  }
  /* index parallax section */
  .parallax-section .gradient-text {
    font-size: 1.2rem;
  }

  .parallax-section .text-content {
    padding: 0.75rem;
  }

  /* Adjust image height on mobile */
  .parallax-section .parallax-img {
    min-height: 300px; /* Reduces the height on smaller screens */
  }
  .parallax-section .parallax-section-btn {
    padding: 0.7rem 1.5rem;
    font-size: 0.95rem;
    bottom: 1rem;
  }
  /* index products section */
  .products-section .products-section-title {
    font-size: 1.8rem;
  }

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

  .products-section .products-section-card-image {
    height: 160px;
  }

  .products-section .products-section-card-content {
    padding: 1rem;
  }

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

  .products-section .products-section-card-desc {
    font-size: 0.85rem;
  }

  .products-section .products-section-card-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .products-section .products-section-card-price {
    margin-bottom: 0.5rem;
  }

  .products-section .products-section-card-btn {
    width: 100%;
    justify-content: center;
  }
  /* index welcome section */
  .welcome-section .welcome-section-title {
    font-size: 1.8rem;
  }

  .welcome-section .welcome-section-subtitle {
    font-size: 1.1rem;
  }

  .welcome-section .welcome-section-description {
    font-size: 0.9rem;
  }

  .welcome-section .welcome-section-buttons {
    flex-direction: column;
  }

  .welcome-section .welcome-section-btn {
    width: 100%;
    margin-right: 0;
  }

  .welcome-section .welcome-section-card {
    padding: 1.5rem;
  }

  .welcome-section .welcome-section-timer {
    padding: 0.3rem;
  }

  .welcome-section .welcome-section-timer span {
    font-size: 1.2rem;
  }

  .welcome-section .welcome-section-features {
    flex-direction: column;
  }

  .welcome-section .welcome-section-feature {
    width: 100%;
    margin-bottom: 1rem;
  }

  .welcome-section .welcome-section-card-title {
    font-size: 1.3rem;
  }
  /* header */
  .sparkle-header-topbar .marquee-content {
    flex-direction: column;
    gap: 5px;
  }

  .sparkle-top-info .info-item {
    margin-right: 10px;
    margin-bottom: 5px;
  }

  .sparkle-main-header {
    padding: 10px 0;
  }

  .sparkle-page-banner {
    padding: 50px 0;
  }

  .sparkle-page-banner h1 {
    font-size: 1.8rem;
  }
  .pad {
    padding: 40px 0;
  }
}
/* tablet media query */
@media (min-width: 768px) and (max-width: 991.98px) {
  header h1 {
    color: #121212;
    font-size: 1.8rem !important;
  }
  .section-wholesale-retail .card-box {
    max-height: 40em !important;
  }
  /* theme button */
  .theme-button {
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
  }
  /* contact page section */
  .fireworks-contact {
    padding: 60px 0;
  }

  .fireworks-contact-title {
    font-size: 36px;
  }

  .fireworks-contact-card {
    padding: 20px;
  }

  .fireworks-contact-map {
    height: 300px;
  }
  /* safety guidelines section */
  .safety-guidelines__column {
    padding: 25px;
  }

  .safety-guidelines__card {
    height: 130px;
  }

  .safety-guidelines__column-title {
    font-size: 1.4rem;
  }

  .safety-guidelines__cta h4 {
    font-size: 1.4rem;
  }
  /* about page ends */
  /* about brands section */
  .about-brands .about-brands-title {
    font-size: 2.4rem;
  }

  .about-brands .about-brands-subtitle {
    font-size: 1.1rem;
  }

  .about-brands .about-brands-item {
    height: 160px;
    padding: 1.2rem;
  }

  .about-brands .about-brands-logo {
    max-height: 70px;
  }
  /* about values section */
  .about-values .about-values-title {
    font-size: 2.4rem;
  }

  .about-values .about-values-subtitle {
    font-size: 1.1rem;
  }

  .about-values .about-values-card {
    padding: 2rem 1.25rem;
  }

  .about-values .about-values-card-title {
    font-size: 1.3rem;
  }

  .about-values .about-values-principles {
    padding: 2rem;
  }

  .about-values .about-values-principles-title {
    font-size: 1.8rem;
  }

  .about-values .about-values-principles-grid {
    gap: 1.5rem;
  }

  .about-values .about-values-principle-icon {
    font-size: 1.8rem;
    width: 45px;
    height: 45px;
  }

  .about-values .about-values-cta-text {
    font-size: 1.3rem;
  }
  /* about page intro section */
  .about-intro .about-intro-title {
    font-size: 2.3rem;
  }

  .about-intro .about-intro-subtitle {
    font-size: 1.2rem;
  }

  .about-intro .about-intro-image-accent {
    right: 1rem;
    transform: translateY(20%);
  }

  .about-intro .about-intro-stats {
    padding: 1.2rem;
  }

  .about-intro .about-intro-stat {
    padding: 0 1rem;
  }

  .about-intro .about-intro-stat-number {
    font-size: 1.7rem;
  }

  .about-intro .about-intro-feature {
    margin-right: 1.5rem;
  }
  /* index page ends */
  /* index cta section */
  .indexcta-section {
    padding: 70px 0;
  }

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

  .indexcta-section .indexcta-subtitle {
    font-size: 1.1rem;
  }

  .indexcta-section .indexcta-text {
    font-size: 1rem;
  }

  .indexcta-section .indexcta-image-container {
    margin-top: 30px;
  }

  .indexcta-section .indexcta-btn {
    padding: 12px 25px;
    font-size: 1rem;
  }
  /* index safety section */
  .safety-section {
    padding: 80px 0;
  }

  .safety-section .safety-content {
    padding-left: 15px;
  }

  .safety-section .safety-heading {
    font-size: 2.2rem;
  }

  .safety-section .safety-feature-icon {
    flex: 0 0 50px;
    height: 50px;
    font-size: 1.3rem;
  }

  .safety-section .safety-feature-text h4 {
    font-size: 1.1rem;
  }

  .safety-section .safety-badge {
    width: 80px;
    height: 80px;
    top: 20px;
    right: 20px;
  }

  .safety-section .safety-badge i {
    font-size: 2rem;
  }
  /* index wholesale - retail section */
  .section-wholesale-retail .title {
    font-size: 2rem;
  }
  .section-wholesale-retail .card-title {
    font-size: 1.1rem;
  }
  .section-wholesale-retail .card-text {
    font-size: 0.9rem;
  }
  /* index achievements section */
  .achievements-section {
    padding: 80px 0;
  }

  .achievements-section .achievements-heading {
    font-size: 1.7rem;
  }

  .achievements-section .achievements-counter-wrapper {
    height: 200px;
  }

  .achievements-section .achievements-counter-number {
    font-size: 2rem;
  }

  .achievements-section .achievements-counter-title {
    font-size: 1rem;
  }

  .achievements-section .achievements-content {
    margin-bottom: 40px;
  }
  /* index parallax section */
  .parallax-section .gradient-text {
    font-size: 2.5rem;
  }

  .parallax-section .text-content {
    padding: 1rem;
  }
  .parallax-section .parallax-section-btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
    bottom: 1.5rem;
  }
  /* index products section */
  .products-section .products-section-title {
    font-size: 2.2rem;
  }

  .products-section .products-section-card-image {
    height: 180px;
  }

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

  .products-section .products-section-card-price {
    font-size: 1.1rem;
  }

  .products-section .products-section-card-content {
    padding: 1.25rem;
  }
  /* index welcome section */
  .welcome-section .welcome-section-title {
    font-size: 2.2rem;
  }

  .welcome-section .welcome-section-subtitle {
    font-size: 1.3rem;
  }

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

  .welcome-section .welcome-section-timer {
    padding: 0.4rem;
  }

  .welcome-section .welcome-section-timer span {
    font-size: 1.3rem;
  }

  .welcome-section .welcome-section-feature {
    padding: 0.75rem;
  }
  /* header */
  .sparkle-top-info {
    text-align: center;
  }

  .sparkle-main-header {
    padding: 15px 0;
  }

  .sparkle-page-banner h1 {
    font-size: 2.2rem;
  }
  .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);
}
