:root {
  --gradient-purple: linear-gradient(172deg,
      rgba(255, 255, 255, 0.5) 20.08%,
      rgba(248, 172, 255, 0.5) 55.22%,
      rgba(140, 0, 242, 0.5) 101.01%);
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background-color: #f7f6f6;
  color: #070000;
}

.gradient-innovation {
  background: linear-gradient(231deg,
      #ff12a9 -1.52%,
      #3c00ff 54.28%,
      #296ff9 101.23%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 3s ease-in-out infinite;
}

@keyframes gradientShift {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.gradient-ithpl {
  background: linear-gradient(103deg,
      rgba(255, 1, 217, 0.88) 54.77%,
      rgba(161, 0, 255, 0.88) 65.57%,
      rgba(12, 0, 242, 0.88) 81.12%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 3s ease-in-out infinite;
}

.gradient-services {
  background: linear-gradient(237deg, #0bf 22.13%, #ff00d9 57.9%, #00f 95.49%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 3s ease-in-out infinite;
}

.gradient-products {
  background: linear-gradient(268deg, #0bf 9.99%, #ff00d9 25.98%, #00f 42.8%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 3s ease-in-out infinite;
}

.gradient-sustainability {
  background: linear-gradient(269deg, #0bf 43.41%, #ff00d9 63.36%, #00f 84.33%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 3s ease-in-out infinite;
}

.gradient-susatcore {
  background: linear-gradient(269deg, #365e05 30%, #55c100 70%, #00c30d 95%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 3s ease-in-out infinite;
}

.gradient-sustain {
  background: linear-gradient(135deg, #f3e8d3, #92b775, #63ff6e);
  ;
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 3s ease-in-out infinite;
}

.gradient-sustain2 {
  background: linear-gradient(272deg, #1B2C05 6.72%, #365E05 45.44%, #55C100 68.15%, #00C30D 91.74%);

  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 3s ease-in-out infinite;
}

.gradient-certification {
  background: linear-gradient(268deg, #0bf 52.46%, #ff00d9 64.77%, #00f 77.72%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 3s ease-in-out infinite;
}

.gradient-partners {
  background: linear-gradient(237deg, #0bf 22.13%, #ff00d9 57.9%, #00f 95.49%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 3s ease-in-out infinite;
}

.gradient-clients {
  background: linear-gradient(237deg, #0bf 22.13%, #ff00d9 57.9%, #00f 95.49%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 3s ease-in-out infinite;
}

.gradient-we {
  background: linear-gradient(242deg, #fe007b 33.83%, #003cff 57.53%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 3s ease-in-out infinite;
}

.container {
  max-width: 1424px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-2 {
  max-width: 1424px;
  margin: 40px;
  padding: 40px;
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.gradient-text {
  background: var(--gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* text-fill-color: transparent; */
}

.gradient-text-2 {
  background: var(--gradient-text-2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* text-fill-color: transparent; */
}

.gradient-text-3 {
  background: var(--gradient-text-3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* text-fill-color: transparent; */
}

.section-title {
  font-family: "Inter", sans-serif;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}

.section-title-center {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

.section-title .highlight {
  background: var(--gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* text-fill-color: transparent; */
}

.fade-in-section {
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 0.9s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.9s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: opacity, transform;
}

.fade-in-section.visible {
  opacity: 1;
  transform: none;
}

.partners-flex,
.clients-flex {
  display: flex;
  align-items: stretch;
  gap: 40px;
}

.partners-text,
.partners-logos,
.clients-text,
.clients-logos {
  flex: 1 1 0;
  width: 50%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 992px) {

  .partners-flex,
  .clients-flex {
    flex-direction: column;
    gap: 30px;
  }

  .partners-text,
  .partners-logos,
  .clients-text,
  .clients-logos {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 36px;
  }

  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* Base Header Styles */
.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}

.glassmorphism {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.gradient-shine::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 ease;
}

.gradient-shine:hover::before {
  left: 100%;
}

.nav-hover {
  position: relative;
  overflow: hidden;
}

.nav-hover:hover {
  color: transparent;

  transform: translateY(-2px);
}

.mobile-menu-active {
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.logo-glow::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 12px;
  background: linear-gradient(135deg,
      rgba(208, 155, 237, 0.1),
      rgba(182, 120, 227, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.logo-glow:hover::after {
  opacity: 1;
}

/* end nav section */

.contact-button {
  display: inline-block;
  padding: 10px 24px;
  background: rgba(145, 98, 168, 0.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0px 10px 15px 0px rgba(193, 68, 239, 0.34);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.contact-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.3),
      transparent);
  transition: left 0.5s ease;
}

.contact-button:hover::before {
  left: 100%;
}

.contact-button:hover {
  background: rgba(122, 84, 142, 0.9);
  transform: translateY(-2px);
  box-shadow: 0px 15px 25px 0px rgba(193, 68, 239, 0.5);
}

/* Navigation Item Styles */
.nav-item {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item::before,
.nav-item::after,
.nav-item::marker {
  display: none;
  content: "";
}

/* Navigation Hover Effects */
.nav-hover {
  color: #000000;
  font-weight: 400;
  font-size: 0.875rem;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  border-radius: 0.75rem;
  transition: all 0.3s ease;
  display: block;
  position: relative;
  cursor: pointer;
}

.nav-hover:hover {
  color: #000000;
}

/* Dropdown Menu Styles */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 280px;
  background: rgb(255, 255, 255);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 0.5rem;
  z-index: 1000;
  padding: 1rem;
}

.nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Single Column Layout */
.dropdown-menu.single-column {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* Wide (2 Column) Layout */
.dropdown-menu.wide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  min-width: 400px;
}

/* Wide 3 Column Layout */
.dropdown-menu.wide-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  min-width: 600px;
}

.dropdown-column {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.dropdown-menu a {
  color: #000;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
  display: block;
}

.dropdown-menu a:hover {
  color: #000;
  background: rgba(182, 182, 182, 0.38);
  backdrop-filter: blur(9.5px);
}

/* Dropdown Arrow */
.dropdown-arrow {
  position: absolute;
  top: -8px;
  left: 2rem;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgb(255, 255, 255);
}

/* Mobile Menu Toggle Animation */
.mobile-menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1100;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
}

.mobile-menu-toggle:hover {
  background: rgba(139, 92, 246, 0.1);
}

.mobile-menu-toggle span {
  display: block;
  width: 1.5rem;
  height: 2px;
  background: #64748b;
  margin: 0.1875rem 0;
  transition: all 0.3s ease;
  transform-origin: center;
  border-radius: 1px;
}

/* Mobile Menu Styles */
.main-nav-mobile {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 1rem 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
  transform: translateY(-100%);
  opacity: 0;
}

.main-nav-mobile.active {
  transform: translateY(0);
  opacity: 1;
}

.main-nav-mobile .flex {
  padding: 1rem;
}

.main-nav-mobile a {
  display: block;
  padding: 1rem;
  text-align: center;
  color: #64748b;
  font-weight: 500;
  transition: all 0.2s ease;
  border-radius: 0.5rem;
  text-decoration: none;
}

.main-nav-mobile a:hover {
  background: rgba(139, 92, 246, 0.1);
  color: #7c3aed;
}

/* Contact Button */
.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.75rem;
  background: linear-gradient(135deg, #d09bed 0%, #b678e3 100%);
  color: white;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  border-radius: 0.75rem;
  box-shadow: 0 4px 14px rgba(208, 155, 237, 0.25);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.contact-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(208, 155, 237, 0.4);
}

.contact-button:active {
  transform: translateY(-1px);
}

/* Logo Glow Effect */
.logo-glow {
  position: relative;
}

.logo-glow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center,
      rgba(139, 92, 246, 0.1) 0%,
      transparent 70%);
  border-radius: 0.5rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.logo-glow:hover::after {
  opacity: 1;
}

/* Responsive Design */
@media (max-width: 767px) {
  .main-nav {
    display: none !important;
  }

  .mobile-menu-toggle {
    display: flex;
  }
}

@media (min-width: 768px) {
  .main-nav {
    display: flex !important;
  }

  .mobile-menu-toggle {
    display: none !important;
  }
}

/* Animation Keyframes */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mobile-menu-active {
  animation: slideDown 0.3s ease-out;
}

/* CSS for section section:hero */
.hero-section {
  height: 116vh;
  padding-top: 120px;
  padding-bottom: 60px;
  background: var(--gradient-purple);
  border-radius: 0 0 19px 19px;
  position: relative;
}

.hero-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hero-content {
  padding-top: 80px;
}

.hero-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 1.2;
  color: #050000;
  margin-bottom: 24px;
}

.hero-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 27px;
  line-height: 1.2;
  color: rgba(2, 0, 0, 0.84);
  margin-bottom: 40px;
  max-width: 751px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
}

.hero-button {
  padding: 12px 28px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  box-shadow: 0px 7px 14px 0px rgba(12, 3, 3, 0.22);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #050000;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.hero-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.4),
      transparent);
  transition: left 0.5s ease;
}

.hero-button:hover::before {
  left: 100%;
}

.hero-button:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 12px 24px 0px rgba(12, 3, 3, 0.3);
}

.hero-image-container {
  flex: 1;
  position: relative;
  height: 400px;
}

.macbook-image-wrapper {
  position: absolute;
  top: -70px;
  right: -80px;
  /* width: 553px;
  height: 666px; */
  width: 583px;
  height: 566px;
}

.macbook-image-wrapper img {
  position: absolute;
  width: 100%;
  height: auto;
}

.macbook-img-1 {
  top: 0;
  left: 0;
}

.macbook-img-2 {
  top: 285px;
  left: 0;
}

.stats-container {
  display: flex;
  justify-content: space-around;
  padding-top: 20px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #000000;
}

.stat-label {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  color: rgba(10, 0, 0, 0.7);
  margin-top: 10px;
}

.support-stat .stat-number {
  position: relative;
  overflow: hidden;
  animation: pulse-glow 3s ease-in-out infinite;
}

.support-stat .stat-number::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.4),
      transparent);
  animation: ascend 2s ease-in-out infinite;
}

@keyframes ascend {
  0% {
    left: -100%;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

/* Tablet Breakpoint: 768px - 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-section {
    height: auto;
    min-height: 90vh;
    padding-top: 90px;
    padding-bottom: 50px;
  }

  .hero-container {
    flex-direction: column-reverse;
    gap: 40px;
    text-align: center;
  }

  .hero-content {
    padding-top: 0;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
  }

  .hero-title {
    font-size: 42px;
    margin-bottom: 20px;
  }

  .hero-subtitle {
    font-size: 22px;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-image-container {
    width: 100%;
    height: auto;
    min-height: 300px;
  }

  .macbook-image-wrapper {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
  }

  .macbook-image-wrapper img {
    position: static;
    width: 100%;
    height: auto;
  }

  .stats-container {
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 40px;
  }

  .stat-item {
    flex: 1;
    min-width: 160px;
  }

  .stat-number {
    font-size: 28px;
  }

  .stat-label {
    font-size: 20px;
  }
}

/* Additional refinement for smaller tablets (768px - 900px) */
@media (min-width: 768px) and (max-width: 900px) {
  .hero-title {
    font-size: 36px;
  }

  .hero-subtitle {
    font-size: 20px;
  }

  .hero-button {
    padding: 10px 24px;
    font-size: 18px;
    min-width: 160px;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 36px;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .stats-container {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}

@media (max-width: 600px) {
  .hero-section {
    min-height: 600px;
    height: auto;
    padding-top: 70px;
    padding-bottom: 30px;
    border-radius: 0 0 10px 10px;
  }

  .hero-container {
    min-height: 520px;
    height: auto;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .hero-content {
    padding-top: 30px;
    max-width: 100%;
    order: 2;
  }

  .hero-image-container {
    order: 1;
    width: 100%;
    height: auto;
    min-height: 180px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .macbook-image-wrapper {
    position: relative;
    top: 0;
    right: 0;
    width: 90vw;
    max-width: 350px;
    height: auto;
    margin: 0 auto;
    min-width: 0;
  }

  .macbook-image-wrapper img {
    position: static;
    width: 100%;
    height: auto;
    max-width: 100%;
    min-width: 0;
    object-fit: contain;
    display: block;
  }

  .hero-title {
    font-size: 24px;
  }

  .hero-subtitle {
    font-size: 14px;
    max-width: 100%;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}

/* Updated Why Choose Us section with same animations as services */
.why-choose-us-grid {
  flex-basis: 55%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.feature-card {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  padding: 10px;
  text-align: left;
  backdrop-filter: blur(2px);
  border: 2px solid transparent;
  background-clip: padding-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1;
  overflow: hidden;
}

/* Border gradient appears on hover for all cards */
.feature-card::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 10px;

  border-left: 4px solid;
  border-right: 4px solid;

  border-bottom: 4px solid;
  border-image: linear-gradient(177deg, #ffffff 58%, #ff00ff) 1;

  background: linear-gradient(177deg,
      rgba(255, 255, 255, 0.41) 41.89%,
      rgba(196, 19, 255, 0.24) 96.33%);
  background-blend-mode: hard-light;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  width: 76px;
  height: 76px;
  margin-bottom: 25px;
  transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon {
  transform: translateY(-5px);
}

.why-choose-us-content {
  display: flex;
  gap: 20px;
  align-items: center;
}

.why-choose-us-image {
  flex-basis: 45%;
}

.why-choose-us-image img {
  width: 590px;
  height: 610px;
  flex-shrink: 1;
}

.feature-title {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}

.feature-description {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.tagline-section {
  text-align: center;
  margin-top: 80px;
}

.tagline-title {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

.tagline-highlight-1 {
  color: #cc00ff;
}

.tagline-highlight-2 {
  color: #1207ed;
}

.tagline-highlight-3 {
  color: #06f;
}

.tagline-description {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  max-width: 914px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .why-choose-us-content {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .why-choose-us-grid {
    grid-template-columns: 1fr;
  }

  .feature-title {
    font-size: 22px;
  }

  .feature-description {
    font-size: 16px;
  }

  .tagline-title {
    font-size: 32px;
  }

  .tagline-description {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .hero-section {
    min-height: 600px;
    height: auto;
    padding-top: 70px;
    padding-bottom: 30px;
    border-radius: 0 0 10px 10px;
  }

  .hero-container {
    min-height: 520px;
    height: auto;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .hero-content {
    padding-top: 30px;
    max-width: 100%;
    order: 2;
  }

  .hero-image-container {
    order: 1;
    width: 100%;
    height: auto;
    min-height: 180px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .macbook-image-wrapper {
    position: relative;
    top: 0;
    right: 0;
    width: 90vw;
    max-width: 350px;
    height: auto;
    margin: 0 auto;
    min-width: 0;
  }

  .macbook-image-wrapper img {
    position: static;
    width: 100%;
    height: auto;
    max-width: 100%;
    min-width: 0;
    object-fit: contain;
    display: block;
  }

  .hero-title {
    font-size: 24px;
  }

  .hero-subtitle {
    font-size: 14px;
    max-width: 100%;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}

/* CSS for section section:services */

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.service-card {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  padding: 40px 30px;
  text-align: left;
  backdrop-filter: blur(2px);
  border: 2px solid transparent;
  background-clip: padding-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1;
  overflow: hidden;
}

/* Border gradient appears on hover for all cards */
.service-card::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 10px;
  border-left: 4px solid;
  border-right: 4px solid;

  border-bottom: 4px solid;
  border-image: linear-gradient(177deg, #ffffff 58%, #ff00ff) 1;

  /* Blended background */
  background: linear-gradient(177deg,
      rgba(255, 255, 255, 0.41) 41.89%,
      rgba(196, 19, 255, 0.24) 96.33%);
  background-blend-mode: hard-light;

  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.service-card:hover::before {
  opacity: 1;
}

.service-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.service-icon {
  width: 76px;
  height: 76px;
  margin-bottom: 25px;
  transition: transform 0.3s ease;
}

.service-card:hover .service-icon {
  transform: translateY(-5px);
}

.service-title {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}

.service-description {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.product-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 320px;

  color: #ffffff;
  cursor: pointer;
  opacity: 0;
  transform: translateY(50px);
  animation: slideInUp 0.8s ease forwards;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.product-card:nth-child(1) {
  animation-delay: 0.2s;
}

.product-card:nth-child(2) {
  animation-delay: 0.4s;
}

.product-card:nth-child(3) {
  animation-delay: 0.6s;
}

.product-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 25px 50px rgba(145, 98, 168, 0.3);
}

.product-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.6s ease;
}

.product-card:hover .product-bg {
  transform: scale(1.1);
}

.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.9) 100%);
  z-index: 2;
  transition: background 0.4s ease;
}

.product-card:hover .product-overlay {
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.8) 100%);
}

.product-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  z-index: 3;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}

.product-card:hover .product-content {
  transform: translateY(0);
}

.product-title {
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 8px;
  opacity: 0.9;
  transform: translateX(-10px);
  transition: all 0.4s ease 0.1s;
}

.product-card:hover .product-title {
  opacity: 1;
  transform: translateX(0);
}

.product-description {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
  opacity: 0.8;
  transform: translateX(-10px);
  transition: all 0.4s ease 0.2s;
}

.product-card:hover .product-description {
  opacity: 1;
  transform: translateX(0);
  color: rgba(255, 255, 255, 0.9);
}

.product-button {
  display: inline-block;
  width: calc(100% - 0px);
  padding: 8px;
  margin-bottom: 10px;
  background: rgba(145, 98, 168, 0.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  font-size: 20.5px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  opacity: 0.9;
  transform: translateY(10px) scale(0.95);
}

.product-card:hover .product-button {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 0.3s;
}

.product-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.3),
      transparent);
  transition: left 0.5s ease;
}

.product-button:hover::before {
  left: 100%;
}

.product-button:hover {
  background: rgba(122, 84, 142, 0.9);
  transform: translateY(-2px);
  box-shadow: 0px 8px 16px 0px rgba(145, 98, 168, 0.4);
}

.product-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  padding: 2px;
  background: linear-gradient(45deg,
      transparent,
      rgba(145, 98, 168, 0.6),
      transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: exclude;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 4;
  pointer-events: none;
}

.product-card:hover::after {
  opacity: 1;
  animation: glow-pulse 2s ease-in-out infinite;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes glow-pulse {

  0%,
  100% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.8;
  }
}

/* Floating particles effect */
.product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 20%,
      rgba(145, 98, 168, 0.1) 1px,
      transparent 1px),
    radial-gradient(circle at 80% 80%,
      rgba(145, 98, 168, 0.1) 1px,
      transparent 1px),
    radial-gradient(circle at 40% 40%,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px);
  background-size: 50px 50px, 60px 60px, 80px 80px;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 2;
  pointer-events: none;
  animation: float 20s infinite linear;
}

.product-card:hover::before {
  opacity: 1;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-100px);
  }
}

@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .product-card {
    height: 280px;
  }

  .section-title {
    font-size: 2rem;
  }
}

/* CSS for section section:sustainability */
#sustainability {
  position: relative;
  text-align: center;
}

#sustainability>.container {
  position: relative;
  z-index: 1;
}

.sustainability-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: black;
  margin-bottom: 18px;
}

.sustainability-description {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: black;
  margin-bottom: 40px;
}

.sustainability-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin: 3rem 0;
  position: relative;
}

.sustainability-grid::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
  background: radial-gradient(circle,
      #63ff6d,
      1%,
      /* Purple center */
      rgba(255, 255, 255, 0.8) 100%
      /* White edges */
    );

  filter: blur(60px);
  z-index: -1;
  border-radius: 25px;
}

.sustainability-item {
  flex: 0 0 300px;
  max-width: 400px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(182, 120, 227, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.sustainability-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(140, 0, 242, 0.15);
  background: rgba(255, 255, 255, 0.9);
}

.sustainability-icon {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
}

.sustainability-item p {
  font-family: "Poppins", sans-serif;
  font-size: 1.13rem;
  font-weight: 500;
  color: #000000;
  text-align: left;
  margin: 0;
  line-height: 1.35;
}

.sustainability-conclusion {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #000000;
  max-width: 900px;
  margin: 0 auto 32px auto;
}

.sustainability-button-container {
  display: flex;
  justify-content: center;
}

@media (max-width: 1100px) {
  .sustainability-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
}

@media (max-width: 700px) {
  .sustainability-subtitle {
    font-size: 1.4rem;
  }

  .sustainability-description,
  .sustainability-conclusion {
    font-size: 1rem;
  }

  .sustainability-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sustainability-item {
    padding: 14px 8px;
    border-radius: 10px;
  }

  .sustainability-icon {
    width: 36px;
    height: 36px;
  }

  .sustainability-item p {
    font-size: 0.98rem;
  }
}

/* CSS for section section:certifications */
.certifications-container {
  width: 100%;

  overflow-x: auto;
  overflow-y: hidden;
  padding: 60px 0;
  scroll-behavior: smooth;
  /* Remove scrollbar styling */
  scrollbar-width: none;
  /* For Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.certifications-container::-webkit-scrollbar {
  display: none;
}

.certifications-grid {
  display: flex;
  gap: 24px;
  padding: 0 20px;
  align-items: stretch;
  width: max-content;
}

.certification-item {
  background: rgba(235, 244, 247, 0.39);
  border-radius: 20px;
  padding: 24px 16px;
  text-align: center;
  box-shadow: 8px 12px 38.5px 4px rgba(60, 0, 255, 0.25);
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  will-change: transform;
  min-height: 160px;
  width: 196px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.certification-item::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.1));
  border-radius: 22px;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: -1;
}

.certification-item:hover::before {
  opacity: 1;
}

.certification-item:hover {
  transform: translateY(-4px) scale(1.02);
  background: rgba(235, 244, 247, 0.55);
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 8px 12px 38.5px 4px rgba(60, 0, 255, 0.3);
}

.certification-logo {
  height: 48px;
  margin-bottom: 12px;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.certification-logo.large {
  height: 64px;
}

.certification-item:hover .certification-logo {
  transform: scale(1.05) translateY(-2px);
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.25));
}

.certification-item p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #2d3748;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  line-height: 1.3;
  margin: 0;
}

.certification-item:hover p {
  transform: translateY(-1px);
  color: #1a252f;
}

/* Floating animation for the cards */
.certification-item {
  animation: gentleFloat 8s ease-in-out infinite;
}

.certification-item:nth-child(2) {
  animation-delay: -1s;
}

.certification-item:nth-child(3) {
  animation-delay: -2s;
}

.certification-item:nth-child(4) {
  animation-delay: -3s;
}

.certification-item:nth-child(5) {
  animation-delay: -4s;
}

.certification-item:nth-child(6) {
  animation-delay: -5s;
}

.certification-item:nth-child(7) {
  animation-delay: -6s;
}

.certification-item:nth-child(8) {
  animation-delay: -7s;
}

@keyframes gentleFloat {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-3px);
  }
}

/* Micro-interactions */
.certification-item:active {
  transform: translateY(-2px) scale(0.98);
}

/* Focus states for accessibility */
.certification-item:focus {
  outline: 2px solid rgba(102, 126, 234, 0.6);
  outline-offset: 4px;
}

/* Subtle particle effect */
.certification-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  border-radius: 20px;
}

.certification-item:hover::after {
  opacity: 1;
}

/* Tablet Layout - 3 in row, 2 rows (no scroll) */
@media (max-width: 1024px) {
  .certifications-container {
    overflow: visible;
  }

  .certifications-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
    padding: 0 16px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }

  .certification-item {
    padding: 20px 14px;
    min-height: 140px;
    width: auto;
  }

  .certification-logo {
    height: 44px;
    margin-bottom: 10px;
  }

  .certification-logo.large {
    height: 56px;
  }

  .certification-item p {
    font-size: 13px;
  }
}

/* Mobile Layout - 2 in row, 4 rows (no scroll) */
@media (max-width: 768px) {
  .certifications-container {
    overflow: visible;
  }

  .certifications-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 16px;
    padding: 0 12px;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  .certification-item {
    padding: 18px 12px;
    min-height: 120px;
    border-radius: 16px;
    width: auto;
  }

  .certification-logo {
    height: 40px;
    margin-bottom: 8px;
  }

  .certification-logo.large {
    height: 50px;
  }

  .certification-item p {
    font-size: 12px;
    line-height: 1.2;
  }

  .certification-item::before {
    border-radius: 18px;
  }

  .certification-item::after {
    border-radius: 16px;
  }
}

/* Small Mobile - 2 in row, 4 rows (no scroll) */
@media (max-width: 480px) {
  .certifications-grid {
    gap: 14px;
    padding: 0 10px;
    max-width: 360px;
  }

  .certification-item {
    padding: 16px 10px;
    min-height: 110px;
    border-radius: 14px;
  }

  .certification-logo {
    height: 36px;
    margin-bottom: 6px;
  }

  .certification-logo.large {
    height: 44px;
  }

  .certification-item p {
    font-size: 11px;
  }

  .certification-item::before {
    border-radius: 16px;
  }

  .certification-item::after {
    border-radius: 14px;
  }
}

/* Extra small devices - 2 in row, 4 rows */
@media (max-width: 320px) {
  .certifications-grid {
    gap: 12px;
    padding: 0 8px;
    max-width: 300px;
  }

  .certification-item {
    padding: 14px 8px;
    min-height: 100px;
  }

  .certification-logo {
    height: 32px;
  }

  .certification-logo.large {
    height: 40px;
  }

  .certification-item p {
    font-size: 10px;
  }
}

/* CSS for section section:partners */
/* exp */
#partners {
  background: rgba(235, 244, 247, 0.39);
  border-radius: 25px;
  box-shadow: 27px 19px 38.5px 4px rgba(60, 0, 255, 0.25);
  backdrop-filter: blur(17px);
  margin: 20px 0;
}

.partners-container {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 0 40px;
}

.partners-text {
  flex: 1;
}

.partners-title {
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 20px;
}

.partners-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

.partners-description {
  font-family: "Inter", sans-serif;
  font-size: 21px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
}

.partners-logos {
  flex: 1;
  border-left: 1px solid #7c7474;
  padding-left: 40px;
}

/* Logo scrolling wrapper */
.logo-scroll-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}

.logo-scroll-track {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.logo-scroll-track-2 {
  width: 100%;
}

.logo-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.logo-row:last-child {
  margin-bottom: 0;
}

/* Row 1: 4 logos - Left to Right */
.partners-row-1 {
  animation-name: scroll-left;
  gap: 60px;
}

/* Row 2: 3 logos - Right to Left */
.partners-row-2 {
  animation-name: scroll-right;
  gap: 80px;
  justify-content: center;
}

/* Row 3: 4 logos - Left to Right */
.partners-row-3 {
  animation-name: scroll-left;
  gap: 60px;
}

.logo-item {
  flex-shrink: 0;
  height: 50px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s;
  background: transparent;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333;
}

.logo-item:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: none;
  box-shadow: none;
  border: none;
}

/* Animations */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

/* Fade effects */
.logo-scroll-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 1;
  pointer-events: none;
}

.logo-scroll-fade-left {
  left: 0;
  background: linear-gradient(to right, rgba(235, 244, 247, 0.39), transparent);
}

.logo-scroll-fade-right {
  right: 0;
  background: linear-gradient(to left, rgba(235, 244, 247, 0.39), transparent);
}

/* Clients Section */
#clients {
  background: rgba(235, 244, 247, 0.39);
  border-radius: 25px;
  box-shadow: 27px 19px 38.5px 4px rgba(60, 0, 255, 0.25);
  backdrop-filter: blur(17px);
  margin: 20px 0;
}

.clients-container {
  display: flex;
  gap: 40px;
  align-items: center;
}

.clients-logos {
  overflow: visible;
  width: 100%;
  max-width: 100%;
}

.clients-text {
  flex: 1;
  border-left: 1px solid #7c7474;
  padding-left: 40px;
}

.clients-title {
  font-family: "Inter", sans-serif;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 20px;
}

.clients-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.clients-description {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 1.5;
  color: rgba(10, 0, 0, 0.7);
}

/* Client logo rows */
.clients-row-1 {
  animation-name: scroll-left;
  gap: 60px;
}

.clients-row-2 {
  animation-name: scroll-right;
  gap: 80px;
  justify-content: center;
}

.clients-row-3 {
  animation-name: scroll-left;
  gap: 60px;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .container {
    padding: 30px 30px 0 30px;
  }

  .partners-title {
    font-size: 44px;
  }

  .clients-title {
    font-size: 42px;
  }

  .partners-subtitle {
    font-size: 28px;
  }

  .clients-subtitle {
    font-size: 26px;
  }
}

@media (max-width: 992px) {

  .partners-container,
  .clients-container {
    flex-direction: column;
    gap: 30px;
    padding: 30px;
  }

  .partners-logos,
  .clients-text {
    border-left: none;
    padding-left: 0;
    width: 100%;
  }

  .clients-container {
    flex-direction: column-reverse;
  }

  .logo-item {
    height: 40px;
  }

  .partners-title,
  .clients-title {
    font-size: 36px;
  }

  .partners-subtitle,
  .clients-subtitle {
    font-size: 24px;
  }

  .partners-description,
  .clients-description {
    font-size: 18px;
  }
}

@media (max-width: 768px) {

  .partners-container,
  .clients-container {
    padding: 25px;
  }

  .partners-title,
  .clients-title {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .partners-subtitle,
  .clients-subtitle {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .partners-description,
  .clients-description {
    font-size: 16px;
  }

  .logo-item {
    height: 35px;
  }

  .logo-row {
    gap: 40px;
    margin-bottom: 15px;
  }

  .partners-row-2,
  .clients-row-2 {
    gap: 60px;
  }
}

@media (max-width: 576px) {

  .partners-container,
  .clients-container {
    padding: 20px;
  }

  .partners-title,
  .clients-title {
    font-size: 28px;
  }

  .partners-subtitle,
  .clients-subtitle {
    font-size: 20px;
  }

  .partners-description,
  .clients-description {
    font-size: 15px;
  }

  .logo-item {
    height: 40px;
  }

  .logo-row {
    gap: 40px;
  }

  .partners-row-2,
  .clients-row-2 {
    gap: 40px;
  }

  .logo-scroll-wrapper {
    padding: 15px 0;
  }
}

@media (max-width: 400px) {

  .partners-title,
  .clients-title {
    font-size: 24px;
  }

  .partners-subtitle,
  .clients-subtitle {
    font-size: 18px;
  }

  .logo-item {
    height: 60px;
  }

  .logo-row {
    gap: 60px;
  }

  .partners-row-2,
  .clients-row-2 {
    gap: 60px;
  }
}

/* CSS for section section:subscribe */
#subscribe {
  padding-top: 60px;
  padding-bottom: 60px;
}

.subscribe-box {
  background: linear-gradient(95deg,
      rgba(232, 232, 232, 0.21) 1.72%,
      rgba(164, 164, 164, 0.19) 86.77%,
      rgba(130, 130, 130, 0.28) 99.48%);
  border: 1px solid rgba(16, 4, 14, 0.22);
  border-radius: 12px;
  padding: 60px;
  text-align: center;
  max-width: 781px;
  margin: 0 auto;
}

.subscribe-title {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.subscribe-form {
  display: flex;
  justify-content: center;
  max-width: 487px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

.subscribe-input {
  flex-grow: 1;
  padding: 10px 15px;
  border: none;
  background: transparent;
  font-size: 16px;
  border-radius: 5.008px;
  background: rgba(255, 255, 255, 0.1);
}

.subscribe-input::placeholder {
  color: #000;
  opacity: 0.7;
}

.subscribe-input:focus {
  outline: none;
}

.subscribe-button {
  padding: 10px 20px;
  border: none;
  background: rgba(172, 111, 173, 0.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 6px 9px 0px rgba(172, 111, 173, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.subscribe-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.3),
      transparent);
  transition: left 0.5s ease;
}

.subscribe-button:hover::before {
  left: 100%;
}

.subscribe-button:hover {
  background: rgba(145, 92, 147, 0.9);
  transform: translateY(-2px);
  box-shadow: 0px 10px 18px 0px rgba(172, 111, 173, 0.4);
}

@media (max-width: 768px) {
  .subscribe-box {
    padding: 40px 20px;
  }

  .subscribe-title {
    font-size: 24px;
  }

  .subscribe-form {
    flex-direction: column;
    gap: 10px;
    background: none;
  }

  .subscribe-input {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
  }
}

/* CSS for section section:footer */
.site-footer {
  background-color: rgba(0, 0, 0, 0.2);
  padding-top: 60px;
  border-radius: 12px 12px 0 0;
  margin: 0 20px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 40px;
}

.footer-about {
  flex: 2;
  min-width: 250px;
}

.footer-logo {
  width: 314px;
  margin-bottom: 20px;
}

.footer-about p {
  font-size: 16px;
  line-height: 1.5;
  max-width: 231px;
}

.footer-links {
  flex: 1;
  min-width: 150px;
}

.footer-links h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 15px;
}

.footer-links a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.69);
  font-size: 16px;
}

.footer-social h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.social-icons {
  display: flex;
  gap: 20px;
}

.social-icons img {
  width: 20px;
  height: 20px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 992px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-about p {
    margin: 0 auto;
  }
}

/* index page end  */
/* about page start */
#hero-about {
  /* padding-top: 120px; */
  padding-bottom: 0;
  text-align: center;
  overflow: visible;
  /* Changed from hidden to visible to allow image overflow */
  position: relative;
}

.hero-background-a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(172deg,
      rgba(255, 255, 255, 0.5) 20.08%,
      rgba(248, 172, 255, 0.5) 55.22%,
      rgba(140, 0, 242, 0.5) 101.01%);
  border-radius: 0 0 19px 19px;
  backdrop-filter: blur(1px);
  z-index: 1;
}

.hero-content-a {
  position: relative;
  z-index: 2;
}

.hero-subtitle-1-a {
  font-size: 26px;
  font-weight: 700;
  color: #050000;
}

.hero-title-a {
  font-size: 42px;
  font-weight: 700;
}

.hero-subtitle-2-a {
  font-size: 26px;
  font-weight: 700;
  color: var(--text-dark);
}

.hero-description-a {
  font-size: 26px;
  color: rgba(2, 0, 0, 0.84);
  max-width: 1029px;
  margin: 0 auto 12px;
}

.hero-image-container-a {
  display: flex;
  justify-content: center;
  z-index: 2;
  position: relative;
}

.hero-image-a {
  max-width: 806px;
  width: 600px;
  height: 300px;
  position: relative;
  transform: translateY(15px);
}

@media (max-width: 768px) {

  /*
  #hero-about {
    padding-top: 100px; 
  }
    */
  .hero-title-a {
    padding-top: 25px;
    font-size: 40px;
    letter-spacing: 4px;
  }

  .hero-subtitle-1-a,
  .hero-subtitle-2-a {
    font-size: 28px;
  }

  .hero-description-a {
    font-size: 20px;
  }

  .hero-image-a {
    max-width: 100%;
    padding: 0;
  }
}

/* CSS for section section:about */
.about-container-a {
  text-align: center;
  max-width: 1200px;
}

.about-title-a {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 30px;
}

.about-description-a {
  font-size: 32px;
  line-height: 1.4;
  color: rgba(2, 0, 0, 0.84);
  margin-bottom: 70px;
}

.about-brand-a {
  font-weight: 600;
}

.about-tagline-a {
  font-size: 36px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .about-title {
    font-size: 40px;
  }

  .about-description-a {
    font-size: 24px;
  }

  .about-tagline-a {
    font-size: 28px;
  }
}

/* CSS for section section:features */
.features-grid-a {
  display: grid;
  gap: 50px;
}

.feature-card-a-even {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 50px;
  align-items: center;
}

.feature-card-a-odd {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 50px;
  align-items: center;
}

.feature-card-a:nth-child(even) .feature-image-a {
  order: 2;
}

.feature-image-a {
  height: 100%;
}

.feature-image-a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 19px;
}

.feature-text-a {
  background: linear-gradient(180deg,
      rgba(203, 168, 251, 0.27) 0%,
      rgba(106, 0, 255, 0.27) 100%);
  border-radius: 12px;
  padding: 40px;
  backdrop-filter: blur(4px);
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-title-a {
  font-size: 36px;
  font-weight: 600;

  margin-bottom: 20px;
}

.feature-description-a {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.5;
  color: #050000;
  margin-bottom: 30px;
  flex-grow: 1;
}

.feature-button-a {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  box-shadow: 0px 7px 14px 0px rgba(12, 3, 3, 0.22);
  color: #050000;
  font-size: 20px;
  padding: 12px 30px;
  text-align: center;
  align-self: flex-start;
  transition: all 0.3s ease;
}

.feature-button-a:hover {
  transform: translateY(-2px);
  box-shadow: 0px 9px 18px 0px rgba(12, 3, 3, 0.28);
}

@media (max-width: 1024px) {
  .feature-card-a {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .feature-card-a:nth-child(even) .feature-image-a {
    order: 0;
  }

  .feature-text-a {
    padding: 30px;
  }

  .feature-description-a {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .feature-card-a {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    /* Explicit row definition */
    gap: 1.5rem;
  }

  .feature-card-a-even,
  .feature-card-a-odd {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .feature-image-a {
    order: 2;
  }

  .feature-text-a {
    order: 1;
    padding: 1.5rem;
  }

  .feature-title-a {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }

  .feature-description-a {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }

  .feature-button-a {
    font-size: 1rem;
    padding: 0.625rem 1.25rem;
  }

  .feature-image-a {
    aspect-ratio: 16/9;
    height: auto;
  }
}

.drives-us-title-a {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}

.drives-us-grid-a {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.drive-card-a {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: stretch;
  border-radius: 18px;
  transition: all 0.3s ease;
  z-index: 1;
}

.drive-card-a::before {
  content: "";
  position: absolute;
  inset: -5px;
  transform: scale(1.05);
  background: rgba(0, 64, 255, 0.27);

  filter: blur(40.347835540771484px);
  --webkit-backdrop-filter: blur(40.35px);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
  border-radius: 21.439px;
}

.drive-card-a:hover::before {
  opacity: 1;
}

.drive-card-a:hover {
  transform: translateY(-10px);
  border: 2px solid rgba(0, 64, 255, 0.27);
}

.drive-card-a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(0, 102, 255, 0.25), transparent 70%);
  border-radius: 50%;
  z-index: -2;
  filter: blur(50px);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s ease;
  animation: blob-bounce-blue 6s infinite ease-in-out;
}

.drive-card-a:hover::after {
  opacity: 1;
}

@keyframes blob-bounce-blue {
  0% {
    transform: translate(-50%, -50%) translate3d(0px, 0px, 0);
  }

  25% {
    transform: translate(-50%, -50%) translate3d(30px, -20px, 0);
  }

  50% {
    transform: translate(-50%, -50%) translate3d(-20px, 30px, 0);
  }

  75% {
    transform: translate(-50%, -50%) translate3d(-30px, -10px, 0);
  }

  100% {
    transform: translate(-50%, -50%) translate3d(0px, 0px, 0);
  }
}

.drive-card-inner-a {
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(9px);
  padding: 40px 30px;
  border-radius: 18px;
}

.drive-icon-a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

.drive-icon-a img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  margin: 0;
  padding: 0;
  display: block;
}

.drive-card-a h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.drive-card-a ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.drive-card-a li {
  font-size: 21px;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .drives-us-grid-a {
    grid-template-columns: 1fr;
  }
}

.horizontal-scroll-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.05) 0%,
      rgba(161, 0, 255, 0.08) 50%,
      rgba(0, 4, 255, 0.05) 100%);
}

/* Sticky wrapper for scroll illusion */
.horizontal-scroll-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.scroll-container {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  display: flex;
  align-items: center;
  touch-action: pan-x;
  cursor: grab;
  position: relative;
}

/* Hide scrollbar cross-browser */
.scrollbar-hide {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scroll-content,
.horizontal-scroll-content {
  display: flex;
  align-items: center;
  height: 100%;
}

.horizontal-scroll-content {
  padding: 2rem 4rem;
  gap: 2rem;
}

.milestone-card {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.53) 0%,
      rgba(161, 0, 255, 0.53) 43.75%,
      rgba(0, 4, 255, 0.53) 79.81%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  width: 18rem;
  min-height: 25rem;
  border-radius: 1.5rem;
  padding: 2rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  overflow: hidden;
  scroll-snap-align: start;
  transition: all 0.4s ease;
}

.milestone-card:hover {
  min-height: 27rem;
  transform: translateY(-1rem);
}

/* Icon background */
.milestone-icon-bg {
  background: linear-gradient(214deg,
      rgba(255, 0, 153, 0.79) 10.24%,
      rgba(64, 0, 255, 0.79) 129.02%);
  filter: drop-shadow(-9px 11px 40.2px rgba(123, 0, 255, 0.34)) blur(0.55px);
}

@media (max-width: 768px) {
  .horizontal-scroll-content {
    padding: 2rem 1rem;
    gap: 1rem;
  }

  .milestone-card {
    width: 16rem;
    min-height: 28rem;
  }

  .milestone-card:hover {
    min-height: 30rem;
  }
}

.scroll-container {
  scroll-snap-type: x mandatory;
}

.milestone-card {
  scroll-snap-align: center;
}

/* css for team */
.overflow-x-auto::-webkit-scrollbar {
  height: 8px;
}

.overflow-x-auto::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.overflow-x-auto::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.overflow-x-auto::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.team-title {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .hero-section-e {
    /* padding-top: 200px; */
    padding-bottom: 60px;
  }

  .hero-content-e h1 {
    font-size: 36px;
  }

  .hero-content-e p {
    font-size: 18px;
  }

  .hero-content-e {
    padding: 20px;
  }
}

/* about us- testinomal section */
.testimonial-slider-container {
  position: relative;
  height: 300px;
  perspective: 1000px;
  margin: 0 auto;
  max-width: 700px;
  padding: 20px;
}

.testimonial-card {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 7.463px;
  padding: 32px;
  transform-origin: 0 0;
  transition: all 0.6s cubic-bezier(0.8, 0.2, 0.1, 0.8);
  cursor: pointer;
  user-select: none;
  background: #ffffff;
  background: linear-gradient(127deg,
      rgba(199, 0, 255, 0.95) 24.05%,
      rgba(38, 0, 255, 0.95) 100.24%);
  border: 0.622px solid #f7f6f6;
  opacity: 0;
  z-index: 1;
  backdrop-filter: blur(13.5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.testimonial-card--current {
  cursor: auto;
  user-select: auto;
  z-index: 10;
  opacity: 1;
  transform: rotate(0) translateX(0) scale(1);
}

.testimonial-card--next {
  z-index: 5;
  transform: translateY(-20px) rotate(2deg) translateX(20px) scale(0.98);
  opacity: 1;
  background: #ffffff;
  background: linear-gradient(127deg,
      rgba(199, 0, 255, 0.47) 24.05%,
      rgba(38, 0, 255, 0.47) 100.24%);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.12);
}

.testimonial-card--out {
  animation: card-out 0.6s cubic-bezier(0.8, 0.2, 0.1, 0.8) forwards;
  z-index: 1;
  opacity: 0;
}

@keyframes card-out {
  0% {
    z-index: 20;
    transform: translateY(0) rotate(0);
    opacity: 1;
  }

  50% {
    transform: translateY(-120%) rotate(-5deg) translateX(-40px);
  }

  80% {
    z-index: 1;
  }

  100% {
    transform: translateY(-40px) rotate(5deg) translateX(40px) scale(0.95);
    opacity: 0;
  }
}

.testimonial-card--current {
  cursor: auto;
  user-select: auto;
  z-index: 10;
  opacity: 1;
  transform: rotate(0) translateX(0) scale(1);
}

/* Navigation styles */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  background: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.slider-arrow:hover {
  transform: translateY(-50%) scale(1.1);
}

.slider-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

.slider-arrow.prev {
  left: -60px;
}

.slider-arrow.next {
  right: -60px;
}

.slider-arrow svg {
  width: 24px;
  height: 24px;
  color: #6b46c1;
}

.slider-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: translateY(-50%);
}

/* Indicator dots */
.indicator-dots {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 8px;
}

.indicator-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e2e8f0;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator-dot.active {
  background: #7c3aed;
  transform: scale(1.2);
}

/* section testonomial end */

/* Contact Section I */
.contact-section {
  padding: 60px 0;
  position: relative;
  margin: 20px 0;
  overflow: hidden;
}

.contact-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("images/43591929f47674d2643bd2250be1fb557c3da7dd.png") no-repeat center center/cover;
  z-index: 1;
  transition: transform 0.5s ease;
}

.contact-section:hover .contact-background {
  transform: scale(1.02);
}

.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 2;
}

.contact-section .container {
  position: relative;
  z-index: 3;
}

.section-title-c {
  font-size: 53px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
  color: #ffffff;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-info {
  color: #ffffff;
  padding: 20px;
}

.contact-info h3 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  position: relative;
}

.contact-info p {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 40px;
  opacity: 0.9;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.contact-details li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 25px;
  font-weight: 600;
  transition: transform 0.3s ease;
  padding: 8px 0;
}

.contact-details li:hover {
  transform: translateX(5px);
}

.contact-details li img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.contact-details li:hover img {
  transform: scale(1.1);
}

.social-icons-c {
  display: flex;
  flex-wrap: wrap;
}

.social-icons-c img {
  width: 88px;
  height: 88px;
  transition: all 0.3s ease;
  filter: grayscale(100%) brightness(0.5);
}

.social-icons-c a:hover img {
  filter: grayscale(0%) brightness(1);
}

.contact-form-wrapper {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  padding: 40px;
  backdrop-filter: blur(3px);
  box-shadow: 7px 12px 27px 0px rgba(150, 34, 232, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-form-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 7px 17px 37px 0px rgba(150, 34, 232, 0.44);
}

.contact-form-wrapper h3 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.contact-form-wrapper h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, #ff01da, #a100ff, #0c00f2);
}

.contact-form-wrapper .form-group {
  margin-bottom: 20px;
  position: relative;
}

.contact-form-wrapper input,
.contact-form-wrapper textarea,
.contact-form-wrapper .select-wrapper {
  width: 100%;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0.24) 16.35%,
      rgba(255, 255, 255, 0.03) 100%);
  border: none;
  border-radius: 5px;
  font-size: 24px;
  color: #f7f6f6;
  box-sizing: border-box;
  font-weight: 700;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus,
.contact-form-wrapper select:focus {
  outline: none;
  border-color: rgba(161, 0, 255, 0.5);
  box-shadow: 0 0 0 2px rgba(161, 0, 255, 0.2);
}

.contact-form-wrapper input,
.contact-form-wrapper textarea {
  padding: 15px 20px;
}

.contact-form-wrapper ::placeholder {
  color: #f7f6f6;
  opacity: 0.8;
}

.contact-form-wrapper textarea {
  min-height: 153px;
  resize: vertical;
}

.select-wrapper {
  position: relative;
  background: rgba(0, 0, 0, 0.3);

  border-radius: 5px;
  backdrop-filter: blur(5px);
}

.select-wrapper select {
  width: 100%;
  padding: 15px 20px;
  border: none;
  background: transparent;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.select-wrapper select:invalid {
  color: rgba(255, 255, 255, 0.7);
}

.select-wrapper select option {
  background: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  padding: 12px;
  font-weight: 700;
  /* for dropdown chrome doesnt support color selection option for hovering  appearance:none */
}

.select-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  pointer-events: none;
  transition: transform 0.3s ease;
}

.select-wrapper:hover .select-arrow {
  transform: translateY(-50%) scale(1.1);
}

.contact-form-wrapper button[type="submit"] {
  width: 100%;
  padding: 15px;
  background-color: rgba(145, 98, 168, 0.85);
  border: none;
  border-radius: 28px;
  color: #f7f6f6;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}

.contact-form-wrapper button[type="submit"]::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: 0.5s;
}

.contact-form-wrapper button[type="submit"]:hover {
  background-color: rgba(145, 98, 168, 0.85);
}

.contact-form-wrapper button[type="submit"]:hover::before {
  left: 100%;
}

@media (max-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .contact-info h3 {
    font-size: 40px;
  }

  .contact-info p {
    font-size: 20px;
  }

  .contact-form-wrapper {
    margin-top: 20px;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .section-title-c {
    font-size: 42px;
    margin-bottom: 40px;
  }

  .contact-info h3 {
    font-size: 32px;
  }

  .contact-details li {
    font-size: 20px;
  }

  .social-icons-c img {
    width: 70px;
    height: 70px;
  }

  .contact-form-wrapper {
    padding: 30px;
  }

  .contact-form-wrapper h3 {
    font-size: 32px;
  }

  .contact-form-wrapper input,
  .contact-form-wrapper textarea,
  .contact-form-wrapper select {
    font-size: 20px;
  }
}

/* ewaste management stles */

/* CSS for section section:sustainability-focus */
.sustainability-focus-section {
  padding: 20px 0;
}

.sustainability-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.sustainability-image-wrapper {
  flex: 1;
  max-width: 555px;
  display: flex;
  align-items: stretch;
  height: 100%;
}

.sustainability-image-wrapper img {
  width: 100%;
  height: 630px;
  object-fit: cover;
}

.sustainability-text-wrapper {
  flex: 1;
}

.sustainability-text-wrapper h3 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}

.sustainability-text-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 0;
}

.sustainability-text-wrapper li {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.sustainability-text-wrapper li img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  flex-shrink: 0;
}

.sustainability-text-wrapper li p {
  font-size: 32px;
  font-weight: 400;
  color: var(--text-color-secondary);
  line-height: 1.2;
  margin: 0;
  align-self: center;
}

.sustainability-cta {
  display: inline-block;
  margin-top: 20px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 12px 40px;
  font-size: 22px;
  color: #050000;
  box-shadow: 0px 7px 14px 0px rgba(12, 3, 3, 0.22);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sustainability-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0px 10px 20px 0px rgba(12, 3, 3, 0.25);
}

@media (max-width: 992px) {
  .sustainability-content {
    flex-direction: column;
  }

  .sustainability-text-wrapper {
    text-align: left;
  }

  .sustainability-text-wrapper li {
    justify-content: left;
  }
}

@media (max-width: 768px) {
  .sustainability-text-wrapper h3 {
    font-size: 28px;
  }

  .sustainability-text-wrapper li p {
    font-size: 24px;
  }

  .sustainability-text-wrapper li img {
    width: 50px;
    height: 50px;
  }
}

/* CSS for section section:services */

.services-section-e {
  padding: 80px 0;
  background: #fafafa;
}

.section-title-e {
  text-align: center;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 4rem;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}

.services-grid-e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 2rem;
  margin-top: 0;
}

.service-card-e {
  background: linear-gradient(180deg,
      #ffffff 97.12%,
      rgba(144, 0, 255, 0.59) 100%);
  border: 1px solid #f0f0f0;
  border-radius: 24px;
  overflow: hidden;
  text-align: left;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: relative;
}

.service-card-e:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(144, 0, 255, 0.15);
}

.card-image-wrapper-e {
  position: relative;
  height: 180px;
}

.card-bg-e {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: transform 0.3s ease;
}

.service-card-e:hover .card-bg-e {
  transform: scale(1.05);
}

.card-icon-bg-e {
  position: absolute;
  bottom: -51px;
  left: 50%;
  transform: translateX(-50%);
  width: 103px;
  height: 103px;
  z-index: 1;
}

.card-icon-e {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  object-fit: cover;
  z-index: 2;
}

.card-content-e {
  padding: 60px 20px 28px;
  position: relative;
  z-index: 3;
}

.card-content-e h3 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  text-align: center;

  letter-spacing: -0.02em;
  color: #1a1a1a;
}

.card-content-e ul {
  display: flex;
  flex-direction: column;

  list-style: none;
}

.card-content-e li {
  font-size: clamp(0.9rem, 1.8vw, 1.1rem);
  color: var(--text-color-secondary);
  line-height: 1.6;
  padding-left: 1.5em;
  position: relative;
  transition: color 0.2s ease;
}

.card-content-e li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #000;
  font-weight: bold;
  font-size: 1.2em;
}

.service-card-e:hover .card-content-e li {
  color: #555;
}

@media (max-width: 768px) {
  .services-section-e {
    padding: 60px 0;
  }

  .container {
    padding: 0 16px;
  }

  .services-grid-e {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .service-card-e {
    border-radius: 20px;
  }

  .card-image-wrapper-e {
    height: 180px;
  }

  .card-content-e {
    padding: 70px 20px 28px;
  }
}

@media (max-width: 480px) {
  .services-section-e {
    padding: 40px 0;
  }

  .card-image-wrapper-e {
    height: 160px;
  }

  .card-icon-bg-e {
    width: 90px;
    height: 90px;
    bottom: -45px;
  }

  .card-icon-e {
    width: 70px;
    height: 70px;
    bottom: -35px;
  }

  .card-content-e {
    padding: 60px 16px 24px;
  }
}

@media (min-width: 1400px) {
  .services-grid-e {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-card-e {
    transition: none;
  }

  .card-bg-e {
    transition: none;
  }

  .service-card-e:hover {
    transform: none;
  }

  .service-card-e:hover .card-bg-e {
    transform: none;
  }
}

.service-card-e:focus {
  outline: 2px solid #9000ff;
  outline-offset: 2px;
}

/* apple for smart enterprises */
/* CSS for section section:productivity */
.productivity-card {
  flex: 0 0 300px;
  max-width: 400px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(182, 120, 227, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.sustainability-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(140, 0, 242, 0.15);
  background: rgba(255, 255, 255, 0.9);
}

.productivity-section .section-title {
  font-size: 43px;
  font-weight: 600;
  line-height: 1.38;
  margin-bottom: 40px;
}

.productivity-content {
  display: flex;
  align-items: center;
  gap: 60px;
}

.productivity-image {
  flex: 1;
  max-width: 528px;
}

.productivity-image img {
  border-radius: 26px;
  width: 100%;
}

.productivity-details {
  flex: 1;
}

.productivity-details p {
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: -0.53px;
  margin-bottom: 30px;
}

.productivity-details ul {
  margin-bottom: 40px;
}

.productivity-details li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.productivity-details li img {
  width: 31px;
  height: 31px;
}

.productivity-details .btn-secondary {
  font-size: 26px;
  padding: 20px 40px;
}

@media (max-width: 992px) {
  .productivity-content {
    flex-direction: column;
  }

  .productivity-section .section-title {
    text-align: center;
  }

  .productivity-card {
    padding: 30px;
  }
}

.glass-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}

.glass-card-light {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}

.glass-card-subtle {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 24px 0 rgba(31, 38, 135, 0.2);
}

.animate-float {
  animation: float 6s ease-in-out infinite;
}

.animate-float-delayed {
  animation: float 6s ease-in-out infinite;
  animation-delay: -3s;
}

.animate-slide-up {
  animation: slideUp 0.8s ease-out forwards;
  opacity: 0;
  transform: translateY(30px);
}

.animate-fade-in {
  animation: fadeIn 1s ease-out forwards;
  opacity: 0;
}

.animate-scale-in {
  animation: scaleIn 0.6s ease-out forwards;
  opacity: 0;
  transform: scale(0.9);
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes scaleIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.hover-lift {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px 0 rgba(31, 38, 135, 0.5);
}

.hover-glow {
  transition: all 0.3s ease;
  position: relative;
}

.hover-glow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background: linear-gradient(45deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.hover-glow:hover::before {
  opacity: 1;
}

.btn-enhanced {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn-enhanced::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 ease;
}

.btn-enhanced:hover::before {
  left: 100%;
}

.icon-bounce {
  transition: transform 0.2s ease;
}

.icon-bounce:hover {
  transform: scale(1.1);
}

.bg-gradient-subtle {
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0.05) 100%);
}

.bg-gradient-card {
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.15) 0%,
      rgba(255, 255, 255, 0.08) 100%);
}

.stagger-1 {
  animation-delay: 0.1s;
}

.stagger-2 {
  animation-delay: 0.2s;
}

.stagger-3 {
  animation-delay: 0.3s;
}

.stagger-4 {
  animation-delay: 0.4s;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

.text-shadow-subtle {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .glass-card {
    backdrop-filter: blur(15px);
  }
}

.will-change-transform {
  will-change: transform;
}

.will-change-opacity {
  will-change: opacity;
}

/* Accessibility Enhancements */
.focus-visible:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {

  .animate-float,
  .animate-float-delayed,
  .animate-slide-up,
  .animate-fade-in,
  .animate-scale-in {
    animation: none;
  }

  .hover-lift:hover {
    transform: none;
  }
}

/* CSS for section section:how-we-do-it */

.how-subtitle {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 149.73%;
  /* 38.93px */
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-left: 40px;
  gap: 80px;
  position: relative;
  z-index: 2;
}

.how-card-wrapper {
  position: relative;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.how-card-wrapper:hover {
  transform: translateY(-8px);
}

.how-card {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  padding: 40px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: visible;

  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  min-height: auto;
}

.how-card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30%;
  right: -20px;
  bottom: -50px;
  background: var(--card-color);
  filter: blur(30px);
  opacity: 0.15;
  border-radius: 20px;
  z-index: -1;
  transition: opacity 0.3s ease;
}

.how-card.card-1 {
  --card-color: #ff0000;
}

.how-card.card-2 {
  --card-color: #ff5e00;
}

.how-card.card-3 {
  --card-color: #5400fd;
}

.how-card.card-4 {
  --card-color: #0040ff;
}

.how-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.how-card:hover::before {
  opacity: 0.15;
  /* same as default */
  bottom: -50px;
  /* same as default */
}

/* SVG Border Animation Container */
.border-animation-container {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;

  pointer-events: none;
  z-index: 1;
}

.border-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.border-line {
  stroke-width: 1;
  stroke-linecap: round;
  filter: drop-shadow(0 0 8px currentColor);
  opacity: 0.9;
}

.card-1 .border-line {
  stroke: #ff0000;
}

.card-2 .border-line {
  stroke: #ff5e00;
}

.card-3 .border-line {
  stroke: #5400fd;
}

.card-4 .border-line {
  stroke: #0040ff;
}

.how-icon {
  height: 80px;
  margin-bottom: 20px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  position: relative;
  z-index: 3;
}

.how-card:hover .how-icon {
  transform: scale(1.05) rotate(2deg);
}

.how-card-title {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 15px;
  transition: color 0.3s ease;
  position: relative;
  z-index: 3;

  text-align: center;
}

.how-card-desc {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  position: relative;
  z-index: 3;

  text-align: center;
}

.how-number-circle {
  position: absolute;
  top: -47.5px;
  left: -35px;
  width: 95px;
  height: 95px;
  background-color: #fffefe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 41px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.95);
  z-index: 4;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.how-card-wrapper:hover .how-number-circle {
  transform: scale(1.1) rotate(5deg);
}

.how-number-circle.circle-1 {
  box-shadow: 7px 6px 21px 0px rgba(255, 0, 0, 0.5);
}

.how-number-circle.circle-2 {
  box-shadow: 7px 6px 21px 0px rgba(255, 94, 0, 0.5);
}

.how-number-circle.circle-3 {
  box-shadow: 7px 6px 30px 0px rgba(84, 0, 253, 0.5);
}

.how-number-circle.circle-4 {
  box-shadow: 7px 6px 15px 0px rgba(0, 64, 255, 0.5);
}

@media (max-width: 1200px) {
  .how-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 60px;
  }
}

@media (max-width: 768px) {
  .how-title {
    font-size: 36px;
  }

  .how-subtitle {
    font-size: 18px;
    margin-bottom: 60px;
  }

  .how-grid {
    grid-template-columns: 1fr;
    gap: 80px;
  }

  .how-card-wrapper {
    max-width: 400px;
    margin: 0 auto;
  }
}

.how-card-wrapper {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.how-card-wrapper:nth-child(1) {
  animation-delay: 0.1s;
}

.how-card-wrapper:nth-child(2) {
  animation-delay: 0.2s;
}

.how-card-wrapper:nth-child(3) {
  animation-delay: 0.3s;
}

.how-card-wrapper:nth-child(4) {
  animation-delay: 0.4s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Performance optimizations */
.border-svg,
.border-line {
  will-change: transform;
}

/* Reduce 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;
  }
}

.hero-image-s {
  max-width: 906px;
  width: 700px;
  height: 300px;
  position: relative;
  transform: translateY(22px);
}

/* Services Section */

/* Horizontal Scroll Container */
.horizontal-wrapper {
  height: 70vh;
  display: flex;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
}

.horizontal-container {
  display: flex;
  gap: 44px;
  padding: 0 20px;
  will-change: transform;
  align-items: center;
  position: relative;
}

.service-card-s {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.37) 19.71%,
      rgba(234, 197, 255, 0.33) 53.37%,
      rgba(174, 35, 255, 0.23) 100%);
  border-radius: 12px;
  backdrop-filter: blur(13px);
  padding: 20px 0;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.service-card-s:hover {
  transform: translateY(-5px);
  box-shadow: var(--card-shadow);
}

.service-icon-s {
  width: 81px;
  height: 81px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card-title-s {
  font-size: clamp(1.25rem, 2vw, 1.625rem);
  font-weight: 600;
  padding: 5px;
  color: var(--text-dark);
}

.service-card-desc-s {
  font-size: clamp(1rem, 1.5vw, 1.3125rem);
  line-height: 1.4;
  color: var(--text-light);
  padding: 10px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.service-card-button-s {
  font-size: 21px;
  font-weight: 700;
  color: #f7f6f6;
  background-color: #9622e8;
  border-radius: 8px;
  padding: 6px 0;
  width: 290px;
}

.scroll-arrow {
  animation: slideRight 2s infinite;
}

@keyframes slideRight {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }

  40% {
    transform: translateX(10px);
  }

  60% {
    transform: translateX(5px);
  }
}

/* Mobile hover states */
@media (hover: none) {
  .service-card-s:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  }

  .service-card-button-s:hover {
    transform: none;
    background-color: var(--primary-color);
  }
}

/* Responsive Adjustments */
@media (max-width: 1400px) {
  .horizontal-container {
    gap: 30px;
  }

  .service-card-s {
    width: 380px;
    min-width: 380px;
  }
}

@media (max-width: 1024px) {
  .service-card-s {
    width: 320px;
    min-width: 320px;
    height: 450px;
    padding: 25px;
  }

  .horizontal-container {
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .service-card-s {
    width: 280px;
    min-width: 280px;
    height: 420px;
    padding: 20px;
  }

  .horizontal-container {
    gap: 20px;
    padding: 0 15px;
  }

  .service-card-button-s {
    width: 200px;
  }
}

@media (max-width: 480px) {
  .service-card-s {
    width: 260px;
    min-width: 260px;
    height: 400px;
  }

  .horizontal-container {
    gap: 15px;
  }

}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  gap: 50px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1200px) {
  .solution-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 60px;
  }
}

@media (max-width: 768px) {
  .how-title {
    font-size: 36px;
  }

  .how-subtitle {
    font-size: 18px;
    margin-bottom: 60px;
  }

  .solution-grid {
    grid-template-columns: 1fr;
    gap: 80px;
  }

  .how-card-wrapper {
    max-width: 400px;
    margin: 0 auto;
  }
}