/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/components/BaseButton/index.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.base-button {
  display: flex;
  align-items: center;
  justify-content: var(--base-button-justify-content, center);
  white-space: nowrap;
  margin: var(--base-button-margin, 0);
  padding: var(--base-button-padding, 0 1.25rem);
  background-color: var(--base-button-bg-color, var(--bs-primary));
  border-radius: var(--base-button-border-radius, 2.5rem);
  font-size: var(--base-button-font-size, 1rem);
  font-family: var(--font-primary);
  color: var(--base-button-text-color, var(--bs-white));
  height: var(--base-button-height, 3.125rem);
  transition: box-shadow 0.1s ease-in-out;
  border: none;
}
.base-button:hover, .base-button:focus-visible {
  box-shadow: 0.25rem 0.5rem 1.25rem 0rem var(--color-gray-29);
}
.base-button--green-white {
  background-color: var(--bs-secondary);
  color: var(--bs-white);
}
.base-button--green-black {
  background-color: var(--bs-secondary);
  color: var(--bs-black);
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/components/frontend/About/index.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.text-image .container-xxl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.text-image .images {
  width: 50%;
  position: relative;
}
.text-image .img-container-parent {
  width: 100%;
  position: relative;
  height: 400px;
  left: -5%;
}
.text-image .img-container-child {
  width: 450px;
  height: 335px;
  position: absolute;
  bottom: -10%;
  right: 0%;
}
.text-image .about-us {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.text-image .about-us .btn {
  white-space: nowrap;
  padding: 0px 32px;
  border-radius: 40px;
  font-size: 16px;
  font-family: var(--font-primary) !important;
  color: var(--shade-green);
  text-transform: capitalize;
  background: rgba(121, 197, 153, 0.2274509804);
  height: 50px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.text-image .about-us h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-gray);
  font-family: var(--font-primary) !important;
  margin-top: 32px;
  text-align: left;
}
.text-image .about-us p {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-gray-53);
  font-family: var(--font-primary) !important;
  margin-top: 10px;
  text-align: left;
}
.text-image .about-us h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-gray);
  font-family: var(--font-primary) !important;
  margin-top: 32px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .text-image {
    padding-top: 0px !important;
  }
  .text-image .container-xxl {
    flex-direction: column;
    margin-top: 80px;
  }
  .text-image .images {
    width: 100%;
  }
  .text-image .images .img-container-child {
    width: 300px;
    height: 220px;
    position: absolute;
    right: 5%;
    bottom: 5%;
  }
  .text-image .img-container-parent {
    height: 250px;
  }
  .text-image .img-container-parent .img {
    margin-top: 0;
    margin-left: -10%;
  }
  .text-image .about-us {
    width: 100%;
    align-items: center;
  }
  .text-image .about-us h2,
  .text-image .about-us h3,
  .text-image .about-us p {
    text-align: center;
  }
  .text-image .about-us p {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .text-image .img-container-parent .img {
    margin-top: 0;
    margin-left: -50%;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/components/frontend/TitleHeader/index.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.title-header-container {
  height: 240px;
}
.title-header-container .title-header {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0px auto;
}
.title-header-container .title-header h1 {
  font-size: 40px;
  font-weight: 700;
  color: white;
  font-family: var(--font-primary) !important;
  text-align: center;
}
.title-header-container .title-header p {
  font-size: 20px;
  font-weight: 700;
  color: var(--shade-green) !important;
  font-family: var(--font-primary) !important;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .title-header-container {
    height: 160px;
  }
  .title-header-container .title-header h1 {
    font-size: 22px;
    font-weight: 700;
    color: white;
    font-family: var(--font-primary) !important;
    text-align: center;
  }
  .title-header-container .title-header p {
    font-size: 16px;
    font-weight: 700;
    color: var(--shade-green) !important;
    font-family: var(--font-primary) !important;
    text-align: center;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/components/frontend/AIAssistant/index.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ai-assistant-container .image-row-container {
  padding-right: 20px;
}
.ai-assistant-container .image-container {
  position: relative;
  border-radius: 25px;
  padding: 200px 0;
}
.ai-assistant-container .image-container .floating-card {
  position: absolute;
  left: -35%;
  top: 2%;
  background: #7474b0;
  box-shadow: 4px 8px 20px 0px rgba(116, 116, 176, 0.3019607843);
  border-radius: 20px;
  padding: 16px;
  max-width: 400px;
}
.ai-assistant-container .image-container .floating-card p {
  font-size: 16px;
  color: white;
  font-family: var(--font-primary) !important;
  text-align: left;
}
.ai-assistant-container .image-container .floating-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: white;
  font-family: var(--font-primary) !important;
  text-align: left;
}
.ai-assistant-container .text-container {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.ai-assistant-container .text-container h2 {
  white-space: nowrap;
  padding: 0px 32px;
  border-radius: 40px;
  font-size: 16px;
  font-family: var(--font-primary) !important;
  color: var(--shade-green);
  text-transform: capitalize;
  background: rgba(121, 197, 153, 0.2274509804);
  height: 50px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ai-assistant-container .text-container h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--bs-primary);
  font-family: var(--font-primary) !important;
  text-align: left;
}
.ai-assistant-container .text-container p {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-gray-53);
  font-family: var(--font-primary) !important;
  text-align: left;
}
.ai-assistant-container .text-container h4 {
  font-size: 22px;
  font-weight: 700;
  color: #79c599;
  font-family: var(--font-primary) !important;
  text-align: left;
}
.ai-assistant-container .text-container ul {
  font-family: var(--font-primary) !important;
  color: var(--color-gray-53);
  font-size: 16px;
  line-height: 32px;
}
.ai-assistant-container .text-container .create-account {
  white-space: nowrap;
  padding: 0px 20px;
  background-color: var(--text-gray);
  border-radius: 40px;
  font-size: 16px;
  font-family: var(--font-primary) !important;
  color: white;
  text-transform: capitalize;
  height: 50px;
  transition: all 0.1s ease-in-out;
}
.ai-assistant-container .text-container .create-account :hover {
  box-shadow: 4px 8px 20px 0px var(--text-gray);
}

.assistance-container {
  padding-top: 50px;
  padding-bottom: 40px;
}
.assistance-container .title {
  white-space: nowrap;
  padding: 0px 32px;
  border-radius: 40px;
  font-size: 16px;
  font-family: var(--font-primary) !important;
  color: var(--shade-green);
  text-transform: capitalize;
  background: rgba(121, 197, 153, 0.2274509804);
  height: 50px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.assistance-container h3 {
  font-size: 40px;
  font-weight: 700;
  color: var(--bs-primary);
  font-family: var(--font-primary) !important;
  margin-top: 10px;
  text-align: center;
}
.assistance-container p {
  font-size: 16px;
  color: var(--color-gray-53);
  font-family: var(--font-primary) !important;
  margin-top: 6px;
  text-align: center;
}
.assistance-container .card {
  padding: 50px 40px;
  border-radius: 40px;
  background-color: var(--color-gray-4);
  border: none !important;
}
.assistance-container .card .icon {
  width: 80px;
  height: 80px;
  background-color: #79c599;
  border-radius: 100px;
}
.assistance-container .card h5 {
  font-size: 18px;
  font-weight: 700;
  color: var(--bs-primary);
  font-family: var(--font-primary) !important;
  margin-top: 16px;
  text-align: center;
}
.assistance-container .card p {
  font-size: 16px;
  color: var(--color-gray-53);
  font-family: var(--font-primary) !important;
  margin-top: 8px;
  text-align: center;
}

.action-container {
  position: relative;
  width: 100%;
  display: grid;
  padding: 0 !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.action-container .image-container {
  width: 100%;
  position: relative;
  padding: 300px 0;
}
.action-container .action-text-container {
  position: relative;
  max-width: 70%;
}
.action-container .action-text-container .title {
  white-space: nowrap;
  padding: 0px 32px;
  border-radius: 40px;
  font-size: 16px;
  font-family: var(--font-primary) !important;
  color: var(--shade-green);
  text-transform: capitalize;
  background: rgba(255, 255, 255, 0.4);
  height: 50px;
  color: white;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.action-container .action-text-container h3 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  font-family: var(--font-primary) !important;
  margin-top: 10px;
  text-align: left;
}
.action-container .action-text-container p {
  font-size: 16px;
  color: white;
  font-family: var(--font-primary) !important;
  margin-top: 6px;
  text-align: left;
  margin: 0 !important;
}
.action-container .action-text-container .list {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
  align-self: start !important;
}
.action-container .action-text-container .list .icon {
  min-width: 44px;
  height: 44px;
  background: #ffffff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.action-container .action-text-container .list p {
  font-size: 16px;
  color: white;
  font-family: var(--font-primary) !important;
  text-align: left;
}

@media screen and (max-width: 900px) {
  .ai-assistant-container .image-container {
    padding: 150px 0;
  }
  .ai-assistant-container .image-container .floating-card {
    left: 0%;
    top: unset;
    bottom: -15%;
    margin: 0 auto;
  }
  .ai-assistant-container .image-container .floating-card p {
    font-size: 14px;
  }
  .ai-assistant-container .image-container .floating-card h4 {
    font-size: 14px;
  }
  .assistance-container h3 {
    font-size: 20px;
  }
  .action-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .action-container .image-container {
    padding: 150px 0;
  }
  .action-container .action-text-container {
    max-width: 100%;
    padding: 26px 16px;
  }
  .action-container .action-text-container h3 {
    text-align: center;
    font-size: 20px;
  }
  .action-container .action-text-container p {
    font-size: 14px;
    text-align: center;
  }
  .action-container .action-text-container .list .icon {
    min-width: 36px;
    height: 36px;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/components/frontend/ContactUsPage/index.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.contact-info h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-dark);
  font-family: var(--font-primary) !important;
  margin-top: 20px;
  text-align: center;
}
.contact-info p {
  font-size: 16px;
  color: var(--color-gray-53);
  font-family: var(--font-primary) !important;
  text-align: center;
}

.contact-us-container {
  max-width: 75%;
  width: 100%;
  margin: 0 auto;
}

.contact-us-form-container {
  max-width: 75%;
  width: 100%;
  margin: 0 auto;
}
.contact-us-form-container .title {
  white-space: nowrap;
  padding: 0px 32px;
  border-radius: 40px;
  font-size: 16px;
  font-family: var(--font-primary) !important;
  color: var(--shade-green);
  text-transform: capitalize;
  background: rgba(121, 197, 153, 0.2274509804);
  height: 50px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-us-form-container h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--text-dark);
  font-family: var(--font-primary) !important;
  margin-top: 20px;
  text-align: center;
}
.contact-us-form-container input,
.contact-us-form-container textarea {
  border-radius: 40px !important;
  border-color: #79c599;
  height: 50px !important;
  font-family: var(--font-primary) !important;
}
.contact-us-form-container input:focus,
.contact-us-form-container textarea:focus {
  box-shadow: 0 0 0 0.2rem rgba(121, 197, 153, 0.3882352941) !important;
}
.contact-us-form-container textarea {
  min-height: 320px;
}
.contact-us-form-container .submit {
  white-space: nowrap;
  padding: 0px 30px;
  background-color: #79c599;
  border-radius: 40px;
  font-size: 16px;
  font-family: var(--font-primary) !important;
  color: white;
  text-transform: capitalize;
  height: 50px;
  transition: all 0.1s ease-in-out;
  border: none !important;
  float: right;
}

@media screen and (max-width: 900px) {
  .contact-us-container {
    max-width: 100%;
  }
  .contact-us-form-container {
    max-width: 100%;
    padding: 0;
  }
  .contact-us-form-container h2 {
    font-size: 26px;
  }
  .contact-us-form-container input,
  .contact-us-form-container textarea {
    height: 46px !important;
  }
  .contact-us-form-container input:focus,
  .contact-us-form-container textarea:focus {
    box-shadow: 0 0 0 0.2rem rgba(121, 197, 153, 0.3882352941) !important;
  }
  .contact-us-form-container textarea {
    min-height: 160px;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/components/frontend/FooterComponent/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 100px 0px 50px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer .container-xxl {
  background: white;
  border-radius: 40px;
  overflow: hidden;
  padding: 50px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 32px;
  gap: 32px;
  box-shadow: 4px 8px 20px 0px rgba(121, 197, 153, 0.2);
}
.footer .container-xxl .get-in-touch-follow-us {
  width: 100%;
  grid-column: span 1/span 1;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}
.footer .container-xxl .get-in-touch-follow-us .get-in-touch {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.footer .container-xxl .get-in-touch-follow-us .get-in-touch h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-gray);
  font-family: var(--font-primary) !important;
  text-align: left;
}
.footer .container-xxl .get-in-touch-follow-us .get-in-touch address,
.footer .container-xxl .get-in-touch-follow-us .get-in-touch p {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-gray-53);
  font-family: var(--font-primary) !important;
  text-align: left;
}
.footer .container-xxl .get-in-touch-follow-us .follow-us {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.footer .container-xxl .get-in-touch-follow-us .follow-us h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-gray);
  font-family: var(--font-primary) !important;
  text-align: left;
  margin-bottom: 0px;
}
.footer .container-xxl .information-get-started {
  width: 100%;
  grid-column: span 2/span 2;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}
.footer .container-xxl .information-get-started .information {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}
.footer .container-xxl .information-get-started .information h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-gray);
  font-family: var(--font-primary) !important;
  text-align: left;
  margin-bottom: 0px;
}
.footer .container-xxl .information-get-started .information .links {
  margin-top: 10px;
  width: 100%;
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 32px;
  gap: 32px;
}
.footer .container-xxl .information-get-started .information .links div {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 16px;
}
.footer .container-xxl .information-get-started .information .links div a {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-gray-53);
  font-family: var(--font-primary) !important;
  text-align: left;
  margin: 0;
  padding: 0;
}
.footer .container-xxl .information-get-started .get-started {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.footer .container-xxl .information-get-started .get-started h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-gray);
  font-family: var(--font-primary) !important;
  text-align: left;
  margin-bottom: 0px;
}
.footer .container-xxl .information-get-started .get-started .create-account {
  margin-top: 10px;
  margin-bottom: 10px;
  white-space: nowrap;
  padding: 0px 20px;
  background-color: var(--text-gray);
  border-radius: 40px;
  font-size: 16px;
  font-family: var(--font-primary) !important;
  color: white;
  text-transform: capitalize;
  height: 50px;
  transition: all 0.1s ease-in-out;
}
.footer .container-xxl .information-get-started .get-started .create-account :hover {
  box-shadow: 4px 8px 20px 0px var(--text-gray);
}
.footer .container-xxl .information-get-started .get-started .create-account p {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-gray);
  font-family: var(--font-primary) !important;
  text-align: left;
  margin-bottom: 0px;
}
.footer p {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-gray);
  font-family: var(--font-primary) !important;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 20px;
}

.footer-new-version {
  background-color: var(--bs-primary);
}
.footer-new-version .subscribe {
  width: 100%;
  border-radius: 20px;
  padding: 20px;
  background-color: rgba(246, 246, 246, 0.2235294118);
}
.footer-new-version .subscribe h5 {
  font-size: 16px;
  font-weight: 700;
  color: white;
  font-family: var(--font-primary) !important;
  text-align: start;
  margin-left: 16px;
  line-height: 26px;
}
.footer-new-version .subscribe .input-container {
  display: flex;
  width: 100%;
  margin-top: 1.5rem;
}
.footer-new-version .subscribe .input-container input {
  width: 100%;
  border-radius: 2.5rem;
  height: 3.125rem;
  font-family: var(--font-primary);
  border: none;
  outline: none;
  padding: 0 0.625rem;
  margin-right: 1rem;
}
.footer-new-version .subscribe .input-container input:focus {
  box-shadow: 0 0 0 0.2rem rgba(121, 197, 153, 0.3882352941);
}
.footer-new-version .links {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 16px;
  flex-direction: column;
}
.footer-new-version .links h5 {
  font-size: 18px;
  font-weight: 700;
  color: white;
  font-family: var(--font-primary) !important;
  text-align: start;
}
.footer-new-version .links p,
.footer-new-version .links a {
  margin: 0 !important;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-gray-53);
  font-family: var(--font-primary) !important;
  text-align: start;
}

.footer-text p {
  font-size: 16px;
  font-weight: 400;
  color: white;
  font-family: var(--font-primary) !important;
  text-align: start;
}
.footer-text .social-media {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
}
.footer-text .social-media svg {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 900px) {
  .footer .container-xxl {
    pad: 16px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .footer .container-xxl .information-get-started {
    grid-column: span 1/span 1;
  }
  .footer .container-xxl .information-get-started .information .links {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }
  .footer-text {
    flex-direction: column;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/components/frontend/Header/index.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--bs-white);
  height: 3.75rem;
  z-index: 999;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  isolation: isolate;
}
@media screen and (min-width: 768px) {
  .header {
    height: 4.375rem;
  }
}
@media screen and (min-width: 992px) {
  .header {
    height: 5rem;
    position: absolute;
    background: rgba(255, 255, 255, 0.98);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
@media screen and (min-width: 1200px) {
  .header {
    height: 5.625rem;
  }
}
.header__navbar-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.header__brand {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.header__brand-logo {
  position: relative;
  width: 2.8125rem;
  height: 2.1875rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .header__brand-logo {
    width: 3.125rem;
    height: 2.5rem;
  }
}
@media screen and (min-width: 900px) {
  .header__brand-logo {
    width: 3.75rem;
    height: 3.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .header__brand-logo {
    width: 5rem;
    height: 4.375rem;
  }
}
.header__brand-text {
  color: var(--bs-primary);
  font-size: 1.375rem;
  margin-top: 0.5rem;
  font-family: var(--font-tertiary);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .header__brand-text {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 900px) {
  .header__brand-text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .header__brand-text {
    font-size: 2.5rem;
  }
}
.header__nav {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (min-width: 992px) {
  .header__nav {
    display: flex;
  }
}
.header__nav-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  height: 3.125rem;
  padding: 0rem 1.75rem;
  background-color: white;
  box-shadow: 0 4px 12px rgba(121, 197, 153, 0.15);
  border: 0.0625rem solid var(--bs-secondary);
  border-radius: 2.5rem;
  position: relative;
  z-index: 1000;
}
@media screen and (min-width: 1200px) {
  .header__nav-items {
    gap: 2rem;
    padding: 0rem 2.25rem;
  }
}
.header__nav-item {
  font-size: 0.9375rem;
  font-family: var(--font-primary);
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  list-style: none;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .header__nav-item {
    font-size: 1rem;
  }
}
.header__nav-item a {
  text-decoration: none;
}
.header__nav-item .nav-link {
  color: var(--bs-dark, #333);
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
}
.header__nav-item:hover .nav-link, .header__nav-item:focus-visible .nav-link {
  color: var(--bs-secondary);
}
.header__nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1001;
  margin-top: 0.5rem;
  pointer-events: auto;
}
.header__mobile-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.header__mobile-menu-toggle:hover {
  opacity: 0.7;
}
@media screen and (min-width: 992px) {
  .header__mobile-menu-toggle {
    display: none;
  }
}
.header__mobile-overlay {
  display: block;
  position: fixed;
  top: 3.75rem;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: calc(100vh - 3.75rem);
  background: rgba(0, 0, 0, 0.5);
  z-index: 898;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .header__mobile-overlay {
    top: 4.375rem;
    height: calc(100vh - 4.375rem);
  }
}
@media screen and (min-width: 992px) {
  .header__mobile-overlay {
    display: none;
  }
}

.header__mobile-menu {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.25rem;
  position: fixed;
  top: 3.75rem;
  left: 0;
  right: 0;
  background-color: white;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  width: 100%;
  z-index: 899;
  padding: 1.5rem;
  max-height: calc(100vh - 3.75rem);
  overflow-y: auto;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .header__mobile-menu {
    top: 4.375rem;
    max-height: calc(100vh - 4.375rem);
  }
}
@media screen and (min-width: 992px) {
  .header__mobile-menu {
    display: none;
  }
}
.header__mobile-menu--active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.header__mobile-menu-item {
  width: 100%;
  font-size: 1rem;
  font-family: var(--font-primary);
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  list-style: none;
}
.header__mobile-menu-item a {
  text-decoration: none;
  display: block;
  width: 100%;
}
.header__mobile-menu-item .nav-link {
  color: var(--bs-dark, #333);
  padding: 0.5rem 0;
  cursor: pointer;
}
.header__mobile-menu-item:hover .nav-link, .header__mobile-menu-item:focus-visible .nav-link {
  color: var(--bs-secondary);
}
.header__mobile-menu-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  height: 2.75rem;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0rem 2rem;
  background-color: var(--bs-primary);
  border-radius: 2.5rem;
  font-size: 1rem;
  font-family: var(--font-primary);
  font-weight: 600;
  color: white;
  transition: all 0.2s ease-in-out;
  border: none;
  cursor: pointer;
}
.header__mobile-menu-cta:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.non-overlap-behavior {
  background-color: var(--bs-white);
  position: relative;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./node_modules/slick-carousel/slick/slick.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./node_modules/slick-carousel/slick/slick-theme.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url(/_next/static/media/ajax-loader.0b80f665.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(/_next/static/media/slick.25572f22.eot);
  src: url(/_next/static/media/slick.25572f22.eot) format("embedded-opentype"), url(/_next/static/media/slick.653a4cbb.woff) format("woff"), url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"), url(/_next/static/media/slick.f895cfdf.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/components/frontend/Hero/index.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.h-screen {
  height: 80vh;
  padding-top: 80px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .h-screen {
    padding-top: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .h-screen {
    padding-top: 120px;
  }
}

.heroBackground {
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  height: 600px;
  pointer-events: none;
  z-index: -1;
}

.overlay {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  z-index: 1;
}

.text-container {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.text-container h1 {
  font-size: 60px;
  font-weight: 800;
  color: var(--text-gray);
  font-family: var(--font-primary) !important;
}
.text-container p {
  font-size: 24px;
  font-weight: 400;
  color: var(--bs-black);
  font-family: var(--font-primary) !important;
  margin-top: 8px;
}
.text-container .button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .text-container .button-wrapper {
    flex-direction: column;
    gap: 8px;
  }
  .text-container .button-wrapper > button {
    width: 100%;
  }
}
.text-container .watch-video {
  white-space: nowrap;
  padding: 0px 6px 0px 12px;
  border: 1px solid var(--shade-green);
  border-radius: 40px;
  font-size: 16px;
  font-family: var(--font-primary) !important;
  color: var(--shade-green);
  text-transform: capitalize;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  box-shadow: 4px 8px 20px 0px rgba(121, 197, 153, 0.2);
  height: 50px;
  transition: all 0.3s ease-in-out;
}
.text-container .videoIcon {
  width: 40px;
  height: 40px;
}

.img-container {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .h-screen {
    height: 80vh;
  }
  .text-container h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 900px) {
  .h-screen {
    height: 80vh;
  }
  .text-container h1 {
    font-size: 30px;
  }
  .text-container p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .h-screen {
    height: 80vh;
  }
  .heroBackground {
    width: 110%;
    height: 700px;
  }
  .overlay {
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-direction: column-reverse;
  }
  .text-container {
    width: 100%;
    align-items: center;
  }
  .text-container h1 {
    text-align: center !important;
    font-size: 30px;
  }
  .text-container p {
    text-align: center !important;
  }
  .img-container {
    width: 80%;
    height: 220px;
  }
}
@media screen and (max-width: 600px) {
  .heroBackground {
    height: 600px;
  }
  .img-container {
    width: 90%;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/components/frontend/MultiAppsConnect/index.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.multi-apps-container {
  padding-top: 30px;
  padding-bottom: 80px;
}
.multi-apps-container .text-container {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.multi-apps-container .text-container h2 {
  white-space: nowrap;
  padding: 0px 32px;
  border-radius: 40px;
  font-size: 16px;
  font-family: var(--font-primary) !important;
  color: var(--shade-green);
  text-transform: capitalize;
  background: rgba(121, 197, 153, 0.2274509804);
  height: 50px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.multi-apps-container .text-container h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--bs-primary);
  font-family: var(--font-primary) !important;
  text-align: left;
}
.multi-apps-container .text-container p {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-gray-53);
  font-family: var(--font-primary) !important;
  text-align: left;
}
.multi-apps-container .text-container h4 {
  font-size: 22px;
  font-weight: 700;
  color: #79c599;
  font-family: var(--font-primary) !important;
  text-align: left;
}
.multi-apps-container .text-container ul {
  font-family: var(--font-primary) !important;
  color: var(--color-gray-53);
  font-size: 16px;
  line-height: 32px;
}
.multi-apps-container .slider-container {
  background-color: var(--color-gray-4);
  border-radius: 40px;
  overflow: hidden;
  padding: 80px;
}
.multi-apps-container .slider-container .image-container {
  position: relative;
  width: 300px;
  height: 300px;
}
.multi-apps-container .slider-container .iconNext {
  display: inline-block;
  position: absolute;
  right: -5%;
  bottom: -20%;
  cursor: pointer;
}
.multi-apps-container .slider-container .iconNext svg {
  width: 50px;
  height: 50px;
}
.multi-apps-container .slider-container .iconPrev {
  display: inline-block;
  position: absolute;
  left: -5%;
  bottom: -20%;
  cursor: pointer;
}
.multi-apps-container .slider-container .iconPrev svg {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 900px) {
  .multi-apps-container .slider-container {
    padding: 40px 20px;
  }
  .multi-apps-container .slider-container .image-container {
    position: relative;
    width: 150px;
    height: 150px;
  }
  .multi-apps-container .slider-container .iconNext {
    right: 0%;
    bottom: -10%;
  }
  .multi-apps-container .slider-container .iconNext svg {
    width: 30px;
    height: 30px;
  }
  .multi-apps-container .slider-container .iconPrev {
    left: 0%;
    bottom: -10%;
  }
  .multi-apps-container .slider-container .iconPrev svg {
    width: 30px;
    height: 30px;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/components/frontend/OurServices/index.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.our-services .service-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.our-services .service-container .btn {
  white-space: nowrap;
  padding: 0px 32px;
  border-radius: 40px;
  font-size: 16px;
  font-family: var(--font-primary) !important;
  color: var(--shade-green);
  text-transform: capitalize;
  background: rgba(121, 197, 153, 0.2274509804);
  height: 50px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  text-wrap: wrap;
}
.our-services .service-container h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-gray);
  font-family: var(--font-primary) !important;
  margin-top: 32px;
  text-align: center;
}
.our-services .service-container .service-card-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 32px;
  gap: 32px;
  margin-top: 20px;
}
.our-services .service-container .service-card-container .service-card {
  width: 100%;
  border: 1px solid var(--shade-green);
  box-shadow: 4px 8px 20px 0px rgba(121, 197, 153, 0.2);
  border-radius: 20px;
  background-color: white;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.our-services .service-container .service-card-container .service-card button {
  border-radius: 20px;
  min-width: 160px;
  height: 129px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-gray-1);
  border: none;
  pointer-events: none;
}
.our-services .service-container .service-card-container .service-card aside {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.our-services .service-container .service-card-container .service-card aside h3 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 20px;
  color: var(--text-gray);
}
.our-services .service-container .service-card-container .service-card aside p {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 16px;
  color: var(--color-gray-53);
  margin-bottom: 0px;
}
.our-services .service-container .service-card-container .service-card aside ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-position: inside;
}
.our-services .service-container .service-card-container .service-card aside ul li {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 16px;
  color: var(--color-gray-53);
}

@media screen and (max-width: 900px) {
  .our-services .service-container .service-card-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 16px;
  }
  .our-services .service-container .service-card-container .service-card {
    flex-direction: column;
  }
  .our-services .service-container .service-card-container .service-card button {
    min-width: 120px;
    height: 120px;
  }
  .our-services .service-container .service-card-container .service-card aside {
    align-items: center;
  }
  .our-services .service-container .service-card-container .service-card h3,
  .our-services .service-container .service-card-container .service-card p,
  .our-services .service-container .service-card-container .service-card ul,
  .our-services .service-container .service-card-container .service-card li {
    text-align: center;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/components/frontend/Pricing/index.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.pricing-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pricing-container .title {
  white-space: nowrap;
  padding: 0px 32px;
  border-radius: 40px;
  font-size: 16px;
  font-family: var(--font-primary) !important;
  color: var(--shade-green);
  text-transform: capitalize;
  background: rgba(121, 197, 153, 0.2274509804);
  height: 50px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pricing-container h1 {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-dark);
  font-family: var(--font-primary) !important;
  text-align: center;
}
.pricing-container .cards-container {
  margin-top: 150px;
}
.pricing-container .cards-container .pricing-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 4px 8px 20px 0px rgba(121, 197, 153, 0.2);
  border: 2px solid var(--color-gray-4);
  border-radius: 40px;
  padding: 40px 0;
}
.pricing-container .cards-container .pricing-card h3 {
  padding: 12px 24px;
  text-align: center;
  font-size: 14px;
  color: var(--bs-primary);
  border-radius: 40px;
  font-family: var(--font-primary) !important;
}
.pricing-container .cards-container .pricing-card h2 {
  text-align: center;
  font-size: 40px;
  color: var(--bs-primary);
  border-radius: 40px;
  font-family: var(--font-primary) !important;
}
.pricing-container .cards-container .pricing-card p {
  text-align: center;
  font-size: 16px;
  color: var(--color-gray-53);
  font-family: var(--font-primary) !important;
}
.pricing-container .cards-container .pricing-card .subTitle {
  max-width: 50%;
}
.pricing-container .cards-container .pricing-card .choose-package {
  background: var(--bs-primary);
  color: white;
  padding: 14px 32px;
  border-radius: 40px;
  font-family: var(--font-primary) !important;
}
.pricing-container .cards-container .pricing-card .feature {
  width: 100%;
  color: var(--color-gray-53);
  padding: 8px 0;
  border-bottom: 1px solid var(--color-gray-4);
  font-family: var(--font-primary) !important;
}
.pricing-container .cards-container .pricing-card .trail {
  text-decoration: underline;
  color: var(--bs-primary);
  text-align: center;
  font-size: 16px;
  background: transparent;
  border: none;
  font-family: var(--font-primary) !important;
}
.pricing-container .cards-container .slick-dots li button:before {
  color: #D9D9D9 !important;
  font-size: 20px;
}
.pricing-container .cards-container .slick-dots li.slick-active button:before {
  color: #79C599 !important;
  opacity: 1 !important;
}

@media screen and (max-width: 900px) {
  .pricing-container .cards-container {
    margin-top: 20px;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/components/frontend/Services/index.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.services-container .card {
  padding: 70px;
  background: var(--bs-primary);
  border-radius: 0px !important;
  border: none !important;
}
.services-container .card h3 {
  font-size: 24px;
  font-weight: 700;
  color: white;
  font-family: var(--font-primary) !important;
  text-align: left;
}
.services-container .card p {
  font-size: 16px;
  font-weight: 400;
  color: white;
  font-family: var(--font-primary) !important;
  text-align: left;
  margin-top: 20px;
  line-height: 30px;
}
.services-container .card-2 {
  background-color: #7474b0;
}
.services-container .card-3 {
  background-color: #79c599;
}

.services-card-container .card-reverse {
  flex-direction: row-reverse !important;
}
.services-card-container .image-row-container {
  padding-right: 20px;
}
.services-card-container .image-container {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  padding: 200px 0;
}
.services-card-container .text-container {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.services-card-container .text-container h2 {
  white-space: nowrap;
  padding: 0px 32px;
  border-radius: 40px;
  font-size: 16px;
  font-family: var(--font-primary) !important;
  color: var(--shade-green);
  text-transform: capitalize;
  background: rgba(121, 197, 153, 0.2274509804);
  height: 50px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services-card-container .text-container h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--bs-primary);
  font-family: var(--font-primary) !important;
  text-align: left;
}
.services-card-container .text-container p {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-gray-53);
  font-family: var(--font-primary) !important;
  text-align: left;
}
.services-card-container .text-container h4 {
  font-size: 22px;
  font-weight: 700;
  color: #79c599;
  font-family: var(--font-primary) !important;
  text-align: left;
}
.services-card-container .text-container ul {
  font-family: var(--font-primary) !important;
  color: var(--color-gray-53);
  font-size: 16px;
  line-height: 32px;
}

@media screen and (max-width: 900px) {
  .services-card-container .image-row-container {
    padding-right: 12px;
  }
  .services-card-container .card-reverse {
    flex-direction: initial !important;
  }
  .services-card-container .image-container {
    padding: 150px 0;
  }
}
@media screen and (max-width: 600px) {
  .services-container .card {
    padding: 40px;
  }
  .services-container .card p {
    margin-top: 12px !important;
  }
  .services-card-container .image-container {
    padding: 100px 0;
  }
  .services-card-container .text-container h3 {
    font-size: 22px;
  }
  .services-card-container .text-container h4 {
    font-size: 18px;
  }
  .services-card-container .text-container ul {
    line-height: 24px;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/components/frontend/FAQs/index.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.FAQs .container-xxl {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.FAQs .container-xxl .btn {
  white-space: nowrap;
  padding: 0px 32px;
  border-radius: 40px;
  font-size: 16px;
  font-family: var(--font-primary) !important;
  color: var(--shade-green);
  text-transform: capitalize;
  background: rgba(121, 197, 153, 0.2274509804);
  height: 50px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.FAQs .container-xxl .h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-gray);
  font-family: var(--font-primary) !important;
  margin-top: 32px;
  text-align: center;
}
.FAQs .container-xxl .faq-container {
  width: 70%;
  margin-top: 20px;
}
.FAQs .container-xxl .faq-container .accordion-item {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.FAQs .container-xxl .faq-container .accordion-button {
  padding-right: 0px;
  padding-left: 0px;
}
.FAQs .container-xxl .faq-container .accordion-button:focus {
  box-shadow: none !important;
  background: transparent !important;
  background-color: white !important;
}
.FAQs .container-xxl .faq-container .accordion-button:active {
  box-shadow: none !important;
  background: transparent !important;
  background-color: white !important;
}
.FAQs .container-xxl .faq-container .accordion-button:not(.collapsed) {
  box-shadow: none !important;
  background: transparent !important;
  background-color: white !important;
}

@media screen and (max-width: 900px) {
  .FAQs .container-xxl .faq-container {
    width: 100%;
  }
}
