:root {
    --swiper-theme-color: var(--accent-color2);
}


  .hero-slider .swiper-button-next,
  .hero-slider .swiper-button-prev {
    color: var(--contrast-color);
    width: 35px;
    height: 35px;
    background: var(--accent-color);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
  }

  .hero-slider .swiper-button-next:after,
  .hero-slider .swiper-button-prev:after {
    font-size: 16px;
  }

  .hero-slider:hover .swiper-button-next,
  .hero-slider:hover .swiper-button-prev {
    opacity: 0.8;
  }

  .hero-slider:hover .swiper-button-next:hover,
  .hero-slider:hover .swiper-button-prev:hover {
    opacity: 1;
  }

  .hero-slider img.img-fluid.border-shadow {
    aspect-ratio: 5 / 3;
    object-fit: cover;
}
/* Product Cards */
 /* Products Section */
 .product-categories {
    margin-bottom: 40px;
  }

  .product-categories ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 0;
    list-style: none;
  }

  .product-categories li {
    padding: 8px 20px;
    border-radius: 50px;
    background: #e2e8f0;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 500;
  }

  .product-categories li.active ,
  .product-categories li.filter-active {
    background: var(--accent-color);
    color: white;
  }

  .product-item {
    margin-bottom: 30px;
  }

  .product-wrap {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    height: 100%;
  }

  .product-wrap:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  }

  .product-wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .product-info {
    padding: 20px;
  }

  .product-info h4 {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }

  .product-info p {
    color: #64748b;
    font-size: 0.9rem;
    margin-bottom: 15px;
  }

  .product-links {
    display: flex;
    gap: 10px;
  }

  .details-link, .preview-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    color: #1e293b;
    transition: all 0.3s;
  }

  .details-link:hover, .preview-link:hover {
    background: var(--accent-color);
    color: white;
  }

  .btn-view-all {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 12px 30px;
    background: var(--accent-color);
    color: white;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s;
  }

  .btn-view-all:hover {
    background: #1e3a8a;
    transform: translateY(-3px);
  }

  /* Goal Cards */
  .goal-card {
    background: var(--surface-color);
    border-radius: 8px;
    text-align: center;
    padding: 30px 20px;
    display: flex;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    align-items: center;
  }
  .custom-icon {
    font-size: 36px;
    color: var(--accent-color);
    margin-bottom: 15px;
  }

  /* Modern Footer */
  .custom-footer {
    background: var(--surface-color);
  }
  .custom-footer h5 {
    font-weight: 600;
    margin-bottom: 15px;
  }
  .custom-footer .footer-links ul {
    list-style: none; padding: 0;
  }
  .custom-footer .footer-links ul li {
    margin-bottom: 10px;
  }
  .custom-footer .footer-links ul li i {
    margin-right: 6px;
  }
  .custom-footer .social-links a {
    font-size: 18px;
    margin-right: 10px;
    opacity: .7;
    transition: opacity .3s;
  }
  .custom-footer .social-links a:hover {
    opacity: 1;
  }

  .dark-background .section-title h2 {
    background:
 color-mix(in srgb, var(--accent-color2), transparent 30%);
  }

  .dark-background .section-title p .description-title {
    color: var(--contrast-color);
}

/* FAQ Section */
.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(180deg);
  color:var(--contrast-color);
}

/**extra**/
.border-shadow {
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}


.custom-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    min-width: 300px;
    border-radius: 12px;
    background-color: #ffffff;
    color: #222222;
    border-left: 5px solid #2F2C57;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.custom-toast-icon {
    font-size: 24px;
    color: #F18916;
}


#hero .hero-content .accent-text {
  color: var(--accent-color);
  margin-bottom: 10px;
  display: inline-block;
}

#hero .hero-content .hero-subheading {
  font-size: 1.59rem;
  padding-top: 10px;
}


#contact .button-send {
  --primary: var(--accent-color2);
  --neutral-1: #ffffff;
  --neutral-2: #f3f4f6;
  --radius: 16px;

  cursor: pointer;
  border-radius: var(--radius);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border: none;
  box-shadow:
    0 1px 1px rgba(255, 255, 255, 0.4),
    0 12px 24px rgba(0, 0, 0, 0.15),
    0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  min-width: 220px;
  padding: 22px;
  height: 65px;
  font-family: "Inter", system-ui, sans-serif;
  font-style: normal;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.2px;
}

#contact .button-send:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    0 2px 2px rgba(255, 255, 255, 0.4),
    0 18px 32px rgba(0, 0, 0, 0.15),
    0 8px 12px rgba(0, 0, 0, 0.1);
}

#contact .button-send:active {
  transform: scale(1);
  box-shadow:
    0 0 1px 2px rgba(255, 255, 255, 0.3),
    0 10px 3px -3px rgba(0, 0, 0, 0.2);
}
#contact .button-send:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  border: 2.5px solid transparent;
  background:
    linear-gradient(var(--neutral-1), var(--neutral-2)) padding-box,
    linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.45))
      border-box;
  z-index: 0;
  transition: all 0.4s ease;
}
#contact .button-send:hover::after {
  transform: scale(1.05, 1.1);
  box-shadow: inset 0 -1px 3px 0 rgba(255, 255, 255, 1);
}
#contact .button-send::before {
  content: "";
  inset: 7px 6px 6px 6px;
  position: absolute;
  background: linear-gradient(to top, var(--neutral-1), var(--neutral-2));
  border-radius: 30px;
  filter: blur(0.5px);
  z-index: 2;
}
#contact .state p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
#contact .send.state p {
  display: flex;
  align-items: center;
  justify-content: center;
    margin-bottom: 0;
}
#contact .state .icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scale(1.25);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact .state .icon svg {
  overflow: visible;
}

/* Outline */
#contact .outline {
  position: absolute;
  border-radius: inherit;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
  inset: -2px -3.5px;
}
#contact .outline::before {
  content: "";
  position: absolute;
  inset: -100%;
  background: conic-gradient(
    from 180deg,
    transparent 60%,
    var(--primary) 85%,
    transparent 100%
  );
  animation: spin 2.5s linear infinite;
  animation-play-state: paused;
  opacity: 0.7;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#contact .button-send:hover .outline {
  opacity: 1;
}
#contact .button-send:hover .outline::before {
  animation-play-state: running;
}

/* Letters */
#contact .state p span {
  display: block;
  color: var(--accent-color);
  opacity: 0;
  animation: slideDown 0.8s ease forwards calc(var(--i) * 0.03s);
}
#contact .button-send:hover p span {
  opacity: 1;
  animation: wave 0.5s ease forwards calc(var(--i) * 0.02s);
}
#contact .button-send:focus p span {
  opacity: 1;
  animation: disapear 0.6s ease forwards calc(var(--i) * 0.03s);
}
@keyframes wave {
  30% {
    opacity: 1;
    transform: translateY(4px) translateX(0) rotate(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-4px) translateX(0) rotate(0);
    color: var(--primary);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0) rotate(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-20px) translateX(5px) rotate(-90deg);
    color: var(--primary);
    filter: blur(5px);
  }
  30% {
    opacity: 1;
    transform: translateY(4px) translateX(0) rotate(0);
    filter: blur(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-3px) translateX(0) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0) rotate(0);
  }
}
@keyframes disapear {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateX(5px) translateY(20px);
    color: var(--primary);
    filter: blur(5px);
  }
}

/* Plane */
#contact .state--default .icon svg {
  animation: land 0.6s ease forwards;
}
#contact .button-send:hover .state--default .icon {
  transform: rotate(45deg) scale(1.25);
}
#contact .button-send:focus .state--default svg {
  animation: takeOff 0.8s linear forwards;
}
#contact .button-send:focus .state--default .icon {
  transform: rotate(0) scale(1.25);
}
@keyframes takeOff {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    transform: translateX(80px) rotate(45deg) scale(2.2);
  }
  100% {
    opacity: 0;
    transform: translateX(180px) rotate(45deg) scale(0);
  }
}
@keyframes land {
  0% {
    transform: translateX(-60px) translateY(30px) rotate(-50deg) scale(2);
    opacity: 0;
    filter: blur(3px);
  }
  100% {
    transform: translateX(0) translateY(0) rotate(0);
    opacity: 1;
    filter: blur(0);
  }
}

/* Contrail */
#contact .state--default .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 0;
  left: -5px;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5));
}
#contact .button-send:focus .state--default .icon:before {
  animation: contrail 0.8s linear forwards;
}
@keyframes contrail {
  0% {
    width: 0;
    opacity: 1;
  }
  8% {
    width: 15px;
  }
  60% {
    opacity: 0.7;
    width: 80px;
  }
  100% {
    opacity: 0;
    width: 160px;
  }
}

/* States */
#contact .state {
  padding-left: 29px;
  z-index: 2;
  display: flex;
  position: relative;
}
#contact .state--default span:nth-child(4) {
  margin-right: 5px;
}
#contact .state--sent {
  display: none;
}
#contact .state--sent svg {
  transform: scale(1.25);
  margin-right: 8px;
}
#contact .button-send:focus .state--default {
  position: absolute;
}
#contact .button-send:focus .state--sent {
  display: flex;
}
#contact .button-send:focus .state--sent span {
  opacity: 0;
  animation: slideDown 0.8s ease forwards calc(var(--i) * 0.2s);
}
#contact .button-send:focus .state--sent .icon svg {
  opacity: 0;
  animation: appear 1.2s ease forwards 0.8s;
}
@keyframes appear {
  0% {
    opacity: 0;
    transform: scale(4) rotate(-40deg);
    color: var(--primary);
    filter: blur(4px);
  }
  30% {
    opacity: 1;
    transform: scale(0.6);
    filter: blur(1px);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

#contact .send-btn {
    display: flex;
    justify-content: center;
}
