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


body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: #000;
  color: #FFF;
  font-size: 15px;
  /* Business-style slightly smaller than default 16px */
  line-height: 1.6;
  overflow-x: hidden;
}

/* *{
  outline: 1px solid red;
} */

#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-brand img {
  fill: white;
  filter: invert(1);
  height: 28px;
  width: auto;
  position:relative;
  top:6.5px;
}

.brand-text {
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1px;
  position: relative;
  top: 12px;
  right: 9px;
} */


.top-navbar-hadsw .navbar-brand {
  display: flex !important;
  align-items: center !important;
  /* Center icon and text */
  gap: 12px;
  padding: 0;
}

.top-navbar-hadsw .navbar-brand img {
  height: 32px;
  /* Slightly more prominent logo */
  width: auto;
  filter: invert(1);
}

.brand-text {
  color: white;
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 1.5px;
  line-height: 1;
}


@media (max-width: 991px) {
  .top-navbar-hadsw .navbar-collapse {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-bottom: 1px solid rgba(111, 66, 193, 0.2);
  }
}

.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-stacks {
  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: 1.2 !important;
  background: #6f42c1;
  background: linear-gradient(135deg, #6f42c1, #5b21b6);
  color: #FFF !important;
  padding: 10px 22px !important;
  border-radius: 40px;
  font-weight: 600;
  font-size: 14.5px;
  animation: heartbeat 2s ease-in-out infinite;
  box-shadow: 0 4px 15px rgba(111, 66, 193, 0.4);
  transition: all 0.3s ease;
  white-space: nowrap;
}

.nav-quote-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(111, 66, 193, 0.6);
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
}

@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;
  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 {
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding: 5px 0 20px;
}

.footer-copyrights-text {
  font-size: 12px;
  position: relative;
  /* bottom: 70px; */
}

.bottom-banner-footer .navbar-brand {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}


.bottom-banner-footer .navbar-brand img {
  position: relative;
  height: 28px;
  width: auto;
  fill: white;
  filter: invert(1);
  top: 64px;
  transition: transform 0.3s ease;
}

.bottom-banner-footer .navbar-brand:hover img {
  transform: scale(1.1);
}

.bottom-banner-footer .footer-brand-text {
  color: white;
  font-family: 'Outfit', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.5px;
  position: relative;
  top: 67px;
  right: 13px;

}


.footer-links-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* wrapping for mobile */
  gap: 20px;
}

.footer-links-row>div {
  flex: 1;
  min-width: 200px;
  /* Minimum width before wrapping */
  text-align: left;
}

.footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 30px 0 30px;
}

.footer-heading {
  color: #6f42c1;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}

.footer-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #6f42c1;
}

.footer-list {
  padding: 0;
  margin: 0;
}

.footer-list li {
  list-style: none;
  margin-bottom: 12px;
  transition: transform 0.3s ease;
}

.footer-list li:hover {
  transform: translateX(5px);
}

.footer-list li a {
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-list li a:hover {
  font-weight: 500;
}

/* Responsiveness Fixes */
@media (max-width: 991px) {

  .footer-flex-container {
    display: flex;
    flex-direction: column;
  }

  .footer-links-row {
    order: 1;
  }

  .footer-links-row>div {
    margin-bottom: 15px !important;
    /* Reduce from mb-4 (24px) */
  }

  .footer-divider {
    margin: 40px 0;
    /* Reduce from 30px 0 30px */
  }

  /* Icons moved above the divider */
  .footer-icons-1 {
    order: 2;
    position: static;
    bottom: auto;
    margin-bottom: 40px;
    justify-content: center;
  }

  .footer-divider {
    order: 3;
    /* implicit margin: 30px 0 30px from main style */
  }

  .bottom-banner-footer .navbar-brand {
    order: 4;
    justify-content: center;
    margin-bottom: 20px;
    position: static;
    bottom: auto;
    display: flex;
  }

  .bottom-banner-footer .navbar-brand img,
  .bottom-banner-footer .footer-brand-text {
    top: 0;
    left: 0;
    /* Resetting previous top: 60px which likely compensated for bottom: 70px */
  }

  /* Copyright at the bottom */
  .footer-copyrights-text {
    order: 5;
    position: relative;
    bottom: 50px;
    font-size: 8px;
    margin-top: 10px;
  }


  .footer-heading {
    left: 0;
    text-align: center;
  }

  .footer-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-list li {
    text-align: center;
  }
}

.mobile-social-pane {
  position: fixed;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 14px;
  padding: 10px 16px;
  border-radius: 60px;
  /* FULL TRANSPARENCY GLASS EFFECT */
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(111, 66, 193, 0.35);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.7),
    0 0 20px rgba(111, 66, 193, 0.35);
  z-index: 99999;
  animation: jellyThrow 0.8s cubic-bezier(0.22, 1.5, 0.36, 1) both;
}

@keyframes jellyThrow {
  0% {
    transform: translate(-50%, 120px) scale(0.7, 1.3);
    opacity: 0;
  }

  40% {
    transform: translate(-50%, -8px) scale(1.08, 0.85);
    opacity: 1;
  }

  60% {
    transform: translate(-50%, 6px) scale(0.96, 1.04);
  }

  80% {
    transform: translate(-50%, -2px) scale(1.02, 0.98);
  }

  100% {
    transform: translate(-50%, 0) scale(1, 1);
  }
}


.mobile-social-pane .icon {
  width: 46px;
  height: 46px;

  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  color: white;
  font-size: 20px;

  text-decoration: none;

  transition: transform 0.2s ease;
}

.mobile-social-pane .icon:hover {
  transform: translateY(-3px);
}

/* Brand colors */
.whatsapp {
  background: #25D366;
}

.telegram {
  background: #229ED9;
}

.gmail {
  background: #EA4335;
}

@media (min-width: 768px) {
  .mobile-social-pane {
    display: none;
  }
}


/* 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 {
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 2;
  margin-top: -20px;
  padding-top: 40px;
  overflow: visible !important;
}


/* 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: #ffffff13;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  text-align: center;
  z-index: 1;
  font-size: clamp(3rem, 10vw, 6rem);
  /* Reduced from 8rem or default */
  letter-spacing: 5px;
  opacity: 1;
}

/* Branding & Base Elements */



.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/copytrade.webp");
  background-position: center;
}

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

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

/* 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 stack start */
.tech-section {
  width: 100%;
  /* background: #0a0a0a; */
  padding: 4rem 0;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.tech-container {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1rem
}

/* Title */
.tech-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  letter-spacing: -.02em
}

.tech-title .white {
  color: #fff
}

.tech-title .purple {
  color: #6f42c1
}

/* Category Buttons */
.cat-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem;
  margin-bottom: 2.5rem
}

.cat-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  /* border: 1px solid rgba(148, 0, 211, 0.2); */
  color: #FFFFFF;
  font-size: .8rem;
  font-weight: 500;
  cursor: pointer;
  font-family: inherit;
}

.cat-btn:hover {
  border-color: #6f42c1;
  color: #FFFFFF;
}

.cat-btn.active {
  border-color: #6f42c1;
  background: #4b0481;
  color: #FFFFFF;
  box-shadow: 0 0 12px rgba(111, 66, 193, .4);
}

/* Grid */
.tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
  justify-items: center;
  min-height: 450px;
  /* Stabilizes section height during tab changes */
  align-content: start;
}

@media(min-width:640px) {
  .tech-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem
  }
}

@media(min-width:1024px) {
  .tech-grid {
    grid-template-columns: repeat(4, 1fr)
  }
}

/* Cards */
.tech-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: 1.25rem;
  border-radius: .75rem;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .04);
  transition: all .5s ease;
  opacity: 1;
  transform: scale(1);
  /* width: 200px;
  height: 150px; */
  width: 100%;
  max-width: 200px;
  height: 150px;
}

.tech-card:hover {
  border-color: rgba(111, 66, 193, .6);
  box-shadow: 0 0 20px rgba(111, 66, 193, .25);
  transform: scale(1.04);
}

.tech-card.highlighted {
  border-color: rgba(111, 66, 193, .5);
  background: rgba(111, 66, 193, .1);
  transform: scale(1.03);
  box-shadow: 0 0 16px rgba(111, 66, 193, .3);
  opacity: 1;
}

.tech-card.dimmed {
  border-color: rgba(255, 255, 255, .05);
  background: rgba(255, 255, 255, .02);
  opacity: .3;
  transform: scale(.97);
}

.tech-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 3.5rem;
}

.tech-icon img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain
}

.tech-name {
  font-size: .8rem;
  font-weight: 500;
  color: #FFFFFF;
}

@media(min-width:640px) {
  .tech-title {
    font-size: 2.5rem
  }

  .cat-btn {
    font-size: .875rem
  }

  .tech-name {
    font-size: .875rem
  }
}

/* Fade-in animation */
.tech-card {
  animation: fadeUp .4s ease both
}

.tech-card.hidden {
  display: none;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px)
  }

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

/* Tech stack end */


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

/* Scroll Effect */
html,
body {
  scroll-behavior: auto !important;
  overflow-x: clip;
}

.top-banner-sec-4 .card-title {
  /* margin-bottom: 16px; */
  margin-top: 14px;
  color: #FFFFFF;
}

.top-banner-sec-4 .card-text {
  font-size: 12px;
  font-weight: 500;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: #FFFFFF;
  display: inline-block;
  height: 10px;
  white-space: nowrap;
}


.sec-4-btn-1 {
  background: none;
  border: none;
  padding: 0;
  color: #fff;
  cursor: pointer;
  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 .youtube-icon:hover {
  transform: scale(1.4);
  color: #FF0000;
}

.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; */
  left: 50%;
  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: flex-start;
  /* Move to top of screen */
  justify-content: center;
  z-index: 10000;
  /* Just below the supreme navbar layer */
  padding-top: 90px;
  /* Offset to sit below the 80px navbar */
}

.product-modal.open {
  display: flex !important;
  overflow: hidden;
  /* Prevent background scroll while modal is open */
}

.product-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
}

.product-modal-dialog {
  position: relative;
  width: min(1000px, 95vw);
  /* Clean fixed width with mobile fallback */
  height: min(680px, 80vh);
  /* Compact fixed height to avoid overlap */
  background: #0b0b0b;
  border-radius: 12px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.9);
  padding: 0;
  /* Remove padding to let terminal fill edges */
  z-index: 10001;
  overflow: hidden;
  /* IMPORTANT: Kill the outer scrollbar */
  margin-top: 40px;
  /* Clean margin below navbar area */
}

@media (max-width: 768px) {
  .product-modal-dialog {
    background: rgba(255, 255, 255, 0.08) !important;
    z-index: 1;
    backdrop-filter: blur(50px);
  }

  .performance-indicator {
    position: relative !important;
  }
}

@media (max-width: 576px) {
  .product-modal-dialog {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(12px);
    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,
html.modal-open {
  overflow: hidden !important;
  scroll-snap-type: none !important;
  position: fixed;
  width: 100%;
}

.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;
  }
}

/*twitterbot modal style start*/
.container-product2,
.container-product2 * {
  box-sizing: border-box;
}

.container-product2 {
  width: 100%;
  margin: 0 auto;
  font-family: 'Courier New', Courier, monospace;
  padding: 20px;
  max-height: 100vh;
  overflow-y: hidden;
}

.demo-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  margin-bottom: 20px;
}

.panel {
  /* background: #15202b; */
  border: 1px solid #2f3336;
  border-radius: 8px;
}

.panel-header {

  padding: 0;
  border-bottom: 1px solid #2f3336;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.panel-title {
  font-size: 1rem;
  font-weight: 700;
  color: #00f5ff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.panel-content {
  padding: 20px;
}

/* JSON Viewer */
.json-viewer {
  background: #0a0e1a;
  padding: 20px;
  border-radius: 6px;
  font-size: 0.9rem;
  line-height: 1.6;
  max-height: 500px;
  font-family: Consolas, Monaco, "Courier New", monospace;
  white-space: pre;
  color: #dcdcdc;
  overflow-y: auto;
}

.json-viewer::-webkit-scrollbar {
  width: 8px;
}

.json-viewer::-webkit-scrollbar-track {
  background: #15202b;
}

.json-viewer::-webkit-scrollbar-thumb {
  background: #2f3336;
  border-radius: 4px;
}

.json-key {
  color: #00f5ff;
}

.json-string {
  color: #17bf63;
}

.json-number {
  color: #ffa500;
}

.json-boolean {
  color: #e91e63;
}

.json-null {
  color: #999;
}

/* product2-terminal/Console */
.product2-terminal {
  background: #000;
  padding: 0;
  border-radius: 6px;
  font-size: 0.9rem;
  line-height: 1.6;
  height: 100%;
  /* Fill the fixed dialog container */
  overflow: hidden;
  font-family: 'Courier New', Courier, monospace;
  display: flex;
  flex-direction: column;
}

.product2-terminal-header {
  background: #1a1a1a;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #333;
  position: sticky;
  top: 0;
}

.product2-terminal-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.product2-terminal-dot.red {
  background: #ff5f56;
}

.product2-terminal-dot.yellow {
  background: #ffbd2e;
}

.product2-terminal-dot.green {
  background: #27c93f;
}

.product2-terminal-body {
  padding: 0 15px 15px 15px;
  flex: 1;
  /* Fill the 680px dialog area */
  overflow-y: auto;
  /* The ONLY scrollbar for content */
  color: #ddd;
}

.product2-terminal-body::-webkit-scrollbar {
  width: 8px;
}

.product2-terminal-body::-webkit-scrollbar-track {
  background: #000;
}

.product2-terminal-body::-webkit-scrollbar-thumb {
  background: #333;
  border: 2px solid black;
}


.log-line {
  margin-bottom: 4px;
  opacity: 1;
  /* animation: fadeInLog 0.3s ease-out; */
  /* opacity: 0;
            animation-fill-mode: forwards; */
}

.log-timestamp {
  color: #666;
}

.log-level-info {
  color: #00f5ff;
}

.log-level-success {
  color: #17bf63;
}

.log-level-warning {
  color: #ffa500;
}

.log-level-error {
  color: #ff4444;
}

.log-message {
  color: #e0e0e0;
}

.log-data {
  color: #00f5ff;
}

/* Control Panel */
.control-panel {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.product2-control-btn {
  padding: 15px 30px;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;


}


.product2-control-btn.primary {
  background: linear-gradient(45deg, #6f42c1, #4B0082);
  color: white;
  animation: float 2s ease-in-out infinite,
    soft-pulse 2.5s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(3px);
  }

  50% {
    transform: translateY(-4px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes soft-pulse {
  0% {
    box-shadow: 0 6px 20px rgba(111, 66, 193, 0.25);
  }

  50% {
    box-shadow: 0 10px 28px rgba(111, 66, 193, 0.45);
  }

  100% {
    box-shadow: 0 6px 20px rgba(111, 66, 193, 0.25);
  }
}

.product2-control-btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 245, 255, 0.4);
}

.product2-control-btn.danger {
  background: rgba(255, 68, 68, 0.2);
  color: #ff4444;
  border: 2px solid #ff4444;
}

.product2-control-btn.danger:hover {
  background: rgba(255, 68, 68, 0.3);
}

.product2-control-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
}

/* Stats Overview */
.stats-overview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.stat-card {
  background: #15202b;
  border: 1px solid #2f3336;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
}

.stat-value {
  font-size: 2.5rem;
  font-weight: 900;
  background: linear-gradient(135deg, #00f5ff 0%, #0080ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-label {
  font-size: 0.9rem;
  color: #8899a6;
  margin-top: 8px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.stat-change {
  font-size: 0.8rem;
  margin-top: 5px;
}

.stat-change.positive {
  color: #17bf63;
}

@keyframes fadeInLog {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }

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

@media (max-width: 1024px) {
  .demo-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 2rem;
  }

  .stats-overview {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 578px) {
  .product2-terminal {
    max-height: 300px;
  }

  .product2-terminal-body {
    height: 300px;
  }

  .json-viewer {
    max-height: 200px;
    overflow-x: hidden;
    font-size: 10px;
  }
}

/*twitterbot modal style end */


/* 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;
  z-index: 5;
  /* Ensure cards are above background text */
  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);
}

.hashtag-scroll span {
  font-size: 0.9rem;
  padding: 0 1rem;
}

.tech-hashtags-container {
  overflow: hidden;
  position: absolute;
  /* Anchor to bottom to remove bottom gap */
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 12px 0;
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(111, 66, 193, 0.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;
  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;
  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;
}

.blogSwiper {
  padding: 20px 0 40px;
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  height: auto;
}

.blog-card {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}


/* Component Adjustments */



/* =======Desktop======= */
@media (max-width: 991.98px) {
  .top-banner-sec-4 .card {
    min-height: 280px;
    /* Example height to make them look uniform */
    background-size: cover !important;
    background-repeat: no-repeat;
  }

  .top-banner-sec-4 .inner-ss-shape {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .top-banner-sec-4 .card.highlight {
    width: 100% !important;
    /* Ensure highlight doesn't break layout */
  }

  .top-banner-sec-4 .card.highlight .inner-ss-shape {
    backdrop-filter: blur(25px);
  }
}


@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;
  }

  .tab-pane.fade {
    transition: opacity 0.05s linear;
  }


  .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: 3.7vw;
  }

  .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;
    /* font-size: smaller; */
  }

  .top-navbar-hadsw .nav-link .nav-text-1::after {
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    background-color: #6f42c1;
    transition: width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

  /* Underline on Hover and Active */
  .top-navbar-hadsw .nav-link:hover .nav-text-1::after,
  .top-navbar-hadsw .nav-link.active .nav-text-1::after {
    width: 100%;
  }

  .top-navbar-hadsw .navbar-nav {
    align-items: center !important;
    /* Perfect vertical alignment */
  }

  .top-navbar-hadsw .nav-link:not(.nav-quote-btn) {
    color: #FFF !important;
    font-weight: 500;
    padding: 10px 0 !important;
    margin: 0 10px;
    font-size: 15.5px;
  }

  /* Specific design for the button type link */
  .nav-quote-btn {
    padding: 11px 26px !important;
    margin-left: 10px !important;
    white-space: nowrap !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  }

  .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;
  }
}

@media (max-width: 768px) {
  .top-navbar-hadsw {
    position: sticky;
    top: 0;
    z-index: 1030;
    background-color: #452979;
    /* background: rgba(88, 28, 135, 0.85); */
    backdrop-filter: blur(12px);
  }

  .top-navbar-hadsw .line {
    stroke: #FFFFFF;
  }
}

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

  .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(min-width: 1400px) {
  .swiper-button-prev {
    padding-left: 250px;
  }

  .swiper-button-next {
    padding-right: 250px;
  }
}

@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(25px);
    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: 2rem;
  }

  .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;
}



.cta_button:hover {
  transform: scale(1.1);
}

.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;
  }

  .top-banner-sec-1 {
    min-height: 0%;
  }

  .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;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 34px !important;
  }

  .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;
    height: 28px;
    width: auto;
    fill: white;
    filter: invert(1);
    top: -20px;
    left: 5px;
  }

  .bottom-banner-footer .footer-brand-text {
    top: -17.5px !important;
    left: -8px !important;
  }

}

/* 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;
  }
}

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

/* 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));
  }
}




/* 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;
  }

  .hashtag-scroll {
    animation-duration: 10s;
  }
}

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

@media (max-width: 480px) {
  .hashtag-scroll {
    animation-duration: 7s;
  }
}

/* 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: visible;
  /* Prevent scrollers inside the section */
  scroll-margin-top: 80px;
  padding: 20px 0 20px 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: "CONNECT" !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: clamp(2rem, 4vw, 3rem);
  color: #FFF;
  z-index: 2;
  text-align: center;
  margin-bottom: 0.5rem;
}

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

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

.contact-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.contact-description {
  font-size: 0.95rem;
  color: #CCC;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 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: 1.25rem 1.5rem;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  max-width: 100%;
  width: 100%;
  overflow: visible;
}

.form-group {
  position: relative;
  margin-bottom: 1rem;
  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: #FFFFFF !important;
  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: #FFFFFF;
  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;
}

.iti__country-list .iti__country[data-country-code="hk"] {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

button.iti__selected-country {
  /* cursor: pointer;
  box-shadow: inset -1px 3px 25px 7px rgb(118 10 171 / 40%);
  border-radius: 12px 0 0 12px;
  padding: 8px; */
  /* background: rgba(255,255,255,0.08);  */
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px 0 0 12px;
  padding: 6px 10px;
}

/* 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 {
  width: 100%;
  padding: 10px 24px !important;
  background: rgba(14, 9, 26, 0.95) !important;
  color: #ffffff !important;
  border: 1px solid rgba(148, 0, 211, 0.4) !important;
  outline: none !important;
}


.iti__search-input:focus {
  border-color: rgba(148, 0, 211, 0.8) !important;
  box-shadow: 0 0 0 2px rgba(148, 0, 211, 0.15);
}

/* 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;
}

#contact {
  overflow: visible !important;
  max-width: 100vw;
}

main {
  overflow: visible !important;
}

@media (max-height: 800px) {
  #contact {
    justify-content: flex-start !important;
    padding-top: 100px !important;
  }
}

.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: none;
  cursor: pointer;
  color: #f9fafb;
}

.why-text {
  white-space: nowrap;
}

/* tooltip container */
.why-tooltip {
  position: absolute;
  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: #6f42c1;
  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;
  }
}



/* --- About Us / Clients Section Interactive Styles --- */

.text-gradient {
  background: linear-gradient(135deg, #ffffff 0%, #6f42c1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.typewriter-text {
  display: inline-block;
  max-width: 95%;
}

.about-console-text {
  background: rgba(10, 10, 15, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: justify;
  padding: 1.5rem;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.6;
  border-left: 3px solid #6f42c1;
}

.console-prefix {
  color: #6f42c1;
  margin-right: 10px;
  font-weight: bold;
  vertical-align: top;
}

.cursor {
  display: inline-block;
  width: 8px;
  height: 15px;
  background: #6f42c1;
  animation: blink 1s step-end infinite;
  vertical-align: middle;
  margin-left: 5px;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

/* About Cards */
/* Update your .about-card with this */
.about-card {
  background: rgba(20, 20, 25, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* Clipped corners for a futuristic look */
  clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 10% 100%, 0 90%);
  padding: 1.5rem 1.25rem;
  height: 100%;
  position: relative;
  transition: all 0.4s ease;
  backdrop-filter: blur(10px);
}

/* Add a custom accent bar to the top of the card */
.about-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 4px;
  background: var(--accent-color);
  box-shadow: 0 0 15px var(--accent-color);
}


.about-card:hover {
  transform: translateY(-10px);
  border-color: var(--accent-color);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.about-card:hover::before {
  opacity: 0.1;
}

.about-card-icon {
  font-size: 2rem;
  color: var(--accent-color);
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.about-card:hover .card-icon {
  transform: scale(1.1) rotate(5deg);
  background: rgba(255, 255, 255, 0.1);
}

.card-content {
  position: relative;
  z-index: 1;
}

.card-content h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #fff;
}

.card-content p {
  color: #CCC;
  font-size: 0.95rem;
  line-height: 1.6;
}

.card-glow {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 100px;
  height: 100px;
  background: var(--accent-color);
  filter: blur(60px);
  border-radius: 50%;
  opacity: 0.2;
  transition: opacity 0.4s ease;
}

.about-card:hover .card-glow {
  opacity: 0.6;
}

/* Mobile Carousel for About Us Cards */
@media (max-width: 768px) {

  .overhead--top-1-about::after {
    font-size: 4rem;
    top: -20%;
  }

  .typewriter-text {
    display: inline-block;
    max-width: 85%;
  }

  .console-prefix {
    vertical-align: top;
  }

  .text-gradient {
    line-height: normal;
  }

  .about-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 18px;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
    margin-left: 0;
    margin-right: 0;
    overscroll-behavior-x: contain;
    overflow-y: hidden;
  }

  .about-grid::after {
    content: "Swipe →";
    position: absolute;
    right: 1rem;
    font-size: 0.75rem;
    color: #FFFFFF;
  }


  .about-grid::-webkit-scrollbar {
    display: none;
  }

  .about-grid {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .about-grid>div {
    flex: 0 0 85%;
    max-width: 85%;
    scroll-snap-align: center;
  }
}

@media (max-width: 480px) {
  .about-grid>div {
    flex: 0 0 92%;
    max-width: 92%;
  }
}

@media (max-width: 360px) {
  .about-grid {
    gap: 10px;
  }

  .about-grid>div {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* --- About Us / Clients Section Interactive Styles  End --- */

/* Whatsapp chat widget start */
.wa-widget {
  position: relative;
  z-index: 1000;
}

/* ── Floating Button ── */
.wa-fab {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: none;
  background: #25D366;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
  animation: pulse 2s infinite;
  transition: transform .2s;
}

.wa-fab:hover {
  transform: scale(1.1);
}

.wa-fab svg {
  width: 38px;
  height: 38px;
  fill: #fff;
}

@keyframes pulse {

  0%,
  100% {
    box-shadow: 0 4px 12px rgba(37, 211, 102, .4);
  }

  50% {
    box-shadow: 0 4px 24px rgba(37, 211, 102, .7);
  }
}

@media (max-width: 768px) {
  #waFab {
    display: none;
  }
}

/* Whatsapp chat widget end */

/* 1. Global Viewport & Snapping Settings */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

body {
  background-color: #000;
  color: #FFF;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;

  /* Firefox Scrollbar */
  scrollbar-width: thin;
  scrollbar-color: #6f42c1 rgba(0, 0, 0, 0.3);
}

/* Chrome, Edge, Safari Scrollbar (Modern Slip Style) */
::-webkit-scrollbar {
  width: 8px;
  /* High-performance thin width */
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.03);
}

::-webkit-scrollbar-thumb {
  background: #6f42c1;
  /* Solid, premium brand color */
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  /* Creates a 'floating' slip effect */
  transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: #7c3aed;
  /* Slightly lighter on hover for feedback */
}

::-webkit-scrollbar-thumb:active {
  background: #5b21b6;
}

/* 2. Unified Overhead Background Text System */
[class^="overhead--top-1"] {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 2rem;
  z-index: 1;
  text-align: center;
}

[class^="overhead--top-1"]::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 8rem;
  font-weight: 950;
  color: rgba(255, 255, 255, 0.1);
  /* Increased for better legibility as requested */
  z-index: -1;
  text-transform: uppercase;
  pointer-events: none;
  white-space: nowrap;
}

.overhead--top-1::after {
  content: "WORK";
}

.overhead--top-1-lifecycle::after {
  content: "SDLC";
}

.overhead--top-1-clients::after {
  content: "TRUST";
}

.overhead--top-1-blogs::after {
  content: "BLOG";
}

.overhead--top-1-products::after {
  content: "APPS";
}

.overhead--top-1-techstacks::after {
  content: "STACKS";
}

.overhead--top-1-contact::after {
  content: "REACH";
}

.overhead--top-1-about::after {
  content: "FLOW";
}

@media (max-width: 992px) {
  [class^="overhead--top-1"]::after {
    font-size: 3.5rem;
    opacity: 0.8;
    /* Subtle boost for mobile visibility */
  }

  [class^="overhead--top-1"] {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

/* 3. Section Scaling & Alignment (Main Sections Only) */
section:not(.top-navbar-hadsw),
#home,
#about,
#services,
#tech-stacks,
#development-cycle,
#products,
#blog,
#contact {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  scroll-margin-top: 80px;
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 80px);
  padding: 30px 0 !important;
  /* Reduced from 60px to remove 'extra' top space */
}

#home {
  scroll-margin-top: 0;
  height: 100vh;
  min-height: 100vh;
  padding-top: 140px !important;
  padding-bottom: 80px !important;
}

#home .container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Blog & Contact Specifics */
#blog,
#contact {
  padding-top: 30px !important;
  min-height: calc(100vh - 100px);
}

#blog .swiper-button-next,
#blog .swiper-button-prev {
  color: #6f42c1 !important;
  top: 55% !important;
}

/* Footer Snapping Only */
.bottom-banner-footer {
  scroll-snap-align: end;
  min-height: auto !important;
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}


/* 3. Premium Sticky Navbar */
.top-navbar-hadsw {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11000;
  /* Elevated above modals and terminals */
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-bottom: 1px solid rgba(111, 66, 193, 0.15);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 5px 0;
  /* Slimmer header */
}

.top-navbar-hadsw.scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 2px 0;
  border-bottom-color: rgba(111, 66, 193, 0.4);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

/* 4. Side Navigation Dots (Mini Metro Theme) */
.side-nav-dots {
  position: fixed;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12000;
  /* Supreme layer for side navigation */
  /* Ensure clickable above all */
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 20px 0;
  align-items: center;
}

/* The Metro Track */
.side-nav-dots::before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  z-index: -1;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8), 0 0 10px rgba(111, 66, 193, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.nav-dot {
  width: 22px;
  height: 22px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  z-index: 2;
  background-color: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

/* Base Hollow Station Shapes (Mini Metro Style) */
/* Home - Circle */
.nav-dot:nth-child(1) {
  color: #FF3B30;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="none" stroke="black" stroke-width="2.5"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="none" stroke="black" stroke-width="2.5"/></svg>');
}

/* About - Triangle */
.nav-dot:nth-child(2) {
  color: #007AFF;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 L21 19 L3 19 Z" fill="none" stroke="black" stroke-width="2.5"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 L21 19 L3 19 Z" fill="none" stroke="black" stroke-width="2.5"/></svg>');
}

/* Services - Square */
.nav-dot:nth-child(3) {
  color: #FFCC00;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" fill="none" stroke="black" stroke-width="2.5"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" fill="none" stroke="black" stroke-width="2.5"/></svg>');
}

/* Tech - Diamond */
.nav-dot:nth-child(4) {
  color: #4CD964;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 L21 12 L12 21 L3 12 Z" fill="none" stroke="black" stroke-width="2.5"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 L21 12 L12 21 L3 12 Z" fill="none" stroke="black" stroke-width="2.5"/></svg>');
}

/* Work - Pentagon */
.nav-dot:nth-child(5) {
  color: #FF9500;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 L21 9 L18 20 L6 20 L3 9 Z" fill="none" stroke="black" stroke-width="2.5"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 L21 9 L18 20 L6 20 L3 9 Z" fill="none" stroke="black" stroke-width="2.5"/></svg>');
}

/* Products - Octagon */
.nav-dot:nth-child(6) {
  color: #5856D6;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 3 H16 L21 8 V16 L16 21 H8 L3 16 V8 Z" fill="none" stroke="black" stroke-width="2.5"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 3 H16 L21 8 V16 L16 21 H8 L3 16 V8 Z" fill="none" stroke="black" stroke-width="2.5"/></svg>');
}

/* Blog - Star */
.nav-dot:nth-child(7) {
  color: #5AC8FA;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 L15 9 H21 L16 14 L18 20 L12 16 L6 20 L8 14 L3 9 H9 Z" fill="none" stroke="black" stroke-width="2.5"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 L15 9 H21 L16 14 L18 20 L12 16 L6 20 L8 14 L3 9 H9 Z" fill="none" stroke="black" stroke-width="2.5"/></svg>');
}

/* Contact - Hexagon */
.nav-dot:nth-child(8) {
  color: #FF2D55;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 L20 8 V16 L12 21 L4 16 V8 Z" fill="none" stroke="black" stroke-width="2.5"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3 L20 8 V16 L12 21 L4 16 V8 Z" fill="none" stroke="black" stroke-width="2.5"/></svg>');
}

/* Footer - Station/Plus */
.nav-dot:nth-child(9) {
  color: #AF52DE;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4 H14 V10 H20 V14 H14 V20 H10 V14 H4 V10 H10 Z" fill="none" stroke="black" stroke-width="2.5"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4 H14 V10 H20 V14 H14 V20 H10 V14 H4 V10 H10 Z" fill="none" stroke="black" stroke-width="2.5"/></svg>');
}

.nav-dot:hover {
  transform: scale(1.3);
}

.nav-dot.active {
  transform: scale(1.5);
  animation: metroPulse 2s infinite ease-in-out;
}

/* Fill effect for Active State */
.nav-dot.active:nth-child(1) {
  background-color: #FF3B30;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="black"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="black"/></svg>');
}

.nav-dot.active:nth-child(2) {
  background-color: #007AFF;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2 L22 20 L2 20 Z" fill="black"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2 L22 20 L2 20 Z" fill="black"/></svg>');
}

.nav-dot.active:nth-child(3) {
  background-color: #FFCC00;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><rect x="2" y="2" width="20" height="20" fill="black"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><rect x="2" y="2" width="20" height="20" fill="black"/></svg>');
}

.nav-dot.active:nth-child(4) {
  background-color: #4CD964;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2 L22 12 L12 22 L2 12 Z" fill="black"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2 L22 12 L12 22 L2 12 Z" fill="black"/></svg>');
}

.nav-dot.active:nth-child(5) {
  background-color: #FF9500;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2 L22 9 L18 21 L6 21 L2 9 Z" fill="black"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2 L22 9 L18 21 L6 21 L2 9 Z" fill="black"/></svg>');
}

.nav-dot.active:nth-child(6) {
  background-color: #5856D6;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 2 H16 L22 8 V16 L16 22 H8 L2 16 V8 Z" fill="black"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 2 H16 L22 8 V16 L16 22 H8 L2 16 V8 Z" fill="black"/></svg>');
}

.nav-dot.active:nth-child(7) {
  background-color: #5AC8FA;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2 L15 9 H22 L17 14 L18 21 L12 17 L6 21 L7 14 L2 9 H9 Z" fill="black"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2 L15 9 H22 L17 14 L18 21 L12 17 L6 21 L7 14 L2 9 H9 Z" fill="black"/></svg>');
}

.nav-dot.active:nth-child(8) {
  background-color: #FF2D55;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2 L21 7 V17 L12 22 L3 17 V7 Z" fill="black"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2 L21 7 V17 L12 22 L3 17 V7 Z" fill="black"/></svg>');
}

.nav-dot.active:nth-child(9) {
  background-color: #AF52DE;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4 H14 V10 H20 V14 H14 V20 H10 V14 H4 V10 H10 Z" fill="black"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4 H14 V10 H20 V14 H14 V20 H10 V14 H4 V10 H10 Z" fill="black"/></svg>');
}

@keyframes metroPulse {

  0%,
  100% {
    transform: scale(1.5);
    box-shadow: 0 0 20px currentColor;
  }

  50% {
    transform: scale(1.7);
    box-shadow: 0 0 30px currentColor;
  }
}

/* Specific Active Colors */
.nav-dot.active:nth-child(1) {
  background-color: #FF3B30;
}

.nav-dot.active:nth-child(2) {
  background-color: #007AFF;
}

.nav-dot.active:nth-child(3) {
  background-color: #FFCC00;
}

.nav-dot.active:nth-child(4) {
  background-color: #4CD964;
}

.nav-dot.active:nth-child(5) {
  background-color: #FF9500;
}

.nav-dot.active:nth-child(6) {
  background-color: #5856D6;
}

.nav-dot.active:nth-child(7) {
  background-color: #5AC8FA;
}

.nav-dot.active:nth-child(8) {
  background-color: #FF2D55;
}

.nav-dot.active:nth-child(9) {
  background-color: #AF52DE;
}

/* Tooltip for dots */
.nav-dot::before {
  content: attr(data-label);
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
}

.nav-dot:hover::before {
  opacity: 1;
  right: 30px;
}

/* Label color matching the dot */
.nav-dot:nth-child(1)::before {
  border-left: 3px solid #FF3B30;
}

.nav-dot:nth-child(2)::before {
  border-left: 3px solid #007AFF;
}

.nav-dot:nth-child(3)::before {
  border-left: 3px solid #FFCC00;
}

.nav-dot:nth-child(4)::before {
  border-left: 3px solid #4CD964;
}

.nav-dot:nth-child(5)::before {
  border-left: 3px solid #FF9500;
}

.nav-dot:nth-child(6)::before {
  border-left: 3px solid #5856D6;
}

.nav-dot:nth-child(7)::before {
  border-left: 3px solid #5AC8FA;
}

.nav-dot:nth-child(8)::before {
  border-left: 3px solid #FF2D55;
}

.nav-dot:nth-child(9)::before {
  border-left: 3px solid #AF52DE;
}


/* 5. Scroll Progress Bar Improvement */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.05);
  z-index: 2500;
}

.scroll-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #6f42c1, #00BCD4);
  width: 0%;
  transition: width 0.1s ease;
  box-shadow: 0 0 10px rgba(111, 66, 193, 0.5);
}

/* 6. Section Transition Fixes */
.scroll-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.scroll-animate.animate-in {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .side-nav-dots {
    display: none;
    /* Hide side dots on mobile */
  }

  html {
    scroll-snap-type: none;
    /* Often better on mobile to disable snapping if height is variable */
  }

  main>section,
  .top-banner-sec-1,
  #home,
  #about,
  #services,
  #tech-stacks,
  #development-cycle,
  #products,
  #blog,
  #contact {
    min-height: auto;
    padding-top: 60px !important;
  }
}

#home .ticker-row {
  margin-top: auto;
  /* Push to bottom of the 100vh flex container */
  padding-bottom: 0;
}

.tech-hashtags-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 10;
  padding: 10px 0;
  margin-top: 20px;
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(111, 66, 193, 0.1);
  -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
  mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.hashtag-scroll {
  display: flex !important;
  white-space: nowrap;
}