::selection {
  color: black;
  background: #5f55d1b2;
  border-radius: 225px;
}

::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: black;
}

::-webkit-scrollbar-thumb {
  background: #5f55d1;
  border-radius: 4px;
}

/* Active Link */
.active {
  color: #7266ee !important;
  background: #7266EE/10;
  font-weight: 600;
  border-bottom: 2px solid #7266ee;
}

/* Mobile Menu */
#mobile-menu {
  overflow-y: auto;
}

/* Ensure layout stability */
@media (max-width: 767px) {
  .container {
    flex-wrap: nowrap !important;
  }
}

.animate-fadeSlide {
  animation: fadeSlide 1s ease-out forwards;
}

/* h1 {
  font-size: 58px !important;
}
h2 {
  font-size: 36px !important;
  font-weight: 600 !important;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 32px !important;
  }
  h2 {
    font-size: 32px !important;
  }

}
h3 {
  font-size: 20px !important;
  font-weight: 500 !important;
} */

.wdiv {
  backdrop-filter: blur(5px);
}

.wave {
  animation: waves 10s ease-in-out infinite;
}

.bigg {
  animation: bigg 5s ease-in-out infinite;
}

@keyframes waves {
  0%,
  100% {
    scale: 1.3;
    transform: translate(0px);
  }

  50% {
    scale: 1;
    transform: translate(550px);
  }
}

@keyframes bigg {
  0%,
  100% {
    scale: 1.5;
  }

  50% {
    scale: 1;
  }
}
.seat-dropdown{
 color: #f4f3fe !important;
 background-color: #1a1b2e !important;
}
/* Default state (light theme) */
.theme-icon {
  background-color: #7266ee !important;
  /* Change this for toggle button color in light mode */
}

/* Checked state (dark theme) */
#theme-toggle:checked + .theme-toggle .theme-icon {
  background-color: #7266ee !important;
  /* Change this for toggle button color in dark mode */
}

/* Toggle icon visibility */
#theme-toggle:checked + .theme-toggle .sun-icon {
  display: block !important;
}

#theme-toggle:checked + .theme-toggle .moon-icon {
  display: none !important;
}

#theme-toggle:not(:checked) + .theme-toggle .sun-icon {
  display: none !important;
}

#theme-toggle:not(:checked) + .theme-toggle .moon-icon {
  display: block !important;
}

/* Default backgrounds (light mode) */
body.build {
  background-image: linear-gradient(to bottom right, #1a1b2e, #1d1e35) !important;
  transition: background-image 0.3s ease !important;
}

#team {
  background-color: #1a1b2e !important;
  transition: background-color 0.3s ease !important;
}

#why {
  background-color: #1a1b2e !important;
  transition: background-color 0.3s ease !important;
}

#integration {
  background-image: linear-gradient(to bottom right, #1a1b2e, #171831) !important;
  transition: background-image 0.3s ease !important;
}

#testimonials {
  background-image: linear-gradient(to bottom right, #1a1b2e, #1d1e35) !important;
  transition: background-image 0.3s ease !important;
}

#pricing {
  background-color: #171831 !important;
  transition: background-color 0.3s ease !important;
}

.Everything,
.Frequently,
.Ready {
  background-image: linear-gradient(to bottom right, #1a1b2e, #1d1e35) !important;
  transition: background-image 0.3s ease !important;
}

/* Light Mode Styles */

/* Paragraph text color for multiple sections in light mode */
#team p,
#why p, h2,
#integration p,
#testimonials p,
#pricing p,
.Everything p,
.Frequently p,
.Ready p {
  color: #ffffff;
}

/* Team card background in light mode */
#team .card {
  background-color: #7266ee;
  transition: background-color 0.3s ease;
}

/* Card background for other sections in light mode */
#why .card,
#integration .card,
#testimonials .review-box,

.Everything .card,
.Frequently .Frequently-box,
.Ready .card {
  background-color: #2d2e4a;
  transition: background-color 0.3s ease;
}

/* Image effect for stars in light mode */
.stars {
  filter: none;
}

/* Dark Mode Styles (.dark-theme) */

/* Background gradient for main sections in dark mode */
.dark-theme .build,
.dark-theme #team,
.dark-theme #why,
.dark-theme #integration,
.dark-theme #testimonials,
.dark-theme #pricing,
.dark-theme #workspace,
.dark-theme .Everything,
.dark-theme .rotates,
.dark-theme .tabels,
.dark-theme .s1,
.dark-theme .s2,
.dark-theme .s3,
.dark-theme .s4,
.dark-theme .Ready {
  background-image: linear-gradient(to bottom right, #ffffff, #ffffff) !important;
}


/* Special background for Frequently section in dark mode */
.dark-theme .Frequently {
  background-color: #7166ed1e;
}

/* Paragraph text color for multiple sections in dark mode */
.dark-theme #team .team-p,
.dark-theme #why p,
.dark-theme #workspace p,
.dark-theme #workspace h3,
.dark-theme #why h2,
.dark-theme #integration p,
.dark-theme #testimonials p,
.dark-theme #pricing p,
.dark-theme .Everything p,
.dark-theme .Frequently p,
.dark-theme .tabelh h2,
.dark-theme .tabelh p,
.dark-theme .s1 p,
.dark-theme .Ready p {
  color: #000000 !important;
}
.dark-theme .aboutw p,
.dark-theme .aboutw h3,
.dark-theme .aboutw h2{
  color: #1d1e35 !important;
}
.dark-theme .whites{
  color: #1d1e35 !important;
}
.dark-theme .socals{
  background-color: #1d1e35;
}



.dark-theme .swiper-pagination-bullet{
  background-color: #000000 !important;
}

/* Team card background in dark mode */
.dark-theme #team .card {
  background-color: #7266ee;
  backdrop-filter: blur(10px);
}

/* Section heading color in dark mode */
.dark-theme .white-sec .sec-heading {
  color: #191a3d;
}

/* Card background for other sections in dark mode */
.dark-theme #why .card,
.dark-theme #integration .card,
.dark-theme #testimonials .review-box,
.dark-theme .Everything .card,
.dark-theme .Frequently .Frequently-box,
.dark-theme .Ready .card {
  background-color: #f5f5f5;
}

/* Pricing card background in dark mode */
.dark-theme #pricing .pricing-card {
  background-color: #423b92dc;
}
.dark-theme #pricing .pricing-card h3,
.dark-theme #pricing .pricing-card span,
.dark-theme #pricing .pricing-card p{
  color: white !important;
}

/* Pricing card list item color in dark mode */
.dark-theme .pricing-card ul li svg {
  color: white;
}
.dark-theme .pricing-card img,
.dark-theme .all-i {
  filter: grayscale(100%) brightness(100);
}

/* Stars image effect in dark mode */
.dark-theme .stars {
  filter: invert(1);
}

/* Additional dark mode section backgrounds */
.dark-theme #home,
.dark-theme #clarity,
.dark-theme #features,
.dark-theme #ai,
.dark-theme #scalable,
.dark-theme #fnq {
  background-color: #191a3d;
}

/* Card background with blur effect in dark mode */
.dark-theme .card-ds {
  background-color: #423b92dc;

}
.dark-theme .f-col,
.dark-theme .tab-button{
  background-color: #423b92dc !important;
}
.dark-theme .rev {
  background-color: #423b92dc !important;
}

/* Grays background in dark mode */
.dark-theme .grays {
  background-color: #f4f3fe;
}

.dark-theme .seat-dropdown {
color: #1d1d34 !important;
background-color: #f4f3fe !important;
}

/* Text color for build section in dark mode */
.dark-theme .build p,
.dark-theme .build h3 {
  color: #1d1d34;
}

/* .dark-theme .stars {
  filter: invert(1) brightness(1.2) contrast(1.1);
} */

/* Theme Toggle Styles */

/* Theme toggle wrapper */
.theme-toggle-wrapper {
  display: inline-block;
}

/* Theme toggle button */
.theme-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 9999px;
  transition: background-color 0.3s ease;
}

/* Hover effect for theme toggle */
.theme-toggle:hover {
  background-color: rgba(55, 65, 81, 0.5);
}

/* Theme icon styling */
.theme-icon {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Sun and moon icon styling */
.sun-icon,
.moon-icon {
  width: 1rem;
  height: 1rem;
  color: rgb(255, 211, 146);
}


.swiper-pagination-bullet {
    background: white !important;
}
.swiper-pagination-bullet-active {
    background: #bd48ec !important; /* Tailwind's pink-400 equivalent */
    opacity: 1;
}
