html,
body {
  overflow-x: hidden !important;
  max-width: 100vw;
}
.blue-text-darker {
  color: #0092b8;
}

.content-heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.gradient-text {
  background: linear-gradient(94.61deg, #00d3f3 5.84%, #007a8d 95.91%);
  -webkit-background-clip: text;
  display: inline-block;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.content-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  font-style: normal !important;
}

.content-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.sub-content {
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #212529;
}

.cta-list {
  display: flex;
  /* flex-direction: row; */
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 30px;
  flex-wrap: wrap;
}

.dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #7b8383;
  border-radius: 50%;
}

.cta-item {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cta-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #575a5a;
}

.impact-section__heading {
  margin: auto;
  text-align: center;
  margin-bottom: 60px;
}

.impact-section__heading h4 {
  font-size: 40px;
  line-height: 60px;
  padding-bottom: 40px;
  font-weight: 400;
}
.impact-section__heading h4 strong {
  background: linear-gradient(94.61deg, #00d3f3 5.84%, #007a8d 95.91%);
  -webkit-background-clip: text;
  display: inline-block;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.impact-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.impact-group .impact-card {
  display: inline-block;
  padding: 32px;
  border: 2px solid #f5f9ff;
  border-radius: 16px;
  text-align: center;
  width: 100%;

  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.495192) 49.52%,
    #ffffff 100%
  );
  margin: 0 auto;
}

.impact-card__icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #cefafe;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

.impact-card__icon i {
  color: #005f78;
}

.impact-section {
  background-color: white;
}

.impact-section-container {
  padding: 48px 0;
}

.benefit-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 64px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.benefit-container h4 {
  line-height: 60px;
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.benefit-item {
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 24px;
  /* justify-content: center; */
  /* align-items: center; */
  border-right: 1px solid #e4e4e4;
}

.benefit-item bold {
  color: #00d3f3;
  font-weight: 600;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -2%;
}

.adopted-with-line {
  display: flex;
  color: #575a5a;
  align-items: center;
  gap: 24px;
  margin: 80px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.adopted-with-line::before,
.adopted-with-line::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #cad5e2;
}

.adopted-img img {
  width: 100%;
}

.unlock-ai-container {
  padding: 60px 0;
  background-color: rgb(247, 252, 252);
}

.unlock-ai-container h2 {
  width: 100%;
  margin: auto;
  line-height: 60px;
  padding-bottom: 80px;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .unlock-centerdiv {
    padding: 0 !important;
  }
  .unlock-ai-container {
    padding: 40px 0 !important;
  }
  .unlock-ai-container h2 {
    width: 100%;
    padding-bottom: 80px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
}

.unlock-ai-container .unlock-title {
  text-align: center;
  margin-bottom: 40px;
}

.unlock-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  border-radius: 20px;
  padding: 56px;
  gap: 80px;
  background-color: #ffffff;
}

.unlock-list .unlock-item-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.unlock-item-wrapper .item-right,
.unlock-item-wrapper .item-left {
  width: 50%;
  display: flex;
  gap: 32px;
  flex-direction: column;
  padding: 20px;
}
.unlock-item-wrapper .item-left h4 {
  font-size: 40px;
  font-weight: 400;
  font-style: bold;
  line-height: 48px;
  color: black;
}
.unlock-item-wrapper .item-left span {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .unlock-item-wrapper .item-left span {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
  }
  .unlock-item-wrapper .item-left h4 {
    font-size: 24px;
    font-weight: 400;
    font-style: bold;
    line-height: 32px;
    color: black;
  }
 
}

.unlock-item-wrapper .item-right {
  background-color: #f8fafc;
  border-radius: 20px;
}

.item-right img {
  width: 100%;
}

.overview-container {
  padding: 40px 0;
  background-color: rgb(248, 250, 252);
}

.overview-container h4 {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 80px;
  font-size: 40px;
  line-height: 60px;
}
@media only screen and (max-width: 767px) {
  .overview-container h4 {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 80px;
    font-size: 24px;
    line-height: 32px;
  }
}

.overview-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.overview-item .item-img img {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 50%;
  width: 67px;
  height: 67px;
}

.overview-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 32px 24px;
  background-color: #ffffff;
  border-radius: 20px;
}

.get-started-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0 80px 0;
}

.get-started-left {
  width: 825px;
  max-width: 1320;
}

.get-started-right {
  width: 495px;
  padding: 24px;
  border-radius: 20px;
  background-color: white;
}

.get-started-wrapper .feature-highlights {
  color: #212529;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.check-icon {
  width: 24px;
  height: 24px;
  color: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 12px;
  border: 1px solid black;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 8px 0 8px 0;
}

.feature-item span {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #212529;
}

.get-started-left p span {
  background: linear-gradient(to right, #00d3f3, #007a8d) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.getstarted-icon {
  display: flex;
  background-color: #2563eb;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 21px 20px 21px 20px;
  margin-bottom: 18px;
}

.getstarted-icon img {
  width: 26px;
  height: 24px;
}

.get-started-right .author-meta {
  display: flex;
  align-items: center;
  gap: 20px;
}

.get-started-right span {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #090914;
}

.footer-sub-text {
  font-family: "UTM Avo", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #dddede;
}

.contact-section {
  display: flex;
  flex-direction: column;
  color: white;
  margin-bottom: 20px;
  font-family: "UTM Avo", Arial, Helvetica, sans-serif;
}

.contact-block {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-section h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.contact-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #dddede;
}

.our-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  font-family: "UTM Avo", Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
}

.footer .socials {
  padding-left: 0;
}

.background-image {
  background-image: url("../../../../media/66438486755d0a6ba1bd25570965a4c4c30bf029.png");
  background-size: cover;
  /* background-repeat: no-repeat; */
  background-position: center;
}

.get-started-section {
  background-color: #f8fafc !important;
  padding: 80px 0;
}

.benefit-list .benefit-item:last-child {
  border: none;
}

.btn-learnmore {
  width: max-content;
  text-decoration: none;
  background: linear-gradient(90deg, #00d3f3 0.23%, #007a8d 100.23%);
  padding: 16px 50px;
  border-radius: 50px;
  color: white;
}
.btn-learnmore:hover {
  filter: brightness(1.1);
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  color: white;
}

/* tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-container {
    padding: 40px 14px;
  }

  .impact-section-container {
    margin: 0;
  }

  .impact-group {
    grid-template-columns: repeat(1, 1fr);
  }

  .impact-group .impact-card {
    max-width: unset !important;
  }

  .benefit-container {
    padding: 60px 0;
  }

  .benefit-list {
    grid-template-columns: repeat(1, 1fr);
    width: 50%;
    margin: 0 auto;
  }

  .benefit-item {
    border: unset;
    border-bottom: 1px solid #e4e4e4;
  }

  .unlock-centerdiv {
    padding: 0 !important;
  }

  .unlock-ai-container {
    padding: 0;
  }

  .unlock-item-wrapper {
    flex-direction: column !important;
  }

  .unlock-list {
    padding: 16px 32px;
  }

  .unlock-item-wrapper .item-right,
  .unlock-item-wrapper .item-left {
    width: 100%;
    padding: 0;
    margin: 30px 0;
  }

  .column-reverse {
    flex-direction: column-reverse !important;
  }

  .overview-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .get-started-wrapper {
    display: block;
  }

  .get-started-wrapper .get-started-left {
    width: 100%;
  }

  .get-started-wrapper .get-started-right {
    width: 100%;
    margin-top: 40px;
  }

  .footer-widget {
    width: 100%;
  }

  .container-width {
    width: 100%;
  }

  .socials {
    padding-left: 0;
  }

  .footer .desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  .container-width {
    width: unset !important;
  }
}

/* mobile */
@media only screen and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden !important;
    max-width: 100vw;
  }
  .hero-container {
    padding: 80px 14px;
  }

  .hero-section h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
  }

  .content-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .btn-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .btn a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }

  .btn {
    width: 60%;
    padding: 16px 0px;
  }

  .cta-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
  }
  .cta-list {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .cta-list span {
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
  }

  .impact-section-container {
    padding: 16px;
  }
  .impact-section__heading {
    width: 100%;
    margin-bottom: unset;
  }
  .impact-section__heading h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
  }
  .impact-group {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }

  .content-sub-heading {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #212529;
  }

  .sub-content {
    font-size: 24px;
    line-height: 32px;
  }
  .benefit-container {
    padding: 16px;
    gap: 24px;
  }
  .benefit-container h4 {
    line-height: 40px;
  }

  .benefit-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .benefit-item {
    border: none;
    border-bottom: 1px solid #e4e4e4;
  }

  .benefit-item:last-child {
    border: none;
  }

  .unlock-ai-container {
    padding: 16px;
  }

  .unlock-list {
    padding: 15px;
  }

  .unlock-item-wrapper {
    flex-direction: column !important;
  }

  .unlock-item-wrapper .item-right,
  .unlock-item-wrapper .item-left {
    width: 50%;
    display: flex;
    gap: 10PX;
    flex-direction: column;
    padding: 0;
  }

  .unlock-item-wrapper .item-right {
    background-color: #f8fafc;
    border-radius: 0px;
  }

  .column-reverse {
    flex-direction: column-reverse !important;
  }

  .item-left,
  .item-right {
    width: 100% !important;
    padding: 20px 0 !important;
  }

  .overview-list {
    grid-template-columns: repeat(1, 1fr);
  }

  /* get stared */
  .get-started-section {
    padding: 20px 0;
  }

  .get-started-wrapper {
    display: block;
  }

  .get-started-left {
    width: 100%;
  }

  .get-started-right {
    width: 100%;
    margin-top: 40px;
  }

  .get-started-wrapper .text-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }

  .feature-list {
    margin: 40px 0 40px 0;
  }

  .feature-list .feature-item span {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #212529;
  }

  .get-started-right p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #090914;
  }

  .footer {
    padding: 8px;
  }

  .footer .socials {
    padding-left: 0px;
  }
}
