.guest-love-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 20px;
}

.guest-love {
  color: #000;
  text-align: center;
  font-family: Work Sans;
  font-size: 90px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; /* 260px */
}

/* .enable-getstart-heading h1 {
  color: #000;
  font-family: Work Sans;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
} */

@media screen and (max-width: 992px) {
  .guest-love {
    color: #000;
    text-align: center;
    font-family: Work Sans;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%; /* 260px */
  }
}

@media screen and (max-width: 540px) {
  .guest-love {
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    line-height: 130%; /* 260px */
  }
}

.enable-cashless-heading {
  color: #1c1c1c;
  font-family: Work Sans;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px; /* 100% */
  width: 530px;
}

.dynamic-paragraph {
  margin-top: 20px;
  width: 400px;
}

@media screen and (max-width: 992px) {
  .enable-cashless-heading {
    color: #1c1c1c;
    font-family: Work Sans;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 100% */
    margin-top: 20px;
    width: auto;
  }

  .dynamic-paragraph {
    width: auto;
    margin-top: 20px;
  }
}

.services-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.services-image-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  margin-right: 60px;
}

.service-circle {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #cae1f9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 4px solid rgb(247, 246, 246);
  padding: 20px;
  cursor: pointer;
  transition: border-color 0.3s;
}

.service-circle.tapped {
  border-color: #2f7fed; /* Blue border color */
}

.not-develop-by-amateur {
  background-color: #eaf2fc;
  padding: 60px 40px;
}

@media screen and (max-width: 992px) {
  .not-develop-by-amateur {
    background-color: #eaf2fc;
    padding: 30px 20px;
  }
}

.not-develop-by-amateur h2 {
  color: #1c1c1c;
  text-align: center;
  font-family: Work Sans;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px; /* 100% */
  margin-top: 20px;
  margin-bottom: 5px;
}

.not-develop-by-amateur p {
  color: #6b6b6b;
  text-align: center;
  font-family: Work Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 54.6px */
}

.dashboard-section {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: start;
}

.dashborad-image-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dashborad-image-section .imac-image {
  width: 700px;
}

@media screen and (min-width: 1300px) {
  .dashborad-image-section .imac-image {
    width: 800px;
  }
}

@media screen and (min-width: 1800px) {
  .dashborad-image-section .imac-image {
    width: 1200px;
  }
}

@media screen and (min-width: 2000px) {
  .dashborad-image-section .imac-image {
    width: 1400px;
  }
}

@media screen and (min-width: 2500px) {
  .dashborad-image-section .imac-image {
    width: 1800px;
  }
}

@media screen and (max-width: 1100px) {
  .dashborad-image-section .imac-image {
    width: 700px;
  }
}

@media screen and (max-width: 992px) {
  .dashborad-image-section .imac-image {
    width: 600px;
  }

  .not-develop-by-amateur h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    font-weight: 500;
  }
  /*
  .enable-getstart-heading h1 {
    color: #000;
    font-size: 40px;
    text-align: start;
    font-weight: 500;
    line-height: 120%;
  } */
}

@media screen and (max-width: 400px) {
  .dashborad-image-section .imac-image {
    width: auto;
  }
}

.dashboard-title-text {
  color: #2f7fed;
  text-align: right;
  font-family: Work Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 160%; /* 67.2px */
}

.standalone-mobile-app {
  margin-right: 20px;
  margin-top: 180px;
}

.admin-portal {
  margin-left: 20px;
  margin-top: 60px;
}

@media screen and (max-width: 800px) {
  .dashborad-image-section .imac-image {
    width: 400px;
  }

  .dashboard-section {
    flex-direction: column;
  }

  .admin-portal {
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .standalone-mobile-app {
    margin-right: 0px;
    margin-top: 30px;
  }
}

.customer-review {
  background-color: #f3f0e6;
  padding: 86px 10px;
}

/* .swiper-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
} */

.customer-review h2 {
  color: #000;
  font-family: Work Sans;
  font-size: 50px;
  max-width: 700px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 100px */
}

.cutomer-review-list {
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  min-height: 330px;
}

.customer-review-card {
  background-color: white;
  width: 350px;
  height: 330px;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}

.review-text {
  color: #6b6b6b;
  font-family: Work Sans;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  line-height: 130%; /* 65px */
}

.reviewers-details {
  display: flex;
  align-items: center;
  gap: 20px;
}

.user-profile {
  width: 80px;
  height: 80px;
}

.footer-online {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px;
}

.footer-one-line-left {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  width: 50%;
}

.footer-one-line-right {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  width: 50%;
}

.wc_copyright_text {
  font-weight: normal;
  color: #000000;
  font-size: 14px;
}

@media screen and (max-width: 992px) {
  .footer-img-logo {
    width: 90px;
  }
}

@media screen and (max-width: 992px) {
  .footer-online {
    gap: 10px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }

  .footer-one-line-left {
    width: 100%;
    gap: 3px;
  }

  .footer-one-line-right {
    width: 100%;
    justify-content: start;
    margin-left: 22px;
  }
  .wc_copyright_text {
    font-size: 14px;
    /* font-weight: 600; */
    color: #000000;
  }

  .footer-area {
    margin-left: 5px;
    margin-right: 5px;
  }
}

/* .swiper {
  width: 100%;
  padding-bottom: 50px !important;
} */

.swiper-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.review-content {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
  top: 0;
  left: 0;
  padding: 20px 20px;
}

.video-container {
  position: relative;
  overflow-x: hidden;
  max-width: 100%;
  height: auto;
  padding-top: 60px;
}

.video-container video {
  width: 100%;
  height: 500px;
}

@media screen and (min-width: 1500px) {
  .video-container video {
    height: 600px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 750px) {
  .video-container video {
    height: auto;
    padding-bottom: 30px;
  }
}

.dashborad-image-section {
  max-width: 100%;
}

.imac-image {
  width: 100%;
  height: auto;
}

.slick-list .slick-track {
  min-height: 330px;
  border-radius: 10px;
  display: flex;
  gap: 30px;
}

.slick-slide {
  height: 280px !important;
}

@media screen and (max-width: 450px) {
  .slick-list .slick-track {
    height: 330px;
    border-radius: 10px;
    display: flex;
    gap: 10px;
  }

  .slick-slide {
    height: 330px !important;
    width: 250px;
  }
}

@media screen and (max-width: 360px) {
  .slick-list .slick-track {
    height: 360px;
    border-radius: 10px;
    display: flex;
    gap: 10px;
  }

  .slick-slide {
    height: 360px !important;
    width: 250px;
  }
}

@media screen and (max-width: 300px) {
  .slick-list .slick-track {
    height: 400px;
    border-radius: 10px;
    display: flex;
    gap: 10px;
  }

  .slick-slide {
    height: 400px !important;
    width: 250px;
  }
}

.slick-dots {
  bottom: -60px !important;
}

.enable-cashless {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.service-text {
  font-size: 13px;
  color: #2f7fed;
}

.enable-cashless-subtext {
  margin-top: 10px;
}

.service-icon {
  width: 30px;
}

@media screen and (max-width: 1100px) {
  .cashless-image {
    width: 290px !important;
    height: 580px !important;
  }

  .enable-cashless {
    gap: 30px;
  }
}

@media screen and (max-width: 950px) {
  .enable-cashless {
    align-items: start;
    gap: 10px;
    justify-content: unset;
  }

  .cashless-image {
    width: 250px !important;
    height: 500px !important;
  }

  .service-circle {
    width: 90px;
    height: 90px;
  }

  .service-text {
    font-size: 10px;
    margin-top: 5px;
  }

  .services-image-section {
    margin-right: 30px;
  }

  .enable-cashless-subtext {
    margin-top: 10px;
  }
}

@media screen and (max-width: 750px) {
  .enable-cashless {
    gap: 0px;
  }

  .services-image-section {
    margin-right: 10px;
  }

  .cashless-image {
    width: 230px !important;
    height: 470px !important;
  }

  .service-circle {
    width: 80px;
    height: 80px;
  }

  .service-text {
    font-size: 9px;
  }

  .enable-cashless-subtext {
    margin-top: 5px;
  }
}

@media screen and (max-width: 650px) {
  .cashless-image {
    width: 200px !important;
    height: 400px !important;
  }

  .service-circle {
    width: 75px;
    height: 75px;
  }

  .services-image-section {
    margin-right: 10px;
  }

  .service-text {
    font-size: 8px;
  }

  .enable-cashless-heading {
    font-size: 30px;
  }

  .enable-cashless-subtext {
    font-size: 14px;
    margin-top: 5px;
  }

  .services-image-section {
    gap: 16px;
  }
}

@media screen and (max-width: 570px) {
  .enable-cashless-content {
    background-color: white;
    box-shadow: inset;
    padding: 40px 20px;
    border-radius: 5px;
    /* box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); */
  }

  .enable-cashless {
    gap: 20px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .content-section {
    text-align: center;
  }

  .cashless-image {
    width: 270px !important;
    height: auto !important;
  }

  .service-circle {
    width: 75px;
    height: 75px;
    border: 3px solid rgb(255, 255, 255);
  }

  .services-image-section {
    gap: 50px;
    margin-right: 10px;
  }

  .service-text {
    font-size: 7px;
  }

  .enable-cashless-heading {
    font-size: 55px;
    line-height: 60px;
    text-align: start;
  }

  .enable-cashless-subtext {
    font-size: 18px;
    margin-top: 15px;
    text-align: start;
  }

  .image-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .content-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .wc_copyright_text {
    font-size: 13px;
  }

  .service-icon {
    width: 25px;
  }
}

@media screen and (max-width: 490px) {
  .enable-cashless {
    gap: 20px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .content-section {
    text-align: center;
  }

  .cashless-image {
    width: 270px !important;
    height: auto !important;
  }

  .service-circle {
    width: 70px;
    height: 70px;
    border: 3px solid rgb(255, 255, 255);
  }

  .services-image-section {
    gap: 30px;
    margin-right: 10px;
  }

  .service-text {
    font-size: 7px;
  }

  .image-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .content-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .wc_copyright_text {
    font-size: 13px;
  }

  .service-icon {
    width: 25px;
  }

  .enable-cashless-subtext {
    font-size: 16px;
  }

  .enable-cashless-heading {
    font-size: 50px;
    line-height: 50px;
    text-align: start;
  }
}

@media screen and (max-width: 430px) {
  .cashless-image {
    width: 250px !important;
    height: auto !important;
  }
}

@media screen and (max-width: 390px) {
  .enable-cashless {
    gap: 20px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .content-section {
    text-align: center;
  }

  .cashless-image {
    width: 240px !important;
    height: auto !important;
  }

  .service-circle {
    width: 65px;
    height: 65px;
    border: 3px solid rgb(255, 255, 255);
  }

  .services-image-section {
    gap: 30px;
    margin-right: 0px;
  }

  .service-text {
    font-size: 7px;
  }

  .enable-cashless-heading {
    font-size: 45px;
    line-height: 50px;
    text-align: start;
  }

  .service-icon {
    width: 22px;
  }
}

@media screen and (max-width: 360px) {
  .enable-cashless {
    gap: 20px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .content-section {
    text-align: center;
  }

  .cashless-image {
    width: 210px !important;
    height: auto !important;
  }

  .service-circle {
    width: 65px;
    height: 65px;
    border: 3px solid rgb(255, 255, 255);
  }

  .services-image-section {
    gap: 30px;
    margin-right: 0px;
  }

  .enable-cashless-heading {
    font-size: 43px;
    line-height: 50px;
    text-align: start;
  }
}

@media screen and (max-width: 330px) {
  .enable-cashless {
    gap: 20px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .content-section {
    text-align: center;
  }

  .cashless-image {
    width: 190px !important;
    height: auto !important;
  }

  .service-circle {
    width: 60px;
    height: 60px;
    border: 3px solid rgb(255, 255, 255);
  }

  .services-image-section {
    gap: 30px;
    margin-right: 0px;
  }

  .enable-cashless-heading {
    font-size: 40px;
    line-height: 40px;
    text-align: start;
  }

  .service-icon {
    width: 20px;
  }
}

/* @media screen and (max-width: 470px) {
  .enable-cashless {
    gap: 10px;
  }

  .cashless-image {
    width: 150px !important;
    height: 300px !important;
  }

  .service-circle {
    width: 67px;
    height: 67px;
    border: 3px solid rgb(255, 255, 255);
  }

  .services-image-section {
    margin-right: 5px;
  }

  .service-text {
    font-size: 7px;
  }

  .enable-cashless-heading {
    font-size: 20px;
    line-height: 25px;
  }

  .enable-cashless-subtext {
    font-size: 11px;
    margin-top: 5px;
  }

  .image-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .content-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .wc_copyright_text {
    font-size: 11px;
  }

  .service-icon {
    width: 25px;
  }
}

@media screen and (max-width: 400px) {
  .enable-cashless {
    gap: 5px;
    justify-content: unset;
  }

  .cashless-image {
    width: 130px !important;
    height: 250px !important;
  }

  .service-circle {
    width: 60px;
    height: 60px;
    border: 3px solid rgb(255, 255, 255);
  }

  .services-image-section {
    margin-right: 5px;
  }

  .service-text {
    font-size: 5px;
  }

  .enable-cashless-heading {
    font-size: 15px;
    line-height: 20px;
  }

  .enable-cashless-subtext {
    font-size: 11px;
    margin-top: 5px;
  }

  .image-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .content-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .wc_copyright_text {
    font-size: 10px;
  }
  .service-icon {
    width: 23px;
  }
}

@media screen and (max-width: 350px) {
  .enable-cashless {
    gap: 8px;
    justify-content: unset;
  }

  .cashless-image {
    width: 100px !important;
    height: 200px !important;
  }

  .service-circle {
    width: 50px;
    height: 50px;
    border: 2px solid rgb(255, 255, 255);
  }

  .services-image-section {
    margin-right: 0px;
  }

  .service-text {
    font-size: 5px;
  }

  .enable-cashless-heading {
    font-size: 15px;
    line-height: 20px;
  }

  .enable-cashless-subtext {
    font-size: 11px;
    margin-top: 5px;
  }

  .image-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .content-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .wc_copyright_text {
    font-size: 9px;
  }

  .service-icon {
    width: 20px;
  }
} */

.enable-cashless-desktop-content {
  margin-top: 120px;
}

.enable-area {
  background-color: rgb(247, 246, 246);
}
