:root {
  scroll-padding-top: 5rem;
}
body {
  background-color: #f8fafc;
  color: #1e293b;
  font-family: "Plus Jakarta Sans", sans-serif;
  overflow-x: hidden;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f8fafc;
}
::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

.bg-grid {
  background-size: 40px 40px;
  mask-image: linear-gradient(
    to bottom,
    transparent,
    black 10%,
    black 90%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent,
    black 10%,
    black 90%,
    transparent
  );
}

/* Glassmorphism Bento Card */
.glass-card {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 20px 0 rgba(31, 38, 135, 0.03);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.glass-card:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-6px);
  border-color: rgba(16, 185, 129, 0.4);
  box-shadow: 0 20px 40px -20px rgba(16, 185, 129, 0.25);
}

.nav-blur {
  background: transparent;
  transition: all 0.3s ease;
}

.nav-scrolled {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.btn-primary {
  background: #10b981;
  color: white;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #10b981;
}
.btn-primary:hover {
  background: #059669;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px -10px rgba(16, 185, 129, 0.5);
}

.btn-secondary {
  background: white;
  color: #1e293b;
  border: 1px solid #e2e8f0;
  transition: all 0.3s;
}
.btn-secondary:hover {
  background: #f8fafc;
  border-color: #10b981;
  color: #10b981;
}

.swiper-pagination-bullet-active {
  background: #10b981 !important;
  width: 24px !important;
  border-radius: 4px !important;
}

.text-balance {
  text-wrap: balance;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.animate-marquee {
  display: flex;
  width: max-content;
  animation: marquee 30s linear infinite;
}
.animate-marquee:hover {
  animation-play-state: paused;
}

.hero-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(16, 185, 129, 0.15) 0%,
    transparent 70%
  );
  filter: blur(60px);
  z-index: -1;
}

/* //////////////////////////// */
footer h4 {
  font-size: 16px !important;
}

.footer-navigation {
  padding-left: 20%;
}

.footer-navigation ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.footer-navigation ul li i {
  padding-top: 2px;
}

.footer-cont ul li a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  gap: 5px;
}

@media only screen and (min-width: 1366px) and (max-width: 1940px) {
  .swiper-wrapper .swiper-slide {
    padding: 4rem 0;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .swiper-wrapper .swiper-slide {
    padding: 4rem 0;
  }
  h2 {
    font-size: 36px !important;
  }
}

@media only screen and (min-width: 1180px) and (max-width: 1279px) {
  .swiper-wrapper .swiper-slide {
    padding: 3.5rem 0;
  }
  h2 {
    font-size: 36px !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1179px) {
  .swiper-wrapper .swiper-slide {
    padding: 3.5rem 0;
  }
  h1 {
    font-size: 76px !important;
  }
  h2 {
    font-size: 36px !important;
  }

  #process > div > div.grid > div > span {
    right: 0px;
    bottom: -5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #mobile-menu {
    display: flex;
    justify-content: flex-start;
    padding: 7rem 0;
  }
  .swiper-wrapper .swiper-slide {
    padding: 3rem 0;
  }
  h1 {
    font-size: 66px !important;
  }

  #method .glass-card.rounded-3xl {
    width: 95%;
  }

  #method
    > div
    > div.lg\:order-2.relative
    > div.absolute.bg-white.cursor-default {
    left: 33rem !important;
    bottom: 0px;
    width: 25%;
  }

  h2 {
    font-size: 36px !important;
  }
  h2 > br {
    display: none;
  }

  #process > div > div.grid > div > span {
    right: 0px;
    bottom: -5px;
  }

  #contact > div > div.grid.grid-cols-1 {
    /* gap: 35px; */
    margin-bottom: 20px;
  }

  nav .logo {
    width: 200px;
  }

  footer .logo.w-36 {
    width: 200px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #mobile-menu {
    display: flex;
    justify-content: flex-start;
    padding: 7rem 0;
  }

  section {
    padding: 5rem 0 !important;
  }

  .swiper-wrapper .swiper-slide {
    padding: 1rem 0;
  }
  h1 {
    font-size: 42px !important;
    margin-bottom: 15px !important;
  }
  .swiper-wrapper .swiper-slide p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .swiper-pagination {
    top: 96% !important;
  }

  #method
    > div
    > div.lg\:order-2.relative
    > div.absolute.bg-white.cursor-default {
    left: 0.75rem !important;
    bottom: -5px;
  }

  h2 {
    font-size: 36px !important;
  }

  h2 > br {
    display: none;
  }

  #method div.h-8.rounded-lg {
    width: 50px !important;
    border-radius: 100px;
  }

  #Cta p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  #process div.p-12 {
    padding: 20px !important;
  }

  #process > div > div.grid > div > span {
    right: 0px;
    bottom: -5px;
    color: rgb(203 213 225 / 45%);
  }

  footer {
    padding: 2.5rem 0px 1rem 0px !important;
  }

  #contact > div > div.grid.grid-cols-1 {
    gap: 35px;
    margin-bottom: 20px;
  }

  footer p {
    margin-bottom: 0px !important;
  }
  footer h4 {
    margin-bottom: 15px !important;
  }

  .footer-navigation {
    padding: 0;
  }

  nav .logo {
    width: 200px;
  }

  footer .logo.w-36 {
    width: 200px !important;
  }
}
