body {
  font-family: "Poppins", sans-serif;

            overflow-x: hidden !important;
  background-color: rgb(249, 249, 249);
}

h1 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 700; /* Bold heading */
}

p {
  font-family: "Poppins", sans-serif;
  font-weight: 400; /* Normal text */
}
.gradient-bg {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.backdrop-blur-navbar {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.Main_Banner {
  color: var(--black);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
  width: 98%;
  margin: auto;
  margin-top: 6.5%;
  min-height: 70vh;
}

.Banner_body {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background: linear-gradient(
    135deg,
    rgba(27, 28, 32, 0.505) 0%,
    rgba(0, 0, 0, 0.871) 100%
  );
  /* -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #1b1a1bcc; */
  /* backdrop-filter: blur(5px); */
  border: 1px solid #2c2c2c;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 65vh;
  padding: 2rem;
  display: flex;
  position: relative;
}

.Banner_body h1 {
  color: white;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin: 0;
}

.Main_footer {
  background-color: #0c0c0c;
  color: var(--black);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
  width: 98%;
  margin: auto;
}
.footer_body {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #1b1a1bcc;
  border: 1px solid #2c2c2c;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40%;
  padding: 2rem;
  display: flex;
  position: relative;
}
.gradient-box {
  background: linear-gradient(to bottom, #f1f0f0, #cecfcf);
}
.service-card {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-card:hover {
  transform: translateY(-10px) scale(1.02);
}
.service-overlay {
  background: linear-gradient(
    135deg,
    rgba(27, 28, 32, 0.9) 0%,
    rgba(139, 92, 246, 0.9) 100%
  );
}
.hexagon {
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.floating {
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
.Card_gls {
  backdrop-filter: blur(10px);
  background-color: #1b1a1b65;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.manual_blur {
  backdrop-filter: blur(10px);
  background: linear-gradient(
    90deg,
    rgba(47, 54, 66, 0.586) 0%,
    rgba(20, 26, 35, 0.803) 100%
  );
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.manuservice {
  backdrop-filter: blur(10px);
  background-color: #1b1a1b65;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-card:hover .Card_gls {
  background-color: transparent;
  backdrop-filter: blur(0px);
}

.categories-view1-full {
  padding: 30px 0px 30px 0px;
  margin-top: 0;
  margin-bottom: 0;
  /* background-attachment: fixed; */
  position: relative;
}
.categories,
.categories-view1-wrap {
  width: 100%;
}
.categories ul li {
  list-style: none;
}
.categories > ul > li {
  float: none;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  vertical-align: top;
}
.categories-view1-wrap {
  padding: 30px 50px 30px 95px;
  border: 1px solid #efefef;
  border-radius: 10px;
  position: relative;
  background-color: #ffffff;
}
.categories-view1 i {
  position: absolute;
  left: 0px;
  top: 50%;
  font-size: 30px;
  color: #17141d;
  width: 70px;
  height: 70px;
  border-radius: 0 100% 100% 0;
  text-align: center;
  padding-top: 18px;
  margin-top: -36px;
  background-color: #ffffff;
  border: 1px solid #eee;
  border-left: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.categories-view1 li:hover i {
  color: #ffffff;
  background-color: #333;
}
.categories-view1 a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}
.categories-view1 small {
  font-size: 13px;
  color: #666;
}
.categories-view1 span {
  position: absolute;
  right: 5px;
  top: 8px;
  font-size: 90px;
  font-weight: 500;
  color: #999;
  opacity: 0.07;
  line-height: 1;
}
.feature-card {
  background: linear-gradient(
    135deg,
    rgba(55, 65, 81, 0.586) 0%,
    rgba(31, 41, 55, 0.564) 100%
  );
  backdrop-filter: blur(10px);
  border: 1px solid rgba(75, 85, 99, 0.3);
}

.feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2),
    0 10px 10px -5px rgba(0, 0, 0, 0.1);
}

.icon-container {
  /* background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%); */
  background: #fbfbfb;
  svg {
    color: #333;
  }
}

.bg-workspace {
  background-image: url("assets/images/office.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.overlay {
  background: linear-gradient(90deg, #000000 0%, #fff0 67.26%),
    linear-gradient(90deg, rgb(26 26 26 / 0.9) 49.97%, #fff0 67.26%);
}

.main-container {
  min-height: 500px;
  width: 98%;
  margin: 15px auto;
  overflow: hidden;
  border-radius: 25px;
}
@media (max-width: 768px) {
  /* .main-container {
    height: 60vh;
    min-height: 400px;
  } */

  .feature-card {
    padding: 0.75rem;
  }

  .icon-container {
    width: 2rem;
    height: 2rem;
  }

  .icon-container svg {
    width: 1rem;
    height: 1rem;
  }

  /* .grid.gap-3 {
    max-height: calc(60vh - 150px);
  } */
  .feature-card {
    margin: 0px !important;
  }
}

@media (max-width: 640px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-container {
    min-height: 350px;
    width: 95%;
  }
}

/* Custom scrollbar for feature cards */
.grid.gap-3::-webkit-scrollbar {
  width: 4px;
}

.grid.gap-3::-webkit-scrollbar-track {
  background: rgba(55, 65, 81, 0.3);
  border-radius: 2px;
}

.grid.gap-3::-webkit-scrollbar-thumb {
  background: rgba(239, 68, 68, 0.6);
  border-radius: 2px;
}

.grid.gap-3::-webkit-scrollbar-thumb:hover {
  background: rgba(239, 68, 68, 0.8);
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-20px) rotate(1deg);
  }
  66% {
    transform: translateY(-10px) rotate(-1deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scrollMargin {
  from {
    margin: 0;
  }
  to {
    margin: 20px;
  }
}

.gradient-text {
  background: linear-gradient(135deg, #0066ff 0%, #6366f1 50%, #06b6d4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ai-glow {
  box-shadow: 0 0 30px rgba(99, 102, 241, 0.3);
}
.slide {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.HoverHide {
  display: none !important;
  transition: 0.5s;
}
.scroll-container:hover .HoverHide {
  transition: 0.5s;
  display: flex !important;
}
.slide.active {
  opacity: 1;
  transform: translateX(0);
}
.neural-network {
  background-image: radial-gradient(
      circle at 25% 25%,
      rgba(99, 102, 241, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 75% 75%,
      rgba(6, 182, 212, 0.1) 0%,
      transparent 50%
    );
}

/* Scroll-based margin effects */
.scroll-container {
  width: 98%;
  margin: 6.5% 20px 20px 20px;
  border-radius: 20px;
  height: 85vh;
  overflow: hidden !important;
  /* height: 100vh; */
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-margin {
  border-radius: 20px;
  overflow: hidden;
}

.scroll-nav {
  padding: 12px 0;
  background: rgba(26, 26, 26, 0.98);
  margin: 0 20px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Background images for slides */
.slide-1 {
  background-image: linear-gradient(
      rgba(10, 10, 10, 0.7),
      rgba(10, 10, 10, 0.7)
    ),
    url("https://images.pexels.com/photos/8566526/pexels-photo-8566526.jpeg?auto=compress&cs=tinysrgb&w=1920&h=1080&fit=crop");
}

.slide-2 {
  background-image: linear-gradient(
      rgba(17, 24, 39, 0.8),
      rgba(31, 41, 55, 0.8)
    ),
    url("https://images.pexels.com/photos/5380664/pexels-photo-5380664.jpeg?auto=compress&cs=tinysrgb&w=1920&h=1080&fit=crop");
}

.slide-3 {
  background-image: linear-gradient(
      rgba(88, 28, 135, 0.8),
      rgba(79, 70, 229, 0.8)
    ),
    url("https://images.pexels.com/photos/8439093/pexels-photo-8439093.jpeg?auto=compress&cs=tinysrgb&w=1920&h=1080&fit=crop");
}

/* Smooth background animation */
.slide {
  animation: zoomIn 20s ease-out infinite;
}

/* Stats section scroll effects */
.stats-section {
  transition: all 0.6s ease;
}

.stats-margin {
  margin: 20px;
  border-radius: 20px;
  padding: 60px 0;
}

/* Magic Cursor System - Tailwind Compatible */
.magicCursor {
  position: fixed !important;
  width: 15px !important;
  height: 15px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 50% !important;
  pointer-events: none !important;
  z-index: 99999 !important;
  will-change: transform !important;
  mix-blend-mode: difference !important;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  top: 0 !important;
  left: 0 !important;
}

.magicCursor.hoverActive {
  width: 40px !important;
  height: 40px !important;
  background: rgba(255, 107, 107, 0.2) !important;
  border: 2px solid rgba(255, 107, 107, 0.8) !important;
  animation: magicCursorPulse 1s ease-in-out infinite !important;
}

.magicCursorFollower {
  position: fixed !important;
  width: 30px !important;
  height: 30px !important;
  background: transparent !important;
  border: 2px solid rgba(255, 107, 107, 0.7) !important;
  border-radius: 50% !important;
  pointer-events: none !important;
  z-index: 99998 !important;
  will-change: transform !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  top: 0 !important;
  left: 0 !important;
}

.magicCursorFollower.hoverActive {
  width: 55px !important;
  height: 55px !important;
  border: 3px solid rgba(255, 107, 107, 1) !important;
  animation: magicFollowerSpin 2s linear infinite !important;
}
.cent {
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  align-content: center;
}

/* Magic Cursor Animations */
@keyframes magicCursorPulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1) !important;
    box-shadow: 0 0 0 0 rgba(255, 107, 107, 0.7) !important;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1) !important;
    box-shadow: 0 0 0 15px rgba(255, 107, 107, 0) !important;
  }
}

@keyframes magicFollowerSpin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) !important;
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) !important;
  }
}

@keyframes magicGlowPulse {
  0% {
    transform: translate(-50%, -50%) scale(1) !important;
    opacity: 0.8 !important;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2) !important;
    opacity: 0.4 !important;
  }
}

/* Ripple effect for clicks */
.magicRipple {
  position: fixed !important;
  border-radius: 50% !important;
  background: rgba(255, 107, 107, 0.6) !important;
  pointer-events: none !important;
  z-index: 99995 !important;
  animation: magicRippleEffect 0.6s linear !important;
}

@keyframes magicRippleEffect {
  0% {
    transform: translate(-50%, -50%) scale(0) !important;
    opacity: 1 !important;
  }
  100% {
    transform: translate(-50%, -50%) scale(4) !important;
    opacity: 0 !important;
  }
}

/* Hide default cursor on hover areas */
.magicCursorArea {
  cursor: none !important;
}

/* Trail particles */
.magicParticle {
  position: fixed !important;
  width: 4px !important;
  height: 4px !important;
  background: #ff6b6b !important;
  border-radius: 50% !important;
  pointer-events: none !important;
  z-index: 99996 !important;
  opacity: 1 !important;
}

.mouse-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mouse {
  margin: 15px 0px 0px 20px;
  width: 24px;
  height: 40px;
  border: 2px solid white;
  border-radius: 16px;
  position: relative;
}

.scroll {
  width: 4px;
  height: 8px;
  background-color: white;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollAnimation 2s ease-in-out infinite;
}

.arrow {
  width: 0;
  height: 0;
  margin: 7px 0px 0px 20px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid white;
  animation: arrowAnimation 2s ease-in-out infinite;
}

/* Scroll animation */
@keyframes scrollAnimation {
  0%,
  20% {
    top: 8px;
  }
  50% {
    top: 20px;
  }
  80% {
    top: 8px;
  }
  100% {
    top: 8px;
  }
}

/* Arrow animation */
@keyframes arrowAnimation {
  0%,
  20% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .Main_Banner {
    margin-top: 9%;
    width: 97%;
  }
}

.hoverActive:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Smooth transitions for mobile menu */
.mobile-menu-transition {
  transition: all 0.3s ease-in-out;
  transform-origin: top;
}

.mobile-menu-enter {
  transform: scaleY(0);
  opacity: 0;
}

.mobile-menu-enter-active {
  transform: scaleY(1);
  opacity: 1;
}

/* Active link styling */
.nav-link-active {
  color: #1f2937;
  font-weight: 600;
}
@media (max-width: 768px) {
  .Banner_body h1 {
    font-size: 2.5rem;
  }
  .Main_Banner {
    margin-top: 15%;
    width: 95%;
    min-height: 25vh;
  }
}

@media (max-width: 480px) {
  .Banner_body h1 {
    font-size: 2.5rem;
  }
  .scroll-container {
    width: 94%;
    margin: 21.5% auto 20px auto;
    border-radius: 20px;
    height: 60vh;
    overflow: hidden !important;
    /* height: 100vh; */
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .footer_body {
    grid-row-gap: 0rem;
    padding: 1rem;
  }
  .Main_footer {
    width: 95%;
  }
  .Main_Banner {
    margin-top: 21%;
    width: 92%;
    min-height: 25vh;
  }
  .Banner_body {
    min-height: 25vh;
  }
}
