: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%
  );
}

html {
  scroll-behavior: smooth;
}


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

.main-section {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

section {
  /* padding-top: 40px;
  padding-bottom: 40px; */
  overflow: hidden;
}

.section-title {
  font-family: "Inter", sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 600;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.2;
}

.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  #mobileNav {
  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;
  /* overflow: visible;     writed just for overflow of tco */
}

.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: 520px;
  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));
  align-items: stretch;
  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: 330px;

  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 .product-button2 {
  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;
  }
}

@media (max-width: 768px) {
  #products-2 .product-card {
    height: 350px;
  }
}

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

.scroll-track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  will-change: transform;
  animation: scrollLinear 20s linear infinite;
}

@keyframes scrollLinear {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Disable scrollbars */
.certifications-container {
  overflow: hidden;
}

/* Ensure slides do not wrap */
.certifications-grid {
  display: flex;
  gap: 24px;
}

.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.8s;
  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,
  #clients {
    margin: 15px 0;
    border-radius: 20px;
  }

  .partners-container,
  .clients-container {
    flex-direction: column;
    gap: 25px;
    padding: 25px;
  }

  .partners-logos,
  .clients-text {
    border-left: none;
    padding-left: 0;
    width: 100%;
  }

  .clients-container {
    flex-direction: column-reverse;
  }

  .partners-title,
  .clients-title {
    font-size: 32px;
    margin-bottom: 15px;
    text-align: center;
  }

  .partners-subtitle,
  .clients-subtitle {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
  }

  .partners-description,
  .clients-description {
    font-size: 16px;
    text-align: center;
  }

  .logo-scroll-wrapper {
    padding: 15px 0;
  }

  .logo-item {
    height: 35px;
  }

  .logo-row {
    gap: 30px;
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .partners-container,
  .clients-container {
    padding: 20px 15px;
  }

  .partners-title,
  .clients-title {
    font-size: 28px;
  }

  .partners-subtitle,
  .clients-subtitle {
    font-size: 20px;
    padding: 0 20px;
  }

  .partners-description,
  .clients-description {
    font-size: 15px;
    padding: 0 10px;
  }

  .logo-item {
    height: 30px;
  }

  .logo-row {
    gap: 25px;
  }
}

@media (max-width: 400px) {
  .partners-title,
  .clients-title {
    font-size: 24px;
  }

  .partners-subtitle,
  .clients-subtitle {
    font-size: 18px;
    padding: 0;
  }

  .logo-item {
    height: 25px;
  }

  .logo-row {
    gap: 20px;
  }

  @media (max-width: 350px) {
    .partners-title,
    .clients-title {
      font-size: 22px;
    }

    .logo-item {
      height: 20px;
    }

    .logo-row {
      gap: 15px;
    }
  }
}


/* 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-around;
  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: 80px;
  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-subtitle-2-a {
  font-size: 42px;
  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-description-c {
  font-size: 21px;
  color: rgba(2, 0, 0, 0.84);
  max-width: 1029px;
  margin: 0 auto 12px;
}


.hero-description-b {
  font-size: 18px;
  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: 60px;
    
  }

  .hero-title-a {
    padding-top: 25px;
    font-size: 40px;
    
  }
  .hero-subtitle-1-a,
  .hero-subtitle-2-a {
    font-size: 28px;
    padding-top: 20px;
  }
  .hero-description-a {
    font-size: 20px;
  }
  .hero-image-a {
    max-width: 100%;
    padding: 0;
  }
  .hero-image-s {
    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;
  }
}

/* milestone card section start */
.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: auto;
  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: flex-end; /* Changed from center to flex-end for proper card alignment */
}

.horizontal-scroll-content {
  /* CRITICAL FIX: Add substantial right padding to ensure last cards are fully visible */
  padding: 6rem 40vw 6rem 4rem; /* Increased right padding from 4rem to 40vw */
  gap: 2rem;
  /* Ensure content doesn't collapse */
  min-height: 35rem;
}

.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: center; /* Changed from start to center for better positioning */
  transition: all 0.4s ease;
  /* Ensure cards maintain their position */
  margin-bottom: 2rem;
}

.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);
}
.horizontal-scroll-section,
.horizontal-scroll-content,
.scroll-container {
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

/* Ensure last cards are fully visible on mobile */
@media (max-width: 768px) {
  .horizontal-scroll-content {
    padding: 2rem 50vw 2rem 1rem; /* Even more right padding on mobile */
    gap: 1rem;
    min-height: 32rem;
  }

  .milestone-card {
    width: 16rem;
    min-height: 28rem;
  }

  .milestone-card:hover {
    min-height: 30rem;
  }
}

/* Tablet adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
  .horizontal-scroll-content {
    padding: 6rem 45vw 6rem 3rem;
  }
}

/* Smooth scroll snap behavior */
.scroll-container {
  scroll-snap-type: x mandatory;
  scroll-padding: 0 20vw 0 0; /* Add scroll padding to account for viewport edge */
}

.milestone-card {
  scroll-snap-align: center;
  scroll-margin-right: 5rem; /* Add margin to prevent snap cutting off content */
}

/* Optional: Add visual indicator for more content */
.horizontal-scroll-section::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.horizontal-scroll-section.has-more-content::after {
  opacity: 1;
}

/* Ensure proper z-index stacking */
.milestone-card {
  z-index: 1;
}

.milestone-card:hover {
  z-index: 2;
}

/* css for team */

.team-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  text-align: center;

  color: #333;
  letter-spacing: -0.02em;
}

.team-container {
  padding: 2rem 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.team-container::-webkit-scrollbar {
  display: none;
}

.team-list {
  display: flex;
  gap: 2rem;
  min-width: max-content;

  list-style: none;
}

.team-card {
  position: relative;
  height: 28rem;
  width: 10.5rem;
  flex-shrink: 0;
  border-radius: 1.5rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.team-card:hover {
  width: 18rem;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
  z-index: 10;
}

.card-background {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-card:hover .card-background {
  transform: scale(1.1);
}

.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
  transition: all 0.5s ease;
}

.team-card:hover .card-overlay {
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.6) 30%,
    rgba(0, 0, 0, 0.9) 100%
  );
}

.card-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  color: white;
}

.vertical-name {
  position: absolute;
  bottom: 8rem;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  white-space: nowrap;
  text-transform: uppercase;
}

.team-card:hover .vertical-name {
  opacity: 0;
  transform: translateX(-50%) translateY(-20px); /* smooth hover fade-up */
}

.horizontal-content {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.1s;
}

.team-card:hover .horizontal-content {
  opacity: 1;
  transform: translateY(0);
}

.member-name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

.member-role {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.member-description {
  font-size: 0.95rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.card-link {
  position: absolute;
  inset: 0;
  z-index: 5;
}

/* Responsive design */
@media (max-width: 1024px) {
  .container {
    padding: 0 1.5rem;
  }

  .team-list {
    gap: 1rem;
    padding: 0 1rem;
  }

  .team-card {
    width: 7rem;
    height: 24rem;
  }

  .team-card:hover {
    width: 18rem;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }

  .team-container {
    padding: 1.5rem 0;
    overflow-x: auto;
  }

  .team-list {
    gap: 1rem;
    padding: 0 0.5rem;
  }

  .team-card {
    width: 6rem;
    height: 20rem;
  }

  .team-card:hover {
    width: 16rem;
  }

  .vertical-name {
    font-size: 0.9rem;
    bottom: 3rem;
  }

  .member-name {
    font-size: 1.5rem;
  }

  .member-role {
    font-size: 1rem;
  }

  .member-description {
    font-size: 0.9rem;
  }

  .card-content {
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .team-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .team-container {
    padding: 1rem 0;
  }

  .team-card {
    width: 5rem;
    height: 18rem;
  }

  .team-card:hover {
    width: 14rem;
  }

  .vertical-name {
    font-size: 0.8rem;
    bottom: 2.5rem;
    letter-spacing: 0.05em;
  }

  .member-name {
    font-size: 1.3rem;
  }

  .member-role {
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
  }

  .member-description {
    font-size: 0.85rem;
    line-height: 1.5;
  }

  .card-content {
    padding: 1rem;
  }
}

@media (max-width: 360px) {
  .team-card {
    width: 3rem;
    height: 16rem;
  }

  .team-card:hover {
    width: 13rem;
  }

  .vertical-name {
    font-size: 0.75rem;
  }

  .member-name {
    font-size: 1.2rem;
  }
}

@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: calc(100% - 40px);
  height: auto;
  min-height: 300px;
  border-radius: 7.463px;
  padding: 20px;
  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);
}

@media (max-width: 768px) {
  .testimonial-slider-container {
    padding: 10px;
    min-height: 400px;
  }

  .testimonial-card {
    padding: 15px;
  }

  .testimonial-card p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .slider-arrow.prev {
    left: 10px;
  }

  .slider-arrow.next {
    right: 10px;
  }
}

/* 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;
   padding-left: 0;
}
@media (min-width: 640px) {
  .social-icons-c {
    padding-left: 50px; 
  }
}

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

.sustainability-image-wrapper {
  flex: 1;
  max-width: 555px;
  display: flex;
  align-items: stretch;
  height: 100%;
  width: 100%;
}

.sustainability-image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.sustainability-text-wrapper {
  flex: 1;
}
.sustainability-text-wrapper h3 {
  font-size: 32px;
  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: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}
.sustainability-text-wrapper li p {
  font-size: 22px;
  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: 40px 0;
  
}

.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: 0 40px;
  gap: 70px;
  align-items: stretch;
  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: 20px 10px 20px 10px;
  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);
  height: 100%;
  min-height: 350px;
}

.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;
  bottom: -50px;
}

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

/* max-width: 806px;   width: 600px;  */
.hero-image-s {
  max-width: 100%;
  width: 600px;
  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-title-j {
  font-size: clamp(1.17rem, 2vw, 1rem);
  font-weight: 600;
  padding: 6px;
  color: var(--text-dark);
}
.service-card-title-b {
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 800;
  padding: 2px;
  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-desc-a {
  font-size: clamp(1.rem, 2vw, 1rem);
  font-weight: 500;
  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;
  }
}

/* CSS for section section:tco-calculator */
#tco-calculator {
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.28) 16.35%,
      rgba(84, 78, 78, 0.03) 100%
    ),
  url("../images/tco-table-background.png") no-repeat center center;
  background-size: cover;
  border-radius: 26px;
  backdrop-filter: blur(10px);
  padding: clamp(3rem, 6vw, 5rem);
  margin: 2rem auto;
  max-width: 1400px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tco-calculator-container h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--color-white);
  text-align: center;
  margin-bottom: 2.5rem;
  letter-spacing: -0.02em;
}
.tco-table-wrapper {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.11) 16.35%,
    rgba(255, 255, 255, 0.02) 100%
  );

  border-radius: 24px;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  box-shadow: inset 0 0 20px rgba(115, 51, 226, 0.1);
  backdrop-filter: blur(10px);
}



.tco-table {
  color: var(--color-white);
}
.tco-header {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.02em;
  padding: 0.75rem 0;
}

.tco-header-row {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1rem;

  padding: 0.5rem 0;
}
.tco-header.tco-cell-factors {
  text-align: left;
}
.tco-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  position: relative;
}
.tco-row:hover {
  background: rgba(115, 51, 226, 0.1);
}
.tco-row:last-child {
  border-bottom: none;
}
.tco-row::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(115, 51, 226, 0.2), transparent);
  bottom: 0;
}
.tco-cell {
  padding: clamp(1rem, 2vw, 1.75rem);
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  line-height: 1.6;
  letter-spacing: 0.01em;
}
.tco-cell-factors {
  font-weight: 600;
}
.tco-table .tco-cell:not(.tco-cell-factors) {
  text-align: center;
  font-weight: 500;
}

@media (max-width: 1024px) {
  #tco-calculator {
    padding: 40px 20px;
  }
  .tco-table-wrapper {
    padding: 20px;
  }
  .tco-header {
    font-size: 32px;
  }
  .tco-cell {
    font-size: 24px;
    padding: 15px 10px;
  }
}
@media (max-width: 768px) {
  .tco-calculator-container h2 {
    font-size: 30px;
  }
  .tco-header {
    font-size: 1rem;
    padding-bottom: 1rem;
  }
  .tco-cell {
    font-size: 0.875rem;
    padding: 0.75rem 0.5rem;
  }
  .tco-table-wrapper {
    padding: 1rem;
    margin: 0 -1rem;
    border-radius: 16px;
  }
  .tco-row {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 0.5rem;
  }
}



/* CSS for section section:tco-matters */
#tco-matters {
  margin: 2rem auto;
  position: relative;
  z-index: 1;
}

.tco-matters-container {
  text-align: center;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 2rem;
}
.tco-matters-container h2 {
  font-size: 43px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
  position: relative;
}
.heading-underline {
  margin: 0 auto 40px;
  filter: blur(28px);
  height: 14px;
  width: 100%;
  max-width: 200px;
  display: block;
}
.tco-matters-container p {
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--color-text-primary);
  margin-bottom: 3rem;
  max-width: 65ch;
  margin-left: auto;
  margin-right: auto;
}
.tco-matters-container p strong {
  font-weight: 600;
}

@media (max-width: 768px) {
  .tco-matters-container h2 {
    font-size: 32px;
  }
  .tco-matters-container p {
    font-size: 24px;
  }
}

/* apple main page styles */

/* Base styles */
.feature-title,
.feature-description,
.support-title,
.support-description {
  font-family: var(--font-secondary);
}

.solution-title,
.solution-description {
  font-family: var(--font-primary);
}

/* Fade in animation */
@keyframes slideUpFade {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-content img {
  animation: slideUpFade 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  opacity: 0;
  will-change: transform, opacity;
}

/* Grid alignment fixes */
.features-grid2,
.solutions-container,
.support-grid,
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  justify-items: stretch;
  align-items: stretch;
}

.solutions-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  justify-items: center;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

/* Prevent shadow overlap */
.feature-card2 {
  position: relative;
  z-index: 1;
}

.feature-card2:hover {
  z-index: 10;
}

/* Mobile responsive */
@media (max-width: 1200px) {
  .features-grid2,
  .solutions-container,
  .support-grid,
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .hero-image-container-a {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
  }

  .hero-image-container-a img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
  }

  .features-grid2,
  .solutions-container,
  .support-grid,
  .products-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .feature-description,
  .solution-description,
  .support-description {
    font-size: 1rem;
  }

  .feature-card2 {
    padding: 1.25rem;
    min-height: unset;
  }

  .feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
  }

  .feature-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }

  .feature-description {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

@media (max-width: 480px) {
  section {
    padding: 2rem 0;
  }
  .container,
  .container-2 {
    padding: 0 1rem;
  }
  .features-grid2,
  .solutions-container,
  .support-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .feature-card2 {
    min-height: auto;
    padding: 1rem;
  }
  .feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
  }
}

.intro-text {
  font-size: clamp(3rem, 4vw, 3rem);
  line-height: 5;
  text-align: center;
  max-width: 1060px;
  margin: 0 auto;
  padding: 40px 0;
  color: var(--color-text-dark);
  letter-spacing: -0.01em;
}

.features-grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: start;
}

.features-grid2 .feature-card2:nth-child(3) {
  grid-column: 1 / -1;
  max-width: 697px;
  justify-self: center;
  align-items: center;
}

.features-grid2 .feature-card2:nth-child(6n + 4),
.features-grid2 .feature-card2:nth-child(6n + 5) {
  grid-column: span 1;
}

.features-grid2 .feature-card2:nth-child(6n + 6) {
  grid-column: 1 / -1;
  max-width: 697px;
  justify-self: center;
  align-items: center;
}

@media (max-width: 768px) {
  .features-grid2 {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .features-grid2 .feature-card2:nth-child(n) {
    grid-column: 1;
    max-width: 100%;
  }
}

.feature-card2 {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 2rem;
  backdrop-filter: blur(8px);
  box-shadow: 0 20px 40px rgba(115, 51, 226, 0.12);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  min-height: 240px;
  will-change: transform;

  position: relative;
  isolation: isolate;
}

@media (max-width: 768px) {
  .feature-card2 {
    min-height: auto;
    padding: 1.25rem;
    gap: 0.75rem;
  }
}

.feature-card2:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 64px 48px 72px 0 rgba(115, 51, 226, 0.25);
  border-color: rgba(255, 255, 255, 0.2);
}

.feature-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 24px;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
  transition: transform 0.3s ease;
}

.feature-card2:hover .feature-icon {
  transform: scale(1.1) translateY(-5px);
}

.feature-title {
  font-size: clamp(1.125rem, 1.75vw, 1.375rem);
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-text-dark);
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.feature-description {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  line-height: 1.5;
  color: var(--color-text-dark);
  letter-spacing: 0;
  opacity: 0.9;
}

/* Solutions Section */
#section-solutions {
  padding: var(--section-padding) 0;
  background: var(--color-background);
}

.solutions-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(1.5rem, 4vw, 2rem);
  justify-items: center;
}

.solution-card {
  background: rgba(221, 221, 221, 0.95);
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.solution-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  background: #c681f4;
}

.solution-image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 250px;
  transition: transform 0.4s ease;
}

.solution-card:hover .solution-image-container img {
  transform: scale(1.05);
}

.solution-content {
  padding: clamp(1.2rem, 3vw, 1rem);
}

.solution-title {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--color-text-dark);
}

.solution-description {
  font-size: clamp(0.7rem, 2vw, 1rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--color-text-light);
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1.5rem, 4vw, 2rem);
  padding-bottom: 25px;
}

.support-card {
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 12px 36px rgba(31, 38, 135, 0.12);
  transition: all 0.3s ease-in-out;
  backdrop-filter: blur(8px);
}

.support-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 45px rgba(115, 51, 226, 0.2);
  background: rgba(255, 255, 255, 0.5);
}

.support-icon {
  width: clamp(48px, 8vw, 70px);
  height: clamp(48px, 8vw, 70px);
  object-fit: contain;
  margin-bottom: 1.25rem;
  transition: transform 0.3s ease;
}

.support-card:hover .support-icon {
  transform: scale(1.1);
}

.support-title {
  font-size: clamp(1.125rem, 3vw, 1.625rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  color: var(--color-text-dark);
  letter-spacing: -0.01em;
}

.support-description {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 1.4;
  color: var(--color-text-light);
}

.product-button2 {
  display: inline-block;
  width: 100%;
   padding: 8px ;
  /* margin-bottom: 1rem;  */
  background: #fff;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #000;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0) scale(1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.feature-card2.full-width {
  grid-column: 1 / -1;
  max-width: 697px;
  justify-self: center;
  text-align: center;
  align-items: center;
  margin: 0 auto;
}

/* Add text-right alignment for feature cards */
.feature-card2.text-right {
  text-align: right;
  align-items: flex-end;
}

/* Move icon to right for text-right cards */
.feature-card2.text-right .feature-icon {
  align-self: flex-end;
  margin-left: auto;
}

/* For mobile, keep consistent alignment */
@media (max-width: 768px) {
  .feature-card2.text-right {
    text-align: center;
    align-items: center;
  }

  .feature-card2.text-right .feature-icon {
    align-self: center;
    margin-left: 0;
  }
}

/* Apple Smart Epp  animations and styles */

.smartepp-benefits {
  position: relative;
  overflow: hidden;
}

.smartepp-benefits::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(238, 232, 255, 0.3) 100%
  );
  pointer-events: none;
}

.smartepp-benefit-item {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.smartepp-benefit-item.animate {
  opacity: 1;
  transform: translateX(0);
}

.blur-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: radial-gradient(
    ellipse at center,
    rgba(119, 51, 255, 0.15) 0%,
    rgba(193, 67, 251, 0.1) 50%,
    transparent 100%
  );
  border-radius: 50%;
  filter: blur(60px);
  z-index: -1;
  animation: pulse 4s ease-in-out infinite;
}

/* Custom gradient circle as specified */
.gradient-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(
    126deg,
    rgba(255, 255, 255, 0.53) 7.99%,
    rgba(159, 84, 213, 0.53) 37.36%,
    rgba(149, 0, 255, 0.53) 58.05%
  );
  backdrop-filter: blur(2.44px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 8px 16px rgba(149, 0, 255, 0.25);
}

.gradient-circle::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: linear-gradient(
    126deg,
    rgba(255, 255, 255, 0.2) 7.99%,
    rgba(159, 84, 213, 0.2) 37.36%,
    rgba(149, 0, 255, 0.2) 58.05%
  );
  backdrop-filter: blur(2.44px);
  z-index: -1;
}

.gradient-circle span {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.1);
  }
}

@media (max-width: 768px) {
  .smartepp-benefits__container {
    gap: 32px;
  }

  .smartepp-benefit-item {
    gap: 16px;
  }

  .gradient-circle {
    width: 64px;
    height: 64px;
  }

  .gradient-circle span {
    font-size: 1.5rem;
  }

  .smartepp-benefit-item__text {
    font-size: 1rem;
  }
}

/* CSS for section section:hassle-free */
.hassle-free-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
}
.hassle-free-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.hassle-free-item img {
  height: 100px;
  width: auto;
}
.hassle-free-item p {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .hassle-free-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .hassle-free-item p {
    font-size: 24px;
  }
}

/* CSS for section section:ownership */
/* .ownership-section {
  padding: 60px 20px;
} */

.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.ownership-subtitle {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  max-width: 900px;
  margin: 0 auto 20px;
  color: #000;
}
.ownership-subtitle .highlight {
  font-weight: 700;
}
.ownership-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 750px;
}
.ownership-image-wrapper {
  position: absolute;
  bottom: 0%;
  
  right: 60%;
 height: auto;
 
  width: 550px;
}
.ownership-table-wrapper {
  background-color: rgba(246, 246, 246, 0.81);
  border-radius: 18px;

  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  backdrop-filter: blur(2px);
}
.ownership-table-wrapper::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -20px;
  right: -10px;
  bottom: -10px;
  border-radius: 20.32px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10.67597770690918px);
  z-index: -1;
}
.ownership-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* Offset to not overlap the phone too much */
}
.table-header,
.table-row {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  gap: 20px;
  font-size: 28px;
  line-height: 1.2;
  padding: 15px 0;
}
.table-header {
  font-weight: 600;
  font-size: 38px;
  border-bottom: 2px solid #ccc;
}
.table-row {
  border-bottom: 1px solid #ddd;
}
.table-row:last-child {
  border-bottom: none;
}
.row-label{
  text-align: left;
   padding-left: 16px;
}



.row-value,
.row-calc,
.header-cell {
  text-align: center;
}

@media (max-width: 1200px) {
  .ownership-content {
    flex-direction: column;
    min-height: auto;
  }
  .ownership-image-wrapper {
    position: static;
    transform: none;
    margin: 0 auto 20px;
    width: 60%;
  }
  .ownership-table-wrapper {
    margin-left: 0;
  }
  .ownership-table {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .table-header,
  .table-row {
    font-size: 16px;
    grid-template-columns: 1.5fr 1fr 1.5fr;
    gap: 10px;
  }
  .table-header {
    font-size: 18px;
  }
  .ownership-subtitle {
    font-size: 20px;
  }
}


.ownership-table-wrapper {
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.ownership-table-wrapper::before {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}

.table-header {
  border-bottom: 2px solid rgba(204, 204, 204, 0.5);
}

.table-row {
  border-bottom: 1px solid rgba(221, 221, 221, 0.4);
}


/* CSS for section section:protection */
.protection-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 20px;
}
.protection-card {
  background-color: rgba(255, 255, 255, 0.14);
  border: 1.3px solid var(--text-light);
  border-radius: 16px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 20px;
  box-shadow: 32px 32px 85px -20px rgba(115, 51, 226, 0.52);
}
.protection-card img {
  height: 100px;
  width: auto;
}
.protection-card h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 49.926px;
}

@media (max-width: 992px) {
  .protection-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .protection-grid {
    grid-template-columns: 1fr;
  }
  .protection-card h3 {
    font-size: 24px;
  }
}

/* CSS for section section:how-it-works */
/* General layout */
.how-it-works-section {
  padding: 40px 0;
  background: #f9fafc;
}

.how-it-works-layout {
  position: relative;
  width: 100%;
  height: 700px;
}

.how-it-works-center-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.how-it-works-center-img img {
  width: 800px;
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}

/* Card styling */
.step-item {
  position: absolute;
}
.step-card {
  border-radius: 14.624px;
  border: 1.219px solid #fff;
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 29.486px 29.486px 78.322px -18.429px rgba(109, 107, 113, 0.52);
  padding: 24px;
  width: 280px;
  text-align: center;

  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}
.step-card img {
  width: 56px;
  height: 56px;
}
.step-card p {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  line-height: 1.4;
}

/* Step numbers */
.step-number-circle {
  width: 60px;
  height: 60px;
  background: linear-gradient(
    134deg,
    #9f54d5 22.71%,
    #9500ff 56.9%,
    #3c0761 80.89%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
}

.step-1 {
  top: 10%;
  left: 30%;
}
.step-1 .step-number-circle {
  top: -20px;
  right: -20px;
}

.step-2 {
  top: 30%;
  right: 9%;
}
.step-2 .step-number-circle {
  top: -20px;
  right: -20px;
}

.step-3 {
  bottom: 30%;
  left: 10%;
}
.step-3 .step-number-circle {
  top: -20px;
  right: -20px;
}

.step-4 {
  bottom: 10%;
  right: 32%;
}
.step-4 .step-number-circle {
  top: -20px;
  right: -20px;
}

/* Responsive */
@media (max-width: 1200px) {
  .how-it-works-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    height: auto;
    position: static;
  }
  .how-it-works-center-img {
    display: none;
  }
  .step-item {
    position: static;
  }
  .step-number-circle {
    position: static;
    margin-bottom: 12px;
  }
}

@media (max-width: 768px) {
  /* .section-title { font-size: 32px; } */
  .step-card {
    width: 100%;
    padding: 20px;
  }
  .step-card p {
    font-size: 18px;
  }
  .step-number-circle {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
}

/* CSS for section section:features */

/* CSS for section section:features */
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 0.4fr);
  gap: 60px;
  
}
.feature-card2 {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  min-height: 400px;
}
.feature-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.feature-card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  backdrop-filter: blur(9px);
}
.feature-card-content {
  position: relative;
  z-index: 1;
  /* padding: 40px; */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.feature-main-icon {
  width: 158px;
  height: 145px;
  margin-bottom: 30px;
}
.feature-card-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  align-self: flex-start;
  padding-left: 20px;
}
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-self: flex-start;
  padding-left: 20px;
}
.feature-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.feature-list li img {
  width: 32px;
  height: 32px;
}

@media (max-width: 992px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .feature-card-title {
    font-size: 28px;
  }
  .feature-list li {
    font-size: 22px;
  }
}

/* Apple main page styles */
.feature-title,
.feature-description,
.support-title,
.support-description {
  font-family: var(--font-secondary);
}

.solution-title,
.solution-description {
  font-family: var(--font-primary);
}

/* Fade in animation */
@keyframes slideUpFade {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-content img {
  animation: slideUpFade 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  opacity: 0;
  will-change: transform, opacity;
}

/* Grid alignment fixes */
.features-grid2,
.solutions-container,
.support-grid,
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  justify-items: stretch;
  align-items: stretch;
}


.solutions-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  justify-items: center;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

/* Prevent shadow overlap */
.feature-card2 {
  position: relative;
  z-index: 1;
}

.feature-card2:hover {
  z-index: 10;
}

/* Mobile responsive */
@media (max-width: 1200px) {
  .features-grid2,
  .solutions-container,
  .support-grid,
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .hero-image-container-a {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
  }

  .hero-image-container-a img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
  }

  .features-grid2,
  .solutions-container,
  .support-grid,
  .products-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .feature-description,
  .solution-description,
  .support-description {
    font-size: 1rem;
  }

  .feature-card2 {
    padding: 1.25rem;
    min-height: unset;
  }

  .feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
  }

  .feature-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }

  .feature-description {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

@media (max-width: 480px) {
  section {
    padding: 2rem 0;
  }
  .container,
  .container-2 {
    padding: 0 1rem;
  }
  .features-grid2,
  .solutions-container,
  .support-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .feature-card2 {
    min-height: auto;
    padding: 1rem;
  }
  .feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
  }
}

.intro-text {
  font-size: clamp(2.3rem, 4vw, 2rem); 
  line-height: 1.2;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  color: var(--color-text-dark);
  letter-spacing: -0.01em;
}

.features-grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: start;
}

.features-grid2 .feature-card2:nth-child(3) {
  grid-column: 1 / -1;
  max-width: 697px;
  justify-self: center;
  align-items: center;
}

.features-grid2 .feature-card2:nth-child(6n + 4),
.features-grid2 .feature-card2:nth-child(6n + 5) {
  grid-column: span 1;
}

.features-grid2 .feature-card2:nth-child(6n + 6) {
  grid-column: 1 / -1;
  max-width: 697px;
  justify-self: center;
  align-items: center;
}

@media (max-width: 768px) {
  .features-grid2 {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .features-grid2 .feature-card2:nth-child(n) {
    grid-column: 1;
    max-width: 100%;
  }
}

.feature-card2 {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 2rem;
  backdrop-filter: blur(8px); 
box-shadow: 0 20px 40px rgba(115, 51, 226, 0.12); 
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  min-height: 240px;
  will-change: transform;

  position: relative;
  isolation: isolate;
}

@media (max-width: 768px) {
  .feature-card2 {
    min-height: auto;
    padding: 1.25rem;
    gap: 0.75rem;
  }
}

.feature-card2:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 64px 48px 72px 0 rgba(115, 51, 226, 0.25);
  border-color: rgba(255, 255, 255, 0.2);
}

.feature-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 24px;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
  transition: transform 0.3s ease;
}

.feature-card2:hover .feature-icon {
  transform: scale(1.1) translateY(-5px);
}

.feature-title {
  font-size: clamp(1.125rem, 1.75vw, 1.375rem);
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-text-dark);
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.feature-description {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  line-height: 1.5;
  color: var(--color-text-dark);
  letter-spacing: 0;
  opacity: 0.9;
}

/* Solutions Section */
#section-solutions {
  padding: var(--section-padding) 0;
  background: var(--color-background);
}

.solutions-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(1.5rem, 4vw, 2rem);
  justify-items: center;
}

.solution-card {
  background: #ffff;
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.solution-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  background: #c681f4;
}

.solution-image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 250px;
  transition: transform 0.4s ease;
}

.solution-card:hover .solution-image-container img {
  transform: scale(1.05);
}

.solution-content {
  padding: clamp(1.2rem, 3vw, 1rem);
}

.solution-title {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--color-text-dark);
}

.solution-description {
  font-size: clamp(0.7rem, 2vw, 1rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--color-text-light);
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1.5rem, 4vw, 2rem);
}

.support-card {
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 12px 36px rgba(31, 38, 135, 0.12);
  transition: all 0.3s ease-in-out;
  backdrop-filter: blur(8px);
}

.support-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 45px rgba(115, 51, 226, 0.2);
  background: rgba(255, 255, 255, 0.5);
}

.support-icon {
  width: clamp(48px, 8vw, 70px);
  height: clamp(48px, 8vw, 70px);
  object-fit: contain;
  margin-bottom: 1.25rem;
  transition: transform 0.3s ease;
}

.support-card:hover .support-icon {
  transform: scale(1.1);
}

.support-title {
  font-size: clamp(1.125rem, 3vw, 1.625rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  color: var(--color-text-dark);
  letter-spacing: -0.01em;
}

.support-description {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 1.4;
  color: var(--color-text-light);
}

.product-button2 {
  display: inline-block;
  width: 100%;
  /* padding: 1rem 1.5rem;
  margin-bottom: 1rem; */
  background: #fff;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #000;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0) scale(1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.feature-card2.full-width {
  grid-column: 1 / -1;
  max-width: 697px;
  justify-self: center;
  text-align: center;
  align-items: center;
  margin: 0 auto;
}

/* Add text-right alignment for feature cards */
.feature-card2.text-right {
  text-align: right;
  align-items: flex-end;
}

/* Move icon to right for text-right cards */
.feature-card2.text-right .feature-icon {
  align-self: flex-end;
  margin-left: auto;
}

/* For mobile, keep consistent alignment */
@media (max-width: 768px) {
  .feature-card2.text-right {
    text-align: center;
    align-items: center;
  }

  .feature-card2.text-right .feature-icon {
    align-self: center;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .feature-card2 {
    display: flex;
    flex-direction: column;
    align-items: center;     /* centers children horizontally */
    justify-content: center; /* optional: centers vertically if needed */
    text-align: center;      /* centers text inside */
  }

  .feature-card2 .feature-icon {
    align-self: center;      /* force icon center */
    margin-left: 0;
    margin-right: 0;
  }

  .feature-card2 .feature-title,
  .feature-card2 .feature-description {
    text-align: center;      /* override any right/left text alignment */
  }
}

/* policy style  */
 #policy  h3{
                font-weight: 700;
                 padding: 10px 0;
            }
 .container-2   #policy {
padding-top: 90px;
 }


     .security-title {
            color: #000;
            text-align: center;
            font-family: var(--font-primary);
            font-size: 1.75rem;
            font-weight: 600;
            line-height: 1.4;
            margin-bottom: 1rem;
        }

        .security-description {
            color: #000;
            text-align: center;
            font-family: var(--font-primary);
            font-size: 1.125rem;
            font-weight: 400;
            line-height: 1.6;
            max-width: 800px;
            margin: 0 auto;
        }

        .sync-title {
            color: #000;
            font-family: var(--font-primary);
            font-size: 1.25rem;
            font-weight: 600;
            line-height: 1.4;
            margin-bottom: 0.5rem;
        }

        .sync-description {
            color: #000;
            font-family: var(--font-primary);
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #374151;
        }

        /* Responsive additions only */
        .row {
            display: flex;
            align-items: center;
            gap: 2rem;
            max-width: 1200px;
            margin: 0 auto;
            padding: 1.5rem;
        }

        .column {
            flex: 1;
        }

        .column img {
            max-width: 100%;
            height: auto;
            aspect-ratio: 16/9;
            object-fit: cover;
        }

        .column > div {
            margin-bottom: 1.5rem;
            display: flex;
            align-items: flex-start;
            gap: 1rem;
        }

        .column > div img {
            width: 60px;
            height: 60px;
            object-fit: contain;
            flex-shrink: 0;
        }

        .text-content {
            flex: 1;
        }

       

        /* Responsive breakpoints */
        @media (max-width: 768px) {
            .security-title {
                font-size: 32px;
                line-height: 44px;
            }

            .security-description {
                font-size: 24px;
                line-height: 34px;
            }

            .sync-title {
                font-size: 22px;
                line-height: 26px;
            }

            .sync-description {
                font-size: 18px;
                line-height: 22px;
            }

            .row {
                flex-direction: column;
                gap: 30px;
            }

            .column > div {
                margin-bottom: 30px;
            }

            #security-compliance {
                padding: 40px 15px;
            }
        }

        @media (max-width: 480px) {
            .security-title {
                font-size: 28px;
                line-height: 38px;
            }

            .security-description {
                font-size: 20px;
                line-height: 28px;
            }

            .sync-title {
                font-size: 20px;
                line-height: 24px;
            }

            .sync-description {
                font-size: 16px;
                line-height: 20px;
            }

            .column > div {
                margin-bottom: 25px;
                gap: 15px;
            }

            .column > div img {
                width: 50px;
                height: 50px;
            }

            #security-compliance {
                padding: 30px 10px;
            }


        }

.service-list2 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block; /* shrink list to content */
  text-align: left;      /* normal left alignment inside */
}

.service-list2 li {
  position: relative;
  padding-left: 1.25rem;
  color: #374151;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.service-list2 li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); /* vertical center */
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
}

.service-list2 li:hover {
  color: #1f2937;
  transform: translateX(2px);
}

/* Center the whole list */
.service-list2-wrapper {
  text-align: center;
}


       
.glass-card-subtle:hover {
    border-radius: 15.87px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 28px 42px 85px -20px rgba(115, 51, 226, 0.52);
    transition: all 0.3s ease-in-out;
}

.hover-glow:hover {
    box-shadow: 32px 32px 85px -20px rgba(115, 51, 226, 0.52);
}
@media (max-width: 1024px) {
  .certifications-container .scroll-track {
    animation: none !important;
    transform: none !important;
    width: auto !important;
  }
  
  .certifications-grid {
    animation: none !important;
    transform: none !important;
  }
  
  /* Hide cloned/duplicated certifications on mobile */
  .certifications-container .scroll-track > .certifications-grid:nth-child(2) {
    display: none !important;
  }
}

/* Fix iPhone 16 Pro image visibility on mobile */
@media (max-width: 768px) {
  .hero-image-container-a img {
    max-width: 100% !important;
    height: auto !important;
    transform: none !important;
    position: static !important;
  }
  
  .hero-image-container-a {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}

