/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */


body {
  font-family: "Montserrat", sans-serif;
  background-color: #000;
  color: #FFF;
  
}

#v-pills-we1-tab:hover {
  background-color: #050203;
  color: #FFF;
  transform: scale(1.05);
  border: 1px solid #00BCD4;
  box-shadow: 0 0 10px rgba(0, 188, 212, 0.6);
}

#v-pills-we2-tab:hover{
  background-color: #050203;
  color: #FFF;
  transform: scale(1.05);
  border: 1px solid #00BCD4;
  box-shadow: 0 0 10px rgba(0, 188, 212, 0.6);
}

#v-pills-we3-tab:hover{
  background-color: #050203;
  color: #FFF;
  transform: scale(1.05);
  border: 1px solid #00BCD4;
  box-shadow: 0 0 10px rgba(0, 188, 212, 0.6);
}

#v-pills-we4-tab:hover{
  background-color: #050203;
  color: #FFF;
  transform: scale(1.05);
  border: 1px solid #00BCD4;
  box-shadow: 0 0 10px rgba(0, 188, 212, 0.6);
}

#v-pills-we5-tab:hover{
  background-color: #050203;
  color: #FFF;
  transform: scale(1.05);
  border: 1px solid #00BCD4;
  box-shadow: 0 0 10px rgba(0, 188, 212, 0.6);
}

#v-pills-we6-tab:hover{
  background-color: #050203;
  color: #FFF;
  transform: scale(1.05);
  border: 1px solid #00BCD4;
  box-shadow: 0 0 10px rgba(0, 188, 212, 0.6);
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.fc-r {
  color: rgb(240, 26, 52);
}

.fc-g {
  color: rgb(111, 218, 68);
}

.top-navbar-hadsw .navbar-nav .nav-link.active,
.top-navbar-hadsw .navbar-nav .nav-link.show {
  color: #ffffff;
}

.top-navbar-hadsw .navbar {
  z-index: 1030;
}

.top-navbar-hadsw .navbar-collapse {
  position: absolute;
  top: 86px;
  left: 0;
  right: 0;
}

.top-navbar-hadsw .navbar-toggler-icon {
  background-image: none;
}

.top-navbar-hadsw .hamburger svg {
  height: 40px;
  width: 40px;
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.top-navbar-hadsw .line {
  fill: none;
  stroke: #6f42c1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.top-navbar-hadsw .navbar-toggler {
  padding: 0px;
  box-shadow: none !important;
  border: 0px;
}

.top-navbar-hadsw .navbar-toggler .hamburger svg {
  transform: rotate(-45deg);
}

.top-navbar-hadsw .navbar-toggler .hamburger svg .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}

.top-navbar-hadsw .navbar-toggler.collapsed svg .line-top-bottom {
  stroke-dasharray: 12 63;
  stroke-dashoffset: 0;
}

.top-navbar-hadsw .navbar-toggler.collapsed .hamburger svg {
  transform: rotate(0deg);
}

 /* Tech Stack */
.nav-link.tech-stack {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.nav-text-2 {
  font-size: 16px;
}

.top-navbar-hadsw .dropdown-menu li {
  list-style: none;
  font-size: 14px;
  margin-bottom: 6px;
}

.top-navbar-hadsw .dropdown-menu ul {
  padding: 0px;
}

.top-navbar-hadsw .dropdown-menu i {
  margin-right: 6px;
  margin-left: 6px;
  color: #6f42c1;
  font-size: 12px;
}

.nav-quote-btn {
  line-height: 24px !important;
  background: #6f42c1;
  background: linear-gradient(to right, #6f42c1, #6f42c1);
  margin-top: 8px;
  animation: heartbeat 1.8s ease-in-out -0.8s infinite;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border-radius: 40px;
  box-shadow:0 0 2px rgba(139, 92, 246, 0.8),    0 0 4px rgba(139, 92, 246, 0.6),    0 0 8px rgba(139, 92, 246, 0.4);
  display: inline-block;
  width: max-content;
  transform-origin: center; /* Ensures scaling happens from the center */
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.1);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.top-banner-sec-1 .letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
  opacity: 1;
  
}

.top-banner-sec-1 .letter.out {
  transform: rotateX(90deg);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19), opacity 0.3s ease;
}

.top-banner-sec-1 .letter.behind {
  transform: rotateX(-90deg);
  opacity: 0;
}

.top-banner-sec-1 .letter.in {
  transform: rotateX(0deg);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s ease;
}

.top-banner-sec-1 .wisteria {
  color: #6f42c1;
}

.top-banner-sec-1 .belize {
  color: #2980b9;
}

.top-banner-sec-1 .blozom {
  color: #b9298e;
}

.top-banner-sec-1 .amber {
  color: #ec6f35;
}

.top-banner-sec-1 .word {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.top-banner-sec-1 .text {
  position: relative;
  min-height: 1.5em;
  display: flex;
  align-items: center;
}

.home-text-1-left {
  border-right: 1px solid #6f42c187;
  padding-right: 10px;
}

.home-text-1-3 {
  margin-left: auto;
  width: fit-content;
  font-size: 14px;
  font-weight: 700;
  display: block;
  color: #ffffff;
  -webkit-text-stroke-width: 0px;
  position: relative;
  top: 20px;
  text-align: end;
  letter-spacing: 1.4px;
}

.home-text-1-3::after {
  content: "";
  bottom: 0px;
  width: 30px;
  left: -34px;
  height: 1.5px;
  position: absolute;
  background-color: #6f42c1;
}

.top-banner-sec-2-1 img {
  width: auto;
  height: 4rem;
  transition: all 0.4s ease;
}

.top-banner-sec-2-1 img:hover {
  transform: scale(1.05) rotate(-2deg);
}

.home-text-3 {
  font-size: 14px;
  font-weight: 600;
}

.home-text-4 {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
}

.top-banner-sec-2-2 i {
  font-size: 24px;
}

/* footer logo position */
.bottom-banner-footer {
  position: relative;
}

.bottom-banner-footer .navbar-brand img {
  position: absolute;
  position: absolute;
  top: 6vh;   
  left: 6vw;  
  width: 150px;
}



/* Breadboard Circuit Background */
.breadboard-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
  background: 
    radial-gradient(circle at 25% 25%, rgba(148, 0, 211, 0.02) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(75, 4, 130, 0.02) 0%, transparent 50%),
    linear-gradient(0deg, transparent 24%, rgba(148, 0, 211, 0.01) 25%, rgba(148, 0, 211, 0.01) 26%, transparent 27%, transparent 74%, rgba(148, 0, 211, 0.01) 75%, rgba(148, 0, 211, 0.01) 76%, transparent 77%),
    linear-gradient(90deg, transparent 24%, rgba(148, 0, 211, 0.01) 25%, rgba(148, 0, 211, 0.01) 26%, transparent 27%, transparent 74%, rgba(148, 0, 211, 0.01) 75%, rgba(148, 0, 211, 0.01) 76%, transparent 77%);
  background-size: 80px 80px, 120px 120px, 60px 60px, 60px 60px;
  animation: breadboard-shift 30s linear infinite;
}

.top-banner-sec-1 {
  position: relative;
  z-index: 2;
  margin-top: -20px;
  padding-top: 40px; 
  overflow: visible !important;

}

.hero-3d-card-wrapper {
  position: absolute;
  top: 53%;
  right: 1.5%;
  transform: translateY(-50%);
  z-index: 0; /* Behind text */
  pointer-events: none; /* so text links are clickable */
  filter: brightness(1.9) blur(0.5px);
  opacity: 0.25;
}

.hero-3d-card {
  width: 400px;
  height: 400px;
  perspective: 1000px;
  transform-style: preserve-3d;
  pointer-events: auto;
}

.hero-3d-card .bg_card {
  /* height: 100%;
  border-radius: 50px;
  background: linear-gradient(135deg, rgb(2, 1, 39) 0%, rgb(2, 1, 39) 100%);
  display: flex;
  transition: all 0.5s ease-in-out;
  transform-style: preserve-3d;
  box-shadow: rgba(5, 71, 17, 0) 40px 50px 25px -40px, rgba(5, 71, 17, 0.2) 0px 25px 25px -5px; */
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-out;
  transform-style: preserve-3d;

}

.hero-3d-card .glass {
  /* transform-style: preserve-3d;
  position: absolute;
  inset: 8px;
  border-radius: 55px;
  border-top-right-radius: 100%;
  background: linear-gradient(0deg, rgba(2, 1, 39, 0.349) 0%, rgba(2, 1,39, 0.815) 100%);
  transform: translate3d(0, 0, 25px);
  border-left: 1px solid rgb(38, 2, 53);
  border-bottom: 1px solid rgb(38, 2, 53);
  transition: all 0.5s ease-in-out; */
  display: none;
}



.hero-3d-card .inner_image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* transform: translate3d(0, 0, 10px); */
  transition: transform 0.15s ease-out;
  transform-style: preserve-3d;
  will-change: transform;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

/* Hover animation - disabled because pointer-events:none */
/* .hero-3d-card:hover .bg_card {
  transform: rotate3d(1, 1, 0, 30deg);
  box-shadow: rgba(5, 71, 17, 0.3) 30px 50px 25px -40px, rgba(5, 71, 17, 0.1) 0px 25px 30px 0px;
} */


/* Circuit Lines */
.circuit-lines {
  position: absolute;
  width: 100%;
  height: 100%;
}

.line {
  position: absolute;
  background: linear-gradient(to right, transparent, rgba(148, 0, 211, 0.15), transparent);
  opacity: 0;
  animation: line-pulse 4s ease-in-out infinite;
}

.line.horizontal {
  height: 2px;
  width: 100%;
}

.line.vertical {
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(148, 0, 211, 0.15), transparent);
}

.line-1 {
  top: 15%;
  animation-delay: 0s;
}

.line-2 {
  top: 35%;
  animation-delay: 1s;
}

.line-3 {
  top: 65%;
  animation-delay: 2s;
}

.line-4 {
  top: 85%;
  animation-delay: 3s;
}

.line-5 {
  left: 20%;
  animation-delay: 0.5s;
}

.line-6 {
  left: 50%;
  animation-delay: 1.5s;
}

.line-7 {
  left: 80%;
  animation-delay: 2.5s;
}

/* Circuit Nodes */
.circuit-nodes {
  position: absolute;
  width: 100%;
  height: 100%;
}

.node {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(148, 0, 211, 0.4);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(148, 0, 211, 0.3);
  animation: node-glow 3s ease-in-out infinite;
}

.node-1 {
  top: 15%;
  left: 20%;
  animation-delay: 0s;
}

.node-2 {
  top: 35%;
  left: 50%;
  animation-delay: 0.5s;
}

.node-3 {
  top: 65%;
  left: 80%;
  animation-delay: 1s;
}

.node-4 {
  top: 85%;
  left: 20%;
  animation-delay: 1.5s;
}

.node-5 {
  top: 35%;
  left: 80%;
  animation-delay: 2s;
}

.node-6 {
  top: 65%;
  left: 50%;
  animation-delay: 2.5s;
}

/* Data Flow Packets */
.data-flow {
  position: absolute;
  width: 100%;
  height: 100%;
}

.data-packet {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(148, 0, 211, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(148, 0, 211, 0.6);
}

.packet-1 {
  top: 15%;
  left: 0;
  animation: packet-flow-horizontal 8s linear infinite;
  animation-delay: 0s;
}

.packet-2 {
  top: 65%;
  left: 0;
  animation: packet-flow-horizontal 10s linear infinite;
  animation-delay: 2s;
}

.packet-3 {
  top: 0;
  left: 50%;
  animation: packet-flow-vertical 12s linear infinite;
  animation-delay: 4s;
}

/* Breadboard Animation Keyframes */
@keyframes breadboard-shift {
  0% { 
    background-position: 0 0, 0 0, 0 0, 0 0;
  }
  100% { 
    background-position: 80px 80px, 120px 120px, 60px 60px, 60px 60px;
  }
}

@keyframes line-pulse {
  0%, 100% {
    opacity: 0;
    transform: scaleX(0.8);
  }
  50% {
    opacity: 0.6;
    transform: scaleX(1);
  }
}

@keyframes node-glow {
  0%, 100% {
    box-shadow: 0 0 10px rgba(148, 0, 211, 0.3);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 20px rgba(148, 0, 211, 0.6);
    transform: scale(1.1);
  }
}

@keyframes packet-flow-horizontal {
  0% {
    left: -10px;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    left: calc(100% + 10px);
    opacity: 0;
  }
}

@keyframes packet-flow-vertical {
  0% {
    top: -10px;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: calc(100% + 10px);
    opacity: 0;
  }
}



.top-banner-sec-3 .nav-link {
  position: relative;
  width: 100%;
  padding: 20px 80px 20px 20px;
  font-size: 20px;
  text-align: start;
  font-weight: 500;
  background-color: rgba(14, 9, 26, 0.459);
  backdrop-filter: blur(15px);
  color: #FFF;
  display: flex;
  align-items: center;
  height: 100px;
  box-shadow: #6f42c121 0px 10px 16px 0px, #6f42c139 0px 0px 0px 1px;
  z-index: 2;
}

.top-banner-sec-3 .nav-link::after {
  content: attr(data-number);
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 4rem;
  font-weight: 900;
  width: 100%;
  height: 100%;
  color: #ffffff11;
  text-align: end;
}

.top-banner-sec-3 .nav-link i {
  font-size: 30px;
}

/* Custom icons in What We Do section */
.top-banner-sec-3 .nav-link img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.top-banner-sec-3 .dropdown-item img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 6px;
  margin-left: 6px;
}

.top-banner-sec-3 .nav-pills .nav-link.active,
.top-banner-sec-3 .nav-pills .show>.nav-link {
  color: #FFF;
  background: #4b0481;
}

.top-banner-sec-3 .nav-pills {
  position: relative;
  z-index: 999;
}

.top-banner-sec-3-right li {
  list-style: none;
  font-size: 18px;
  margin-bottom: 10px;
}

.overhead--top-1::after {
  content: "WE";
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  color: #ffffff1b;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  text-align: center;
  z-index: 1;
  letter-spacing: 3px;
}

.overhead--top-1 {
  position: relative;
  width: fit-content;
  margin: auto;
  font-weight: 700;
}

.overhead--top-1-lifecycle::after {
  content: "SHIP" !important;
}
.overhead--top-1-clients::after {
  content: "CLIENTS" !important;
}


.overhead--top-1-blogs::after {
  content: "BLOGS" !important;
}

.overhead--top-1-products::after {
  content: "PRODUCTS" !important;
}



.top-banner-sec-4 .highlight {
  transition: all 0.4s ease;
  width: 100% !important;
  background-color: rgba(255, 0, 0, 0.151) !important;
}

.top-banner-sec-4 .card.prod-1 {
  background-image: url("../images/products/insights-1.webp");
}

.top-banner-sec-4 .card.prod-2 {
  background-image: url("../images/products/insights-2.webp");
}

.top-banner-sec-4 .card.prod-3 {
  background-image: url("../images/products/insights-3.webp");
}

/* Product Video Backgrounds */
.top-banner-sec-4 .product-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  border-radius: 4px;
  pointer-events: none;
}

.top-banner-sec-4 .card:hover .product-video {
  opacity: 1;
}

.top-banner-sec-4 .card.highlight .product-video {
  opacity: 1;
}

/* Fallback for videos that fail to load */
.top-banner-sec-4 .product-video[style*="display: none"] {
  display: none !important;
}

/* Loading state for videos */
.top-banner-sec-4 .product-video:not([data-loaded]) {
  background: linear-gradient(45deg, rgba(148, 0, 211, 0.1), rgba(75, 4, 130, 0.1));
}

/* Enhanced overlay for better text readability when video is playing */
.top-banner-sec-4 .card:hover .inner-ss-shape,
.top-banner-sec-4 .card.highlight .inner-ss-shape {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
}

/* Tech Orbit Section - Revolutionary Design */
.tech-orbit-section {
  background: linear-gradient(135deg, rgba(148, 0, 211, 0.03) 0%, rgba(75, 4, 130, 0.05) 100%);
  position: relative;
  overflow: hidden;
  margin-top: 80px;
  padding: 80px 0;
}

.tech-orbit-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(148, 0, 211, 0.02) 0%, transparent 70%);
  animation: orbitFloat 30s ease-in-out infinite;
  z-index: 0;
}

@keyframes orbitFloat {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-30px) rotate(5deg); }
}

/* Main Orbit Container */
.tech-orbit-container {
  position: relative;
  width: 550px;
  height: 550px;
  margin: 0 auto;
  z-index: 1;
  padding: 20px;
}

/* Smoke/Aura Wave Effects */
.tech-orbit-container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 600px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, 
    transparent 20%,
    rgba(148, 0, 211, 0.05) 25%,
    transparent 30%,
    rgba(148, 0, 211, 0.03) 35%,
    transparent 40%,
    rgba(148, 0, 211, 0.08) 45%,
    transparent 50%,
    rgba(148, 0, 211, 0.04) 55%,
    transparent 60%,
    rgba(148, 0, 211, 0.06) 65%,
    transparent 70%,
    rgba(148, 0, 211, 0.02) 75%,
    transparent 80%
  );
  border-radius: 50%;
  animation: smokeWaves 20s ease-in-out infinite;
  z-index: -1;
  pointer-events: none;
}

.tech-orbit-container::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, 
    transparent 15%,
    rgba(75, 4, 130, 0.06) 20%,
    transparent 25%,
    rgba(148, 0, 211, 0.04) 30%,
    transparent 35%,
    rgba(75, 4, 130, 0.08) 40%,
    transparent 45%,
    rgba(148, 0, 211, 0.03) 50%,
    transparent 55%,
    rgba(75, 4, 130, 0.05) 60%,
    transparent 65%,
    rgba(148, 0, 211, 0.02) 70%,
    transparent 75%
  );
  border-radius: 50%;
  animation: smokeWaves 25s ease-in-out infinite reverse;
  z-index: -1;
  pointer-events: none;
}

@keyframes smokeWaves {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
    opacity: 0.8;
  }
  25% {
    transform: translate(-50%, -50%) scale(1.1) rotate(90deg);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(0.9) rotate(180deg);
    opacity: 1;
  }
  75% {
    transform: translate(-50%, -50%) scale(1.05) rotate(270deg);
    opacity: 0.7;
  }
}

/* Center Logo */
.orbit-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}

.center-logo {
  width: 120px;
  height: 120px;
  background: rgba(148, 0, 211, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
  box-shadow: 0 0 40px rgba(148, 0, 211, 0.5), 0 0 80px rgba(148, 0, 211, 0.3);
  animation: centerPulse 3s ease-in-out infinite;
  border: 2px solid rgba(148, 0, 211, 0.4);
}

.center-logo i {
  font-size: 2rem;
  margin-bottom: 5px;
}

.center-logo span {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
}

@keyframes centerPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

/* Max Speed Pulse Animation */
@keyframes maxSpeedPulse {
  0% { 
    transform: scale(1);
    box-shadow: 0 0 40px rgba(148, 0, 211, 0.5), 0 0 80px rgba(148, 0, 211, 0.3);
  }
  50% { 
    transform: scale(1.15);
    box-shadow: 0 0 80px rgba(148, 0, 211, 0.8), 0 0 120px rgba(148, 0, 211, 0.5);
  }
  100% { 
    transform: scale(1);
    box-shadow: 0 0 40px rgba(148, 0, 211, 0.5), 0 0 80px rgba(148, 0, 211, 0.3);
  }
}

/* Orbit Paths */
.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(148, 0, 211, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}

/* Individual Orbit Aura Effects */
.orbit::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  background: radial-gradient(circle, 
    transparent 40%,
    rgba(148, 0, 211, 0.1) 45%,
    transparent 50%,
    rgba(148, 0, 211, 0.05) 55%,
    transparent 60%);
  animation: orbitAura 8s ease-in-out infinite;
  opacity: 0.7;
  z-index: -1;
}

.orbit::after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 50%;
  background: radial-gradient(circle, 
    transparent 35%,
    rgba(75, 4, 130, 0.08) 40%,
    transparent 45%,
    rgba(148, 0, 211, 0.06) 50%,
    transparent 55%);
  animation: orbitAura 12s ease-in-out infinite reverse;
  opacity: 0.5;
  z-index: -1;
}

@keyframes orbitAura {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.7;
  }
  25% {
    transform: scale(1.05) rotate(90deg);
    opacity: 0.4;
  }
  50% {
    transform: scale(0.95) rotate(180deg);
    opacity: 0.9;
  }
  75% {
    transform: scale(1.02) rotate(270deg);
    opacity: 0.6;
  }
}

.orbit-1 {
  width: 300px;
  height: 300px;
  animation: rotate 20s linear infinite;
}

.orbit-2 {
  width: 350px;
  height: 350px;
  animation: rotate 25s linear infinite reverse;
}

.orbit-3 {
  width: 390px;
  height: 390px;
  animation: rotate 30s linear infinite;
}

.orbit-4 {
  width: 430px;
  height: 430px;
  animation: rotate 35s linear infinite reverse;
}

.orbit-5 {
  width: 470px;
  height: 470px;
  animation: rotate 40s linear infinite;
}

@keyframes rotate {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Counter-rotation for planets and logos to keep them upright and stable */
@keyframes counterRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
}

@keyframes counterRotateReverse {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Counter-rotation animations for content to keep it readable */
@keyframes counterRotateContent {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

@keyframes counterRotateContentReverse {
  from { transform: rotate(-360deg); }
  to { transform: rotate(0deg); }
}

/* ========================================
   PROTECTED TECH ORBIT DESIGN - DO NOT MODIFY
   This section is isolated and protected from future changes
   Modification of this section may break the design
   ======================================== */

/* LAYER 1: High Specificity Protection */
body .tech-orbit-section .tech-orbit-container .orbit .tech-planet i,
body .tech-orbit-section .tech-orbit-container .orbit .tech-planet img,
body .tech-orbit-section .tech-orbit-container .orbit .tech-planet .logo,
body .tech-orbit-section .tech-orbit-container .orbit .tech-planet .tech-tooltip {
  animation: none !important;
  transform: none !important;
  rotate: none !important;
  scale: none !important;
  translate: none !important;
}

/* LAYER 2: Universal Protection */
.tech-planet i,
.tech-planet img,
.tech-planet .logo,
.tech-planet .tech-tooltip {
  animation: none !important;
  transform: none !important;
  rotate: none !important;
  scale: none !important;
  translate: none !important;
}

/* LAYER 3: Individual Element Protection */
.tech-planet > i,
.tech-planet > img,
.tech-planet > .logo,
.tech-planet > .tech-tooltip {
  animation: none !important;
  transform: none !important;
  rotate: none !important;
  scale: none !important;
  translate: none !important;
}

/* Tech Planets */
.tech-planet {
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border: 2px solid rgba(148, 0, 211, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 32px rgba(148, 0, 211, 0.2);
  animation: planetFloat 3s ease-in-out infinite;
  z-index: 150;
}

/* Orbit 1 - Frontend (4 planets) */
.orbit-1 .tech-planet {
  animation: counterRotate 20s linear infinite;
}

/* ORBIT 1 PROTECTION - CRITICAL: DO NOT MODIFY */
.orbit-1 .tech-planet i,
.orbit-1 .tech-planet img,
.orbit-1 .tech-planet .logo,
.orbit-1 .tech-planet .tech-tooltip,
body .orbit-1 .tech-planet i,
body .orbit-1 .tech-planet img,
body .orbit-1 .tech-planet .logo,
body .orbit-1 .tech-planet .tech-tooltip {
  animation: none !important;
  transform: none !important;
  rotate: none !important;
  scale: none !important;
  translate: none !important;
  transition: none !important;
  will-change: auto !important;
}

.orbit-1 .tech-planet:nth-child(2) { 
  top: -70px; 
  left: calc(50% - 30px); 
}
.orbit-1 .tech-planet:nth-child(3) { 
  top: calc(50% - 30px); 
  right: -70px; 
}
.orbit-1 .tech-planet:nth-child(4) { 
  bottom: -70px; 
  left: calc(50% - 30px); 
}
.orbit-1 .tech-planet:nth-child(5) { 
  top: calc(50% - 30px); 
  left: -70px; 
}

/* Orbit 2 - Backend (5 planets) */
.orbit-2 .tech-planet {
  animation: counterRotateReverse 25s linear infinite;
}

/* ORBIT 2 PROTECTION - CRITICAL: DO NOT MODIFY */
.orbit-2 .tech-planet i,
.orbit-2 .tech-planet img,
.orbit-2 .tech-planet .logo,
.orbit-2 .tech-planet .tech-tooltip,
body .orbit-2 .tech-planet i,
body .orbit-2 .tech-planet img,
body .orbit-2 .tech-planet .logo,
body .orbit-2 .tech-planet .tech-tooltip {
  animation: none !important;
  transform: none !important;
  rotate: none !important;
  scale: none !important;
  translate: none !important;
  transition: none !important;
  will-change: auto !important;
}

.orbit-2 .tech-planet:nth-child(2) { 
  top: -70px; 
  left: calc(50% - 30px); 
}
.orbit-2 .tech-planet:nth-child(3) { 
  top: calc(25% - 15px); 
  right: -70px; 
}
.orbit-2 .tech-planet:nth-child(4) { 
  bottom: -70px; 
  left: calc(50% - 30px); 
}
.orbit-2 .tech-planet:nth-child(5) { 
  top: calc(75% - 15px); 
  left: -70px; 
}
.orbit-2 .tech-planet:nth-child(6) { 
  top: calc(12% - 15px); 
  left: calc(88% - 30px); 
}

/* Orbit 3 - Blockchain (4 planets) */
.orbit-3 .tech-planet {
  animation: counterRotate 30s linear infinite;
}

/* ORBIT 3 PROTECTION - CRITICAL: DO NOT MODIFY */
.orbit-3 .tech-planet i,
.orbit-3 .tech-planet img,
.orbit-3 .tech-planet .logo,
.orbit-3 .tech-planet .tech-tooltip,
body .orbit-3 .tech-planet i,
body .orbit-3 .tech-planet img,
body .orbit-3 .tech-planet .logo,
body .orbit-3 .tech-planet .tech-tooltip {
  animation: none !important;
  transform: none !important;
  rotate: none !important;
  scale: none !important;
  translate: none !important;
  transition: none !important;
  will-change: auto !important;
}

.orbit-3 .tech-planet:nth-child(2) { 
  top: -70px; 
  left: calc(50% - 30px); 
}
.orbit-3 .tech-planet:nth-child(3) { 
  top: calc(50% - 30px); 
  right: -70px; 
}
.orbit-3 .tech-planet:nth-child(4) { 
  bottom: -70px; 
  left: calc(50% - 30px); 
}
.orbit-3 .tech-planet:nth-child(5) { 
  top: calc(50% - 30px); 
  left: -70px; 
}

/* Orbit 4 - DevOps (4 planets) */
.orbit-4 .tech-planet {
  animation: counterRotateReverse 35s linear infinite;
}

/* ORBIT 4 PROTECTION - CRITICAL: DO NOT MODIFY */
.orbit-4 .tech-planet i,
.orbit-4 .tech-planet img,
.orbit-4 .tech-planet .logo,
.orbit-4 .tech-planet .tech-tooltip,
body .orbit-4 .tech-planet i,
body .orbit-4 .tech-planet img,
body .orbit-4 .tech-planet .logo,
body .orbit-4 .tech-planet .tech-tooltip {
  animation: none !important;
  transform: none !important;
  rotate: none !important;
  scale: none !important;
  translate: none !important;
  transition: none !important;
  will-change: auto !important;
}

.orbit-4 .tech-planet:nth-child(2) { 
  top: -70px; 
  left: calc(50% - 30px); 
}
.orbit-4 .tech-planet:nth-child(3) { 
  top: calc(50% - 30px); 
  right: -70px; 
}
.orbit-4 .tech-planet:nth-child(4) { 
  bottom: -70px; 
  left: calc(50% - 30px); 
}
.orbit-4 .tech-planet:nth-child(5) { 
  top: calc(50% - 30px); 
  left: -70px; 
}

/* Orbit 5 - AI/Data (4 planets) */
.orbit-5 .tech-planet {
  animation: counterRotate 40s linear infinite;
}

/* ORBIT 5 PROTECTION - CRITICAL: DO NOT MODIFY */
.orbit-5 .tech-planet i,
.orbit-5 .tech-planet img,
.orbit-5 .tech-planet .logo,
.orbit-5 .tech-planet .tech-tooltip,
body .orbit-5 .tech-planet i,
body .orbit-5 .tech-planet img,
body .orbit-5 .tech-planet .logo,
body .orbit-5 .tech-planet .tech-tooltip {
  animation: none !important;
  transform: none !important;
  rotate: none !important;
  scale: none !important;
  translate: none !important;
  transition: none !important;
  will-change: auto !important;
}

.orbit-5 .tech-planet:nth-child(2) { 
  top: -70px; 
  left: calc(50% - 30px); 
}
.orbit-5 .tech-planet:nth-child(3) { 
  top: calc(50% - 30px); 
  right: -70px; 
}
.orbit-5 .tech-planet:nth-child(4) { 
  bottom: -70px; 
  left: calc(50% - 30px); 
}
.orbit-5 .tech-planet:nth-child(5) { 
  top: calc(50% - 30px); 
  left: -70px; 
}

.tech-planet:hover {
  transform: scale(1.3) translateZ(0);
  background: rgba(148, 0, 211, 0.2);
  border-color: #6f42c1;
  box-shadow: 0 0 40px rgba(148, 0, 211, 0.6), 0 0 80px rgba(148, 0, 211, 0.3);
  z-index: 200;
}

.tech-planet i {
  font-size: 1.8rem;
  transition: all 0.3s ease;
}

.tech-planet img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  transition: all 0.3s ease;
  filter: brightness(1.2);
}

.tech-planet:hover i,
.tech-planet:hover img {
  transform: scale(1.1);
  filter: drop-shadow(0 0 10px currentColor);
}

/* FINAL PROTECTION LAYER - BULLETPROOF */
.tech-planet .logo,
.tech-planet .tech-tooltip,
body .tech-planet .logo,
body .tech-planet .tech-tooltip {
  animation: none !important;
  transform: none !important;
  rotate: none !important;
  scale: none !important;
  translate: none !important;
  transition: none !important;
  will-change: auto !important;
}

/* EMERGENCY RESET - Last Resort Protection */
[class*="orbit-"] [class*="tech-planet"] i,
[class*="orbit-"] [class*="tech-planet"] img,
[class*="orbit-"] [class*="tech-planet"] [class*="logo"],
[class*="orbit-"] [class*="tech-planet"] [class*="tooltip"] {
  animation: none !important;
  transform: none !important;
  rotate: none !important;
  scale: none !important;
  translate: none !important;
}

/* ======================================== 
   END PROTECTED SECTION
   ======================================== */

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

/* Simple Clean Tooltips */
.tech-tooltip {
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 1000;
  opacity: 0;
  transition: all 0.2s ease;
  border: 1px solid rgba(148, 0, 211, 0.3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.tech-tooltip.visible {
  opacity: 1;
}

/* Dynamic tooltip positioning */
.tech-tooltip.tooltip-top {
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%) translateY(5px) scale(0.9);
}

.tech-tooltip.tooltip-bottom {
  top: 75px;
  left: 50%;
  transform: translateX(-50%) translateY(-5px) scale(0.9);
}

.tech-tooltip.tooltip-left {
  right: 75px;
  top: 50%;
  transform: translateY(-50%) translateX(5px) scale(0.9);
}

.tech-tooltip.tooltip-right {
  left: 75px;
  top: 50%;
  transform: translateY(-50%) translateX(-5px) scale(0.9);
}

/* Legacy tooltip positioning - kept for fallback */
.orbit-1 .tech-tooltip:not(.tooltip-top):not(.tooltip-bottom):not(.tooltip-left):not(.tooltip-right),
.orbit-3 .tech-tooltip:not(.tooltip-top):not(.tooltip-bottom):not(.tooltip-left):not(.tooltip-right),
.orbit-5 .tech-tooltip:not(.tooltip-top):not(.tooltip-bottom):not(.tooltip-left):not(.tooltip-right) {
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%) translateY(5px) scale(0.9);
}

.orbit-2 .tech-tooltip:not(.tooltip-top):not(.tooltip-bottom):not(.tooltip-left):not(.tooltip-right),
.orbit-4 .tech-tooltip:not(.tooltip-top):not(.tooltip-bottom):not(.tooltip-left):not(.tooltip-right) {
  top: 75px;
  left: 50%;
  transform: translateX(-50%) translateY(-5px) scale(0.9);
}

.tech-tooltip::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
}

/* Arrow positioning based on dynamic tooltip position */
.tech-tooltip.tooltip-top::before {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top-color: rgba(0, 0, 0, 0.9);
}

.tech-tooltip.tooltip-bottom::before {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.tech-tooltip.tooltip-left::before {
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-left-color: rgba(0, 0, 0, 0.9);
}

.tech-tooltip.tooltip-right::before {
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-right-color: rgba(0, 0, 0, 0.9);
}

/* Fallback arrows for legacy positioning */
.orbit-1 .tech-tooltip::before:not(.tooltip-top):not(.tooltip-bottom):not(.tooltip-left):not(.tooltip-right),
.orbit-3 .tech-tooltip::before:not(.tooltip-top):not(.tooltip-bottom):not(.tooltip-left):not(.tooltip-right),
.orbit-5 .tech-tooltip::before:not(.tooltip-top):not(.tooltip-bottom):not(.tooltip-left):not(.tooltip-right) {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top-color: rgba(0, 0, 0, 0.9);
}

.orbit-2 .tech-tooltip::before:not(.tooltip-top):not(.tooltip-bottom):not(.tooltip-left):not(.tooltip-right),
.orbit-4 .tech-tooltip::before:not(.tooltip-top):not(.tooltip-bottom):not(.tooltip-left):not(.tooltip-right) {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.tech-tooltip.visible {
  opacity: 1;
}

/* Dynamic visible states with proper transforms */
.tech-tooltip.tooltip-top.visible {
  transform: translateX(-50%) translateY(0) scale(1);
}

.tech-tooltip.tooltip-bottom.visible {
  transform: translateX(-50%) translateY(0) scale(1);
}

.tech-tooltip.tooltip-left.visible {
  transform: translateY(-50%) translateX(0) scale(1);
}

.tech-tooltip.tooltip-right.visible {
  transform: translateY(-50%) translateX(0) scale(1);
}

/* Fallback visible states for legacy positioning */
.orbit-1 .tech-tooltip.visible:not(.tooltip-top):not(.tooltip-bottom):not(.tooltip-left):not(.tooltip-right),
.orbit-3 .tech-tooltip.visible:not(.tooltip-top):not(.tooltip-bottom):not(.tooltip-left):not(.tooltip-right),
.orbit-5 .tech-tooltip.visible:not(.tooltip-top):not(.tooltip-bottom):not(.tooltip-left):not(.tooltip-right) {
  transform: translateX(-50%) translateY(0) scale(1);
}

.orbit-2 .tech-tooltip.visible:not(.tooltip-top):not(.tooltip-bottom):not(.tooltip-left):not(.tooltip-right),
.orbit-4 .tech-tooltip.visible:not(.tooltip-top):not(.tooltip-bottom):not(.tooltip-left):not(.tooltip-right) {
  transform: translateX(-50%) translateY(0) scale(1);
}

/* Category Controls */
.orbit-controls {
  text-align: center;
  margin-top: 80px;
}

.category-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.category-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(148, 0, 211, 0.2);
  border-radius: 15px;
  color: #FFF;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 100px;
}

.category-btn:hover {
  background: rgba(148, 0, 211, 0.1);
  border-color: rgba(148, 0, 211, 0.5);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(148, 0, 211, 0.3);
}

.category-btn.active {
  background: linear-gradient(135deg, #6f42c1, #4B0082);
  border-color: #6f42c1;
  box-shadow: 0 0 30px rgba(148, 0, 211, 0.5);
}

.category-btn i {
  font-size: 1.5rem;
}

.category-btn span {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Tech Info Panel */
.tech-info-panel {
  margin-top: 60px;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.info-content {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(148, 0, 211, 0.2);
  border-radius: 20px;
  padding: 30px;
  transition: all 0.3s ease;
}

.info-content:hover {
  background: rgba(148, 0, 211, 0.05);
  border-color: rgba(148, 0, 211, 0.4);
}

#tech-title {
  color: #6f42c1;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

#tech-description {
  color: #CCC;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  transition: all 0.3s ease;
}

/* Orbit Focus States */
.orbit.focused {
  border-color: rgba(148, 0, 211, 0.6);
  box-shadow: 0 0 30px rgba(148, 0, 211, 0.3);
}

.orbit:not(.focused) {
  opacity: 0.3;
  filter: blur(1px);
}

.orbit.show-all {
  opacity: 1;
  filter: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .tech-orbit-container {
    width: 400px;
    height: 400px;
  }
  
  .orbit-1 { width: 150px; height: 150px; }
  .orbit-2 { width: 200px; height: 200px; }
  .orbit-3 { width: 250px; height: 250px; }
  .orbit-4 { width: 300px; height: 300px; }
  .orbit-5 { width: 350px; height: 350px; }
  
  .center-logo {
    width: 80px;
    height: 80px;
  }
  
  .center-logo i {
    font-size: 1.5rem;
  }
  
  .center-logo span {
    font-size: 0.7rem;
  }
  
  .tech-planet {
    width: 45px;
    height: 45px;
  }
  
  .tech-planet i {
    font-size: 1.3rem;
  }
  
  .tech-planet img {
    width: 24px;
    height: 24px;
  }
  
  .category-buttons {
    gap: 10px;
  }
  
  .category-btn {
    padding: 12px 15px;
    min-width: 80px;
  }
  
  .category-btn i {
    font-size: 1.2rem;
  }
  
  .category-btn span {
    font-size: 0.75rem;
  }
}

@media (max-width: 576px) {
  .tech-orbit-container {
    width: 300px;
    height: 300px;
  }
  .tech-orbit-container::before{
    width: 400px;
    height: 400px;
  }
  .tech-orbit-container::after{
    width: 300px;
    height: 300px;
  }
  
  .orbit-1 { width: 100px; height: 100px; }
  .orbit-2 { width: 140px; height: 140px; }
  .orbit-3 { width: 180px; height: 180px; }
  .orbit-4 { width: 220px; height: 220px; }
  .orbit-5 { width: 260px; height: 260px; }
  
  .center-logo {
    width: 60px;
    height: 60px;
  }
  
  .center-logo i {
    font-size: 1.2rem;
  }
  
  .center-logo span {
    font-size: 0.6rem;
  }
  
  .tech-planet {
    width: 35px;
    height: 35px;
  }
  
  .tech-planet i {
    font-size: 1rem;
  }
  
  .tech-planet img {
    width: 18px;
    height: 18px;
  }
  
  .category-buttons {
    gap: 8px;
  }
  
  .category-btn {
    padding: 10px 12px;
    min-width: 70px;
  }
  
  .category-btn span {
    font-size: 0.7rem;
  }
}

/* Update overhead styling for tech stacks */
.overhead--top-1-techstacks::after {
  content: "CODE" !important;
}

/* Scroll Effect */
html,body {
  scroll-behavior: smooth !important;
}

.top-banner-sec-4 .card-title {
  margin-bottom: 16px;
}

.top-banner-sec-4 .card-text {
  font-size: 14px;
}

.sec-4-btn-1 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sec-4-btn-1 i {
  background-color: #6f42c1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  font-size: 14px;
  border-radius: 50px;
}

.top-banner-sec-7 .grid-item img {
  height: auto;
  width: 100%;
}

.top-banner-sec-7 .grid-item {
  text-align: center;
  margin: auto;
}


.swiper-button-next{
  padding-right: 60px;
}
.swiper-button-prev{
  padding-left: 60px;
}




.footer-text-1 {
  width: 70%;
  margin: auto;
}
.footer-awrd-1 {
  width: auto;
  height: 4rem;
  transition: 300ms;
}

.footer-awrd-1:hover {
  transform: scale(1.05) rotate(-2deg);
}

.footer-icons-1 a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;
  font-size: 22px;
  color: #fff;

  border-radius: 50%;
  text-decoration: none;
  transition: transform 0.25s ease, color 0.25s ease;
  animation: floaty 4s ease-in-out infinite;
}

@keyframes floaty {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-6px) scale(1.05);
  }
}

.footer-icons-1 a .mail-icon:hover {
  transform: scale(1.4);
  color: #EA4335;
}

.footer-icons-1 a .tele-icon:hover {
  transform: scale(1.4);
  color: #0088CC;
}

.footer-icons-1 a .insta-icon:hover {
  transform: scale(1.4);
  color: #C13584;
}

.footer-icons-1 a .linkedin-icon:hover {
  transform: scale(1.4);
  color: rgb(0,119,181);
}

.footer-icons-1 a .twit-icon:hover {
  transform: scale(1.4);
  color: #bfbfbf;
}

.footer-icons-1 a .med-icon:hover {
  transform: scale(1.4);
  color: #00ab6b;
}

.footer-icons-1 a:nth-child(1) { animation-delay: 0s; }
.footer-icons-1 a:nth-child(2) { animation-delay: 0.2s; }
.footer-icons-1 a:nth-child(3) { animation-delay: 0.4s; }
.footer-icons-1 a:nth-child(4) { animation-delay: 0.6s; }
.footer-icons-1 a:nth-child(5) { animation-delay: 0.8s; }
.footer-icons-1 a:nth-child(6) { animation-delay: 1s; }


.floating-bg-1 {
  width: 50vw;
  height: 50vw;
  position: absolute;
  bottom: 0;
  background-color: rgba(75, 53, 153, 0.349);
  z-index: -1;
  left: 25vw;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  filter: blur(190px);
}
/* Products */
.cmd-scope {
--cmd-bg: #353B44;
--cmd-text: #ffffff;
--cmd-yellow: #facc15;
--cmd-cyan: #3b82f6;
--cmd-green: #22c55e;
--cmd-title-bg: #ffffff;
--cmd-title-text: #000000;

/* background-color: #1e1e1e; */
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
box-sizing: border-box;
}

/* Grid Container */
.terminal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    width: 100%;
    max-width: 1400px;
    /* Wider container */
    height: 90vh;
    border-radius:5px;
}

.cmd-window {
    background-color: var(--cmd-bg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border: 1px solid #333;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: fadeIn 0.5s ease-out;
    height: 100%;
    /* Fill grid cell */
    min-height: 300px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.title-bar {
    background-color: var(--cmd-title-bg);
    color: var(--cmd-title-text);
    padding: 3px 10px;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    user-select: none;
    cursor: default;
    flex-shrink: 0;
}

.title-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Product modal styles */
.product-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.product-modal.open { display: flex; }
.product-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(2px);
}
.product-modal-dialog {
  position: relative;
  max-width: 1100px;
  width: 95%;
  max-height: 180vh;
  overflow: auto;
  background: #0b0b0b;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.7);
  padding: 18px;
  z-index: 2010;
}

@media (max-width: 768px) {
  .product-modal-dialog{
    background: none !important;
    z-index:1;
  }
  .performance-indicator{
    position:relative !important;
  }
}
@media (max-width: 576px) {
  .product-modal-dialog{
    background: none !important;
    z-index:1;
  }
  .performance-indicator{
    position: relative !important;
  }
}
.product-modal-body { color: var(--cmd-text); }
.product-modal-close {
  position: absolute;
  top: 8px;
  right: 10px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  z-index: 2020;
}
.modal-loading {
  padding: 40px;
  text-align: center;
  color: #ddd;
}
.modal-error { padding: 24px; color: #f66; }
body.modal-open { overflow: hidden; }


/* .modal-scroll {
  max-width: 800px;
  max-height: 90vh;
  margin: 0 auto;
  overflow-y:auto;
  padding-right:100px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.3) transparent;
}


.modal-scroll::-webkit-scrollbar {
  width: 8px;
}

.modal-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.modal-scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
}

.modal-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.45);
}



.product-title {
  margin-bottom: 8px;
}

.product-intro {
  color: #bbb;
  margin-bottom: 16px;
}

/* Screenshot grid */
/* .product-screenshots {
  display: grid;
  gap: 12px;
  margin: 16px 0;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.product-screenshots img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
} */

/* Feature list */
/* .product-features {
  margin-top: 16px;
  padding-left: 18px;
}

.product-features li {
  margin-bottom: 6px;
}  */



.colored-dots {
  display: flex;
  gap: 8px; /* Space between dots */
}

.mac-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.red {
  background-color: #ff5f57;
}

.yellow {
  background-color: #ffbd2e;
}

.green {
  background-color: #28ca42;
}

.window-controls {
    display: flex;
    gap: 2px;
}

.control-btn {
    width: 24px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}

.control-btn:hover {
    background-color: #e5e5e5;
}

.control-btn.close:hover {
    background-color: #e81123;
    color: white;
}

.console-content {
    flex: 1;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: Consolas, "Lucida Console", "Courier New", monospace;
    font-size: 14px;
    color: var(--cmd-text);
    line-height: 1.2;
    white-space: pre-wrap;
    
}

.console-content::-webkit-scrollbar {
    width: 10px;
}

.console-content::-webkit-scrollbar-arrow {
    background: #000;
}

.console-content::-webkit-scrollbar-track {
    background: #171717;
}

.console-content::-webkit-scrollbar-thumb {
    background: #4d4d4d;
    border: 2px solid #171717;
}

.console-content::-webkit-scrollbar-thumb:hover {
    background: #7a7a7a;
}

.log-line {
    margin-bottom: 2px;
    font-size:13px;
    font-family: Consolas, "Lucida Console", "Courier New", monospace;
}

.highlight-number {
    color: var(--cmd-yellow);
}

.highlight-bot {
    color: var(--cmd-cyan);
    font-weight: bold;
}

.highlight-success {
    color: var(--cmd-green);
}

.highlight-timestamp {
    color: #808080;
}

@media (max-width: 900px) {
    .terminal-grid {
        grid-template-columns: 1fr;
        height: auto;
    }

    .cmd-window {
        height: 400px;
    }
}
@media (max-width : 768px){
  .log-line {
    margin-bottom: 2px;
    font-size:8px;
    font-family: Consolas, "Lucida Console", "Courier New", monospace;
} 
}
@media (max-width : 576px){
  .log-line {
    margin-bottom: 2px;
    font-size:8px;
    font-family: Consolas, "Lucida Console", "Courier New", monospace;
} 
}
/* Blog Card Links */
.blog-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.3s ease;
}

.blog-card-link:hover {
  text-decoration: none;
  color: inherit;
}

.blog-card-link:focus {
  outline: 2px solid #6f42c1;
  outline-offset: 2px;
  border-radius: 20px;
}

/* Enhanced Blog Cards */
.blog-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(148, 0, 211, 0.2);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 
    0 25px 50px rgba(148, 0, 211, 0.3),
    0 0 30px rgba(148, 0, 211, 0.2);
  border-color: rgba(148, 0, 211, 0.5);
  background: rgba(148, 0, 211, 0.08);
}

.blog-image-container {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
  filter: grayscale(30%) brightness(0.8);
}

.blog-card:hover img {
  transform: scale(1.1);
  filter: grayscale(0%) brightness(1);
}

.blog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg, 
    rgba(0, 0, 0, 0.7) 0%, 
    rgba(0, 0, 0, 0.2) 30%, 
    rgba(0, 0, 0, 0.3) 70%, 
    rgba(0, 0, 0, 0.8) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.blog-card:hover .blog-overlay {
  opacity: 1;
}

.blog-category {
  background: rgba(111, 66, 193, 1);
  color: #FFF;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: fit-content;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(111, 66, 193, 1);
}

.blog-date {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8rem;
  font-weight: 500;
  align-self: flex-end;
  background: rgba(0, 0, 0, 0.7);
  padding: 0.3rem 0.6rem;
  border-radius: 12px;
  backdrop-filter: blur(5px);
}

.blog-content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-title {
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  line-height: 1.4;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card:hover .blog-title {
  color: #6f42c1;
}

.blog-excerpt {
  color: #CCC;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
}

.read-time {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.read-time i {
  color: #6f42c1;
}

.blog-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.tag {
  background: rgba(111, 66, 193, 1);
  color: rgba(255, 255, 255, 0.9);
  padding: 0.2rem 0.6rem;
  border-radius: 12px;
  font-size: 0.7rem;
  font-weight: 500;
  border: 1px solid rgba(148, 0, 211, 0.3);
  transition: all 0.3s ease;
}

.blog-card:hover .tag {
  background: rgba(111, 66, 193, 1);
  color: #FFF;
  border-color: rgba(148, 0, 211, 0.5);
}


/* Legacy support for existing elements */
.top-sec-6-1 {
  position: relative;
  transition: all 0.4s ease;
}

.top-sec-6-1:not(.blog-card) img {
  height: 100%;
  width: 100%;
  filter: grayscale(100);
}

.top-sec-6-1:not(.blog-card):hover img {
  filter: grayscale(0);
}

.top-sec-6-1:not(.blog-card)::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, #050203 0%, rgba(4, 4, 4, 0.141544) 0.01%, rgba(4, 4, 4, 0.65625) 69.34%, #050203 100%);
}

.top-sec-6-text-1 {
  position: absolute;
  bottom: 0px;
  z-index: 9;
  font-weight: 700;
  color: #FFF;
  padding: 1rem;
}

/* =======Desktop======= */
@media (min-width: 992px) {
  .top-banner-sec-7 .grid-container {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    padding: 10px;
  }

  .top-banner-sec-4 .hide {
    opacity: 0;
    position: absolute;
    right: 0px;
    width: 240px;
    transition: all 0.4s ease;
  }

  .top-banner-sec-4 .highlight .hide {
    opacity: 1;
  }

  .top-banner-sec-4 .card .inner-ss-shape {
    background-color: rgba(0, 0, 0, 0.211);
    height: 100%;
  }

  .top-banner-sec-4 .card.highlight .inner-ss-shape {
    background-color: rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(15px);
    height: 100%;
    border-radius: 4px;
  }

  .top-banner-sec-4 .card {
    border-radius: 4px;
    border: none;
    transition: all 0.4s ease;
    width: 50%;
    height: 400px !important;
    background-size: cover;
    position: relative;
    color: #FFF;
  }

  .top-banner-sec-4 .card-fixed-width {
    width: 240px;
    flex: none;
  }

  .overhead--top-1::after {
    font-size: 8rem;
    font-weight: 900;
  }

  .overhead--top-1 {
    font-size: 3rem;
  }

  .top-banner-sec-3 .tab-pane {
    border-radius: 4px;
    background: linear-gradient(to right, #6f42c1, #4B0082);
    position: relative;
    left: -100px;
    z-index: 0;
    padding: 40px 30px 60px 120px;
  }

  .top-banner-sec-3-right {
    top: 20px;
    z-index: 0;
  }

  .top-banner-sec-3 .dropdown {
    display: none;
  }

  .floating-ss-icons {
    position: fixed;
    top: 68%;
    right: -2%;
    transform: rotate(-90deg);
    font-weight: 700;
    z-index: 999;
  }

  .floating-ss-icons i {
    transform: rotate(90deg);
  }

  .home-text-1-2 {
    margin-top: 6vw;
    font-size: 5vw;
  }

.home-text-1 {
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    transition: max-width .5s ease-out !important;
    display: inline-block;
    font-size: 6vw;
  }

  .home-text-1-1 {
    font-size: 11vw;
  }

  .top-navbar-hadsw .navbar-collapse {
    position: relative;
    top: 0;
  }

  .top-navbar-hadsw .nav-link {
    color: #FFF;
    line-height: 40px;
  }


  .top-navbar-hadsw .nav-link .nav-text-1 {
    position: relative;
  }

  .top-navbar-hadsw .nav-link .nav-text-1::after {
    width: 0;
    height: 1.5px;
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    background-color: #6f42c1;
    opacity: 1;
    transition: width 0.3s ease-in-out;
  }

  .top-navbar-hadsw .nav-link:hover .nav-text-1::after {
    width: 100%;
  }

  .top-navbar-hadsw .dropdown {
    position: relative;
  }

  .top-navbar-hadsw .dropdown:after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: calc(50% - 7px);
    background-color: #6f42c1;
    width: 14px;
    height: 8px;
    clip-path: polygon(50% 0%, 0 100%, 100% 100%);
    opacity: 0;
    transition: opacity 0.3s;
  }

  .top-navbar-hadsw .dropdown.show-after:after {
    opacity: 1;
  }

  .top-navbar-hadsw .dropdown:hover .dropdown-menu {
    display: block;
    top: 56px;
    left: -150%;
  }

  .top-navbar-hadsw .dropdown-menu {
    background: rgba(14, 9, 26, 0.8);
    position: absolute;
    top: 56px;
    left: -150%;
    transform: translateX(-35%);
    backdrop-filter: blur(15px);
    padding: 12px;
    border-radius: 10px;
    border: 1px solid rgb(41, 32, 74);
    box-shadow: rgb(0, 0, 0) 0px 0px 10px;
    transition: all 0.2s ease-in-out 0s;
    width: 40rem;
    color: #FFF;
  }

  .top-navbar-hadsw .dropdown-menu a {
    color: #FFF;
  }

  .top-navbar-hadsw .dropdown-menu[data-bs-popper] {
    margin-top: 0px;
  }

  .top-navbar-hadsw .dropdown-toggle::after {
    display: none;
  }
}


/* =======tablet======= */
@media (max-width: 1199px) and (min-width: 769px) {
  .home-text-1-2 {
    margin-top: 3rem;
    font-size: 2.8rem;
  }

  .home-text-1 {
    font-size: 3.5rem;
  }

  .home-text-1-1 {
    font-size: 5rem;
  }

  .overhead--top-1::after {
    font-size: 5rem;
  }

  .overhead--top-1 {
    font-size: 2.5rem;
  }
}

/* =======mobile======= */
@media (max-width: 768px) {
  .top-banner-sec-7 .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 10px;
  }

  .top-banner-sec-4 .card .card-body {
    padding-top: 0px;
  }

  .top-banner-sec-4 .card .inner-ss-shape {
    background-color: rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(15px);
    height: 100%;
    border-radius: 4px;
  }

  .top-banner-sec-4 .card .opacity-0 {
    display: none;
  }
  .swiper-button-next{
    padding-right: 20px;
  }
  .swiper-button-prev{
    padding-left: 20px;
  }

  .top-banner-sec-4 .card {
    overflow: hidden;
    border-radius: 4px;
    border: none;
    transition: all 0.4s ease;
    background-size: cover;
    position: relative;
    color: #FFF;
  }

  .overhead--top-1::after {
    font-size: 3.5rem;
    font-weight: 900;
  }

  .overhead--top-1 {
    font-size: 2rem;
  }

  .top-banner-sec-3 .dropdown-item.active,
  .top-banner-sec-3 .dropdown-item:active {
    background-color: #6f42c1;
  }

  .top-banner-sec-3 .sticky-top {
    position: static;
  }

  .top-banner-sec-3 .dropdown .btn {
    width: 100%;
    text-align: start;
    background-color: transparent;
    border: 1px solid #6f42c1;
  }

  .dropdown-toggle::after {
    position: absolute;
    top: calc(50% - 2px);
    right: 10px;
  }

  .top-banner-sec-3 .dropdown .dropdown-menu {
    width: 100%;
    background: #4b0481;
  }

  .top-banner-sec-3 .dropdown .dropdown-menu i {
    margin-right: 10px;
  }

  .top-banner-sec-3 .dropdown .dropdown-item {
    width: 100%;
    color: #FFF;
  }

  .top-banner-sec-3 .dropdown .dropdown-item:hover {
    background-color: transparent;
  }

  .top-banner-sec-3 .tab-pane {
    border-radius: 4px;
    background: linear-gradient(to right, #6f42c1, #4B0082);
    z-index: 0;
    padding: 20px 30px;
  }

  .top-banner-sec-3 .nav-pills {
    display: none;
  }

  .home-text-1-3 {
    top: 0px;
  }

  .floating-ss-icons {
    display: none;
  }

  .floating-ss-icons i {
    transform: rotate(90deg);
  }

  .home-text-1-2 {
    margin-top: 4rem;
    font-size: 2.4rem;
  }

.home-text-1 {
    font-weight: 700;
    color: #FFF;
    transition: max-width .5s ease-out !important;
    display: inline-block;
    font-size: 3rem;
  }

  .home-text-1-1 {
    font-size: 4rem;
  }

  .top-navbar-hadsw .dropdown-menu {
    background: rgba(14, 9, 26, 0.8);
    backdrop-filter: blur(15px);
    padding: 12px;
    border-radius: 10px;
    border: 1px solid rgb(41, 32, 74);
    box-shadow: rgb(0, 0, 0) 0px 0px 10px;
    color: #FFF;
  }

  .top-navbar-hadsw .nav-link {
    color: #FFF;
    line-height: 30px;
  }

  .top-navbar-hadsw .navbar-collapse {
    padding: 10px;
    background: rgb(14, 9, 26);
    border: 1px solid rgb(41, 32, 74);
    box-shadow: rgb(0, 0, 0) 0px 0px 10px;
  }
   .footer-icons-1 a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

}

.cta_button {
  position:relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 600;
  border: none;
  box-shadow: 0 0 8px rgba(139, 92, 246, 0.8),    0 0 16px rgba(139, 92, 246, 0.6),    0 0 32px rgba(139, 92, 246, 0.4);
  -webkit-text-stroke-width: 0px;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13rem;
  overflow: visible;
  height: 3rem;
  background-size: 300% 300%;
  cursor: pointer;
  border-radius: 5rem;
  transition: 0.5s;
  border: double 4px transparent;
  background-color: #6f42c1;
}

@keyframes ringPulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  70% {
    transform: scale(1); 
    opacity: 0;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}


.cta_button::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: inherit;  
  border: 3px solid rgb(255, 255, 255);  

  z-index: -1;
  animation: ringPulse 2s ease-out infinite;
}



.cta_text {
  z-index: 2;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  color: #e6f7ff;
  /* text-shadow: 0 0 6px rgba(0, 255, 255, 0.7), 0 0 14px rgba(150, 90, 255, 0.6); */
}



.cta_button:hover {
  transform: scale(1.1);
  /* box-shadow: 0 0 25px rgba(0, 255, 255, 0.6), inset 0 0 15px rgba(140, 90, 255, 0.4); */
}

.cta_button:active {
  border: double 4px #6f42c1;
  background-origin: border-box;
  background-clip: content-box, border-box;
  animation: none;
  
}


/* Additional Mobile Responsive Styles */
@media (max-width: 576px) {
  /* Small mobile devices */
  .home-text-1-left {
    border-right: none;
    padding-right: 0;
    margin-bottom: 1rem;
  }

  .home-text-1 {
    font-size: 2.5rem !important;
  }

  .home-text-1-1 {
    font-size: 3.5rem !important;
  }
   .swiper-button-next{
    padding-right: 20px;
  }
  .swiper-button-prev{
    padding-left: 20px;
  }

  .home-text-1-2 {
    font-size: 2rem !important;
    margin-top: 2rem;
  }

  .overhead--top-1 {
    font-size: 1.8rem;
  }

  .overhead--top-1::after {
    font-size: 3rem;
  }

  .top-banner-sec-2-1 img {
    height: 3rem;
  }

  .top-banner-sec-3 .nav-link {
    font-size: 18px;
    padding: 15px;
    height: 80px;
  }

  .top-banner-sec-3 .nav-link::after {
    font-size: 3rem;
  }

  .top-banner-sec-3 .nav-link i {
    font-size: 24px;
  }

  .top-banner-sec-3-right li {
    font-size: 16px;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-text-1 {
    width: 90%;
  }

  .footer-icons-1 a {
    height: 3rem;
    width: 3rem;
    font-size: 1.2rem;
    top: 6vh;
    max-width: fit-content;
  }

  .floating-bg-1 {
    width: 80vw;
    height: 80vw;
    /* left: 10vw; */
  }
  .bottom-banner-footer .navbar-brand img {
  position: relative;
  top: 6vh;
  
  width: 100px;
}

}

/* Landscape mobile and small tablets */
@media (max-width: 768px) and (orientation: landscape) {
  .home-text-1-2 {
    margin-top: 2rem;
    font-size: 2rem;
  }

  .home-text-1 {
    font-size: 2.5rem;
  }

  .home-text-1-1 {
    font-size: 3.5rem;
  }
}

/* Improved spacing and layout */
@media (max-width: 768px) {
  .d-flex.gap-4 {
    flex-direction: column;
    gap: 1rem !important;
  }

  .home-text-1-left {
    border-right: none;
    padding-right: 0;
    text-align: center;
  }

  .home-text-1-3::after {
    display: none;
  }

  .top-banner-sec-2-2 {
    flex-direction: column !important;
    /* gap: 2rem !important; */
  }

  /* Make images more responsive */
  img {
    max-width: 100%;
    height: auto;
  }

  /* Improve card layouts */
  .card {
    margin-bottom: 1.5rem;
  }

  /* Better button sizing on mobile */
  .cta_button {
    font-size: 16px;
    line-height: 44px;
    padding: 0 15px;
  }

  .cta_button:before {
    width: 44px;
    height: 44px;
  }

  /* Improve navigation on mobile */
  .top-navbar-hadsw .nav-link {
    font-size: 18px;
    padding: 12px 16px;
  }

 

  /* Improve list spacing */
  ul, ol {
    padding-left: 1.5rem;
  }

  /* Better table responsiveness */
  table {
    font-size: 14px;
  }

  .table-responsive {
    border: none;
  }
  .hero-3d-card-wrapper {
    right: 50%;
    transform: translate(50%, -50%);
  }
  .hero-3d-card {
    width: 250px;
    height: 250px;
  }
}

/* Prevent horizontal scroll */
* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

/* Improve touch targets */


/* Mobile-specific utility classes */
.mobile-hide {
  display: block;
}

.mobile-show {
  display: none;
}

@media (max-width: 768px) {
  .mobile-hide {
    display: none !important;
  }
  
  .mobile-show {
    display: block !important;
  }
  
  .mobile-text-center {
    text-align: center !important;
  }
  
  .mobile-mb-3 {
    margin-bottom: 1rem !important;
  }
  
  .mobile-p-2 {
    padding: 0.5rem !important;
  }
}

/* Touch-friendly improvements */
.touch-active {
  background-color: rgba(148, 0, 211, 0.1);
  transform: scale(0.98);
}

.focus-visible {
  box-shadow: 0 0 0 3px rgba(148, 0, 211, 0.5);
}

/* Improved card hover effects for touch devices */
@media (hover: none) {
  .card-hover:active {
    transform: scale(0.98);
    background-color: rgba(148, 0, 211, 0.05);
  }
}

/* Viewport height variable support */
:root {
  --vh: 1vh;
}

/* Full height sections using viewport height fix */
.min-vh-100 {
  min-height: calc(var(--vh, 1vh) * 100);
}

/* Safe area padding for notched devices */
@supports (padding-top: env(safe-area-inset-top)) {
  .safe-area-top {
    padding-top: env(safe-area-inset-top);
  }
  
  .safe-area-bottom {
    padding-bottom: env(safe-area-inset-bottom);
  }
}


/* Improved loading states for mobile */
.loading-skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* Enhanced Our Clients Section */
.clients-section {
  /* background: linear-gradient(135deg, rgba(148, 0, 211, 0.03) 0%, rgba(75, 4, 130, 0.05) 100%); */
  position: relative;
  overflow: hidden;
}

.clients-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(148, 0, 211, 0.02) 0%, transparent 70%);
  animation: clientsFloat 25s ease-in-out infinite;
  z-index: -2;
}

@keyframes clientsFloat {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  33% { transform: translateY(-15px) rotate(1deg); }
  66% { transform: translateY(15px) rotate(-1deg); }
}

.clients-header {
  position: relative;
  z-index: 2;
}

.clients-header .clients-subtitle {
  color: #CCC;
  margin-top: 18px;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.3s forwards;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-240px * 8)); }
}

.slider {
  width: 100%;
  max-width: 900px;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding: 40px 0;
}

.slider .slide-track {
  display: flex;
  width: calc(240px * 16);
  animation: scroll 35s linear infinite;
}

.slide {
  min-width: 200px;
  margin: 0 20px;
}


.slide img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.client-name {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  color: white;
}


/* Statistics Section */
.clients-stats {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  padding: 5px 0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(148, 0, 211, 0.1);
}
 

.stat-item {
  padding: 10px;
  transition: transform 0.3s ease;
}

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

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: #6f42c1;
  margin-bottom: 10px;
  background: linear-gradient(45deg, #6f42c1, #4B0082);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.3s ease;
}

.stat-item:hover .stat-number {
  transform: scale(1.1);
}

.stat-label {
  font-size: 1.1rem;
  font-weight: 500;
  color: #CCC;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {  
  .stat-number {
    font-size: 2.5rem;
  }
  
  .stat-label {
    font-size: 1rem;
  }
  
  .clients-stats {
    margin-top: 40px;
    padding: 30px 15px;
  }
}

@media (max-width: 576px) {  
  
  .clients-header .clients-subtitle {
    font-size: 1rem;
  }
  
  .stat-number {
    font-size: 2rem;
  }
}

/* Hashtag Scrolling Section */
.tech-hashtags-container {
  width: 100%;
  overflow: hidden;
  background: rgba(14, 9, 26, 0.6);
  backdrop-filter: blur(15px);
  padding: 10px 0;
  position: relative;
}

.hashtag-scroll {
  display: flex;
  animation: scroll-left 15s linear infinite;
  white-space: nowrap;
  align-items: center;
}

.hashtag {
  display: inline-block;
  padding: 8px 15px;
  margin: 0 8px;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 768px) {
  .hashtag {
    font-size: 12px;
    padding: 6px 12px;
  }
}

@media (max-width: 576px) {
  .hashtag {
    font-size: 10px;
    padding: 4px 10px;
  }
}

/* SEO and Performance Optimizations */

/* Lazy loading for images */
img[data-src] {
  opacity: 0;
  transition: opacity 0.3s;
}

img[data-src].loaded {
  opacity: 1;
}

/* Scroll progress indicator */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(148, 0, 211, 0.1);
  z-index: 9999;
}

.scroll-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #6f42c1, #4B0082);
  width: 0;
  transition: width 0.3s ease;
}

/* Loading screen */
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  transition: opacity 0.5s ease;
}

.page-loader.fade-out {
  opacity: 0;
  pointer-events: none;
}

.loader-content {
  text-align: center;
  color: #FFF;
}

.loader-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid rgba(148, 0, 211, 0.3);
  border-top: 3px solid #6f42c1;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 20px;
}

.loader-text {
  font-size: 18px;
  margin-bottom: 20px;
  animation: pulse 2s infinite;
}

.loader-progress {
  width: 200px;
  height: 4px;
  background: rgba(148, 0, 211, 0.3);
  border-radius: 2px;
  overflow: hidden;
  margin: 0 auto;
}

.loader-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #6f42c1, #4B0082);
  width: 0;
  transition: width 0.3s ease;
}

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

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

/* Mouse trail effect */
.mouse-trail {
  position: fixed;
  width: 10px;
  height: 10px;
  background: rgba(148, 0, 211, 0.6);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transition: all 0.3s ease;
}

/* Critical path optimization */
.critical-resource {
  font-display: swap;
}

/* Accessibility improvements */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Skip link for keyboard navigation */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: #6f42c1;
  color: white;
  padding: 8px;
  text-decoration: none;
  z-index: 10001;
  border-radius: 4px;
}

.skip-link:focus {
  top: 6px;
}


/* Reduced motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .service-item {
    border: 2px solid #FFF;
  }    
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  /* Already optimized for dark theme */
}

/* Performance optimizations */
.gpu-accelerated {
  transform: translateZ(0);
  will-change: transform;
}

/* Prefetch critical resources */
.prefetch {
  content-visibility: auto;
  contain-intrinsic-size: 1px 500px;
}

/* Image optimization */
.responsive-image {
  max-width: 100%;
  height: auto;
  display: block;
}

/* WebP support with fallback */
.webp .hero-bg {
  background-image: url('/images/hero-bg.webp');
}

.no-webp .hero-bg {
  background-image: url('/images/hero-bg.jpg');
}

/* Critical CSS inlined in head */
.above-fold {
  contain: layout style paint;
}

/* Lazy loading animation */
.lazy-load {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.lazy-load.loaded {
  opacity: 1;
  transform: translateY(0);
}

/* Text reveal animations */
.char-reveal {
  opacity: 0;
  animation: charReveal 0.5s ease forwards;
}

@keyframes charReveal {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Magnetic effect for buttons */
.magnetic {
  transition: transform 0.3s ease;
}

.floating {
  animation: floatAnimation 3s ease-in-out infinite;
}

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

/* Enhanced Contact Section */
.contact-section {
  background: linear-gradient(135deg, rgba(148, 0, 211, 0.03) 0%, rgba(75, 4, 130, 0.05) 100%);
  position: relative;
  overflow: hidden;
  scroll-margin-top: 100px;
  padding: 80px 0 40px 0;
}

.contact-section::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -50%;
  width: 200%;
  height: 160%;
  background: radial-gradient(circle, rgba(148, 0, 211, 0.02) 0%, transparent 70%);
  animation: contactFloat 30s ease-in-out infinite;
  z-index: -1;
}

@keyframes contactFloat {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  33% { transform: translateY(-10px) rotate(1deg); }
  66% { transform: translateY(10px) rotate(-1deg); }
}

.overhead--top-1-contact::after {
  content: "CONTACT" !important;
  font-size: 8rem;
  font-weight: 900;
  color: #ffffff1b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  text-align: center;
  z-index: 0;
  letter-spacing: 3px;
}

.overhead--top-1-contact {
  position: relative;
  width: fit-content;
  margin: auto;
  font-weight: 700;
  font-size: 3rem;
  color: #FFF;
  z-index: 2;
  text-align: center;
  margin-bottom: 3rem;
}

.contact-subtitle {
  color: #CCC;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-top: 1rem;
}

.contact-info {
  position: relative;
  z-index: 2;
  padding-right: 2rem;
}

.contact-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.contact-description {
  font-size: 1.1rem;
  color: #CCC;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(148, 0, 211, 0.1);
  transition: all 0.3s ease;
}

.contact-item:hover {
  transform: translateX(10px);
  border-bottom-color: rgba(148, 0, 211, 0.3);
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: rgba(148, 0, 211, 0.1);
  border: 1px solid rgba(148, 0, 211, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.contact-item:hover .contact-icon {
  background: rgba(148, 0, 211, 0.2);
  border-color: rgba(148, 0, 211, 0.5);
  transform: scale(1.1);
}

.contact-icon i {
  font-size: 1.2rem;
  color: #6f42c1;
}

.contact-text h5 {
  color: #FFF;
  font-weight: 600;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}

.contact-text p {
  color: #CCC;
  margin: 0;
  font-size: 0.9rem;
}

/* Contact Form Styling */
.contact-form-container {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(148, 0, 211, 0.3);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  max-width: 100%;
  width: 100%;
  overflow: visible;
}

.form-group {
  position: relative;
  margin-bottom: 1.5rem;
  overflow: visible;
}

.form-group:last-child {
  margin-bottom: 0;
}

.contact-input,
.contact-textarea {
  width: 100%;
  padding: 1.25rem 1rem 0.75rem 1rem;
  background: rgba(14, 9, 26, 0.8);
  border: 2px solid rgba(148, 0, 211, 0.3);
  border-radius: 12px;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
/* .intl-tel-input,
.iti{
  width: 100%;
} */
.contact-textarea {
  min-height: 120px;
  resize: vertical;
  padding-top: 1.5rem;
}

.contact-input:focus,
.contact-textarea:focus {
  background: rgba(14, 9, 26, 0.9);
  border-color: #6f42c1;
  box-shadow: 0 0 0 0.2rem rgba(148, 0, 211, 0.25);
}



.contact-input::placeholder,
.contact-textarea::placeholder {
  color: none;
}

.contact-label {
  position: absolute;
  top: 1.25rem;
  left: 2rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
  transition: all 0.3s ease;
  background: transparent;
  padding: 0;
  z-index: 3;
}
.contact-input:focus + .contact-label,
.contact-input:not(:placeholder-shown) + .contact-label,
.contact-textarea:focus + .contact-label,
.contact-textarea:not(:placeholder-shown) + .contact-label,
.contact-input:valid + .contact-label,
select.contact-input:not([value=""]):not([value="null"]) + .contact-label {
  top: -0.5rem;
  left: 0.75rem;
  font-size: 0.85rem;
  color: #6f42c1;
  background: rgba(14, 9, 26, 0.9);
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  font-weight: 600;
  z-index: 3;
}

/* Select dropdown styling */
.contact-input[type="tel"],
select.contact-input {
  cursor: pointer;
}

select.contact-input {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  padding-right: 3rem;
}

select.contact-input option {
  background: rgba(14, 9, 26, 0.95);
  color: #FFF;
  padding: 0.5rem;
}

/* Fix label position for select when option is selected */
select.contact-input:not([value=""]):not([value="null"]) + .contact-label {
  top: -0.5rem;
  left: 0.75rem;
  font-size: 0.85rem;
  color: #6f42c1;
  background: rgba(14, 9, 26, 0.9);
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  font-weight: 600;
}

/* Character counter */
.char-counter {
  font-size: 0.8rem !important;
  color: #CCC !important;
  text-align: right !important;
  margin-top: 0.25rem !important;
  transition: color 0.3s ease !important;
  position: absolute;
  right: 0;
  bottom: -1.5rem;
}

.char-counter.warning {
  color: #f59e0b !important;
}

.char-counter.error {
  color: #ef4444 !important;
}

/* Add margin bottom to form group with char counter */
.form-group:has(.char-counter) {
  margin-bottom: 2rem;
}

/* Fallback for browsers that don't support :has() */
.form-group .contact-textarea + .contact-label + .char-counter {
  position: absolute;
  right: 0;
  bottom: -1.5rem;
}

.form-group:last-of-type {
  margin-bottom: 0;
}

/* Make wrapper full width */
.iti {
  width: 100% !important;
}

/* Color for intl-tel-input Dropdown */

/* Dropdown menu container */
.iti__country-list {
  background-color: rgba(14, 9, 26, 0.95) !important;
  border: 1px solid rgba(148, 0, 211, 0.35) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4) !important;
}

button.iti__selected-country {
    cursor: pointer;
    box-shadow: inset -1px 3px 25px 7px rgb(118 10 171 / 40%);
    border-radius: 12px;
    padding: 8px;
}

/* Country text */
.iti__country {
  color: #e8e0ff !important; /* soft light purple */
  
}
.iti--inline-dropdown .iti__country-list{
  max-height: 236px !important;
}
.iti--inline-dropdown .iti__dropdown-content{
  border: none !important;
}

/* Hover highlight */
.iti__country:hover {
  background-color: rgba(148, 0, 211, 0.25) !important;
}

/* Selected country in list */
.iti__country.iti__highlight {
  background-color: rgba(148, 0, 211, 0.35) !important;
}

/* Search box (if enabled) */
.iti__search-input {
  background-color: rgba(14, 9, 26, 0.95) !important;
  color: #fff !important;
  border: 1px solid rgba(148, 0, 211, 0.4) !important;
}

/* Country dial code color */
.iti__dial-code {
  color: #cbb4ff !important;
}

/* Scrollbar styling */
.iti__country-list::-webkit-scrollbar {
  width: 8px;
}

.iti__country-list::-webkit-scrollbar-thumb {
  background: rgba(148, 0, 211, 0.4);
  border-radius: 8px;
}


/* Submit button */
.contact-submit-btn {
  background: linear-gradient(135deg, #6f42c1, #4B0082);
  border: none;
  border-radius: 12px;
  padding: 1rem 2rem;
  color: #FFF;
  font-weight: 600;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(148, 0, 211, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  min-height: 50px;
  margin-top:21px;
}

.contact-submit-btn::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.5s;
}

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

.contact-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(148, 0, 211, 0.4);
  background: linear-gradient(135deg, #A020F0, #5B0F85);
}

.contact-submit-btn:active {
  transform: translateY(0);
}

.btn-text {
  margin-right: 0.5rem;
}

.btn-icon {
  transition: transform 0.3s ease;
}

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

/* Form Messages */
.form-message {
  margin-top: 1rem;
  position: relative;
  z-index: 10;
}

.form-message .alert {
  background: rgba(148, 0, 211, 0.1);
  border: 1px solid rgba(148, 0, 211, 0.3);
  color: #FFF;
  border-radius: 8px;
  padding: 1rem;
  margin: 0;
  animation: slideInDown 0.3s ease-out;
}

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-message .alert-success {
  background: rgba(34, 197, 94, 0.1);
  border-color: rgba(34, 197, 94, 0.3);
  color: #22c55e;
}

.form-message .alert-danger {
  background: rgba(239, 68, 68, 0.1);
  border-color: rgba(239, 68, 68, 0.3);
  color: #ef4444;
}

/* Loading state */
.contact-submit-btn.loading {
  opacity: 0.7;
  cursor: not-allowed;
}

.contact-submit-btn.loading .btn-text::after {
  content: '...';
  animation: loading-dots 1.5s infinite;
}

@keyframes loading-dots {
  0%, 20% { content: ''; }
  40% { content: '.'; }
  60% { content: '..'; }
  80%, 100% { content: '...'; }
}

/* Validation styles */
.contact-input.error,
.contact-textarea.error {
  border-color: #ef4444;
  box-shadow: 0 0 0 0.2rem rgba(239, 68, 68, 0.25);
}

.contact-input.success,
.contact-textarea.success {
  border-color: #22c55e;
  box-shadow: 0 0 0 0.2rem rgba(34, 197, 94, 0.25);
}

/* Auto-fill styling */
.contact-input:-webkit-autofill,
.contact-textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px rgba(14, 9, 26, 0.9) inset;
  -webkit-text-fill-color: #FFF;
}

/* Prevent layout shifts */
.contact-form {
  min-height: auto;
}

.contact-submit-btn {
  position: relative;
  will-change: transform;
}

/* Smooth state transitions */
.contact-input,
.contact-textarea {
  will-change: border-color, box-shadow;
}

.contact-label {
  will-change: transform, color, background;
}

/* Success Modal Styles */
.success-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.success-modal-overlay.show {
  opacity: 1;
}

.success-modal {
  background: rgba(14, 9, 26, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(148, 0, 211, 0.3);
  border-radius: 20px;
  padding: 3rem;
  max-width: 600px;
  width: 90%;
  text-align: center;
  transform: scale(0.7) translateY(50px);
  transition: transform 0.3s ease;
  box-shadow: 0 20px 60px rgba(148, 0, 211, 0.3);
}

.success-modal-overlay.show .success-modal {
  transform: scale(1) translateY(0);
}

.success-modal-content {
  color: #FFF;
}

.success-icon {
  font-size: 4rem;
  color: #22c55e;
  margin-bottom: 1.5rem;
  animation: successPulse 2s ease-in-out infinite;
}

@keyframes successPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.success-modal h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #FFF;
}

.success-modal .greeting-text {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #CCC;
  line-height: 1.6;
}

.success-modal .response-text {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #CCC;
  line-height: 1.6;
}

.next-steps {
  background: rgba(148, 0, 211, 0.1);
  border-radius: 12px;
  padding: 1.5rem;
  margin: 2rem 0;
  border: 1px solid rgba(148, 0, 211, 0.2);
}

.next-steps h4 {
  color: #6f42c1;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.next-steps ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.next-steps li {
  padding: 0.5rem 0;
  color: #CCC;
  font-size: 1rem;
  text-align: left;
}

.contact-info-quick {
  background: rgba(148, 0, 211, 0.1);
  border-radius: 12px;
  padding: 1.5rem;
  margin: 2rem 0;
  border: 1px solid rgba(148, 0, 211, 0.2);
}

.contact-info-quick p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0.5rem 0;
  font-size: 1rem;
  color: #FFF;
}

.contact-info-quick i {
  color: #6f42c1;
  width: 20px;
}

.success-modal-close {
  background: linear-gradient(135deg, #6f42c1, #4B0082);
  border: none;
  border-radius: 12px;
  padding: 1rem 2rem;
  color: #FFF;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.success-modal-close:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(148, 0, 211, 0.4);
}

.success-modal-close i {
  transition: transform 0.3s ease;
}

.success-modal-close:hover i {
  transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .contact-info {
    padding-right: 0;
    margin-bottom: 2rem;
  }
  
  .contact-title {
    font-size: 1.8rem;
  }
  
  .contact-form-container {
    padding: 2rem;
  }
  
  .success-modal {
    padding: 2rem;
    width: 95%;
  }
}

@media (max-width: 768px) {
  .contact-title {
    font-size: 1.6rem;
  }
  
  .contact-description {
    font-size: 1rem;
  }
  
  .contact-form-container {
    padding: 1.5rem;
  }
  
  .contact-submit-btn {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }
  
  .overhead--top-1-contact {
    font-size: 2.5rem;
  }
  
  .overhead--top-1-contact::after {
    font-size: 6rem;
  }
  
  .success-modal {
    padding: 1.5rem;
    width: 95%;
  }
  
  .success-modal h3 {
    font-size: 1.5rem;
  }
  
  .success-icon {
    font-size: 3rem;
  }
}

@media (max-width: 576px) {
  .contact-item {
    padding: 0.8rem 0;
  }
  
  .contact-icon {
    width: 40px;
    height: 40px;
  }
  
  .contact-icon i {
    font-size: 1rem;
  }
  
  .contact-text h5 {
    font-size: 0.9rem;
  }
  
  .contact-text p {
    font-size: 0.8rem;
  }
  
  .contact-input,
  .contact-textarea {
    font-size: 16px; /* Prevents zoom on iOS */
    padding: 1.5rem 0.75rem 0.5rem 0.75rem;
  }
  
  .contact-form-container {
    padding: 1.25rem;
  }
  
  .contact-textarea {
    padding: 2rem 0.75rem 0.5rem 0.75rem;
    min-height: 120px;
  }
  
  .overhead--top-1-contact {
    font-size: 1.8rem;
  }
  
  .overhead--top-1-contact::after {
    font-size: 3rem;
    font-weight: 800;
  }
   
  .success-modal {
    padding: 1.25rem;
    width: 98%;
  }
  
  .success-modal h3 {
    font-size: 1.3rem;
  }
  
  .success-icon {
    font-size: 2.5rem;
  }
  
  .next-steps h4 {
    font-size: 1rem;
  }
  
  .next-steps li {
    font-size: 0.9rem;
  }
}


.why-choose-us-btn {
  position: relative;
  display: inline-block;
  top:3%;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  /* background: #111827; */
  color: #f9fafb;
  /* font-weight: 600; */
  /* left:130px; */
}
.why-text{
  white-space: nowrap;
}
/* tooltip container */
.why-tooltip {
  position: absolute;
  
  /*top: 115%;          /* below button */
  left: 50%;
  transform: translateX(-50%);
  min-width: 620px;
  max-width: 520px;
  background: #020617;
  color: #e5e7eb;
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.55);
  z-index: 20;

  opacity: 0;
  pointer-events: none;
  transform-origin: top center;
  transition:
    opacity 0.22s ease-out,
    transform 0.22s ease-out;
  transform: translate(-50%, 0.5rem) scale(0.96);
}

/* show on hover */
.why-choose-us-btn:hover .why-tooltip {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0.2rem) scale(1);
}

/* small arrow */
.why-tooltip::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 7px 7px 7px;
  border-style: solid;
  border-color: transparent transparent #020617 transparent;
}

/* table styling */
.why-tooltip table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.78rem;
}

.why-tooltip th,
.why-tooltip td {
  padding: 0.3rem 0.35rem;
  text-align: left;
}

.why-tooltip th {
  color: #a5b4fc;
  font-weight: 600;
  border-bottom: 1px solid rgba(148, 163, 184, 0.4);
}

.why-tooltip tr:nth-child(even) td {
  background: rgba(15, 23, 42, 0.7);
}

.why-tooltip tr td:last-child {
  color: #4ade80; /* highlight \"Our Startup\" column */
  font-weight: 600;
}

.why-text i {
  transition: transform 0.3s ease;
}

/* When the whole button is hovered */
.why-choose-us-btn:hover .why-text i {
  transform: rotate(-180deg);
}

/* Remove why Us button for screen sizez other than desktop or laptop */
@media (max-width: 1023px) {
  .why-choose-us-btn {
    display: none;
  }
}