@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
:root {
  --red: #dc3545;
  --yellow: #ffc107;
  --purple: #6f42c1;
  --white: #ffffff;
  --dark: #111827;
  --green: #28a745;
  --ls-bg: #ffffff;
  --ls-txt: #111111;
  --ls-muted: #555555;
  --ls-primary: var(--purple); /* reuse your palette */
  --ls-secondary: var(--red);
  --ls-accent: var(--yellow);
  --ls-shadow: rgba(0, 0, 0, 0.08);
  --ls-glow: rgba(111, 66, 193, 0.25);
}
a {
  text-decoration: none !important;
}
li {
  list-style-type: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
p,
a,
li,
body {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  font-weight: normal;
}
.heading1 {
  font-size: 2.5rem;
}
.heading2 {
  font-size: 2rem;
}
.heading3 {
  font-size: 1.75rem;
}
.heading4 {
  font-size: 1.5rem;
}
.heading5 {
  font-size: 1.25rem;
}
.heading6 {
  font-size: 1rem;
}
.pad {
  padding: 90px 0;
}
.wrdbrk {
  white-space: pre;
}
.fullpad {
  padding: 0 !important;
  margin: 0 !important;
}
/* custom css starts */
.header-section {
  position: relative;
  z-index: 1030;
}

/* ---------- contact-bar ---------- */
.header-section .contact-bar {
  background: linear-gradient(135deg, var(--purple) 0%, var(--red) 100%);
  color: #fff;
  font-size: 0.875rem;
  padding: 0.5rem 0;
  overflow: hidden;
  position: relative;
}

.header-section .contact-bar::before,
.header-section .contact-bar::after {
  content: "";
  position: absolute;
  top: -100%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.08) 0%,
    transparent 60%
  );
  animation: sparkle 7s linear infinite;
}

.header-section .contact-bar::after {
  animation-delay: 3.5s;
}

@keyframes sparkle {
  0% {
    transform: rotate(0deg);
    opacity: 0.3;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    transform: rotate(360deg);
    opacity: 0.3;
  }
}

.header-section .contact-bar .icon-wrap {
  display: inline-block;
  margin-right: 0.4rem;
}

.header-section .contact-bar .icon-wrap i {
  color: var(--yellow);
  animation: icon-pulse 2s ease-in-out infinite;
}

@keyframes icon-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}

/* ---------- top-marquee ---------- */
.header-section .top-marquee {
  background: var(--yellow);
  color: #111;
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}

.header-section .top-marquee i {
  margin-right: 0.3rem;
}

/* ---------- main-nav ---------- */
.header-section .main-nav {
  background: linear-gradient(180deg, #111 0%, #222 100%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  padding: 0.75rem 0;
}
.header-section .main-nav .navbar-brand {
  width: 99px;
}

.header-section .main-nav .logo {
  transition: transform 0.3s ease;
}

.header-section .main-nav .logo:hover {
  transform: scale(1.05);
  animation: glow-icon 0.6s ease-in-out;
}

.header-section .main-nav .nav-link {
  color: #fff;
  font-weight: 600;
  margin-left: 1.2rem;
  padding: 0.75rem 0;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.header-section .main-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--yellow);
  transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.header-section .main-nav .nav-link:hover::after,
.header-section .main-nav .nav-link.active::after {
  width: 100%;
}

.header-section .main-nav .nav-link:hover {
  color: var(--yellow);
  animation: glow-text 0.6s ease-in-out;
}

@keyframes glow-text {
  0% {
    text-shadow: 0 0 0px var(--yellow);
  }
  50% {
    text-shadow: 0 0 8px var(--yellow), 0 0 16px var(--yellow);
  }
  100% {
    text-shadow: 0 0 0px var(--yellow);
  }
}
@keyframes glow-icon {
  0% {
    box-shadow: 0 0 0px var(--yellow);
  }
  50% {
    box-shadow: 0 0 8px var(--yellow), 0 0 16px var(--yellow);
  }
  100% {
    box-shadow: 0 0 0px var(--yellow);
  }
}

/* ---------- responsive ---------- */
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-section .contact-bar {
    font-size: 0.8rem;
  }

  .header-section .main-nav .nav-link {
    margin-left: 0.9rem;
    font-size: 0.95rem;
  }
}

@media (min-width: 1px) and (max-width: 767.98px) {
  .header-section .main-nav .logo {
    height: 50px;
  }

  .header-section .main-nav .nav-link {
    margin: 0.5rem 0;
    font-size: 1rem;
  }
}
/* index swiper */
/* index swiper */
/* home carousel */
section.home-carousel {
  position: relative;
}

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

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

section.home-carousel .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* index intro */

.hero-section {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: white;
  display: flex;
  align-items: center;
}

.hero-section .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-section .firework-burst {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  opacity: 0.3;
  animation: firework-explosion 4s infinite;
}

.hero-section .firework-1 {
  top: 20%;
  left: 10%;
  background: radial-gradient(circle, var(--red) 0%, transparent 70%);
  animation-delay: 0s;
}

.hero-section .firework-2 {
  top: 60%;
  right: 15%;
  background: radial-gradient(circle, var(--yellow) 0%, transparent 70%);
  animation-delay: 1.5s;
}

.hero-section .firework-3 {
  top: 30%;
  right: 30%;
  background: radial-gradient(circle, var(--purple) 0%, transparent 70%);
  animation-delay: 3s;
}

.hero-section .spark-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--yellow);
  border-radius: 50%;
  animation: spark-float 3s infinite;
}

.hero-section .spark-1 {
  top: 15%;
  left: 20%;
  animation-delay: 0s;
}

.hero-section .spark-2 {
  top: 40%;
  left: 80%;
  animation-delay: 0.6s;
}

.hero-section .spark-3 {
  top: 70%;
  left: 60%;
  animation-delay: 1.2s;
}

.hero-section .spark-4 {
  top: 25%;
  left: 70%;
  animation-delay: 1.8s;
}

.hero-section .spark-5 {
  top: 80%;
  left: 30%;
  animation-delay: 2.4s;
}

.hero-section .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.hero-section .hero-content {
  position: relative;
  z-index: 2;
  animation: slide-in-left 1s ease-out;
}

.hero-section .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 8px 16px;
  border-radius: 25px;
  color: var(--purple);
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: glow-pulse-purple 2s infinite;
}

.hero-section .hero-badge i {
  font-size: 16px;
}

.hero-section .hero-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-section .title-line-1 {
  display: block;
  color: #000000;
  animation: fade-in-up 1s ease-out 0.3s both;
}

.hero-section .title-line-2 {
  display: block;
  color: var(--yellow);
  animation: fade-in-up 1s ease-out 0.6s both;
}

.hero-section .title-accent {
  display: block;
  font-size: 2.5rem;
  color: var(--red);
  font-weight: 600;
  animation: fade-in-up 1s ease-out 0.9s both;
}

.hero-section .hero-description {
  font-size: 1.2rem;
  color: rgba(11, 0, 0, 0.8);
  line-height: 1.6;
  margin-bottom: 32px;
  animation: fade-in-up 1s ease-out 1.2s both;
}

.hero-section .hero-buttons {
  display: flex;
  gap: 16px;
  animation: fade-in-up 1s ease-out 1.5s both;
}

.hero-section .hero-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(45deg, var(--red), var(--purple));
  color: white;
  padding: 12px 32px;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

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

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

.hero-section .hero-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(220, 53, 69, 0.4);
  color: white;
  text-decoration: none;
}

.hero-section .hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--purple);
  padding: 12px 32px;
  border: 2px solid var(--purple);
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-section .hero-btn-secondary:hover {
  background: var(--yellow);
  color: #1a1a2e;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 193, 7, 0.3);
  text-decoration: none;
  border: 2px solid var(--yellow);
}

.hero-section .hero-visual {
  position: relative;
  height: 500px;
  animation: slide-in-right 1s ease-out;
}

.hero-section .visual-circle {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  animation: float 3s ease-in-out infinite;
}

.hero-section .circle-1 {
  top: 10%;
  left: 20%;
  background: rgba(255, 193, 7, 0.1);
  color: black;
  animation-delay: 0s;
}

.hero-section .circle-2 {
  top: 40%;
  right: 10%;
  background: rgba(220, 53, 69, 0.1);
  color: var(--purple);
  animation-delay: 1s;
}

.hero-section .circle-3 {
  bottom: 20%;
  left: 10%;
  background: rgba(111, 66, 193, 0.1);
  color: var(--red);
  animation-delay: 2s;
}

@keyframes firework-explosion {
  0% {
    transform: scale(0);
    opacity: 0.8;
  }
  50% {
    transform: scale(1);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes spark-float {
  0%,
  100% {
    transform: translateY(0px);
    opacity: 0;
  }
  50% {
    transform: translateY(-20px);
    opacity: 1;
  }
}

@keyframes glow-pulse {
  0%,
  100% {
    box-shadow: 0 0 5px rgba(255, 48, 7, 0.5);
  }
  50% {
    box-shadow: 0 0 20px rgba(255, 57, 7, 0.8);
  }
}

@keyframes slide-in-left {
  from {
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  from {
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

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

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-section .hero-title {
    font-size: 3rem;
  }

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

  .hero-section .hero-description {
    font-size: 1.1rem;
  }

  .hero-section .hero-visual {
    height: 400px;
  }

  .hero-section .visual-circle {
    width: 100px;
    height: 100px;
    font-size: 2.5rem;
  }

  .hero-section .hero-stats {
    bottom: 5%;
    right: 10%;
    gap: 16px;
  }

  .hero-section .stat-item {
    padding: 12px;
  }
}

@media (min-width: 1px) and (max-width: 767.98px) {
  .hero-section .hero-badge {
    margin-top: 40px;
  }
  .hero-section .hero-title {
    font-size: 2.5rem;
  }

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

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

  .hero-section .hero-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .hero-section .hero-btn-primary,
  .hero-section .hero-btn-secondary {
    justify-content: center;
    width: 100%;
  }

  .hero-section .hero-visual {
    height: 100%;
    margin-top: 32px;
  }

  .hero-section .visual-circle {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }

  .hero-section .circle-1 {
    top: 5%;
    left: 10%;
  }

  .hero-section .circle-2 {
    top: 30%;
    right: 5%;
  }

  .hero-section .circle-3 {
    bottom: 40%;
    left: 5%;
  }

  .hero-section .hero-stats {
    position: static;
    justify-content: center;
    margin-top: 20px;
    gap: 12px;
  }

  .hero-section .stat-item {
    padding: 8px 12px;
  }

  .hero-section .stat-number {
    font-size: 1.2rem;
  }

  .hero-section .stat-label {
    font-size: 0.8rem;
  }

  .hero-section .firework-burst {
    width: 150px;
    height: 150px;
  }
}
/* counter section */
.counter-section {
  --counter-bg: #0f0f1a;
  --counter-surface: #1a1a2e;
  --counter-primary: #ffc107;
  --counter-accent: #dc3545;
  --counter-purple: #6f42c1;
  position: relative;
  background: var(--counter-bg);
  padding: 6rem 0;
  overflow: hidden;
}
/* ----- header block (scoped) ----- */
.counter-section .counter-header {
  position: relative;
  text-align: center;
  margin-bottom: 3.5rem;
  z-index: 2;
}

/* glowing badge */
.counter-section .counter-glow-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #ffc107, #dc3545);
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  box-shadow: 0 0 12px rgba(255, 193, 7, 0.45), 0 0 24px rgba(255, 193, 7, 0.25);
  animation: pulse-glow 2.2s infinite;
}

@keyframes pulse-glow {
  0%,
  100% {
    box-shadow: 0 0 12px rgba(255, 193, 7, 0.45),
      0 0 24px rgba(255, 193, 7, 0.25);
  }
  50% {
    box-shadow: 0 0 18px rgba(255, 193, 7, 0.65),
      0 0 32px rgba(255, 193, 7, 0.35);
  }
}

.counter-section .counter-glow-badge i {
  font-size: 1rem;
}

/* colourful bold heading */
.counter-section .counter-heading {
  font-size: 2.75rem;
  font-weight: 800;
  color: #ffffff;
  margin: 1rem 0 0.5rem;
  letter-spacing: 0.5px;
}

/* underline accent */
.counter-section .counter-heading::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #ffc107, #dc3545, #6f42c1);
  margin: 0.5rem auto 0;
  border-radius: 2px;
}

/* paragraph */
.counter-section .counter-lead {
  max-width: 600px;
  margin: 0.75rem auto 0;
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
}

/* responsive tweaks */
@media (max-width: 767.98px) {
  .counter-section .counter-heading {
    font-size: 2.2rem;
  }
  .counter-section .counter-lead {
    font-size: 1rem;
  }
}
/* ---------- animated backdrop ---------- */
.counter-section .counter-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* nebula clouds */
.counter-section .bg-nebula {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  opacity: 0.08;
  animation: nebula-drift 20s linear infinite;
}

.counter-section .nebula-1 {
  top: -10%;
  left: -5%;
  background: radial-gradient(
    circle,
    var(--counter-primary) 0%,
    transparent 70%
  );
  animation-delay: 0s;
}

.counter-section .nebula-2 {
  top: 60%;
  right: 5%;
  background: radial-gradient(
    circle,
    var(--counter-accent) 0%,
    transparent 70%
  );
  animation-delay: -7s;
}

.counter-section .nebula-3 {
  bottom: -15%;
  left: 40%;
  background: radial-gradient(
    circle,
    var(--counter-purple) 0%,
    transparent 70%
  );
  animation-delay: -14s;
}

@keyframes nebula-drift {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(30px, -40px) rotate(360deg);
  }
}

/* orbit rings */
.counter-section .bg-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  animation: orbit-spin 30s linear infinite;
}

.counter-section .orbit-1 {
  width: 200px;
  height: 200px;
  top: 15%;
  left: 10%;
}

.counter-section .orbit-2 {
  width: 300px;
  height: 300px;
  top: 50%;
  right: 10%;
  animation-direction: reverse;
}

.counter-section .orbit-3 {
  width: 150px;
  height: 150px;
  bottom: 20%;
  left: 50%;
}

@keyframes orbit-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* twinkling stars */
.counter-section .bg-star {
  position: absolute;
  width: 2px;
  height: 2px;
  background: white;
  border-radius: 50%;
  animation: twinkle 3s infinite;
}

.counter-section .star-1 {
  top: 10%;
  left: 20%;
  animation-delay: 0s;
}
.counter-section .star-2 {
  top: 30%;
  left: 80%;
  animation-delay: 0.6s;
}
.counter-section .star-3 {
  top: 70%;
  left: 30%;
  animation-delay: 1.2s;
}
.counter-section .star-4 {
  top: 50%;
  left: 60%;
  animation-delay: 1.8s;
}
.counter-section .star-5 {
  top: 85%;
  left: 75%;
  animation-delay: 2.4s;
}

@keyframes twinkle {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
}

/* ---------- counter cards ---------- */
.counter-section .counter-card {
  position: relative;
  background: var(--counter-surface);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  padding: 2.5rem 1.5rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  cursor: default;
}

.counter-section .counter-card:hover {
  transform: translateY(-8px) rotateX(5deg);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.4), 0 0 0 2px var(--counter-primary);
}

/* icon layers */
.counter-section .counter-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 1.25rem;
}

.counter-section .counter-icon i {
  font-size: 2.5rem;
  color: var(--counter-primary);
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}

.counter-section .counter-card:hover .counter-icon i {
  color: #ffffff;
}

/* halo */
.counter-section .icon-halo {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    var(--counter-primary) 0%,
    transparent 70%
  );
  opacity: 0.2;
  transition: opacity 0.3s ease;
}

.counter-section .counter-card:hover .icon-halo {
  opacity: 0.4;
}

/* pulse ring */
.counter-section .icon-pulse {
  position: absolute;
  inset: -20px;
  border: 2px solid var(--counter-primary);
  border-radius: 50%;
  opacity: 0;
  animation: icon-pulse 2s infinite;
}

@keyframes icon-pulse {
  0% {
    transform: scale(0.6);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

/* numbers */
.counter-section .counter-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.counter-section .suffix {
  color: var(--counter-primary);
  margin-left: 0.25rem;
}

.counter-section .counter-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}

/* hover glow layer */
.counter-section .counter-hover-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    rgba(255, 193, 7, 0.06) 0%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.counter-section .counter-card:hover .counter-hover-glow {
  opacity: 1;
}

/* ---------- responsive ---------- */
@media (min-width: 1px) and (max-width: 767.98px) {
  .counter-section {
    padding: 4rem 0;
  }
  .counter-section .counter-card {
    margin-bottom: 1.5rem;
  }
}
/* ---------- products section  ---------- */
/* ---------- DESKTOP FIRST (LG+) ---------- */
.section-products {
  position: relative;
  padding: 7rem 0;
  background: var(--ls-bg);
  overflow: hidden;
}
.section-products .products-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.section-products .bg-burst {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  opacity: 0.25;
  animation: burst-pulse 5s infinite ease-in-out;
}
.section-products .burst-1 {
  top: 5%;
  left: 10%;
  background: radial-gradient(circle, var(--purple) 0%, transparent 70%);
  animation-delay: 0s;
}
.section-products .burst-2 {
  top: 60%;
  right: 15%;
  background: radial-gradient(circle, var(--yellow) 0%, transparent 70%);
  animation-delay: 2s;
}
.section-products .burst-3 {
  top: 30%;
  right: 30%;
  background: radial-gradient(circle, var(--red) 0%, transparent 70%);
  animation-delay: 4s;
}
.section-products .bg-spark {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--yellow);
  animation: float-spark 4s infinite ease-in-out;
}
.section-products .spark-1 {
  top: 15%;
  left: 25%;
  animation-delay: 0s;
}
.section-products .spark-2 {
  top: 45%;
  left: 70%;
  animation-delay: 1s;
}
.section-products .spark-3 {
  top: 75%;
  left: 50%;
  animation-delay: 2s;
}
.section-products .spark-4 {
  top: 20%;
  left: 80%;
  animation-delay: 3s;
}

/* headline */
.section-products .products-headline {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 4rem;
}
.section-products .headline-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.6rem 1.4rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--purple);
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 1.2rem;
  animation: glow-pulse-purple 2s infinite;
}
.section-products .headline-title {
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1.1;
  position: relative;
  display: inline-block;
}
.section-products .headline-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--red);
  border-radius: 2px;
}
.section-products .headline-title .title-sub {
  color: var(--yellow);
}

/* cards grid */
.section-products .product-card {
  perspective: 1200px;
  margin-bottom: 2.5rem;
}
.section-products .card-layers {
  position: relative;
  width: 100%;
  height: 320px;
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
}
.section-products .product-card:hover .card-layers {
  transform: rotateY(180deg);
}
.section-products .layer {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 1.25rem;
  overflow: hidden;
}
.section-products .layer-front {
  background: var(--dark);
}
.section-products .layer-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.section-products .product-card:hover .layer-front img {
  transform: scale(1.1);
}
.section-products .layer-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    #2491e1f0 40%,
    rgb(142, 5, 218) 50%,
    transparent 60%
  );
  transform: translateX(-100%) rotate(25deg);
  transition: transform 0.6s ease;
}
.section-products .product-card:hover .layer-shine {
  transform: translateX(100%) rotate(25deg);
}
.section-products .layer-glow {
  position: absolute;
  inset: 0;
  box-shadow: 0 0 0 0 transparent;
  transition: box-shadow 0.6s ease;
}
.section-products .product-card:hover .layer-glow {
  box-shadow: inset 0 0 50px 10px rgba(111, 66, 193, 0.4);
}
.section-products .layer-ring {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateY(180deg) translateZ(1px);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.section-products .product-card:hover .layer-ring {
  opacity: 1;
}
.section-products .ring-svg {
  width: 85%;
  height: 85%;
  fill: none;
  stroke: var(--yellow);
  stroke-width: 2;
  animation: spin 10s linear infinite;
}
.section-products .layer-back {
  background: linear-gradient(145deg, var(--purple), var(--red));
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  transform: rotateY(180deg);
}
.section-products .back-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.section-products .back-desc {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  text-align: center;
  line-height: 1.4;
}
.section-products .back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--yellow);
  color: var(--dark);
  padding: 0.75rem 1.75rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.section-products .back-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 193, 7, 0.45);
}

/* ---------- keyframes ---------- */
@keyframes burst-pulse {
  0% {
    transform: scale(0.4);
    opacity: 0.4;
  }
  50% {
    transform: scale(1);
    opacity: 0.2;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes float-spark {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    transform: translateY(-25px);
    opacity: 1;
  }
}
@keyframes glow-pulse-purple {
  0%,
  100% {
    box-shadow: 0 0 5px rgba(197, 7, 255, 0.5);
  }
  50% {
    box-shadow: 0 0 25px rgba(247, 7, 255, 0.9);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ---------- breakpoints ---------- */
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-products .headline-title {
    font-size: 3rem;
  }
  .section-products .card-layers {
    height: 300px;
  }
}

@media (min-width: 1px) and (max-width: 767.98px) {
  .section-products {
    padding: 4rem 0;
  }
  .section-products .headline-title {
    font-size: 2.5rem;
  }
  .section-products .card-layers {
    height: 280px;
  }
}
/* parallax section */
/* ---------- desktop first (LG+) ---------- */
.section-dark-cta {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  background: var(--black);
}

.section-dark-cta .dark-cta-bg {
  position: absolute;
  inset: 0;
  background-image: url("../images/index-parallax-bg.webp");
  background-size: cover;
  background-color: #1a1a2ed5;
  background-blend-mode: overlay;
  background-position: center;
  background-attachment: fixed;
  z-index: 0;
}

.section-dark-cta .cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.section-dark-cta .cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.6rem 1.4rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--yellow);
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 1.5rem;
  animation: glow-pulse 2s infinite;
}

.section-dark-cta .cta-title {
  font-size: 3.75rem;
  font-weight: 900;
  color: var(--white);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.section-dark-cta .cta-desc {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 600px;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
}

/* multi-layer button */
.section-dark-cta .cta-btn {
  position: relative;
  display: inline-block;
  perspective: 800px;
  text-decoration: none;
}

.section-dark-cta .btn-layer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  backface-visibility: hidden;
}

.section-dark-cta .btn-layer-front {
  position: relative;
  background: linear-gradient(135deg, var(--purple), var(--red));
  color: var(--white);
  z-index: 3;
}

.section-dark-cta .btn-layer-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    var(--yellow) 0%,
    transparent 70%
  );
  opacity: 0;
  filter: blur(20px);
  z-index: 2;
  transform: scale(0.9);
}

.section-dark-cta .btn-layer-shadow {
  position: absolute;
  inset: 0;
  background: var(--black);
  opacity: 0.4;
  filter: blur(8px);
  z-index: 1;
  transform: translateY(6px) scale(0.9);
}

.section-dark-cta .cta-btn:hover .btn-layer-front {
  transform: translateY(-6px) rotateX(10deg);
  box-shadow: 0 15px 30px rgba(111, 66, 193, 0.5);
}
.section-dark-cta .cta-btn:hover .btn-layer-glow {
  opacity: 0.6;
  transform: scale(1.15);
}
.section-dark-cta .cta-btn:hover .btn-layer-shadow {
  opacity: 0.6;
  transform: translateY(8px) scale(1);
}

/* ---------- breakpoints ---------- */
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-dark-cta .cta-title {
    font-size: 3rem;
  }
  .section-dark-cta .cta-desc {
    font-size: 1.1rem;
  }
}

@media (min-width: 1px) and (max-width: 767.98px) {
  .section-dark-cta {
    padding: 5rem 0;
  }
  .section-dark-cta .cta-title {
    font-size: 2.5rem;
  }
  .section-dark-cta .cta-desc {
    font-size: 1rem;
  }
  .section-dark-cta .btn-layer {
    padding: 0.9rem 2rem;
    font-size: 1rem;
  }
}

/* ---------- shared keyframes ---------- */
@keyframes glow-pulse {
  0%,
  100% {
    box-shadow: 0 0 5px rgba(255, 193, 7, 0.5);
  }
  50% {
    box-shadow: 0 0 20px rgba(255, 193, 7, 0.9);
  }
}
/* why choose us */
/* Why Choose Us Section Styles */
.why-choose-us {
  background-color: #ffffff;
  padding: 80px 0;
  position: relative;
}

.why-choose-us .section-header {
  text-align: center;
  margin-bottom: 60px;
}

.why-choose-us .section-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  position: relative;
}

.why-choose-us .section-header h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--red), var(--yellow));
  border-radius: 2px;
}

.why-choose-us .section-header p {
  font-size: 18px;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.why-choose-us .feature-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #f0f0f0;
}

.why-choose-us .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.why-choose-us .icon-wrapper {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--red), var(--yellow));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}

.why-choose-us .feature-card:hover .icon-wrapper {
  transform: scale(1.1);
}

.why-choose-us .icon-wrapper i {
  font-size: 36px;
  color: #ffffff;
}

.why-choose-us .feature-card h4 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.why-choose-us .feature-card p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}

.why-choose-us .cta-section {
  background: linear-gradient(135deg, var(--purple), var(--red));
  padding: 50px 40px;
  border-radius: 15px;
  text-align: center;
  margin-top: 60px;
  color: #ffffff;
}

.why-choose-us .cta-section h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}

.why-choose-us .cta-section p {
  font-size: 18px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
}

.why-choose-us .btn-primary {
  background: var(--yellow);
  color: #333;
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.why-choose-us .btn-primary:hover {
  background: #e0a800;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 193, 7, 0.4);
  color: #333;
  text-decoration: none;
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991.98px) {
  .why-choose-us {
    padding: 60px 0;
  }

  .why-choose-us .section-header h2 {
    font-size: 36px;
  }

  .why-choose-us .section-header p {
    font-size: 16px;
  }

  .why-choose-us .feature-card {
    padding: 35px 25px;
  }

  .why-choose-us .icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .why-choose-us .icon-wrapper i {
    font-size: 30px;
  }

  .why-choose-us .feature-card h4 {
    font-size: 22px;
  }

  .why-choose-us .cta-section {
    padding: 40px 30px;
  }

  .why-choose-us .cta-section h3 {
    font-size: 28px;
  }
}

/* Mobile Styles */
@media (min-width: 1px) and (max-width: 767.98px) {
  .why-choose-us {
    padding: 50px 0;
  }

  .why-choose-us .section-header {
    margin-bottom: 40px;
  }

  .why-choose-us .section-header h2 {
    font-size: 28px;
  }

  .why-choose-us .section-header p {
    font-size: 16px;
  }

  .why-choose-us .feature-card {
    padding: 30px 20px;
    margin-bottom: 25px;
  }

  .why-choose-us .icon-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .why-choose-us .icon-wrapper i {
    font-size: 24px;
  }

  .why-choose-us .feature-card h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .why-choose-us .feature-card p {
    font-size: 15px;
  }

  .why-choose-us .cta-section {
    padding: 35px 25px;
    margin-top: 40px;
  }

  .why-choose-us .cta-section h3 {
    font-size: 24px;
  }

  .why-choose-us .cta-section p {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .why-choose-us .btn-primary {
    padding: 12px 30px;
    font-size: 16px;
  }
}
/* index page ends */
/* About Section Styles */
/* About Section Styles */
.about-section {
  position: relative;
  overflow: hidden;
  background-color: white;
  padding: 100px 0;
}

.about-section .about-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.about-section .about-particle {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--yellow);
  border-radius: 50%;
  opacity: 0.6;
  animation: particle-float 6s infinite ease-in-out;
}

.about-section .particle-1 {
  top: 20%;
  left: 15%;
  animation-delay: 0s;
}

.about-section .particle-2 {
  top: 60%;
  left: 80%;
  animation-delay: 1.5s;
}

.about-section .particle-3 {
  top: 40%;
  left: 30%;
  animation-delay: 3s;
}

.about-section .about-sparkle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--purple);
  border-radius: 50%;
  opacity: 0;
  animation: sparkle-twinkle 3s infinite;
}

.about-section .sparkle-1 {
  top: 25%;
  left: 25%;
  animation-delay: 0.5s;
}

.about-section .sparkle-2 {
  top: 70%;
  left: 40%;
  animation-delay: 1s;
}

.about-section .sparkle-3 {
  top: 50%;
  left: 75%;
  animation-delay: 1.5s;
}

.about-section .about-content {
  position: relative;
  z-index: 3;
  padding: 40px;
  animation: fade-in-up 1s ease-out;
}

.about-section .about-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 193, 7, 0.1);
  padding: 8px 20px;
  border-radius: 25px;
  color: var(--purple);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
  border: 1px solid rgba(255, 193, 7, 0.2);
  animation: glow-pulse-purple 3s infinite;
}

.about-section .about-badge i {
  font-size: 16px;
}

.about-section .about-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
  color: #1a1a2e;
}

.about-section .title-line-1 {
  display: block;
  animation: fade-in-up 1s ease-out 0.3s both;
}

.about-section .title-line-2 {
  display: block;
  color: var(--red);
  animation: fade-in-up 1s ease-out 0.6s both;
}

.about-section .about-timeline {
  position: relative;
  margin: 40px 0;
  padding-left: 30px;
  border-left: 2px solid rgba(220, 53, 69, 0.3);
}

.about-section .timeline-item {
  position: relative;
  margin-bottom: 30px;
  animation: fade-in-right 0.6s ease-out both;
}

.about-section .timeline-item:nth-child(1) {
  animation-delay: 0.9s;
}

.about-section .timeline-item:nth-child(2) {
  animation-delay: 1.2s;
}

.about-section .timeline-item:nth-child(3) {
  animation-delay: 1.5s;
}

.about-section .timeline-marker {
  position: absolute;
  left: -36px;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--red);
  border: 4px solid white;
  box-shadow: 0 0 0 2px var(--red);
  transition: all 0.3s ease;
}

.about-section .timeline-item:hover .timeline-marker {
  transform: scale(1.2);
  box-shadow: 0 0 0 2px var(--red), 0 0 15px var(--red);
}

.about-section .timeline-year {
  font-size: 1.5rem;
  color: var(--red);
  margin-bottom: 5px;
  font-weight: 600;
}

.about-section .timeline-text {
  color: #4a5568;
  line-height: 1.6;
  margin: 0;
}

.about-section .about-description {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.8;
  margin-bottom: 40px;
  animation: fade-in-up 1s ease-out 1.8s both;
}

.about-section .about-buttons {
  display: flex;
  gap: 15px;
  animation: fade-in-up 1s ease-out 2.1s both;
}

.about-section .about-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(45deg, var(--purple), var(--red));
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

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

.about-section .about-btn-primary:hover::before {
  left: 100%;
}

.about-section .about-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(111, 66, 193, 0.4);
}

.about-section .about-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--purple);
  padding: 12px 30px;
  border: 2px solid var(--purple);
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.about-section .about-btn-secondary:hover {
  background: var(--purple);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(111, 66, 193, 0.3);
}

.about-section .about-visual {
  position: relative;
  height: 600px;
  padding: 40px;
  animation: fade-in 1.5s ease-out;
}

.about-section .visual-circle {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.9);
  animation: float 4s ease-in-out infinite;
  z-index: 3;
  color: var(--purple);
}

.about-section .circle-1 {
  top: 10%;
  right: 15%;
  color: var(--red);
  animation-delay: 0s;
}

.about-section .circle-2 {
  top: 60%;
  right: 5%;
  color: var(--yellow);
  animation-delay: 1s;
}

.about-section .circle-3 {
  bottom: 10%;
  left: 15%;
  color: var(--purple);
  animation-delay: 2s;
}

.about-section .about-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  transform: perspective(1000px) rotateY(0deg);
  transition: transform 0.6s ease;
  z-index: 2;
}

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

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

.about-section .image-highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    rgba(111, 66, 193, 0.2) 0%,
    rgba(220, 53, 69, 0.2) 100%
  );
  opacity: 0;
  transition: opacity 0.6s ease;
}

.about-section .about-image-wrapper:hover .image-highlight {
  opacity: 1;
}

/* Animations */
@keyframes particle-float {
  0%,
  100% {
    transform: translateY(0) translateX(0);
    opacity: 0.6;
  }
  25% {
    transform: translateY(-20px) translateX(10px);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-40px) translateX(20px);
    opacity: 1;
  }
  75% {
    transform: translateY(-20px) translateX(10px);
    opacity: 0.8;
  }
}

@keyframes sparkle-twinkle {
  0%,
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@keyframes glow-pulse {
  0%,
  100% {
    box-shadow: 0 0 5px rgba(255, 193, 7, 0.3);
  }
  50% {
    box-shadow: 0 0 15px rgba(255, 193, 7, 0.6);
  }
}

@keyframes fade-in-up {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Responsive Styles */
@media (min-width: 768px) and (max-width: 991.98px) {
  .about-section {
    padding: 80px 0;
  }

  .about-section .about-title {
    font-size: 2.8rem;
  }

  .about-section .about-visual {
    height: 500px;
  }

  .about-section .visual-circle {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }

  .about-section .about-buttons {
    flex-wrap: wrap;
  }

  .about-section .about-btn-primary,
  .about-section .about-btn-secondary {
    flex: 1 0 auto;
  }
}

@media (min-width: 1px) and (max-width: 767.98px) {
  .about-section {
    padding: 60px 0;
  }

  .about-section .about-content {
    padding: 20px;
  }

  .about-section .about-title {
    font-size: 2.2rem;
  }

  .about-section .about-visual {
    height: 400px;
    margin-bottom: 40px;
    padding: 20px;
  }

  .about-section .visual-circle {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .about-section .about-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .about-section .about-btn-primary,
  .about-section .about-btn-secondary {
    justify-content: center;
    width: 100%;
  }

  .about-section .circle-1 {
    top: 5%;
    right: 10%;
  }

  .about-section .circle-2 {
    top: 55%;
    right: 5%;
  }

  .about-section .circle-3 {
    bottom: 5%;
    left: 10%;
  }
}
/* brands swiper */
/* Brands Section Styles */
.brands-section {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  position: relative;
  overflow: hidden;
}

.brands-section .brands-heading {
  font-size: 2.5rem;
  color: white;
  font-weight: 700;
  position: relative;
  display: inline-block;
  animation: fade-in-up 1s ease-out;
}

.brands-section .brands-divider {
  width: 80px;
  height: 4px;
  background: var(--yellow);
  margin: 15px auto 0;
  animation: scale-in 1s ease-out;
}

/* Swiper Container */
.brands-section .brands-swiper {
  padding: 30px 0;
  overflow: visible;
}

.brands-section .brand-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.brands-section .brand-logo-wrapper {
  position: relative;
  width: 200px;
  height: 120px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform-style: preserve-3d;
  transition: all 0.5s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.brands-section .swiper-slide-active .brand-logo-wrapper {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 193, 7, 0.3);
}

.brands-section .brand-logo {
  max-width: 100%;
  max-height: 100%;
  opacity: 0.8;
  transition: all 0.5s ease;
  transform: translateZ(30px);
}

.brands-section .swiper-slide-active .brand-logo {
  opacity: 1;
  transform: scale(1.1) translateZ(40px);
  filter: drop-shadow(0 5px 15px rgba(255, 215, 0, 0.7));
}

.brands-section .brand-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(111, 66, 193, 0.3) 0%,
    rgba(220, 53, 69, 0.3) 100%
  );
  opacity: 1;
  border-radius: 10px;
  transition: all 0.5s ease;
}

.brands-section .swiper-slide-active .brand-overlay {
  opacity: 1;
}

/* Navigation */
.brands-section .brands-button-next,
.brands-section .brands-button-prev {
  color: var(--yellow);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 193, 7, 0.3);
  transition: all 0.3s ease;
}

.brands-section .brands-button-next:hover,
.brands-section .brands-button-prev:hover {
  background: rgba(255, 193, 7, 0.2);
  transform: scale(1.5);
}

.brands-section .brands-button-next::after,
.brands-section .brands-button-prev::after {
  font-size: 1.2rem;
  font-weight: bold;
}

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

@keyframes scale-in {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

/* Responsive Styles */
@media (min-width: 768px) and (max-width: 991.98px) {
  .brands-section .brand-logo-wrapper {
    width: 180px;
    height: 110px;
  }

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

@media (min-width: 1px) and (max-width: 767.98px) {
  .brands-section .brand-logo-wrapper {
    width: 150px;
    height: 90px;
  }

  .brands-section .brands-heading {
    font-size: 1.8rem;
  }

  .brands-section .brands-button-next,
  .brands-section .brands-button-prev {
    width: 40px;
    height: 40px;
  }
}
/* vision mission */
/* Vision Section - Scoped Styles */
.vision-section {
  background-color: white;
  position: relative;
  overflow: hidden;
}

/* Header Styles */
.vision-section .vision-header {
  animation: fade-in-up 0.8s ease-out;
}

.vision-section .vision-title {
  color: #1a1a2e;
  font-weight: 700;
  position: relative;
  margin-bottom: 1.5rem;
}

.vision-section .vision-divider {
  width: 80px;
  height: 4px;
  background: var(--yellow);
  margin: 0 auto;
  transform-origin: center;
  animation: scale-in 0.8s ease-out 0.3s both;
}

/* Value Cards */
.vision-section .value-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.vision-section .value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(255, 193, 7, 0.1) 0%,
    rgba(111, 66, 193, 0.05) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.vision-section .value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.vision-section .value-card:hover::before {
  opacity: 1;
}

.vision-section .value-icon {
  font-size: 2.5rem;
  color: var(--purple);
  transition: all 0.4s ease;
}

.vision-section .value-card:hover .value-icon {
  animation: bounce 0.8s ease;
  color: var(--red);
}

.vision-section .value-title {
  color: #1a1a2e;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.vision-section .value-card:hover .value-title {
  color: var(--purple);
}

.vision-section .value-text {
  color: #4a5568;
  transition: color 0.3s ease;
}

/* Features Box */
.vision-section .features-box {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.03);
  animation: fade-in-up 0.8s ease-out 0.2s both;
}

.vision-section .features-title {
  color: var(--purple);
  font-weight: 600;
  position: relative;
}

.vision-section .features-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--yellow);
}

.vision-section .feature-item {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}

.vision-section .feature-icon {
  color: var(--yellow);
  margin-right: 10px;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.vision-section .feature-item:hover .feature-icon {
  transform: scale(1.2);
  color: var(--red);
}

/* CTA Button - Multi-Layer Hover */
.vision-section .cta-button {
  position: relative;
  overflow: hidden;
  background: linear-gradient(45deg, var(--purple), var(--red));
  color: white;
  border: none;
  font-weight: 600;
  z-index: 1;
  border-radius: 50px;
  transition: all 0.5s ease;
}

.vision-section .cta-hover-layer {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: all 0.7s ease;
  z-index: -1;
}

.vision-section .cta-pulse-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  z-index: -2;
  opacity: 0;
  transition: all 0.6s ease;
}

.vision-section .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(111, 66, 193, 0.4);
}

.vision-section .cta-button:hover .cta-hover-layer {
  left: 100%;
}

.vision-section .cta-button:hover .cta-pulse-layer {
  opacity: 1;
  transform: scale(1.1);
}

/* Keyframe Animations */
@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scale-in {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(220, 53, 69, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
  }
}

/* Responsive Breakpoints */
@media (min-width: 768px) and (max-width: 991.98px) {
  .vision-section .value-card {
    padding: 1.5rem;
  }
  .vision-section .features-box {
    padding: 2rem !important;
  }
}

@media (min-width: 1px) and (max-width: 767.98px) {
  .vision-section .vision-title {
    font-size: 2rem;
  }
  .vision-section .value-card {
    margin-bottom: 1.5rem;
  }
  .vision-section .feature-item {
    margin-bottom: 1rem;
  }
}
/* about page ends */
/* safety page */

/* Hero Section */
.safety-hero {
  background: linear-gradient(135deg, var(--purple), var(--red));
  color: white;
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}

.safety-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.1;
}

.safety-hero .hero-content {
  text-align: center;
  position: relative;
  z-index: 2;
}

.safety-hero .hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.safety-hero .hero-content p {
  font-size: 20px;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
}

.safety-hero .emergency-notice {
  background: rgba(255, 255, 255, 0.2);
  padding: 15px 25px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.safety-hero .emergency-notice i {
  color: var(--yellow);
  font-size: 20px;
}

.safety-hero .emergency-notice span {
  font-weight: 600;
  font-size: 16px;
}

/* Safety Rules Section */
.safety-rules {
  padding: 80px 0;
  background: #f8f9fa;
}

.safety-rules .dos-section {
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-left: 5px solid var(--green);
}

.safety-rules .donts-section {
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-left: 5px solid var(--red);
}

.safety-rules .section-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
}

.safety-rules .dos-section .section-header i {
  font-size: 32px;
  color: var(--green);
  margin-right: 15px;
}

.safety-rules .donts-section .section-header i {
  font-size: 32px;
  color: var(--red);
  margin-right: 15px;
}

.safety-rules .section-header h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  color: #333;
}

.safety-rules .safety-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.safety-rules .safety-item:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.safety-rules .dos-section .safety-item i {
  color: var(--green);
  font-size: 20px;
  margin-right: 15px;
  margin-top: 2px;
  min-width: 20px;
}

.safety-rules .donts-section .safety-item i {
  color: var(--red);
  font-size: 20px;
  margin-right: 15px;
  margin-top: 2px;
  min-width: 20px;
}

.safety-rules .item-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.safety-rules .item-content p {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

/* Age Guidelines Section */
.age-guidelines {
  padding: 80px 0;
  background: white;
  padding-bottom: 0;
}

.age-guidelines .section-header {
  text-align: center;
  margin-bottom: 60px;
}

.age-guidelines .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.age-guidelines .section-header p {
  font-size: 18px;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.age-guidelines .age-card {
  background: white;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-top: 4px solid var(--purple);
  transition: all 0.3s ease;
}

.age-guidelines .age-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.age-guidelines .age-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--purple), var(--red));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.age-guidelines .age-icon i {
  font-size: 32px;
  color: white;
}

.age-guidelines .age-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.age-guidelines .age-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.age-guidelines .age-card ul li {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.age-guidelines .age-card ul li::before {
  content: "•";
  color: var(--purple);
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* Emergency Information Section */
.emergency-info {
  padding: 80px 0;
  background: #f8f9fa;
  padding-top: 0;
}

.emergency-info .emergency-card {
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  text-align: center;
}

.emergency-info .emergency-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--red), var(--yellow));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.emergency-info .emergency-icon i {
  font-size: 32px;
  color: white;
}

.emergency-info .emergency-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.emergency-info .emergency-card ol {
  text-align: left;
  max-width: 300px;
  margin: 0 auto;
}

.emergency-info .emergency-card ol li {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
  line-height: 1.5;
}

/* Legal Information Section */
.legal-info {
  padding: 80px 0;
  background: white;
}

.legal-info .legal-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 50px;
}

.legal-info .legal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.legal-info .legal-item {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  border-left: 4px solid var(--purple);
}

.legal-info .legal-item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.legal-info .legal-item h4 i {
  color: var(--purple);
  margin-right: 10px;
}

.legal-info .legal-item p {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

/* Safety CTA Section */
.safety-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--purple), var(--red));
  color: white;
  text-align: center;
}

.safety-cta .cta-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.safety-cta .cta-content p {
  font-size: 18px;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
}

.safety-cta .btn-primary {
  background: var(--yellow);
  color: #333;
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.safety-cta .btn-primary:hover {
  background: #e0a800;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 193, 7, 0.4);
  color: #333;
  text-decoration: none;
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991.98px) {
  .safety-hero {
    padding: 80px 0 60px;
  }

  .safety-hero .hero-content h1 {
    font-size: 36px;
  }

  .safety-hero .hero-content p {
    font-size: 18px;
  }

  .safety-rules {
    padding: 60px 0;
  }

  .safety-rules .dos-section,
  .safety-rules .donts-section {
    padding: 30px;
  }

  .safety-rules .section-header h2 {
    font-size: 24px;
  }

  .age-guidelines {
    padding: 60px 0;
  }

  .age-guidelines .section-header h2 {
    font-size: 32px;
  }

  .age-guidelines .age-card {
    padding: 30px 25px;
  }

  .legal-info .legal-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .safety-cta {
    padding: 60px 0;
  }

  .safety-cta .cta-content h2 {
    font-size: 32px;
  }
}

/* Mobile Styles */
@media (min-width: 1px) and (max-width: 767.98px) {
  .safety-hero {
    padding: 60px 0 50px;
  }

  .safety-hero .hero-content h1 {
    font-size: 28px;
  }

  .safety-hero .hero-content p {
    font-size: 16px;
  }

  .safety-hero .emergency-notice {
    padding: 12px 20px;
    font-size: 14px;
  }

  .safety-rules {
    padding: 50px 0;
  }

  .safety-rules .dos-section,
  .safety-rules .donts-section {
    padding: 25px;
    margin-bottom: 25px;
  }

  .safety-rules .section-header {
    flex-direction: column;
    text-align: center;
    margin-bottom: 25px;
  }

  .safety-rules .section-header i {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .safety-rules .section-header h2 {
    font-size: 22px;
  }

  .safety-rules .safety-item {
    padding: 15px;
    margin-bottom: 20px;
  }

  .safety-rules .item-content h4 {
    font-size: 16px;
  }

  .safety-rules .item-content p {
    font-size: 14px;
  }

  .age-guidelines {
    padding: 50px 0;
  }

  .age-guidelines .section-header {
    margin-bottom: 40px;
  }

  .age-guidelines .section-header h2 {
    font-size: 28px;
  }

  .age-guidelines .age-card {
    padding: 25px 20px;
    margin-bottom: 25px;
  }

  .age-guidelines .age-icon {
    width: 60px;
    height: 60px;
  }

  .age-guidelines .age-icon i {
    font-size: 24px;
  }

  .age-guidelines .age-card h3 {
    font-size: 20px;
  }

  .emergency-info {
    padding: 50px 0;
  }

  .emergency-info .emergency-card {
    padding: 30px 20px;
    margin-bottom: 25px;
  }

  .emergency-info .emergency-icon {
    width: 60px;
    height: 60px;
  }

  .emergency-info .emergency-icon i {
    font-size: 24px;
  }

  .emergency-info .emergency-card h3 {
    font-size: 20px;
  }

  .emergency-info .emergency-card ol li {
    font-size: 14px;
  }

  .legal-info {
    padding: 50px 0;
  }

  .legal-info .legal-content h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .legal-info .legal-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .legal-info .legal-item {
    padding: 25px 20px;
  }

  .legal-info .legal-item h4 {
    font-size: 18px;
  }

  .legal-info .legal-item p {
    font-size: 14px;
  }

  .safety-cta {
    padding: 50px 0;
  }

  .safety-cta .cta-content h2 {
    font-size: 28px;
  }

  .safety-cta .cta-content p {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .safety-cta .btn-primary {
    padding: 12px 30px;
    font-size: 16px;
  }
}
/* contact page styles */
/* Desktop First Styles (lg and above) */
.contact-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  min-height: 100vh;
}

.contact-section .contact-header {
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 3px solid var(--purple);
}

.contact-section .contact-header h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--purple);
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.contact-section .contact-header p {
  font-size: 1.3rem;
  color: #6c757d;
  margin-bottom: 0;
}

.contact-section .contact-info {
  padding: 40px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.contact-section .info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.contact-section .info-item:hover {
  background: #f8f9fa;
  transform: translateY(-3px);
}

.contact-section .info-icon {
  width: 60px;
  height: 60px;
  background: var(--purple);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  flex-shrink: 0;
}

.contact-section .info-icon i {
  font-size: 24px;
  color: #fff;
}

.contact-section .info-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--purple);
  margin-bottom: 10px;
}

.contact-section .info-content p {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.6;
}

.contact-section .business-hours {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid #e9ecef;
}

.contact-section .business-hours h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--purple);
  margin-bottom: 20px;
}

.contact-section .hours-list {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
}

.contact-section .hours-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 1.1rem;
  border-bottom: 1px solid #e9ecef;
}

.contact-section .hours-item:last-child {
  border-bottom: none;
}

.contact-section .hours-item span:first-child {
  font-weight: 600;
  color: var(--purple);
}

.contact-section .hours-item span:last-child {
  color: #6c757d;
}

.contact-section .map-container {
  height: 100%;
  min-height: 450px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-section .map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 15px;
}

.contact-section .contact-cta {
  text-align: center;
  margin-top: 80px;
  padding: 50px 40px;
  background: linear-gradient(135deg, var(--purple) 0%, var(--red) 100%);
  border-radius: 20px;
  color: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.contact-section .contact-cta h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.contact-section .contact-cta p {
  font-size: 1.2rem;
  margin-bottom: 40px;
  opacity: 0.9;
}

.contact-section .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.contact-section .cta-buttons .btn {
  padding: 15px 30px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.contact-section .cta-buttons .btn-primary {
  background: var(--yellow);
  color: #000;
  border-color: var(--yellow);
}

.contact-section .cta-buttons .btn-primary:hover {
  background: #fff;
  color: var(--purple);
  border-color: #fff;
  transform: translateY(-2px);
}

.contact-section .cta-buttons .btn-secondary {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.contact-section .cta-buttons .btn-secondary:hover {
  background: #fff;
  color: var(--purple);
  transform: translateY(-2px);
}

.contact-section .cta-buttons .btn i {
  margin-right: 8px;
}

/* Tablet Styles (md) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-section {
    padding: 60px 0;
  }

  .contact-section .contact-header {
    margin-bottom: 50px;
    padding-bottom: 25px;
  }

  .contact-section .contact-header h1 {
    font-size: 2.8rem;
  }

  .contact-section .contact-header p {
    font-size: 1.2rem;
  }

  .contact-section .contact-info {
    padding: 30px;
    margin-bottom: 30px;
  }

  .contact-section .info-item {
    margin-bottom: 30px;
    padding: 15px;
  }

  .contact-section .info-icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }

  .contact-section .info-icon i {
    font-size: 20px;
  }

  .contact-section .info-content h3 {
    font-size: 1.3rem;
  }

  .contact-section .info-content p {
    font-size: 1rem;
  }

  .contact-section .business-hours {
    margin-top: 30px;
    padding-top: 25px;
  }

  .contact-section .business-hours h3 {
    font-size: 1.3rem;
  }

  .contact-section .hours-list {
    padding: 15px;
  }

  .contact-section .hours-item {
    font-size: 1rem;
  }

  .contact-section .map-container {
    min-height: 350px;
  }

  .contact-section .contact-cta {
    margin-top: 60px;
    padding: 40px 30px;
  }

  .contact-section .contact-cta h2 {
    font-size: 2rem;
  }

  .contact-section .contact-cta p {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }

  .contact-section .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .contact-section .cta-buttons .btn {
    width: 200px;
    margin-bottom: 10px;
  }
}

/* Mobile Styles (sm and below) */
@media (min-width: 1px) and (max-width: 767.98px) {
  .contact-section {
    padding: 40px 0;
  }

  .contact-section .contact-header {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }

  .contact-section .contact-header h1 {
    font-size: 2.2rem;
  }

  .contact-section .contact-header p {
    font-size: 1.1rem;
  }

  .contact-section .contact-info {
    padding: 25px;
    margin-bottom: 30px;
  }

  .contact-section .info-item {
    margin-bottom: 25px;
    padding: 10px;
  }

  .contact-section .info-icon {
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }

  .contact-section .info-icon i {
    font-size: 18px;
  }

  .contact-section .info-content h3 {
    font-size: 1.2rem;
  }

  .contact-section .info-content p {
    font-size: 0.95rem;
  }

  .contact-section .business-hours {
    margin-top: 25px;
    padding-top: 20px;
  }

  .contact-section .business-hours h3 {
    font-size: 1.2rem;
  }

  .contact-section .hours-list {
    padding: 12px;
  }

  .contact-section .hours-item {
    font-size: 0.9rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }

  .contact-section .map-container {
    min-height: 250px;
  }

  .contact-section .contact-cta {
    margin-top: 40px;
    padding: 30px 20px;
  }

  .contact-section .contact-cta h2 {
    font-size: 1.8rem;
  }

  .contact-section .contact-cta p {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .contact-section .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .contact-section .cta-buttons .btn {
    width: 100%;
    max-width: 250px;
    margin-bottom: 10px;
    padding: 12px 25px;
    font-size: 1rem;
  }
}
/* footer styles */
/* ---------- base ---------- */
.site-footer {
  position: relative;
  background: var(--dark);
  color: #f8f9fa;
  padding: 4rem 0 1.5rem;
  overflow: hidden;
}

/* fireworks */
.site-footer .fireworks {
  position: absolute;
  top: 0;
  width: 300px;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.site-footer .fireworks-left {
  left: 0;
}
.site-footer .fireworks-right {
  right: 0;
}

.site-footer .fw-circle {
  fill: none;
  stroke-width: 2;
  transform-origin: center;
  opacity: 0;
}
.site-footer .fireworks-left .c1 {
  stroke: var(--red);
  animation: burst 5s 0s infinite;
}
.site-footer .fireworks-left .c2 {
  stroke: var(--yellow);
  animation: burst 5s 1.6s infinite;
}
.site-footer .fireworks-left .c3 {
  stroke: var(--purple);
  animation: burst 5s 3.2s infinite;
}
.site-footer .fireworks-right .c1 {
  stroke: var(--yellow);
  animation: burst 5s 0.8s infinite;
}
.site-footer .fireworks-right .c2 {
  stroke: var(--purple);
  animation: burst 5s 2.4s infinite;
}
.site-footer .fireworks-right .c3 {
  stroke: var(--red);
  animation: burst 5s 4s infinite;
}

@keyframes burst {
  0% {
    r: 0;
    opacity: 1;
  }
  100% {
    r: 90;
    opacity: 0;
  }
}

/* logo glow */
.site-footer .footer-logo {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}
.site-footer .footer-logo-img {
  width: 120px;
  filter: drop-shadow(0 0 6px var(--yellow));
  animation: pulse-glow 2s infinite ease-in-out;
}
@keyframes pulse-glow {
  0%,
  100% {
    filter: drop-shadow(0 0 6px var(--yellow));
  }
  50% {
    filter: drop-shadow(0 0 16px var(--yellow));
  }
}

/* columns */
.site-footer .footer-content {
  margin-bottom: 2rem;
}
.site-footer .footer-col {
  margin-bottom: 2rem;
}
.site-footer .footer-heading {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--yellow);
}

/* links */
.site-footer .footer-nav,
.site-footer .footer-contact-info {
  list-style: none;
  padding: 0;
}
.site-footer .footer-nav li,
.site-footer .footer-contact-info li {
  margin-bottom: 0.5rem;
  position: relative;
}
.site-footer a {
  color: #f8f9fa;
  text-decoration: none;
  transition: all 0.3s ease;
}
.site-footer a:hover {
  color: var(--yellow);
  padding-left: 6px;
}
.site-footer .footer-contact-info i {
  margin-right: 0.5rem;
  color: var(--yellow);
}
/* top splash */
.site-footer .footer-top-splash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  line-height: 0;
  pointer-events: none;
  z-index: 1;
}
.site-footer .footer-top-splash svg {
  display: block;
  width: 100%;
  height: 100%;
}
.site-footer .footer-top-splash path {
  fill: var(--dark);
  stroke: var(--yellow);
  stroke-width: 1;
  filter: drop-shadow(0 -2px 2px rgba(255, 255, 255, 0.08));
}

/* copyright */
.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  font-size: 0.9rem;
}

/* ---------- breakpoints ---------- */
@media (max-width: 767.98px) {
  .site-footer {
    padding: 3rem 0 1rem;
  }
  .site-footer .fireworks {
    display: none;
  }
}
/* utility classes */
.breakout {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #f8f9fa; /* optional */
}
.text-purple {
  color: var(--purple) !important;
}

/* 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 (min-width: 1px) and (max-width: 767.98px) {
  .pad {
    padding: 40px 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .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);
}
