/* [project]/src/components/homePage/Hero/styles.module.css [client] (css) */
.styles-module__WVo8Wa__heroSection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 5%;
}

.styles-module__WVo8Wa__textContainer {
  flex: 1;
  padding-right: 5%;
}

.styles-module__WVo8Wa__imageContainer {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.styles-module__WVo8Wa__heroImage {
  width: 80%;
  height: 70%;
}

.styles-module__WVo8Wa__title {
  width: 76%;
  margin-bottom: 20px;
}

.styles-module__WVo8Wa__subtitle {
  width: 100%;
  margin-bottom: 30px;
}

.styles-module__WVo8Wa__buttonContainer {
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-start;
}

.styles-module__WVo8Wa__chatbotButton {
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 6px;
  background-color: #6e3ecd;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
}

.styles-module__WVo8Wa__chatbotButton:hover {
  background-color: #5b52e0;
}

@media (width <= 768px) {
  .styles-module__WVo8Wa__heroSection {
    flex-direction: column;
    text-align: center;
    padding: 30px 5%;
  }

  .styles-module__WVo8Wa__title {
    width: 100%;
  }

  .styles-module__WVo8Wa__subtitle {
    width: 100%;
  }

  .styles-module__WVo8Wa__heroImage {
    width: 100%;
    height: 100%;
  }

  .styles-module__WVo8Wa__textContainer {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .styles-module__WVo8Wa__buttonContainer {
    justify-content: left;
  }

  .styles-module__WVo8Wa__heroImage {
    max-width: 80%;
  }
}


/* [project]/src/Atoms/LBButtons/styles.module.css [client] (css) */
.styles-module__WURcla__get-started-button {
  background-color: #6e3ecd;
  margin-top: 15px;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  gap: 10px;
}

.styles-module__WURcla__white-button {
  background: #fff;
  border: 1px solid var(--stroke, #26232233);
  color: #000;
  white-space: nowrap;
  justify-content: center;
  border-radius: 32px;
  align-self: center;
  padding: 15px 25px;
  outline: none;
  cursor: pointer;
  font-weight: 500;
}

.styles-module__WURcla__none-button {
  justify-content: center;
  background-color: #0000;
  align-self: center;
  outline: none;
  border: none;
  cursor: pointer;
  font-weight: 500;
  transition: transform .1s, box-shadow .1s;
}

@media (width <= 768px) {
  .styles-module__WURcla__get-started-button {
    background-color: #6e3ecd;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    width: auto;
    display: inline-block;
    text-align: center;
    align-self: flex-start;
  }
}


/* [project]/src/Atoms/LBText/styles.module.css [client] (css) */



/* [project]/src/assets/services/friendsbg.png (static in css) */
/* embedded static asset "/_next/static/media/friendsbg.8c9e7cae.png" */

/* [project]/src/assets/services/customizationbg.png (static in css) */
/* embedded static asset "/_next/static/media/customizationbg.9face4a9.png" */

/* [project]/src/assets/services/chatbotbg.png (static in css) */
/* embedded static asset "/_next/static/media/chatbotbg.9edd8873.png" */

/* [project]/src/components/homePage/Services/styles.module.css [client] (css) */
.styles-module__2Ghbva__servicesSection {
  align-items: center;
  justify-content: space-between;
  padding: 30px 5%;
}

.styles-module__2Ghbva__sectionTitle {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}

.styles-module__2Ghbva__cardContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.styles-module__2Ghbva__card {
  display: flex;
  flex-direction: row;
  background-color: #f9f8f4;
  border-radius: 12px;
  box-shadow: 0 4px 6px #0000001a;
  flex: calc(50% - 20px);
  padding: 30px;
  position: relative;
  background-size: cover;
  margin-top: 10px;
}

.styles-module__2Ghbva__cardTextContainer {
  position: relative;
  z-index: 2;
  text-align: center;
}

.styles-module__2Ghbva__cardTitle {
  font-size: 28px;
  font-weight: 600;
  margin: 10px 0;
  padding-top: 0;
  color: #000;
  padding-right: 0;
}

.styles-module__2Ghbva__cardDescription {
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  width: 70%;
  margin-top: 0;
  margin-bottom: 60px;
  padding-bottom: 30px;
}

.styles-module__2Ghbva__imageContainer {
  position: relative;
  width: 100%;
  height: 100%;
}

.styles-module__2Ghbva__cardImage {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
  max-width: 120%;
  max-height: 120%;
}

.styles-module__2Ghbva__lastCardImage {
  position: absolute;
  top: 0%;
  left: 85%;
  transform: translate(-50%);
  z-index: 1;
  max-width: 120%;
  max-height: 120%;
}

.styles-module__2Ghbva__card1, .styles-module__2Ghbva__card2 {
  background-image: url("../media/friendsbg.8c9e7cae.png");
  background-size: 100% 68%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.styles-module__2Ghbva__card2 {
  background-image: url("../media/customizationbg.9face4a9.png");
}

.styles-module__2Ghbva__card3 {
  background-image: url("../media/chatbotbg.9edd8873.png");
  background-size: 50% 75%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

.styles-module__2Ghbva__card3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 100px;
  background-color: #6e3ecd;
  border-top-right-radius: 140px;
  border-bottom-left-radius: 12px;
}

@media (width <= 768px) {
  .styles-module__2Ghbva__cardContainer {
    margin-left: 20px;
  }

  .styles-module__2Ghbva__card {
    flex: 100%;
    padding: 15px;
    margin-left: -20px;
  }

  .styles-module__2Ghbva__card1, .styles-module__2Ghbva__card2, .styles-module__2Ghbva__card3 {
    background-size: 100% 75%;
    background-position: 100% 100%;
  }

  .styles-module__2Ghbva__card3:after {
    display: none;
  }

  .styles-module__2Ghbva__cardTitle {
    font-size: 18px;
    line-height: 1.2;
  }

  .styles-module__2Ghbva__cardDescription {
    color: #000;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
  }

  .styles-module__2Ghbva__sectionTitle {
    font-size: 28px;
    line-height: 1.2;
    text-align: left;
  }

  .styles-module__2Ghbva__cardImage, .styles-module__2Ghbva__lastCardImage {
    width: auto;
    height: 100%;
    left: 50%;
  }

  .styles-module__2Ghbva__card3 .styles-module__2Ghbva__cardDescription {
    width: 70% !important;
  }
}


/* [project]/src/components/homePage/Products/styles.module.css [client] (css) */
.styles-module__dQSMpa__productsSection {
  align-items: center;
  justify-content: space-between;
  padding: 50px 5%;
  position: relative;
  overflow: hidden;
}

.styles-module__dQSMpa__sectionTitle {
  font-size: 44px;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 40px;
}

.styles-module__dQSMpa__productContainer {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}

.styles-module__dQSMpa__content {
  flex: 1;
  max-width: 50%;
  text-align: left;
}

.styles-module__dQSMpa__productTitle {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 3%;
  font-weight: 500;
  margin-bottom: 20px;
}

.styles-module__dQSMpa__productDescription {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 400;
}

.styles-module__dQSMpa__imageWrapper {
  flex: 1;
  max-width: 40%;
  position: relative;
}

.styles-module__dQSMpa__productImage {
  width: 100%;
  height: 40%;
  border-radius: 10px;
}

.styles-module__dQSMpa__arrowLeft, .styles-module__dQSMpa__arrowRight {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #6e3ecd;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.styles-module__dQSMpa__arrowLeft {
  left: 10px;
}

.styles-module__dQSMpa__arrowRight {
  right: 10px;
}

.styles-module__dQSMpa__lineDotsContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
}

.styles-module__dQSMpa__line {
  height: 2px;
  background-color: #ccc;
  flex: 1;
  margin: 0 10px;
}

.styles-module__dQSMpa__line:hover {
  background-color: #aaa;
}

.styles-module__dQSMpa__dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.styles-module__dQSMpa__dot {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color .3s;
}

.styles-module__dQSMpa__dot:hover {
  background-color: gray;
}

.styles-module__dQSMpa__activeDot {
  background-color: #6e3ecd;
}

.styles-module__dQSMpa__detailsButton {
  padding: 10px 15px;
  font-size: 16px;
  background-color: #6e3ecd;
  color: #fff;
  cursor: pointer;
}

.styles-module__dQSMpa__detailsButton:hover {
  background-color: #5b52e0;
}

@media (width <= 768px) {
  .styles-module__dQSMpa__productContainer {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding-left: 0;
  }

  .styles-module__dQSMpa__productTitle {
    font-size: 18px;
    padding-left: 10px;
    margin-bottom: 5px;
  }

  .styles-module__dQSMpa__productImage {
    margin-top: 20px;
  }

  .styles-module__dQSMpa__content, .styles-module__dQSMpa__imageWrapper {
    max-width: 100%;
  }

  .styles-module__dQSMpa__productDescription {
    padding-bottom: 20px;
    font-size: 14px;
    padding-left: 10px;
    border-bottom: 1px solid #afaeab;
  }

  .styles-module__dQSMpa__sectionTitle {
    font-size: 28px;
    margin-left: 10px;
    margin-bottom: 15px;
  }

  .styles-module__dQSMpa__arrowLeft, .styles-module__dQSMpa__arrowRight {
    top: auto;
    bottom: -50px;
    transform: none;
  }

  .styles-module__dQSMpa__arrowLeft {
    left: 30%;
  }

  .styles-module__dQSMpa__arrowRight {
    right: 30%;
  }
}

@media (width <= 480px) {
  .styles-module__dQSMpa__sectionTitle {
    font-size: 24px;
    margin-left: 10px;
  }

  .styles-module__dQSMpa__productTitle {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .styles-module__dQSMpa__productDescription {
    font-size: 16px;
  }

  .styles-module__dQSMpa__arrowLeft, .styles-module__dQSMpa__arrowRight, .styles-module__dQSMpa__lineDotsContainer {
    display: none;
  }
}


/* [project]/src/assets/IndustryCoverage/background.svg (static in css) */
/* embedded static asset "/_next/static/media/background.7216df79.svg" */

/* [project]/src/components/homePage/IndustryCoverage/styles.module.css [client] (css) */
.styles-module__78q7ta__industrySection {
  position: relative;
  padding: 50px 5%;
  overflow: hidden;
}

.styles-module__78q7ta__backgroundShape {
  position: absolute;
  top: 240%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../media/background.7216df79.svg");
  background-repeat: no-repeat;
  z-index: -1;
}

.styles-module__78q7ta__container {
  margin: 0 auto;
  position: relative;
}

.styles-module__78q7ta__sectionTitle {
  font-size: 44px;
  text-align: left;
  margin-bottom: 40px;
  font-weight: 700;
}

.styles-module__78q7ta__cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.styles-module__78q7ta__cardContainer {
  flex: calc(25% - 20px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.styles-module__78q7ta__img {
  width: 100%;
  height: 250px;
}

.styles-module__78q7ta__cardTitle {
  font-size: 22px;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.styles-module__78q7ta__cardTitle:hover {
  color: #6e3ecd;
}

.styles-module__78q7ta__card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px #0000001a;
  padding: 20px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.styles-module__78q7ta__card:hover {
  background-color: #6e3ecd;
}

@media (width <= 768px) {
  .styles-module__78q7ta__industrySection {
    padding-bottom: 0;
  }

  .styles-module__78q7ta__sectionTitle {
    font-size: 28px;
    margin-left: 10px;
  }

  .styles-module__78q7ta__cards {
    flex-direction: column;
    align-items: center;
  }

  .styles-module__78q7ta__backgroundShape {
    top: 370%;
    background-size: contain;
  }

  .styles-module__78q7ta__cardContainer {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .styles-module__78q7ta__backgroundShape:before, .styles-module__78q7ta__backgroundShape:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    background-image: url("../media/background.7216df79.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .styles-module__78q7ta__backgroundShape:before {
    top: 110%;
    left: 0;
  }

  .styles-module__78q7ta__cardTitle {
    margin-bottom: 30px;
  }
}


/* [project]/src/components/homePage/ClientsSay/styles.module.css [client] (css) */
.styles-module__fi6LlG__section {
  align-items: center;
  justify-content: space-between;
  padding: 50px 5%;
}

.styles-module__fi6LlG__section-title {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}

.styles-module__fi6LlG__testimonials {
  display: flex;
  gap: 20px;
  overflow: hidden;
  position: relative;
  transition: transform .5s ease-in-out;
}

.styles-module__fi6LlG__testimonial-card {
  flex: 0 0 33.33%;
  background: #e4eaec;
  border-radius: 8px;
  box-shadow: 0 4px 6px #0000001a;
  padding: 20px;
  display: flex;
}

.styles-module__fi6LlG__cardside {
  display: flex;
  width: 100%;
}

.styles-module__fi6LlG__leftcardside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 20px;
  border-right: 2px solid #fff;
}

.styles-module__fi6LlG__rightside {
  padding-left: 20px;
}

.styles-module__fi6LlG__testimonial-name {
  font-weight: 600;
  font-size: 16px;
  color: #ef8451;
  margin-bottom: 5px;
  white-space: nowrap;
}

.styles-module__fi6LlG__testimonial-location {
  font-size: 14px;
  color: #80889c;
  margin-bottom: 10px;
}

.styles-module__fi6LlG__testimonial-text {
  font-size: 18px;
  color: #555;
  line-height: 1.2;
}

.styles-module__fi6LlG__mobileBottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}

.styles-module__fi6LlG__nameLocation {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}

.styles-module__fi6LlG__mobileCard {
  flex: 0 0 100%;
}

@media (width <= 768px) {
  .styles-module__fi6LlG__section {
    margin-left: 10px;
    margin-top: 0;
    padding-top: 0;
  }

  .styles-module__fi6LlG__section-title {
    font-size: 28px;
  }

  .styles-module__fi6LlG__testimonials {
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .styles-module__fi6LlG__mobileCard {
    scroll-snap-align: start;
  }

  .styles-module__fi6LlG__leftcardside {
    display: none;
  }

  .styles-module__fi6LlG__rightside {
    padding-left: 0;
  }

  .styles-module__fi6LlG__testimonial-text {
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
  }
}


/*# sourceMappingURL=src_fe180d5e._.css.map*/
