/* Able App - Hero section */
.able-hero-section .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: clamp(100%, 70vw, 1306px);
  gap: clamp(28px, 3vw + 8px, 64px);
  max-width: 1306px;
  margin: 0 auto;
}

.able-hero-section .heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: capitalize;
  font-family: 'P22 Mackinac Pro', serif;
  font-weight: 500;
  width: clamp(100%, 70vw, 1254.9px);
  font-size: clamp(40px, 6vw + 8px, 100px);
  letter-spacing: -0.04em;
  line-height: clamp(100%, -0.5vw + 100%, 95%);
}

.able-hero-section .heroSubheading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  color: #6d717b;
  width: clamp(100%, 35vw + 100px, 550px);
  max-width: 550px;
  font-size: clamp(17px, 0.8vw + 14px, 20px);
  letter-spacing: clamp(-0.02em, -0.025em, -0.03em);
  line-height: clamp(145%, 0.5vw + 140%, 150%);
}

.able-hero-section .features {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  gap: clamp(40px, 3vw + 10px, 80px);
  color: #6d717b;
}

.able-hero-section .testimonialCard {
  display: flex;
  align-items: center;
  gap: 12px;
}

.able-hero-section .solarsquareAcademicCapLineIcon {
  width: 24px;
  position: relative;
  max-height: 100%;
}

.able-hero-section .heroChild {
  width: 320px;
  position: relative;
  background-color: #e3e3e5;
  height: 2px;
}

@media (max-width: 1024px) {
  .able-hero-section .features {
    flex-direction: column;
    font-size: 16px;
  }

  .able-hero-section .heroChild {
    display: none;
  }
}

.able-hero-section .wrapperGroup829Parent {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: clamp(25.9px, 3vw + 8px, 48px) 0;
  gap: clamp(5.4px, 1vw, 10px);
}

.able-hero-section .deviceIphone14ProMaxParent {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: clamp(345px, 40vw + 40px, 640px);
  height: clamp(405.4px, 45vw + 70px, 726.4px);
  overflow: visible;
}

.able-hero-section .deviceIphone14ProMax {
  position: absolute;
  object-fit: contain;
  top: 0;
  left: clamp(115px, 12vw + 20px, 213.33px);
  width: clamp(230px, 28vw + 30px, 426.7px);
  height: clamp(375.4px, 45vw + 40px, 696.4px);
  animation: floatUp 4s ease-in-out infinite;
}

.able-hero-section .wrapperDeviceIphone14Pro {
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(230px, 28vw + 30px, 426.7px);
  height: clamp(405.4px, 45vw + 70px, 726.4px);
}

.able-hero-section .heroDeviceIphone14ProMax {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.06);
  animation: floatDown 4s ease-in-out infinite;
}

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

@keyframes floatDown {
  0%,
  100% {
    transform: scale(1.06) translateY(0px);
  }
  50% {
    transform: scale(1.06) translateY(15px);
  }
}

.able-hero-section .storeBtn {
  width: 64px;
  height: 64px;
  border-radius: 24px;
  border: 1px solid #333f5b;
  background: transparent;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  padding: 0;
}

.able-hero-section .storeBtn:hover {
  background: #333f5b;
}

.able-hero-section .storeBtn:hover .storeIcon {
  filter: brightness(0) invert(1);
}

.able-hero-section .storeIcon {
  width: 24px;
  height: 24px;
}

.able-hero-section .actions {
  display: flex;
  gap: 20px;
}

.able-hero-section .ellipseParent {
  position: absolute;
  inset: 0;
  margin: 0 !important;
  z-index: 0;
  flex-shrink: 0;
  width: clamp(245.7px, 28vw + 40px, 455.8px);
  height: clamp(429.6px, 50vw + 60px, 796.9px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.able-hero-section .groupChild {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #3495ff;
  width: clamp(240px, 24vw, 455.8px);
  height: clamp(240px, 24vw, 455.8px);
  filter: blur(clamp(80px, 6vw, 150px));
}

.able-hero-section .groupItem {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #f8d194;
  width: clamp(240px, 24vw, 455.8px);
  height: clamp(240px, 24vw, 455.8px);
  filter: blur(clamp(80px, 6vw, 150px));
}
