/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/homepage/elevate-section.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.elevate-section_elevateSection__y8piJ {
  background-image: url("/images/elevate_background.webp");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 80px 0;
  position: relative;
  background-color: #fff0c7;
}

.elevate-section_container__9710_ {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.elevate-section_titleSection__H_xb1 {
  text-align: center;
  margin-bottom: 48px;
}

.elevate-section_subtitle___9gtM {
  font-size: 24px;
  color: var(--clr-text-200);
  max-width: 555px;
  margin: 0 auto;
  line-height: 32px;
  margin-top: 12px;
  font-family: var(--ff-secondary);
}

.elevate-section_sectionContainer__5xbTe {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 40px;
}

.elevate-section_contentContainer__x1JPP {
  /* flex: 1; */
  max-width: 600px;
}

.elevate-section_imageContainer__ytIyi {
  flex: 1 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.elevate-section_sectionImage__Jxz8F {
  max-width: 100%;
  height: auto;
}

.elevate-section_sectionTitle__rsanu {
  font-size: 24px;
  font-family: var(--ff-primary);
  color: var(--clr-text-200);
  margin-bottom: 24px;
  line-height: 32px;
}

.elevate-section_highlight__NSN_R {
  color: #0055ff;
  font-family: var(--ff-primary);
}

.elevate-section_sandboxHighlight__w6n3Y {
  color: #946b00;
  font-family: var(--ff-primary);
}

.elevate-section_featuresList__G2Off {
  margin-bottom: 32px;
}

.elevate-section_featureItem__ZSUVw {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 20px;
  color: var(--clr-text-200);
  line-height: 28px;
}

.elevate-section_checkIcon__3Uo8x {
  margin-top: 2px;
  flex-shrink: 0;
  background-color: transparent;
}

.elevate-section_downloadButtons__Tg1b6 {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.elevate-section_iosButton__Qb0Bz,
.elevate-section_androidButton__Yp0pl {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 22px;
  border: none;
  border-radius: 18px;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid #d9d9d9;
  box-shadow:
    0px 4px 8px 0px #0000000a,
    inset 0px -4px 0px 0px #f2f2f2;
  background-color: #fff;
  font-family: var(--ff-primary);
}

.elevate-section_iosButton__Qb0Bz {
  color: #0060cc;
}

.elevate-section_iosButton__Qb0Bz:hover {
  /* background-color: #0056cc; */
  transform: translateY(-2px);
}

.elevate-section_androidButton__Yp0pl {
  color: #147a42;
}

.elevate-section_androidButton__Yp0pl:hover {
  /* background-color: #2e7d32; */
  transform: translateY(-2px);
}

.elevate-section_sandboxActions__f_Vdh {
  text-align: left;
}

.elevate-section_trySandboxButton__nb8lC {
  display: flex;
  align-items: center;
  padding: 14px 22px;
  border-radius: 14px;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid #e0a300;
  box-shadow: 0px 4px 8px 0px #0000000a;
  background-color: #ffc62e;
  font-family: var(--ff-primary);
  color: #5c4300;
}

.elevate-section_trySandboxButton__nb8lC:hover {
  /* background-color: #ff9800; */
  transform: translateY(-2px);
}

.elevate-section_trialText___9stT {
  font-size: 16px;
  line-height: 24px;
  font-family: var(--ff-secondary);
  color: var(--clr-text-100);
  margin-top: 14px;
}

.elevate-section_divider__Rz6tZ {
  height: 1px;
  background: #ffd461;
  margin: 60px 0;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .elevate-section_elevateSection__y8piJ {
    padding: 32px 0;
  }

  .elevate-section_container__9710_ {
    padding: 0 16px;
  }

  .elevate-section_titleSection__H_xb1 {
    margin-bottom: 24px;
  }

  .elevate-section_subtitle___9gtM {
    font-size: 16px;
    line-height: 24px;
    max-width: 290px;
    margin-top: 1px;
  }

  .elevate-section_sectionContainer__5xbTe {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
  }

  .elevate-section_contentContainer__x1JPP {
    max-width: 100%;
  }

  .elevate-section_imageContainer__ytIyi {
    width: 100%;
  }

  .elevate-section_sectionTitle__rsanu {
    font-size: 16px;
    line-height: 24px;

    text-align: center;
    max-width: 220px;
    margin: 0 auto;
    margin-bottom: 12px;
  }

  .elevate-section_sandboxTitle__Pv17h {
    max-width: 275px;
  }

  .elevate-section_featuresList__G2Off {
    margin-bottom: 24px;
  }

  .elevate-section_featureItem__ZSUVw {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .elevate-section_downloadButtons__Tg1b6 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .elevate-section_iosButton__Qb0Bz,
  .elevate-section_androidButton__Yp0pl {
    padding: 10px 20px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    min-width: 214px;
    border-radius: 12px;
  }

  .elevate-section_sandboxActions__f_Vdh {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .elevate-section_trySandboxButton__nb8lC {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 12px;
  }
  .elevate-section_trialText___9stT {
    font-size: 14px;
    font-weight: 20px;
  }

  .elevate-section_divider__Rz6tZ {
    margin: 24px 0;
  }
}

/* Tablet Styles */
@media (max-width: 1024px) and (min-width: 769px) {
  .elevate-section_sectionContainer__5xbTe {
    gap: 40px;
  }

  .elevate-section_sectionTitle__rsanu {
    font-size: 28px;
  }
}

