@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
:root {
  --color-1: #cb0000;
  --color-2: #fbc02d;
  --color-3: rgb(120, 10, 223);
  --color-4: #dbc582;
  --color-5: #faf9f6;
  --color-6: #1a1b1c;
}
body,
p,
li,
a {
  font-family: Helvetica, sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: bold !important;
}

a {
  text-decoration: none !important;
}
li {
  list-style-type: none !important;
}
.heading1 {
  font-size: 2.5rem;
}
.heading2 {
  font-size: 2rem;
}
.heading3 {
  font-size: 1.75rem;
}
.heading4 {
  font-size: 1.5rem;
}
.heading5 {
  font-size: 1.25rem;
}
.heading6 {
  font-size: 1rem;
}
.pad {
  padding: 90px 0;
}
.wrdbrk {
  white-space: pre;
}
.fullpad {
  padding: 0 !important;
  margin: 0 !important;
}
/* custom css starts */
/* Header Section Styles */
/* ===== HEADER BASE ===== */
/* Header Section Styles */
/* Header Section Styles */
.header-section {
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/* Announcement Topbar */
.header-section .sparkle-header-topbar {
  background: linear-gradient(135deg, var(--color-2), var(--color-4));
  color: var(--color-6);
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease;
  height: 45px;
  display: flex;
  align-items: center;
}

.header-section .announcement-text {
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.header-section .contact-quick {
  font-size: 13px;
}

.header-section .contact-quick i {
  font-size: 16px;
}

/* Contact Bar */
.header-section .contact-bar {
  background-color: var(--color-1);
  color: var(--color-5);
  border-bottom: 2px solid var(--color-2);
}

.header-section .contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.05);
  margin: 0 10px;
  transition: all 0.3s ease;
}

.header-section .contact-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.header-section .icon-wrap {
  width: 35px;
  height: 35px;
  background: linear-gradient(45deg, var(--color-1), var(--color-3));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
}

.header-section .icon-wrap i {
  color: var(--color-5);
  font-size: 16px;
}

.header-section .contact-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-5);
}

/* Main Navbar */
/* Main Navbar Styles */
.header-section .main-navbar {
  background-color: var(--color-5);
  border-bottom: 3px solid var(--color-3);
  padding: 0.5rem 0;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1000;
}

.header-section .main-navbar .container-fluid {
  padding-left: 2rem;
  padding-right: 2rem;
}

.header-section .navbar-brand {
  padding: 0;
  margin-right: 2rem;
}

.header-section .main-navbar-logo {
  max-height: 60px;
  width: auto;
  transition: all 0.3s ease;
}

.header-section.scrolled .main-navbar-logo {
  max-height: 45px;
}

.header-section .navbar-toggler {
  background: rgb(187, 19, 19);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 8px 12px;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
  margin-right: 1em;
}

.header-section .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 192, 45, 0.5);
  outline: none;
}

.header-section .navbar-toggler:hover {
  border-color: var(--color-2);
  box-shadow: 0 0 0 0.2rem rgba(251, 192, 45, 0.75);
  transition: box-shadow 0.3s ease;
}

.header-section .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  transition: all 0.3s ease;
}

/* Navbar Collapse Animation */
.header-section .navbar-collapse {
  transition: all 0.35s ease-in-out;
}

.header-section .navbar-collapse.collapsing {
  transition: height 0.35s ease;
}

.header-section .navbar-nav {
  align-items: center;
}

.header-section .main-nav-link {
  color: var(--color-6) !important;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 25px;
  margin: 0 5px;
  padding: 12px 20px !important;
}

.header-section .main-nav-link::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 0;
  height: 3px;
  background: linear-gradient(45deg, var(--color-2), var(--color-1));
  transition: all 0.3s ease;
  transform: translateX(-50%);
  border-radius: 2px;
}

.header-section .main-nav-link:hover {
  color: var(--color-1) !important;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.header-section .main-nav-link:hover::before {
  width: 80%;
}

.header-section .main-nav-link.active {
  color: var(--color-1) !important;
  background: rgba(255, 255, 255, 0.15);
}

.header-section .main-nav-link.active::before {
  width: 80%;
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-section .main-navbar .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .header-section .main-navbar-logo {
    max-height: 55px;
  }

  .header-section.scrolled .main-navbar-logo {
    max-height: 40px;
  }

  .header-section .main-nav-link {
    font-size: 15px;
    padding: 10px 15px !important;
    margin: 0 3px;
  }

  .header-section .navbar-collapse {
    background: #e1e0e0;
    margin-top: 15px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(251, 192, 45, 0.2);
  }

  .header-section .main-nav-link {
    display: block;
    text-align: center;
    margin: 5px 0;
    border-radius: 8px;
  }

  .header-section .main-nav-link::before {
    bottom: 5px;
  }
}

/* Mobile Styles */
@media (min-width: 1px) and (max-width: 767.98px) {
  .header-section .main-navbar {
    padding: 0.8rem 0;
  }

  .header-section .main-navbar .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-section .navbar-brand {
    margin-right: 0;
  }

  .header-section .main-navbar-logo {
    max-height: 50px;
  }

  .header-section.scrolled .main-navbar-logo {
    max-height: 40px;
  }

  .header-section .navbar-toggler {
    margin-left: auto;
    padding: 6px 10px;
  }

  .header-section .navbar-collapse {
    background: #e1e0e0;
    margin-top: 15px;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(251, 192, 45, 0.3);
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-in-out;
  }

  .header-section .navbar-collapse.show {
    animation: slideDown 0.35s ease-in-out;
  }

  .header-section .main-nav-link {
    font-size: 18px;
    padding: 15px 20px !important;
    margin: 8px 0;
    text-align: center;
    border-radius: 8px;
    border: 2px solid transparent;
    display: block;
    width: 100%;
  }

  .header-section .main-nav-link::before {
    display: none;
  }

  .header-section .main-nav-link:hover,
  .header-section .main-nav-link.active {
    border-color: var(--color-2);
    background: rgba(251, 192, 45, 0.1);
    transform: translateY(0);
  }

  .header-section.scrolled {
    transform: none;
    top: -45px;
  }
}

/* Smooth Collapse Animation Keyframes */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Additional smooth closing animation */
.header-section .navbar-collapse.collapsing {
  opacity: 0.5;
  transform: translateY(-5px);
}

.header-section .navbar-collapse.show {
  opacity: 1;
  transform: translateY(0);
}

/* 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;
}
@media (min-width: 1px) and (max-width: 767.98px) {
  section.home-carousel {
    margin-top: 0;
  }
}
/* section banner */

/* index intro */
/* Welcome Section Styles */
/* Welcome Section Styles */
.welcome-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  color: #2c3e50;
  overflow: hidden;
  position: relative;
}
/* Row styling to center and vertical align */
.welcome-section .row {
  margin-right: 0;
  margin-left: 0;
}

/* Content Column */
.welcome-section .welcome-content-col {
  padding: 20px 30px;
  z-index: 2;
}

.welcome-section .welcome-content-wrapper {
  max-width: 550px;
}

/* Badge styles */
.welcome-section .welcome-badge {
  display: inline-flex;
  align-items: center;
  background-color: rgba(
    255,
    193,
    7,
    0.15
  ); /* var(--yellow, #ffc107) with opacity */
  border: 2px solid var(--yellow);
  border-radius: 50px;
  padding: 6px 18px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-1);
}

.welcome-section .welcome-badge-icon {
  font-size: 1.2rem;
  margin-right: 8px;
  color: var(--yellow);
  animation: twinkle 1.8s ease-in-out infinite alternate;
}

/* Main Heading with highlight */
.welcome-section .welcome-main-heading {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  color: var(--color-6);
}

.welcome-section .heading-highlight {
  color: var(--red);
  position: relative;
}

.welcome-section .heading-highlight::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, var(--red), var(--yellow));
  border-radius: 3px;
  z-index: -1;
}

/* Description paragraph */
.welcome-section .welcome-description {
  font-size: 1.125rem;
  color: #495057;
  line-height: 1.6;
  max-width: 550px;
}

/* Features list styles */
.welcome-section .welcome-features-list {
  list-style: none;
  padding-left: 0;
  max-width: 550px;
}

.welcome-section .welcome-feature-item {
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  margin-bottom: 12px;
  color: #444;
}

.welcome-section .feature-icon {
  color: var(--red);
  font-size: 1.3rem;
  margin-right: 10px;
  flex-shrink: 0;
}

/* Action Buttons */
.welcome-section .welcome-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  max-width: 550px;
}

.welcome-section .welcome-btn-primary {
  background: var(--red);
  border: 2px solid var(--red);
  color: #fff;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 50px;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease,
    box-shadow 0.3s ease;
}

.welcome-section .welcome-btn-primary:hover,
.welcome-section .welcome-btn-primary:focus {
  background: #b02a37;
  border-color: #b02a37;
  color: white;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(220, 53, 69, 0.4);
}

.welcome-section .welcome-btn-secondary {
  background: transparent;
  border: 2px solid var(--purple);
  color: var(--purple);
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 50px;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease,
    box-shadow 0.3s ease;
}

.welcome-section .welcome-btn-secondary:hover,
.welcome-section .welcome-btn-secondary:focus {
  background: var(--purple);
  color: #fff;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(111, 66, 193, 0.5);
}

/* Welcome Visual Column */
.welcome-section .welcome-visual-col {
  position: relative;
  padding: 30px 20px 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.welcome-section .welcome-visual-wrapper {
  position: relative;
  max-width: 520px;
  width: 100%;
}

/* Floating elements with animations */
.welcome-section .floating-elements {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  pointer-events: none;
  overflow: visible;
  z-index: 10;
}

.welcome-section .floating-element {
  position: absolute;
  font-size: 2rem;
  color: var(--yellow);
  opacity: 0.8;
  animation: float 6s ease-in-out infinite;
  filter: drop-shadow(0 0 3px rgba(255, 193, 7, 0.7));
}

.welcome-section .floating-element-1 {
  top: 5%;
  left: 15%;
  animation-delay: 0s;
}

.welcome-section .floating-element-2 {
  top: 50%;
  right: 10%;
  animation-delay: 2s;
  color: var(--red);
  filter: drop-shadow(0 0 4px rgba(220, 53, 69, 0.8));
}

.welcome-section .floating-element-3 {
  bottom: 10%;
  left: 25%;
  animation-delay: 4s;
  color: var(--purple);
  filter: drop-shadow(0 0 4px rgba(111, 66, 193, 0.8));
}

.welcome-section .floating-element-4 {
  bottom: 20%;
  right: 15%;
  animation-delay: 6s;
  color: #fd7e14; /* Bootstrap orange */
  filter: drop-shadow(0 0 4px rgba(253, 126, 20, 0.8));
}

.welcome-section .welcome-main-image {
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
  width: 100%;
}

.welcome-section .welcome-main-image:hover {
  transform: scale(1.05);
}

/* Image overlay styles */
.welcome-section .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(
    45deg,
    rgba(220, 53, 69, 0.12),
    rgba(255, 193, 7, 0.12)
  );
  pointer-events: none;
}

.welcome-section .overlay-content {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: rgba(255, 193, 7, 0.85);
  padding: 6px 14px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  color: #212529;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.welcome-section .overlay-icon {
  font-size: 1.3rem;
  color: var(--yellow);
}

/* Decorative bottom wave styles */
.welcome-section .welcome-bottom-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  line-height: 0;
  z-index: 1;
}

.welcome-section .welcome-wave-svg {
  display: block;
  width: 100%;
  height: 100px;
}

/* Animations */
@keyframes twinkle {
  0%,
  100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.2) rotate(180deg);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) translateX(0);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-15px) translateX(10px);
    opacity: 1;
  }
}

/* Tablet styles: 768px to 991.98px */
@media (min-width: 768px) and (max-width: 991.98px) {
  .welcome-section .welcome-main-heading {
    font-size: 2.8rem;
  }
  .welcome-section .welcome-description {
    font-size: 1rem;
    max-width: 100%;
  }
  .welcome-section .welcome-content-col {
    padding: 15px 20px;
  }
  .welcome-section .welcome-visual-col {
    padding: 20px 20px 0 20px;
  }
  .welcome-section .welcome-main-image {
    border-radius: 18px;
  }
}

/* Mobile styles: 1px to 767.98px */
@media (min-width: 1px) and (max-width: 767.98px) {
  .welcome-section .welcome-main-heading {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .welcome-section .heading-highlight::after {
    height: 4px;
    bottom: 1px;
  }
  .welcome-section .welcome-description {
    font-size: 1rem;
    margin-bottom: 25px;
  }
  .welcome-section .welcome-feature-item {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .welcome-section .welcome-features-list {
    padding-left: 0;
  }
  .welcome-section .welcome-badge {
    justify-content: center;
    margin-bottom: 20px;
  }
  .welcome-section .welcome-actions {
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    max-width: 100%;
  }
  .welcome-section .welcome-btn-primary,
  .welcome-section .welcome-btn-secondary {
    width: 100%;
    max-width: 320px;
    padding: 14px 0;
    font-size: 1.1rem;
    text-align: center;
  }
  .welcome-section .welcome-visual-col {
    padding: 10px 15px 0 15px;
    margin-top: 30px;
    justify-content: center;
  }
  .welcome-section .floating-element {
    font-size: 1.75rem;
  }
  .welcome-section .welcome-main-image {
    height: auto;
    max-width: 100%;
  }
}

/* index products */
/* Products Section Styles */
.section-featured {
  padding: 4rem 0;
}

.section-featured .heading-two h2 {
  font-family: Arial, sans-serif;
  font-size: 2.5rem;
  color: var(--color-1);
  font-weight: 700;
}

.section-featured .line {
  height: 4px;
  width: 80px;
  background: var(--color-2);
  margin: 0 auto;
}

.section-featured .featured-dishes {
  position: relative;
  margin: 12px;
  background-color: white;
  padding: 30px;
  border-radius: 30px;
  border: 10px groove var(--color-1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.section-featured .featured-dishes:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.section-featured .product-image-background {
  background-image: url("../images/noods1.webp");
  margin-bottom: 18px;
  background-size: 100% 100%;
  background-position: center;
  transition: 0.5s;
  border-radius: 320px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-featured .product-image-item {
  transition: 0.5s;
  transform: rotate(0deg);
  max-height: 180px;
}

.section-featured .featured-dishes:hover .product-image-item {
  transform: rotate(5deg);
}

.section-featured ul.star {
  display: flex;
  color: var(--color-2);
  justify-content: start;
  padding-left: 0;
  margin: 10px 0;
}

.section-featured ul.star li {
  list-style: none;
  margin: 0 2px;
}

.section-featured .featured-dishes h5 {
  padding-top: 15px;
  font-family: Arial, sans-serif;
  font-size: 1.25rem;
  color: var(--color-1);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.section-featured .featured-dishes p {
  font-family: Helvetica, Arial, sans-serif;
  color: var(--color-6);
  margin-bottom: 0;
}

/* Swiper customization */
.section-featured .swiper {
  padding: 20px 10px 50px;
}

.section-featured .swiper-button-next,
.section-featured .swiper-button-prev {
  color: var(--color-1);
}

.section-featured .swiper-pagination-bullet {
  background: var(--color-6);
  opacity: 0.4;
}

.section-featured .swiper-pagination-bullet-active {
  background: var(--color-1);
  opacity: 1;
}

/* Tablet styles */
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-featured {
    padding: 3rem 0;
  }

  .section-featured .heading-two h2 {
    font-size: 2.2rem;
  }

  .section-featured .product-image-background {
    height: 180px;
  }

  .section-featured .product-image-item {
    max-height: 160px;
  }
}

/* Mobile styles */
@media (min-width: 1px) and (max-width: 767.98px) {
  .section-featured {
    padding: 2rem 0;
  }

  .section-featured .heading-two h2 {
    font-size: 1.8rem;
  }

  .section-featured .featured-dishes {
    padding: 20px;
  }

  .section-featured .product-image-background {
    height: 160px;
    border-radius: 280px;
  }

  .section-featured .product-image-item {
    max-height: 140px;
  }

  .section-featured .featured-dishes h5 {
    font-size: 1.1rem;
  }

  .section-featured .swiper-button-next,
  .section-featured .swiper-button-prev {
    display: none;
  }
}
/* index brands */
/* Partners Section Styles */
.partners-section {
  background: var(--color-5);
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

/* Section Header */
.partners-section .partners-header {
  position: relative;
  z-index: 2;
}

.partners-section .section-badge {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(45deg, var(--color-1), var(--color-3));
  color: var(--color-5);
  padding: 10px 25px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 6px 20px rgba(211, 47, 47, 0.3);
  animation: section-badge-pulse 3s ease-in-out infinite;
}

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

.partners-section .section-badge-icon {
  font-size: 16px;
  margin-right: 8px;
  animation: badge-shake 2s ease-in-out infinite;
}

@keyframes badge-shake {
  0%,
  100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
}

.partners-section .partners-main-heading {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--color-6);
}

.partners-section .heading-highlight {
  background: linear-gradient(45deg, var(--color-1), var(--color-3));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.partners-section .partners-description {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  max-width: 90%;
  margin: 0 auto 30px auto;
}

/* Custom Divider */
.partners-section .partners-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.partners-section .divider-line {
  width: 80px;
  height: 2px;
  background: linear-gradient(45deg, var(--color-1), var(--color-3));
  border-radius: 2px;
}

.partners-section .divider-icon {
  margin: 0 20px;
  width: 40px;
  height: 40px;
  background: linear-gradient(45deg, var(--color-1), var(--color-3));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-5);
  font-size: 18px;
  animation: divider-rotate 4s linear infinite;
}

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

/* Swiper Styles */
.partners-section .partners-swiper {
  padding: 40px 0 80px 0;
  position: relative;
}

.partners-section .partner-slide {
  opacity: 0.7;
  transform: scale(0.9);
  transition: all 0.3s ease;
}

.partners-section .partner-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.partners-section .partner-slide.swiper-slide-next,
.partners-section .partner-slide.swiper-slide-prev {
  opacity: 0.8;
  transform: scale(0.95);
}

/* Partner Card */
.partners-section .partner-card {
  background: var(--color-5);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  border: 2px solid transparent;
  position: relative;
}

.partners-section .partner-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--color-2);
}

.partners-section .partner-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    45deg,
    var(--color-1),
    var(--color-2),
    var(--color-3)
  );
  opacity: 0;
  transition: all 0.3s ease;
}

.partners-section .partner-card:hover::before {
  opacity: 1;
}

/* Partner Logo */
.partners-section .partner-logo-wrapper {
  position: relative;
  height: 200px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.partners-section .partner-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.partners-section .partner-card:hover .partner-logo {
  transform: scale(1.1);
}

.partners-section .logo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(211, 47, 47, 0.9) 0%,
    rgba(123, 31, 162, 0.8) 50%,
    rgba(72, 18, 168, 0.9) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
}

.partners-section .partner-card:hover .logo-overlay {
  opacity: 1;
}

.partners-section .overlay-content {
  text-align: center;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.partners-section .partner-card:hover .overlay-content {
  transform: translateY(0);
}

.partners-section .partner-name {
  font-size: 22px;
  font-weight: 800;
  color: var(--color-5);
  margin-bottom: 8px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.partners-section .partner-category {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Partner Info */
.partners-section .partner-info {
  padding: 20px;
  text-align: center;
}

.partners-section .partnership-badge {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(
    45deg,
    rgba(211, 47, 47, 0.1),
    rgba(123, 31, 162, 0.1)
  );
  color: var(--color-1);
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 2px solid rgba(211, 47, 47, 0.2);
  transition: all 0.3s ease;
}

.partners-section .partner-card:hover .partnership-badge {
  background: linear-gradient(45deg, var(--color-1), var(--color-3));
  color: var(--color-5);
  border-color: var(--color-2);
  transform: scale(1.05);
}

.partners-section .partnership-badge i {
  font-size: 16px;
  margin-right: 8px;
}

/* Navigation Buttons */
.partners-section .partners-next,
.partners-section .partners-prev {
  width: 50px;
  height: 50px;
  background: linear-gradient(45deg, var(--color-1), var(--color-3));
  color: var(--color-5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 6px 20px rgba(211, 47, 47, 0.3);
  transition: all 0.3s ease;
  z-index: 10;
}

.partners-section .partners-next:hover,
.partners-section .partners-prev:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(211, 47, 47, 0.4);
}

.partners-section .partners-next::after,
.partners-section .partners-prev::after {
  display: none;
}

.partners-section .partners-next.swiper-button-disabled,
.partners-section .partners-prev.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Pagination */
.partners-section .partners-pagination {
  bottom: 20px !important;
}

.partners-section .partners-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(211, 47, 47, 0.3);
  opacity: 1;
  margin: 0 6px;
  transition: all 0.3s ease;
}

.partners-section .partners-pagination .swiper-pagination-bullet-active {
  background: var(--color-1);
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(211, 47, 47, 0.5);
}

/* Partnership Stats */
.partners-section .partnership-stats {
  background: rgba(211, 47, 47, 0.05);
  padding: 40px 30px;
  border-radius: 20px;
  border: 2px solid rgba(211, 47, 47, 0.1);
  position: relative;
  overflow: hidden;
}

.partners-section .partnership-stats::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    45deg,
    var(--color-1),
    var(--color-2),
    var(--color-3)
  );
}

.partners-section .stat-item {
  padding: 20px 15px;
  transition: all 0.3s ease;
}

.partners-section .stat-item:hover {
  transform: translateY(-5px);
}

.partners-section .stat-number {
  font-size: 36px;
  font-weight: 800;
  color: var(--color-1);
  line-height: 1;
  margin-bottom: 8px;
  animation: stat-counter 2s ease-out;
}

@keyframes stat-counter {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.partners-section .stat-label {
  font-size: 14px;
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Floating Elements */
.partners-section .partners-floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.partners-section .floating-spark {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--color-2);
  border-radius: 50%;
  opacity: 0.6;
  animation-duration: 8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.partners-section .floating-spark-1 {
  top: 20%;
  left: 10%;
  animation-name: float-spark-1;
  animation-delay: 0s;
}

.partners-section .floating-spark-2 {
  top: 60%;
  right: 15%;
  animation-name: float-spark-2;
  animation-delay: 2s;
}

.partners-section .floating-spark-3 {
  bottom: 30%;
  left: 20%;
  animation-name: float-spark-3;
  animation-delay: 4s;
}

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

@keyframes float-spark-2 {
  0%,
  100% {
    transform: translateX(0px) rotate(0deg);
    opacity: 0.6;
  }
  50% {
    transform: translateX(20px) rotate(180deg);
    opacity: 1;
  }
}

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

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

  .partners-section .partners-main-heading {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .partners-section .partners-description {
    font-size: 16px;
    max-width: 100%;
  }

  .partners-section .partner-logo-wrapper {
    height: 160px;
  }

  .partners-section .partner-name {
    font-size: 20px;
  }

  .partners-section .partner-category {
    font-size: 14px;
  }

  .partners-section .partners-next,
  .partners-section .partners-prev {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .partners-section .partnership-stats {
    padding: 30px 20px;
    margin: 0 15px;
  }

  .partners-section .stat-number {
    font-size: 28px;
  }

  .partners-section .stat-label {
    font-size: 12px;
  }

  .partners-section .partners-swiper {
    padding: 30px 0 60px 0;
  }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991.98px) {
  .partners-section .partners-main-heading {
    font-size: 36px;
  }

  .partners-section .partners-description {
    font-size: 17px;
  }

  .partners-section .partner-logo-wrapper {
    height: 180px;
  }

  .partners-section .partner-name {
    font-size: 21px;
  }

  .partners-section .stat-number {
    font-size: 32px;
  }

  .partners-section .partners-next,
  .partners-section .partners-prev {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}
/* index parallax */
/* Parallax CTA Section Styles */
.parallax-cta-section {
  display: flex;
  align-items: center;
  /* changes */
  background-image: url("../images/index-parallax-background.webp");
  background-color: #000000c0;
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
/* Content Wrapper */
.parallax-cta-section .parallax-content-wrapper {
  position: relative;
  z-index: 3;
  text-align: center;
  color: var(--color-5);
  padding: 60px 20px;
}

/* Parallax Badge */
.parallax-cta-section .parallax-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  color: var(--color-2);
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid rgba(251, 192, 45, 0.3);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  animation: parallax-badge-float 3s ease-in-out infinite alternate;
}

@keyframes parallax-badge-float {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.parallax-cta-section .parallax-badge-icon {
  font-size: 20px;
  margin-right: 10px;
  animation: sparkle-rotate 4s linear infinite;
}

@keyframes sparkle-rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }
  25% {
    transform: rotate(90deg) scale(1.1);
  }
  50% {
    transform: rotate(180deg) scale(1);
  }
  75% {
    transform: rotate(270deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

.parallax-cta-section .parallax-badge-text {
  font-weight: 800;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Main Heading */
.parallax-cta-section .parallax-main-heading {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--color-5);
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
  margin-bottom: 25px;
}

.parallax-cta-section .heading-sparkle {
  background: linear-gradient(45deg, var(--color-2), #f9a825, var(--color-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  animation: sparkle-glow 2s ease-in-out infinite alternate;
}

@keyframes sparkle-glow {
  0% {
    text-shadow: 0 0 20px rgba(251, 192, 45, 0.5);
  }
  100% {
    text-shadow: 0 0 30px rgba(251, 192, 45, 0.8);
  }
}

/* Description */
.parallax-cta-section .parallax-description {
  font-size: 20px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  max-width: 90%;
  margin: 0 auto;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

/* CTA Buttons */
.parallax-cta-section .parallax-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}

.parallax-cta-section .parallax-btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 40px;
  background-color: var(--color-1);
  color: var(--color-5);
  text-decoration: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(211, 47, 47, 0.4);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.parallax-cta-section .parallax-btn-primary:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 40px rgba(211, 47, 47, 0.6);
  color: var(--color-5);
  text-decoration: none;
}

.parallax-cta-section .btn-content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
}

.parallax-cta-section .btn-glow-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transform: translateX(-100%);
  transition: transform 0.6s ease;
  z-index: 1;
}

.parallax-cta-section .parallax-btn-primary:hover .btn-glow-effect {
  transform: translateX(100%);
}

.parallax-cta-section .btn-ripple-effect {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  z-index: 2;
}

.parallax-cta-section .parallax-btn-primary:active .btn-ripple-effect {
  width: 300px;
  height: 300px;
}

.parallax-cta-section .parallax-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 38px;
  background: transparent;
  color: var(--color-2);
  text-decoration: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 3px solid var(--color-2);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.parallax-cta-section .parallax-btn-secondary:hover {
  background: var(--color-2);
  color: var(--color-6);
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(251, 192, 45, 0.4);
}

/* Trust Indicators */
.parallax-cta-section .trust-indicators {
  position: relative;
  z-index: 3;
}

.parallax-cta-section .trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  padding: 15px 20px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.parallax-cta-section .trust-item:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.parallax-cta-section .trust-icon {
  font-size: 24px;
  color: var(--color-2);
  margin-right: 12px;
  animation: trust-pulse 2s ease-in-out infinite alternate;
}

@keyframes trust-pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.parallax-cta-section .trust-text {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-5);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Floating Particles */
.parallax-cta-section .parallax-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.parallax-cta-section .particle-spark {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--color-2);
  border-radius: 50%;
  box-shadow: 0 0 15px var(--color-2);
  opacity: 0.7;
}

.parallax-cta-section .particle-spark-1 {
  top: 15%;
  left: 10%;
  animation: particle-float-1 6s ease-in-out infinite;
}

.parallax-cta-section .particle-spark-2 {
  top: 25%;
  right: 15%;
  animation: particle-float-2 8s ease-in-out infinite;
}

.parallax-cta-section .particle-spark-3 {
  bottom: 30%;
  left: 20%;
  animation: particle-float-3 7s ease-in-out infinite;
}

.parallax-cta-section .particle-spark-4 {
  top: 60%;
  right: 25%;
  animation: particle-float-4 5s ease-in-out infinite;
}

.parallax-cta-section .particle-spark-5 {
  bottom: 20%;
  left: 70%;
  animation: particle-float-5 9s ease-in-out infinite;
}

.parallax-cta-section .particle-spark-6 {
  top: 40%;
  left: 50%;
  animation: particle-float-6 6.5s ease-in-out infinite;
}

@keyframes particle-float-1 {
  0%,
  100% {
    transform: translateY(0px) scale(1);
    opacity: 0.7;
  }
  50% {
    transform: translateY(-30px) scale(1.2);
    opacity: 1;
  }
}

@keyframes particle-float-2 {
  0%,
  100% {
    transform: translateX(0px) rotate(0deg);
    opacity: 0.7;
  }
  50% {
    transform: translateX(25px) rotate(180deg);
    opacity: 1;
  }
}

@keyframes particle-float-3 {
  0%,
  100% {
    transform: translateY(0px) translateX(0px);
    opacity: 0.7;
  }
  50% {
    transform: translateY(-20px) translateX(15px);
    opacity: 1;
  }
}

@keyframes particle-float-4 {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.5) rotate(180deg);
    opacity: 1;
  }
}

@keyframes particle-float-5 {
  0%,
  100% {
    transform: translateX(0px) translateY(0px);
    opacity: 0.7;
  }
  50% {
    transform: translateX(-20px) translateY(-25px);
    opacity: 1;
  }
}

@keyframes particle-float-6 {
  0%,
  100% {
    transform: translateY(0px) scale(1);
    opacity: 0.7;
  }
  50% {
    transform: translateY(-35px) scale(1.3);
    opacity: 1;
  }
}

/* Mobile Styles */
@media (min-width: 1px) and (max-width: 767.98px) {
  .parallax-cta-section {
    min-height: 80vh;
  }

  .parallax-cta-section .parallax-background-image {
    background-attachment: scroll;
  }

  .parallax-cta-section .parallax-content-wrapper {
    padding: 40px 15px;
  }

  .parallax-cta-section .parallax-main-heading {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .parallax-cta-section .parallax-description {
    font-size: 16px;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .parallax-cta-section .parallax-cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
  }

  .parallax-cta-section .parallax-btn-primary,
  .parallax-cta-section .parallax-btn-secondary {
    width: 100%;
    max-width: 280px;
    padding: 16px 30px;
    font-size: 16px;
    justify-content: center;
  }

  .parallax-cta-section .parallax-btn-secondary {
    margin-left: 0;
  }

  .parallax-cta-section .trust-item {
    padding: 12px 15px;
  }

  .parallax-cta-section .trust-icon {
    font-size: 20px;
    margin-right: 8px;
  }

  .parallax-cta-section .trust-text {
    font-size: 14px;
  }

  .parallax-cta-section .particle-spark {
    width: 6px;
    height: 6px;
  }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991.98px) {
  .parallax-cta-section .parallax-content-wrapper {
    padding: 50px 20px;
  }

  .parallax-cta-section .parallax-main-heading {
    font-size: 40px;
  }

  .parallax-cta-section .parallax-description {
    font-size: 18px;
    max-width: 95%;
  }

  .parallax-cta-section .parallax-btn-primary,
  .parallax-cta-section .parallax-btn-secondary {
    padding: 17px 35px;
    font-size: 17px;
  }

  .parallax-cta-section .trust-icon {
    font-size: 22px;
  }

  .parallax-cta-section .trust-text {
    font-size: 15px;
  }
}
/* index cta */
.cta-section {
  background: #fff; /* pure white background */
  color: var(--color-6);
  position: relative;
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-radius: 0.5rem;
}

/* ---------- Decorative SVG shapes (background) ---------- */
.cta-section .cta-deco-1,
.cta-section .cta-deco-2 {
  position: absolute;
  pointer-events: none; /* never block clicks */
}

/* Soft blob – top‑right */
.cta-section .cta-deco-1 {
  width: 200px;
  height: 200px;
  top: -50px;
  right: -60px;
  opacity: 0.12;
  animation: float 12s ease-in-out infinite;
}
.cta-section .cta-deco-1 path {
  fill: var(--color-2); /* #fbc02d */
}

/* Faint circle – bottom‑left */
.cta-section .cta-deco-2 {
  width: 250px;
  height: 250px;
  bottom: -80px;
  left: -90px;
  opacity: 0.08;
  animation: float 15s ease-in-out infinite alternate;
}
.cta-section .cta-deco-2 circle {
  fill: var(--color-1); /* #d32f2f */
}

/* Gentle floating animation (vertical drift + slight rotation) */
@keyframes float {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

/* ---------- Typography ---------- */
.cta-section .cta-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--color-1);
  margin-bottom: 0.8rem;
}
.cta-section .cta-text {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 1.8rem;
  color: var(--color-6);
}

/* ---------- Button – gradient + shine effect ---------- */
.cta-section .btn-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--color-1), var(--color-3));
  color: #fff;
  border: none;
  border-radius: 0.4rem;
  padding: 0.75rem 2rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: background 0.4s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

/* Shiny overlay – hidden initially */
.cta-section .btn-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  transition: left 0.6s ease;
}

/* Hover / focus – darker gradient, lift & shine */
.cta-section .btn-cta:hover,
.cta-section .btn-cta:focus {
  background: linear-gradient(135deg, var(--color-3), var(--color-1));
  transform: translateY(-4px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}
.cta-section .btn-cta:hover::before,
.cta-section .btn-cta:focus::before {
  left: 120%;
}

/* Tablet (md) – slightly smaller text */
@media (min-width: 768px) and (max-width: 991.98px) {
  .cta-section .cta-title {
    font-size: 2rem;
  }
  .cta-section .cta-text {
    font-size: 1rem;
  }
}

/* Mobile (sm) – further reduction */
@media (min-width: 1px) and (max-width: 767.98px) {
  .cta-section .cta-title {
    font-size: 1.8rem;
  }
  .cta-section .cta-text {
    font-size: 0.95rem;
  }
}
/* about page */
/* About Intro Section */
/* About Intro Section */
.about-intro-section {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  overflow: hidden;
  min-height: 70vh;
}

.about-intro-section .about-intro-content {
  padding: 40px 20px;
  position: relative;
  z-index: 2;
}

.about-intro-section .about-intro-subtitle-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.about-intro-section .about-intro-icon {
  font-size: 1.5rem;
  color: var(--yellow);
  margin-right: 12px;
  animation: twinkle 2s ease-in-out infinite alternate;
}

.about-intro-section .about-intro-subtitle {
  font-size: 1rem;
  color: var(--purple);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-intro-section .about-intro-title {
  font-size: 2rem;
  font-weight: 800;
  color: #2c3e50;
  line-height: 1.2;
  margin-bottom: 15px;
  position: relative;
}

.about-intro-section .about-intro-title-underline {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--red), var(--yellow));
  margin-bottom: 25px;
  border-radius: 2px;
}

.about-intro-section .about-intro-text {
  font-size: 1.125rem;
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 35px;
  max-width: 500px;
}

.about-intro-section .about-intro-link {
  display: inline-block;
  background: linear-gradient(45deg, var(--red), var(--yellow));
  color: white;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
}

.about-intro-section .about-intro-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(220, 53, 69, 0.4);
  color: white;
  text-decoration: none;
}

.about-intro-section .about-intro-image-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.about-intro-section .about-intro-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.about-intro-section .about-intro-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    rgba(220, 53, 69, 0.1),
    rgba(255, 193, 7, 0.1)
  );
  pointer-events: none;
}

.about-intro-section .about-intro-svg-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: 1;
}

.about-intro-section .about-intro-svg-background svg {
  width: 100%;
  height: 100%;
}

@keyframes twinkle {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.2) rotate(180deg);
    opacity: 1;
  }
}

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

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

  .about-intro-section .about-intro-text {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .about-intro-section .about-intro-image {
    height: 400px;
  }

  .about-intro-section .about-intro-content {
    padding: 30px 15px;
  }
}

/* Mobile Styles */
@media (min-width: 1px) and (max-width: 767.98px) {
  .about-intro-section {
    padding: 40px 0;
    min-height: auto;
  }

  .about-intro-section .about-intro-content {
    padding: 30px 15px;
    text-align: center;
  }

  .about-intro-section .about-intro-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .about-intro-section .about-intro-title-underline {
    margin: 0 auto 25px auto;
  }

  .about-intro-section .about-intro-text {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .about-intro-section .about-intro-link {
    padding: 12px 28px;
    font-size: 1rem;
  }

  .about-intro-section .about-intro-image {
    height: 300px;
    margin-bottom: 30px;
  }

  .about-intro-section .about-intro-subtitle-container {
    justify-content: center;
    margin-bottom: 15px;
  }

  .about-intro-section .about-intro-icon {
    font-size: 1.3rem;
  }
}

/* Parallax Section */
.about-parallax {
  height: 500px;
  background-image: url("../images/about-parallax.webp");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-parallax::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(123, 31, 162, 0.7),
    rgba(211, 47, 47, 0.7)
  );
  z-index: 1;
}

.about-parallax .about-parallax-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--color-5);
}

.about-parallax .parallax-text-content h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.about-parallax .parallax-text-content p {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.about-parallax .parallax-cta-wrapper {
  display: flex;
  justify-content: center;
}

.about-parallax .parallax-cta-button {
  position: relative;
  display: inline-block;
  padding: 1.2rem 3rem;
  background-color: var(--color-2);
  color: var(--color-6);
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border: 2px solid transparent;
}

.about-parallax .parallax-cta-button:hover {
  text-decoration: none;
  color: var(--color-5);
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
  border-color: var(--color-2);
}

.about-parallax .parallax-cta-button .cta-text {
  position: relative;
  z-index: 3;
  transition: color 0.4s ease;
}

.about-parallax .parallax-cta-button .cta-overlay {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--color-1), var(--color-2));
  transition: left 0.5s ease;
  z-index: 1;
}

.about-parallax .parallax-cta-button:hover .cta-overlay {
  left: 0;
}

.about-parallax .parallax-cta-button .cta-spark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, var(--color-2), transparent);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
  z-index: 2;
  opacity: 0;
}

.about-parallax .parallax-cta-button:hover .cta-spark {
  width: 100px;
  height: 100px;
  opacity: 0.3;
}
@media (min-width: 1px) and (max-width: 767.98px) {
  .about-parallax {
    height: 80vh;
    background-attachment: scroll;
  }

  .about-parallax .parallax-text-content h2 {
    font-size: 2rem;
  }

  .about-parallax .parallax-text-content p {
    font-size: 1.1rem;
  }

  .about-parallax .parallax-cta-button {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .about-parallax {
    height: 49vh;
  }

  .about-parallax .parallax-text-content h2 {
    font-size: 2.5rem;
  }
}
/* why choose us */
/* Why Choose Us Section */
.about-why-choose {
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--color-5) 0%, #f8f9fa 100%);
  position: relative;
  overflow: hidden;
}

.about-why-choose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
      circle at 20% 80%,
      rgba(211, 47, 47, 0.05) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(123, 31, 162, 0.05) 0%,
      transparent 50%
    );
  z-index: 1;
}

.about-why-choose .container {
  position: relative;
  z-index: 2;
}

.about-why-choose .why-choose-header {
  text-align: center;
  margin-bottom: 4rem;
  animation: fadeInUp 1s ease-out;
}

.about-why-choose .why-choose-header h2 {
  color: var(--color-6);
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  position: relative;
}

.about-why-choose .why-choose-header h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--color-1), var(--color-2));
  border-radius: 2px;
  animation: slideInScale 1.5s ease-out 0.5s both;
}

.about-why-choose .section-subtitle {
  color: var(--color-6);
  font-size: 1.3rem;
  opacity: 0.8;
  margin: 0;
}

.about-why-choose .why-choose-card {
  background: white;
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: fadeInUp 0.8s ease-out both;
  height: 100%;
  min-height: 385px;
}

.about-why-choose .why-choose-card:nth-child(1) {
  animation-delay: 0.1s;
}
.about-why-choose .why-choose-card:nth-child(2) {
  animation-delay: 0.2s;
}
.about-why-choose .why-choose-card:nth-child(3) {
  animation-delay: 0.3s;
}
.about-why-choose .why-choose-card:nth-child(4) {
  animation-delay: 0.4s;
}
.about-why-choose .why-choose-card:nth-child(5) {
  animation-delay: 0.5s;
}
.about-why-choose .why-choose-card:nth-child(6) {
  animation-delay: 0.6s;
}

.about-why-choose .why-choose-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--color-2);
}

.about-why-choose .card-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  width: 80px;
  height: 80px;
}

.about-why-choose .card-icon {
  font-size: 2.5rem;
  color: var(--color-1);
  position: relative;
  z-index: 3;
  transition: all 0.4s ease;
  animation: iconFloat 3s ease-in-out infinite;
}

.about-why-choose .why-choose-card:hover .card-icon {
  color: var(--color-3);
  transform: scale(1.1) rotateY(360deg);
}

.about-why-choose .icon-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--color-1), var(--color-3));
  border-radius: 50%;
  opacity: 0.2;
  z-index: 1;
  animation: pulseGlow 2s ease-in-out infinite;
}

.about-why-choose .icon-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border: 2px solid var(--color-3);
  border-radius: 50%;
  opacity: 0;
  z-index: 2;
  animation: ringExpand 3s ease-in-out infinite;
}

.about-why-choose .why-choose-card:hover .icon-ring {
  animation: ringExpandHover 0.6s ease-out;
}

.about-why-choose .card-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(251, 192, 45, 0.1),
    transparent
  );
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 1;
}

.about-why-choose .why-choose-card:hover .card-glow {
  opacity: 1;
  animation: glowSweep 1.5s ease-out;
}

.about-why-choose .card-shimmer {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    #9b1414d1,
    rgba(26, 38, 132, 0.64),
    transparent
  );
  opacity: 0;
  transition: all 0.8s ease;
  z-index: 2;
}

.about-why-choose .why-choose-card:hover .card-shimmer {
  left: 100%;
  opacity: 1;
}

.about-why-choose .why-choose-card h3 {
  color: var(--color-6);
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 3;
  transition: color 0.3s ease;
}

.about-why-choose .why-choose-card:hover h3 {
  color: var(--color-1);
}

.about-why-choose .why-choose-card p {
  color: var(--color-6);
  line-height: 1.7;
  font-size: 1rem;
  opacity: 0.8;
  position: relative;
  z-index: 3;
  transition: opacity 0.3s ease;
}

.about-why-choose .why-choose-card:hover p {
  opacity: 1;
}

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

@keyframes slideInScale {
  from {
    transform: translateX(-50%) scaleX(0);
    opacity: 0;
  }
  to {
    transform: translateX(-50%) scaleX(1);
    opacity: 1;
  }
}

@keyframes pulseGlow {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.2;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.4;
  }
}

@keyframes ringExpand {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
}

@keyframes ringExpandHover {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
}

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

@keyframes glowSweep {
  0% {
    transform: rotate(-45deg) translateX(-100%);
  }
  100% {
    transform: rotate(-45deg) translateX(100%);
  }
}

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

  .about-why-choose .why-choose-header h2 {
    font-size: 2.2rem;
  }

  .about-why-choose .section-subtitle {
    font-size: 1.1rem;
  }

  .about-why-choose .why-choose-card {
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-why-choose .card-icon {
    font-size: 2rem;
  }

  .about-why-choose .card-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .about-why-choose .icon-pulse {
    width: 50px;
    height: 50px;
  }

  .about-why-choose .icon-ring {
    width: 60px;
    height: 60px;
  }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991.98px) {
  .about-why-choose .why-choose-header h2 {
    font-size: 2.5rem;
  }

  .about-why-choose .why-choose-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.5rem 2rem;
  }
}
/* safety page */
/* Main Container */
.safety-main {
  font-family: "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  color: var(--color-6);
  line-height: 1.6;
  padding-bottom: 3rem;
}

/* Hero Banner */
.safety-main .safety-banner {
  background: linear-gradient(135deg, var(--color-4) 0%, var(--color-3) 100%);
  color: var(--color-5);
  padding: 4rem 0;
  margin-bottom: 3rem;
  border-radius: 0 0 8px 8px;
}

.safety-main .banner-content {
  max-width: 600px;
}

.safety-main .banner-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.safety-main .banner-text {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.safety-main .banner-alert {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 0.75rem 1rem;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}

.safety-main .banner-alert i {
  margin-right: 0.75rem;
  font-size: 1.2rem;
}

/* Safety Grid Cards */
.safety-main .safety-card {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.safety-main .safety-card--green {
  border-top: 4px solid #4caf50;
}

.safety-main .safety-card--red {
  border-top: 4px solid #f44336;
}

.safety-main .safety-card-header {
  padding: 1.5rem;
  background-color: var(--color-5);
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.safety-main .safety-card-header i {
  font-size: 1.75rem;
  margin-right: 1rem;
}

.safety-main .safety-card--green .safety-card-header i {
  color: #4caf50;
}

.safety-main .safety-card--red .safety-card-header i {
  color: #f44336;
}

.safety-main .safety-card-header h2 {
  font-size: 1.5rem;
  margin: 0;
  font-weight: 600;
}

.safety-main .safety-card-body {
  padding: 1.5rem;
  background-color: white;
  height: 100%;
  min-height: 450px;
}

.safety-main .safety-tip {
  display: flex;
  margin-bottom: 1.5rem;
}

.safety-main .safety-tip:last-child {
  margin-bottom: 0;
}

.safety-main .tip-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  margin-top: 0.25rem;
}

.safety-main .safety-card--green .tip-icon {
  background-color: #e8f5e9;
  color: #4caf50;
}

.safety-main .safety-card--red .tip-icon {
  background-color: #ffebee;
  color: #f44336;
}

.safety-main .tip-content h3 {
  font-size: 1.1rem;
  margin: 0 0 0.5rem 0;
  font-weight: 600;
}

.safety-main .tip-content p {
  margin: 0;
  color: #555;
}

/* Age Guidelines */
.safety-main .age-guidance {
  margin: 3rem 0;
}

.safety-main .section-header {
  text-align: center;
  margin-bottom: 2rem;
}

.safety-main .section-header h2 {
  font-size: 2rem;
  color: var(--color-1);
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.safety-main .section-subtitle {
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.safety-main .age-group {
  background: white;
  padding: 1.5rem;
  border-radius: 8px;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.safety-main .age-group:hover {
  transform: translateY(-5px);
}

.safety-main .age-badge {
  background-color: var(--color-2);
  color: var(--color-6);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 auto 1.5rem;
}

.safety-main .age-rules {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.safety-main .age-rules li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  padding-left: 1.5rem;
}

.safety-main .age-rules li:last-child {
  border-bottom: none;
}

.safety-main .age-rules li::before {
  content: "•";
  color: var(--color-2);
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* Emergency Procedures */
.safety-main .emergency-procedures {
  margin: 3rem 0;
}

.safety-main .emergency-card {
  background: white;
  border-radius: 8px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-top: 4px solid var(--color-1);
}

.safety-main .emergency-icon-container {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffebee;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.safety-main .emergency-icon {
  font-size: 1.75rem;
  color: var(--color-1);
}

.safety-main .emergency-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--color-1);
}

.safety-main .emergency-steps {
  padding-left: 1.25rem;
}

.safety-main .emergency-steps li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

/* Legal Compliance */
.safety-main .legal-compliance {
  margin: 3rem 0;
}

.safety-main .legal-point {
  background: white;
  padding: 1.5rem;
  border-radius: 8px;
  height: 100%;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.safety-main .legal-icon {
  font-size: 2rem;
  color: var(--color-1);
  margin-bottom: 1rem;
  display: inline-block;
}

.safety-main .legal-point h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: var(--color-1);
}

.safety-main .legal-point p {
  color: #555;
  margin: 0;
}

/* Safety CTA */
.safety-main .safety-support {
  margin-top: 3rem;
}

.safety-main .support-card {
  background: linear-gradient(135deg, var(--color-1) 0%, var(--color-4) 100%);
  color: white;
  padding: 2.5rem;
  border-radius: 8px;
  text-align: center;
}

.safety-main .support-card h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.safety-main .support-card p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.safety-main .btn-safety {
  background-color: var(--color-2);
  color: var(--color-6);
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  border: none;
  transition: all 0.3s ease;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.safety-main .btn-safety:hover {
  background-color: #ffc107;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.safety-main .support-note {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 0.75rem 1rem;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}

.safety-main .support-note i {
  margin-right: 0.75rem;
  font-size: 1.2rem;
}

/* Mobile Styles */
@media (min-width: 1px) and (max-width: 767.98px) {
  .safety-main .safety-banner {
    padding: 2.5rem 0;
    text-align: center;
  }

  .safety-main .banner-title {
    font-size: 2rem;
  }

  .safety-main .banner-text {
    font-size: 1rem;
  }

  .safety-main .section-header h2 {
    font-size: 1.75rem;
  }

  .safety-main .age-group,
  .safety-main .legal-point {
    margin-bottom: 1.5rem;
  }

  .safety-main .support-card {
    padding: 1.5rem;
  }

  .safety-main .support-card h2 {
    font-size: 1.5rem;
  }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991.98px) {
  .safety-main .banner-title {
    font-size: 2.25rem;
  }

  .safety-main .section-header h2 {
    font-size: 1.9rem;
  }

  .safety-main .age-group,
  .safety-main .legal-point {
    margin-bottom: 1.5rem;
  }
}
/* contact page */
/* Main Contact Container */
.contact-main {
  font-family: "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  color: var(--color-6);
  line-height: 1.6;
  overflow-x: hidden;
}

/* Keyframe Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-5px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(5px);
  }
}

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

@keyframes sparkle {
  0% {
    box-shadow: 0 0 0 0 rgba(251, 192, 45, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(251, 192, 45, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(251, 192, 45, 0);
  }
}

/* Hero Section */
.contact-main .contact-hero {
  background: linear-gradient(135deg, var(--color-4) 0%, var(--color-3) 100%);
  color: var(--color-5);
  padding: 5rem 0;
  margin-bottom: 3rem;
  border-radius: 0 0 8px 8px;
  position: relative;
  overflow: hidden;
}

.contact-main .contact-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path fill="rgba(255,255,255,0.05)" d="M0,0 L100,0 L100,100 Q50,80 0,100 L0,0 Z"></path></svg>');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  opacity: 0.3;
}

.contact-main .hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  animation: fadeIn 1s ease-out;
}

.contact-main .hero-title {
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.contact-main .hero-text {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.contact-main .hero-cta {
  display: flex;
  gap: 1rem;
}

/* Contact Grid */
.contact-main .contact-grid {
  margin: 3rem 0;
}

.contact-main .contact-card {
  background: white;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-main .contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.contact-main .contact-card-header {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-main .contact-card-header h2 {
  font-size: 1.75rem;
  color: var(--color-1);
  margin-bottom: 0.5rem;
}

.contact-main .contact-card-header p {
  color: #666;
}

/* Contact Info Items */
.contact-main .info-item {
  display: flex;
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.contact-main .animate-on-hover:hover {
  background-color: rgba(123, 31, 162, 0.05);
  transform: translateX(5px);
}

.contact-main .info-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(123, 31, 162, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  color: var(--color-3);
  font-size: 1.25rem;
  transition: all 0.3s ease;
}

.contact-main .animate-on-hover:hover .info-icon {
  background-color: var(--color-3);
  color: white;
  transform: rotate(10deg);
}

.contact-main .info-content h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: var(--color-1);
}

.contact-main .info-content p {
  margin: 0;
  color: #555;
  line-height: 1.6;
}

/* Business Hours */
.contact-main .business-hours {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-main .business-hours h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: var(--color-1);
}

.contact-main .hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-main .hours-item {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px dashed #eee;
}

.contact-main .pulse-animation:hover {
  animation: pulse 1s ease infinite;
}

.contact-main .hours-item span:first-child {
  font-weight: 500;
  color: var(--color-6);
}

.contact-main .hours-item span:last-child {
  color: #666;
}

/* Map Container */
.contact-main .map-container {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}

.contact-main .slide-in-right {
  animation: slideInRight 0.8s ease-out;
}

.contact-main .map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 0%,
    transparent 100%
  );
  color: white;
  z-index: 1;
  pointer-events: none;
}

.contact-main .map-overlay h3 {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}

.contact-main .map-overlay p {
  font-size: 0.9rem;
  opacity: 0.8;
  margin: 0;
}

.contact-main .map-container iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: none;
}

/* Contact Form */
.contact-main .contact-form-section {
  margin: 4rem 0;
}

.contact-main .form-container {
  background: white;
  border-radius: 8px;
  padding: 2.5rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  transition: transform 0.3s ease;
}

.contact-main .form-container:hover {
  transform: translateY(-5px);
}

.contact-main .form-header {
  text-align: center;
  margin-bottom: 2rem;
}

.contact-main .form-header h2 {
  font-size: 2rem;
  color: var(--color-4);
  margin-bottom: 0.5rem;
}

.contact-main .form-header p {
  color: #666;
}

.contact-main .contact-form {
  margin-top: 1.5rem;
}

.contact-main .form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.contact-main .floating-label label {
  position: absolute;
  top: 1rem;
  left: 3rem;
  color: #777;
  pointer-events: none;
  transition: all 0.3s ease;
}

.contact-main .floating-label .input-icon {
  position: absolute;
  left: 1rem;
  top: 1rem;
  color: var(--color-3);
  transition: all 0.3s ease;
}

.contact-main .form-control {
  width: 100%;
  padding: 1rem 1rem 1rem 3rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.contact-main .form-control:focus {
  border-color: var(--color-3);
  box-shadow: 0 0 0 3px rgba(123, 31, 162, 0.2);
  outline: none;
}

.contact-main .form-control:focus + label,
.contact-main .form-control:not(:placeholder-shown) + label {
  top: -0.5rem;
  left: 3rem;
  font-size: 0.75rem;
  background: white;
  padding: 0 0.5rem;
  color: var(--color-3);
}

.contact-main .form-control:focus ~ .input-icon {
  color: var(--color-4);
  transform: scale(1.2);
}

.contact-main textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

.contact-main .form-submit {
  text-align: center;
  margin-top: 2rem;
}

/* Buttons */
.contact-main .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.contact-main .btn-sparkle {
  background-color: var(--color-2);
  color: var(--color-6);
  position: relative;
  overflow: hidden;
}

.contact-main .btn-sparkle:hover {
  background-color: #ffc107;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(251, 192, 45, 0.4);
}

.contact-main .btn-sparkle:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: sparkle 1.5s infinite;
  border-radius: 50px;
}

.contact-main .btn-sparkle i {
  margin-right: 0.5rem;
  font-size: 1.1rem;
}

.contact-main .btn-firework {
  background: linear-gradient(135deg, var(--color-3) 0%, var(--color-4) 100%);
  color: white;
  padding: 1rem 2rem;
  position: relative;
  overflow: hidden;
}

.contact-main .btn-firework .btn-text {
  position: relative;
  z-index: 2;
}

.contact-main .btn-firework .btn-icon {
  margin-left: 0.5rem;
  transform: translateX(0);
  transition: transform 0.3s ease;
}

.contact-main .btn-firework:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(123, 31, 162, 0.4);
}

.contact-main .btn-firework:hover .btn-icon {
  transform: translateX(5px);
}

.contact-main .btn-firework::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.7s ease;
}

.contact-main .btn-firework:hover::before {
  left: 100%;
}

/* Emergency CTA */
.contact-main .emergency-cta {
  margin: 3rem 0;
}

.contact-main .emergency-card {
  background: linear-gradient(135deg, var(--color-1) 0%, #b71c1c 100%);
  color: white;
  border-radius: 8px;
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.contact-main .emergency-content {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
}

.contact-main .emergency-content i {
  font-size: 2rem;
  margin-right: 1.5rem;
  color: var(--color-2);
}

.contact-main .emergency-content h3 {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

.contact-main .emergency-content p {
  margin: 0;
  opacity: 0.9;
}

.contact-main .btn-emergency {
  background-color: var(--color-2);
  color: var(--color-6);
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  white-space: nowrap;
  margin-top: 1rem;
}

.contact-main .btn-emergency:hover {
  background-color: #ffc107;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(251, 192, 45, 0.4);
}

.contact-main .btn-emergency i {
  margin-right: 0.5rem;
}

/* Footer */
.contact-footer {
  background-color: var(--color-6);
  color: white;
  padding: 1.5rem 0;
  text-align: center;
}

.contact-footer .copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.contact-footer .developer-link {
  color: var(--color-2);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.contact-footer .developer-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--color-2);
  transition: width 0.3s ease;
}

.contact-footer .developer-link:hover {
  color: var(--color-2);
}

.contact-footer .developer-link:hover::after {
  width: 100%;
}

/* Mobile Styles */
@media (min-width: 1px) and (max-width: 767.98px) {
  .contact-main .contact-hero {
    padding: 3rem 0;
    text-align: center;
  }

  .contact-main .hero-title {
    font-size: 2rem;
  }

  .contact-main .hero-text {
    font-size: 1rem;
  }

  .contact-main .hero-cta {
    justify-content: center;
  }

  .contact-main .info-item {
    flex-direction: column;
    text-align: left;
    align-items: center;
  }

  .contact-main .info-icon {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .contact-main .map-container {
    margin-top: 2rem;
  }

  .contact-main .form-container {
    padding: 1.5rem;
  }

  .contact-main .emergency-content {
    flex-direction: column;
    text-align: center;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .contact-main .emergency-content i {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .contact-main .btn-emergency {
    width: 100%;
  }
  .contact-main .contact-grid h1 {
    font-size: 1.3rem;
  }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-main .hero-title {
    font-size: 2.25rem;
  }

  .contact-main .form-container {
    padding: 2rem;
  }
}
/* footer styles */
/* Site Footer Styles */
.site-footer {
  position: relative;
  background: linear-gradient(
    135deg,
    var(--color-6) 0%,
    var(--color-4) 50%,
    var(--color-3) 100%
  );
  color: var(--color-5);
  overflow: hidden;
}

/* Footer Top Wave */
.site-footer .footer-top-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.site-footer .wave-svg {
  width: 100%;
  height: 120px;
  display: block;
}

/* Fireworks Background Animation */
.site-footer .fireworks-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.site-footer .firework {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: 0;
}

.site-footer .firework-1 {
  top: 20%;
  left: 15%;
  background: var(--color-2);
  animation: firework-explosion-1 3s infinite;
}

.site-footer .firework-2 {
  top: 40%;
  right: 20%;
  background: var(--color-1);
  animation: firework-explosion-2 4s infinite 1s;
}

.site-footer .firework-3 {
  top: 60%;
  left: 70%;
  background: var(--color-3);
  animation: firework-explosion-3 3.5s infinite 2s;
}

.site-footer .firework-4 {
  top: 30%;
  left: 50%;
  background: var(--color-2);
  animation: firework-explosion-4 4.5s infinite 0.5s;
}

@keyframes firework-explosion-1 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  15% {
    transform: scale(1);
    opacity: 1;
  }
  30% {
    transform: scale(3);
    opacity: 0.8;
    box-shadow: 0 0 20px var(--color-2);
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}

@keyframes firework-explosion-2 {
  0% {
    transform: scale(0) rotate(0deg);
    opacity: 1;
  }
  20% {
    transform: scale(2) rotate(180deg);
    opacity: 1;
    box-shadow: 0 0 25px var(--color-1);
  }
  40% {
    transform: scale(4) rotate(360deg);
    opacity: 0.6;
  }
  100% {
    transform: scale(0) rotate(360deg);
    opacity: 0;
  }
}

@keyframes firework-explosion-3 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  25% {
    transform: scale(1.5);
    opacity: 1;
    box-shadow: 0 0 15px var(--color-3);
  }
  50% {
    transform: scale(2.5);
    opacity: 0.7;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}

@keyframes firework-explosion-4 {
  0% {
    transform: scale(0) rotate(0deg);
    opacity: 1;
  }
  10% {
    transform: scale(1) rotate(90deg);
    opacity: 1;
  }
  30% {
    transform: scale(3) rotate(270deg);
    opacity: 0.9;
    box-shadow: 0 0 30px var(--color-2);
  }
  100% {
    transform: scale(0) rotate(360deg);
    opacity: 0;
  }
}

/* Footer Container */
.site-footer .footer-container {
  position: relative;
  z-index: 2;
  padding-top: 140px;
}

/* Logo Column */
.site-footer .footer-logo-col {
  text-align: center;
}

.site-footer .footer-logo-wrapper {
  position: relative;
  display: inline-block;
}

.site-footer .footer-logo {
  max-height: 80px;
  width: auto;
  filter: drop-shadow(0 0 20px rgba(251, 192, 45, 0.5));
  transition: all 0.3s ease;
}

.site-footer .footer-logo:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 0 30px rgba(251, 192, 45, 0.8));
}

.site-footer .logo-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: radial-gradient(
    circle,
    rgba(251, 192, 45, 0.3) 0%,
    transparent 70%
  );
  border-radius: 50%;
  animation: glow-pulse 2s ease-in-out infinite alternate;
}

@keyframes glow-pulse {
  0% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
  }
}

.site-footer .footer-description {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
}

/* Social Links */
.site-footer .social-links {
  gap: 15px;
}

.site-footer .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: linear-gradient(45deg, var(--color-1), var(--color-3));
  color: var(--color-5);
  border-radius: 50%;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.site-footer .social-link:hover {
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  color: var(--color-2);
  background: linear-gradient(45deg, var(--color-3), var(--color-1));
}

/* Footer Links Column */
.site-footer .footer-links-col {
  text-align: left;
}

.site-footer .footer-heading {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-2);
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 10px;
}

.site-footer .footer-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(45deg, var(--color-1), var(--color-2));
  border-radius: 2px;
}

.site-footer .footer-nav {
  margin: 0;
  padding: 0;
}

.site-footer .footer-nav-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-radius: 5px;
}

.site-footer .footer-nav-link:hover {
  color: var(--color-2);
  text-decoration: none;
  transform: translateX(10px);
  background: rgba(255, 255, 255, 0.05);
  padding-left: 10px;
}

.site-footer .footer-nav-link i {
  font-size: 12px;
  transition: all 0.3s ease;
}

.site-footer .footer-nav-link:hover i {
  color: var(--color-1);
  transform: translateX(5px);
}

/* Contact Column */
.site-footer .footer-contact-col {
  text-align: left;
}

.site-footer .footer-contact-info {
  margin: 0;
  padding: 0;
}

.site-footer .contact-icon {
  color: var(--color-2);
  font-size: 18px;
  width: 25px;
  flex-shrink: 0;
}

.site-footer .contact-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.5;
}

.site-footer .contact-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
}

.site-footer .contact-link:hover {
  color: var(--color-2);
  text-decoration: none;
  transform: translateX(5px);
}

/* Copyright Section */
.site-footer .copyright-row {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  margin-top: 30px;
}

.site-footer .copyright-wrapper {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  backdrop-filter: blur(10px);
}

.site-footer .copyright-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.site-footer .brand-name {
  color: var(--color-2);
  font-weight: 700;
}

.site-footer .developer-link {
  color: var(--color-2);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.site-footer .developer-link:hover {
  color: var(--color-1);
  text-decoration: underline;
}

/* Mobile Styles */
@media (min-width: 1px) and (max-width: 767.98px) {
  .site-footer .footer-container {
    padding-top: 100px;
  }

  .site-footer .wave-svg {
    height: 80px;
  }

  .site-footer .footer-logo-col {
    text-align: center;
    margin-bottom: 40px;
  }

  .site-footer .footer-logo {
    max-height: 60px;
  }

  .site-footer .footer-description {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .site-footer .social-links {
    justify-content: center;
    margin-bottom: 30px;
  }

  .site-footer .social-link {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .site-footer .footer-links-col,
  .site-footer .footer-contact-col {
    text-align: center;
    margin-bottom: 30px;
  }

  .site-footer .footer-heading {
    font-size: 18px;
    text-align: center;
  }

  .site-footer .footer-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .site-footer .footer-nav-link {
    justify-content: center;
    font-size: 16px;
    padding: 12px 20px;
  }
  .site-footer .footer-contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .site-footer .footer-contact-info li {
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }

  .site-footer .contact-icon {
    margin-right: 15px;
  }

  .site-footer .copyright-text {
    font-size: 13px;
    padding: 0 15px;
  }

  .site-footer .firework {
    display: none;
  }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991.98px) {
  .site-footer .footer-container {
    padding-top: 120px;
  }

  .site-footer .wave-svg {
    height: 100px;
  }

  .site-footer .footer-logo {
    max-height: 70px;
  }

  .site-footer .footer-description {
    font-size: 15px;
  }

  .site-footer .social-link {
    width: 42px;
    height: 42px;
    font-size: 19px;
  }

  .site-footer .footer-heading {
    font-size: 19px;
  }

  .site-footer .footer-nav-link,
  .site-footer .contact-link,
  .site-footer .contact-text {
    font-size: 14px;
  }

  .site-footer .contact-icon {
    font-size: 16px;
  }
}
/* utility classes  */
.text-blue {
  color: #281847 !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: 35%;
  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;
  }
  section.section-banner {
    margin-top: 7em;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pad {
    padding: 40px 0;
  }
  section.section-banner {
    margin-top: 10em;
  }
} */

#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);
}

.footer-bg {
  padding: 50px 0px 20px;
  background-color: #ec0000;
  background-repeat: no-repeat;
  background-size: cover;
}
.clr-or {
  color: #fee627;
}
.foot-heading {
  border-radius: 25px;
  background: transparent linear-gradient(93deg, #ffee38, #fcbd24) 0 0 no-repeat
    padding-box;
  width: 177px;
  height: 38px;
  text-align: center;
  color: #000000b9;
}
.tagcloud a:hover {
  background: #ec0000;
  color: #fff;
}
.tagcloud a {
  background: yellow;
  padding: 6px 10px;
  float: left;
  font-style: italic;
  font-size: 12px;
  margin: 0 5px 5px 0;
  color: #000;
  border-radius: 5px;
}
.counterbg {
  background: url("../images/main.webp") no-repeat center;
  background-size: cover;
  position: relative;
  background-repeat: repeat-x;
  z-index: 0;
  animation: animatebackground 20s linear infinite;
}
.counterbg::before {
  content: "";
  background: rgba(16, 16, 16, 0.87);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}
.counttext {
  color: #ffffff;
  font-size: 46px;
  font-weight: 700;
}
.bannerhead {
  color: #ffffff;
  font-size: 46px;
  font-weight: 700;
}
#counter i {
  background-color: red;
  padding: 23px;
  border-radius: 58px;
  font-size: 20px;
  display: inline-flex;
  margin-bottom: 6px;
  border: 3px solid white;
}
.smallborder1 {
  background-color: red;
  width: 86px;
  height: 13px;
  margin: 0 auto 20px;
}
.headfnt1 {
  font-size: 55px;
  color: yellow !important;
}
@keyframes animatebackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
