/* Able App - Meet Able section */
.able-meet-section .meetAble {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  text-align: left;
  color: #333f5b;
  font-family: 'Avenir Next', sans-serif;
  gap: 80px;
  font-size: 16px;
  max-width: 1680px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .able-meet-section .meetAble {
    gap: 32px;
    font-size: 13px;
  }
}

.able-meet-section .meetAbleGroup {
  display: flex;
  align-items: stretch;
  z-index: 2;
  width: 100%;
  max-width: 1680px;
  min-height: 400px;
  gap: 32px;
  font-size: 38px;
  font-family: 'P22 Mackinac Pro', serif;
}

@media (max-width: 767px) {
  .able-meet-section .meetAbleGroup {
    flex-direction: column;
    width: 100%;
    gap: 24px;
    font-size: 22px;
    min-height: auto;
    align-items: center;
    overflow: visible;
    padding-bottom: 0;
    scrollbar-width: auto;
    -ms-overflow-style: auto;
  }

  .able-meet-section .meetAbleGroup::-webkit-scrollbar {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .able-meet-section .meetAbleGroup {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-lg);
    width: 100%;
    align-items: stretch;
  }

  .able-meet-section .meetAble {
    padding: 0 var(--spacing-md);
    gap: clamp(50px, 10vw, 98px);
  }

  .able-meet-section .meetAbleGroup > * {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .able-meet-section .meetAble {
    text-align: center;
  }

  .able-meet-section .meetAbleGroup {
    min-height: auto;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  .able-meet-section .meetAbleGroup {
    width: 100%;
    gap: clamp(24px, 2.5vw, 32px);
    justify-content: space-between;
  }
}

/* Header */
.able-meet-section .meetAbleHeader {
  width: 100%;
  max-width: 1680px;
  display: flex;
  flex-direction: column;
  align-items: left;
  z-index: 1;
  align-items: center;
  text-align: center;
  gap: 64px;
}

@media (max-width: 767px) {
  .able-meet-section .meetAbleHeader {
    gap: 28px;
    align-items: center;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .able-meet-section .meetAbleHeader {
    gap: clamp(40px, 8vw, 64px);
    align-items: center;
    text-align: center;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  .able-meet-section .meetAbleHeader {
    gap: clamp(40px, 3vw, 64px);
  }
}

.able-meet-section .meetAbleHeading {
  position: relative;
  letter-spacing: -0.03em;
  font-weight: 500;
  font-family: 'P22 Mackinac Pro', serif;
  margin: 0;
  max-width: 933px;
  font-size: clamp(48px, 4.2vw, 80px);
  line-height: 110%;
}

@media (max-width: 767px) {
  .able-meet-section .meetAbleHeading {
    align-self: center;
    max-width: 450px;
    font-size: clamp(24px, 7.6vw, 30px);
    line-height: 120%;
  }
}

@media (min-width: 854px) and (max-width: 1024px) {
  .able-meet-section .meetAbleHeading {
    width: auto;
    max-width: 700px;
    font-size: clamp(40px, 8vw, 60px);
  }
}

@media (min-width: 1025px) and (max-width: 1399px) {
  .able-meet-section .meetAbleHeading {
    max-width: 685px;
  }
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .able-meet-section .meetAbleHeading {
    max-width: 800px;
  }
}

.able-meet-section .meetAbleSubheading {
  position: relative;
  line-height: 150%;
  color: #6d717b;
  font-family: 'Avenir Next', sans-serif;
  font-size: 20px;
  font-weight: 500;
  max-width: 724.6px;
  letter-spacing: -0.03em;
}

/* Cards */
.able-meet-section .meetAbleCard {
  border-radius: 24px;
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  box-sizing: border-box;
  max-width: 540px;
  min-width: 300px;
  padding: 48px;
}

@media (max-width: 767px) {
  .able-meet-section .meetAbleCard {
    width: 100%;
    max-width: 100%;
    min-width: unset;
    flex-shrink: 0;
    border-radius: 20px;
    padding: 24px 24px 28px;
    gap: 24px;
    margin-bottom: 0;
    align-self: stretch;
  }

  .able-meet-section .meetAbleTitle {
    font-size: 22px;
    line-height: 120%;
    text-align: left;
  }

  .able-meet-section .meetAbleDescription {
    text-align: left;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .able-meet-section .meetAbleCard {
    flex: 1;
    min-width: clamp(280px, 30vw, 350px);
    padding: clamp(32px, 5vw, 48px);
    gap: clamp(32px, 5vw, 48px);
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  .able-meet-section .meetAbleCard {
    flex: 1;
    min-width: 300px;
    max-width: 380px;
    padding: 40px;
    gap: 24px;
    border-radius: 24px;
    height: auto;
    min-height: 480px;
  }
}

.able-meet-section .cardBackground1,
.able-meet-section .cardBackground2,
.able-meet-section .cardBackground3 {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  z-index: 0;
}

.able-meet-section .cardBackgroundCustom {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  z-index: 0;
}

.able-meet-section .cardBackground1 {
  background-color: #ebf4ff;
}

.able-meet-section .cardBackground2 {
  background-color: #fef1ec;
}

.able-meet-section .cardBackground3 {
  background-color: #f2f2f3;
}

.able-meet-section .iconContainer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  margin-bottom: clamp(24px, 4vw, 32px);
}

.able-meet-section .meetAbleIcon {
  object-fit: contain;
  z-index: 1;
}

.able-meet-section .cardContent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  z-index: 2;
  height: 100%;
}

.able-meet-section .cardHeader {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.able-meet-section .meetAbleTitle {
  align-self: stretch;
  position: relative;
  letter-spacing: -0.03em;
  font-weight: 500;
  margin: 0;
  font-family: 'P22 Mackinac Pro', serif;
  font-size: 38px;
  line-height: 130%;
  margin-bottom: 25px;
}

@media (min-width: 1025px) and (max-width: 1600px) {
  .able-meet-section .meetAbleTitle {
    font-size: 28px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .able-meet-section .meetAbleTitle {
    font-size: 22px;
    line-height: 120%;
    text-align: left;
    margin-bottom: 0;
  }
}

.able-meet-section .titleLine {
  display: block;
}

.able-meet-section .meetAbleDescription {
  position: relative;
  letter-spacing: -0.02em;
  line-height: 150%;
  font-weight: 500;
  font-family: 'Avenir Next', sans-serif;
  color: #6d717b;
  margin: 0;
  z-index: 3;
  flex-grow: 1;
  width: 385px;
  font-size: 18px;
  margin-bottom: 50px;
}

.able-meet-section .meetAbleDescription b, .able-meet-section .meetAbleDescription strong{
  color: #333f5b;
}

.able-meet-section .meetAbleHeaderSubheading {
  position: relative;
  line-height: 150%;
  color: #6d717b;
  font-family: 'Avenir Next', sans-serif;
  font-size: 20px;
  font-weight: 500;
  max-width: 724.6px;
  letter-spacing: -0.03em;
}

.able-meet-section .meetAbleSubheading {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Avenir Next', sans-serif;
  color: #333f5b;
  letter-spacing: -0.02em;
}
