@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Metrophobic&family=Poetsen+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.wrapper {
  padding: 70px 0;
  width: 100%;
}

.page-wrap {
  position: relative;
  top: 80px;
}

.page-head {
  height: 160px;
  padding: 0 80px;
  display: flex;
  align-items: center;
}
.page-head span {
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: #221F1F;
}

.page-content {
  padding: 0 80px 20px;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.content-wrap-bg {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.content-wrap-md {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.content-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.content-head span {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
  color: #333333;
}

.content-head-sm span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #000000;
}

.content-paragraph {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.content-paragraph p {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
  color: #000000;
  margin: 0;
}

.content-list ul, .content-list ol {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}
.content-list ul li, .content-list ol li {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
  color: #000000;
}
.content-list ul {
  list-style-type: none; /* Remove default bullets */
  position: relative;
}
.content-list ul li {
  position: relative;
}
.content-list ul li::before {
  content: "•"; /* Bullet point symbol */
  font-size: 18px; /* Adjust the size of the bullet point */
  position: absolute;
  left: -20px; /* Position the bullet point to the left */
  top: 0;
  line-height: 26px; /* Align the bullet point with the text */
}
.content-list ol li {
  padding-left: 2px;
}

@media (min-width: 0px) and (max-width: 968px) {
  .page-head {
    padding: 0 16px;
    height: 94px;
  }
  .page-head span {
    font-size: 22px;
    line-height: 26.4px;
  }
  .page-content {
    width: 100%;
    padding: 20px 16px 24px;
  }
  .content-head span {
    font-size: 16px;
  }
  .content-paragraph p {
    font-size: 13px;
  }
  .content-list ul li, .content-list ol li {
    font-size: 13px;
  }
  .content-list ol {
    padding-left: 16px;
  }
  .content-list ol li {
    padding-left: 0px;
  }
  .content-list ul {
    padding-left: 20px;
  }
  .content-list ul li::before {
    left: -15px;
  }
}
.container-fluid {
  --bs-gutter-x: 0rem;
}

.navbar-nav {
  width: 100%;
  display: flex;
  gap: 25px;
  justify-content: flex-end;
}

.navbar {
  --bs-navbar-padding-y: 0;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.close-icon {
  width: 30px;
  height: 30px;
  padding: 3px;
}

.offcanvas-backdrop {
  background: none;
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  height: 80px;
}

.navbar-nav .nav-link.active {
  color: #FB7009;
}

.nav-item a {
  text-decoration: none;
  font-size: 16px;
}

.navbar-background {
  background-color: white;
  z-index: 99;
}

.container.card-wrapper {
  max-width: 85%;
}

.container.get-in-touch-container {
  max-width: 82%;
}

.container.info-wrapper, .container-lg.info-wrapper, .container-md.info-wrapper, .container-sm.info-wrapper, .container-xl.info-wrapper, .container-xxl.info-wrapper {
  max-width: 85%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  margin: 0 16px;
  position: absolute;
  top: 60px;
  background: #F0F4FF;
}

.dropdown-item.active {
  color: #FB7009;
  background-color: #F0F4FF;
}

.dropdown-menu {
  --bs-dropdown-link-active-bg:none;
  --bs-dropdown-link-active-color: #FB7009;
}

.dropdown-item.focus {
  background-color: #F0F4FF;
}

@media (min-width: 481px) and (max-width: 991px) {
  .navbar-nav {
    padding: 0;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 264px;
    border: none;
    top: 38px;
  }
  .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0px 20px;
    height: 48px;
    margin: 0;
  }
  .carousel-control-next, .carousel-control-prev {
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 20% 0 0 0;
  }
  .carousel-item {
    z-index: 2;
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  .container.get-in-touch-container {
    max-width: 100%;
  }
  .carousel-control-next, .carousel-control-prev {
    display: flex;
    align-items: end;
    justify-content: center;
    height: 250px;
  }
  .redeem-cards-mobile .carousel-control-next, .redeem-cards-mobile .carousel-control-prev {
    display: flex;
    align-items: flex-start;
    top: 36px;
    z-index: 1;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
    padding: 0 2%;
  }
  .navbar-section .navbar .navbar-nav {
    gap: 10px;
    align-items: center;
  }
  .navbar-section .navbar .nav-item .nav-link {
    font-size: 11px;
  }
  .navbar-section .navbar .nav-item .demo-btn {
    height: 30px;
  }
  .navbar-section .navbar .nav-item .conatct-btn {
    height: 30px;
    font-size: 10px;
  }
  .navbar-section .navbar .dropdown .dropdown-menu .dropdown-item {
    padding-top: 12px;
    font-size: 10px;
  }
  .navbar-section .navbar .dropdown .nav-link {
    font-size: 11px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .nav-item a {
    font-size: 14px;
  }
}
body {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Poppins", sans-serif;
}

.resMessage {
  display: none;
  text-align: center;
  padding-top: 5px;
  color: green;
  font-size: 16px;
}

.row {
  --bs-gutter-x: 0rem;
}

.buttons {
  border-radius: 8px;
  border: 0;
  height: 41px;
  color: #fff;
  font-weight: 500;
}

.green-bg {
  background: #75B43C;
}
.green-bg:hover {
  background: #75B43C;
}

.rose-bg {
  background: #EF3073;
}
.rose-bg:hover {
  background: #EF3073;
}

.orange-bg {
  background: #FB7009;
}
.orange-bg:hover {
  background: #FB7009;
}

.blue-bg {
  background: #104CD2;
}
.blue-bg:hover {
  background: #104CD2;
}

.green-font {
  color: #75B43C;
}

.rose-font {
  color: #EF3073;
}

.orange-font {
  color: #FB7009;
}

.blue-font {
  color: #104CD2;
}

.navbar-section {
  background-color: #F0F4FF;
  position: fixed;
  z-index: 99;
  width: 100%;
}
.navbar-section .conatct-btn {
  border-radius: 5px;
  background: #FF9750;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.5px;
  padding: 7.5px 12px;
  height: 34px;
  border: 0;
  display: flex;
  align-items: center;
}
.navbar-section .demo-btn {
  cursor: pointer;
  border: 1px solid #BDBDBD;
  font-size: 16px;
  font-weight: 400;
  color: #221F1F;
  height: 38px;
  padding: 10px 12px 10px 12px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.home-section {
  position: relative;
  top: 80px;
  background: linear-gradient(281.17deg, rgba(249, 224, 233, 0.5) 9.1%, rgba(248, 252, 254, 0.5) 33.87%, rgba(215, 245, 255, 0.5) 59.23%), url(../asset/index/home-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.home-section .engage-entertain-empower {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-section .engage-entertain-empower img {
  width: 50%;
  height: 100%;
  padding-top: 44px;
}
.home-section .drop-img {
  margin-top: 165px;
}
.home-section .man-image {
  margin-top: 175px;
}
.home-section .color-btns {
  margin-top: 64px;
  padding-bottom: 200px;
}
.home-section .color-btns .button-rows {
  display: flex;
  justify-content: center;
}
.home-section .color-btns .btn-row-one {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-section .color-btns .btn-row-one .btn-width a button {
  width: 296px;
}
.home-section .color-btns .btn-row-two {
  gap: 220px;
}
.home-section .color-btns .btn-row-two .btn-width-one {
  margin-top: 35px;
}
.home-section .color-btns .btn-row-two .btn-width-one a button {
  width: 273px;
}
.home-section .color-btns .btn-row-two .btn-width-two {
  margin-top: 37px;
}
.home-section .color-btns .btn-row-two .btn-width-two a button {
  width: 273px;
}
.home-section .color-btns .btn-row-three {
  gap: 320px;
}
.home-section .color-btns .btn-row-three .btn-width-one {
  margin-top: 30px;
}
.home-section .color-btns .btn-row-three .btn-width-one a button {
  width: 250px;
}
.home-section .color-btns .btn-row-three .btn-width-two {
  margin-top: 24px;
}
.home-section .color-btns .btn-row-three .btn-width-two a button {
  width: 250px;
}
.home-section .color-btns .btn-row-four {
  gap: 440px;
}
.home-section .color-btns .btn-row-four .btn-width-one {
  margin-top: 45px;
}
.home-section .color-btns .btn-row-four .btn-width-one a button {
  width: 254px;
}
.home-section .color-btns .btn-row-four .btn-width-two {
  margin-top: 39px;
}
.home-section .color-btns .btn-row-four .btn-width-two a button {
  width: 254px;
}
.home-section .color-btns .btn-row-five {
  gap: 535px;
}
.home-section .color-btns .btn-row-five .btn-width-one {
  margin-top: 43px;
}
.home-section .color-btns .btn-row-five .btn-width-one a button {
  width: 257px;
}
.home-section .color-btns .btn-row-five .btn-width-two {
  margin-top: 38px;
}
.home-section .color-btns .btn-row-five .btn-width-two a button {
  width: 257px;
}
.home-section .color-btns .btn-row-six {
  gap: 670px;
}
.home-section .color-btns .btn-row-six .btn-width-one {
  margin-top: 43px;
}
.home-section .color-btns .btn-row-six .btn-width-one a button {
  width: 211px;
}
.home-section .color-btns .btn-row-six .btn-width-two {
  margin-top: 47px;
}
.home-section .color-btns .btn-row-six .btn-width-two a button {
  width: 211px;
}

.employee-score-section {
  top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.employee-score-section .employee-score-header-part {
  padding-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 50%;
}
.employee-score-section .employee-score-header-part .employee-score-header span {
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
  color: #221F1F;
}
.employee-score-section .employee-score-header-part .employee-score-paragraph span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #000000;
  display: flex;
  width: 800px;
}
.employee-score-section .employee-score-body-part {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 100px;
  gap: 10px;
}
.employee-score-section .employee-score-body-part .right-image {
  display: flex;
  flex-direction: column;
}
.employee-score-section .employee-score-body-part .right-image .right-top-image {
  position: absolute;
  top: 49px;
}
.employee-score-section .employee-score-body-part .center-image img {
  position: relative;
  bottom: -10px;
  z-index: 1;
}

.card-section-wrapper {
  background-color: #F7F9F9;
}
.card-section-wrapper .cards-header-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.card-section-wrapper .cards-header-part .card-header {
  padding-top: 44px;
  text-align: center;
}
.card-section-wrapper .cards-header-part .card-header span {
  color: #221F1F;
  font-size: 32px;
  font-weight: 600;
  line-height: 65px;
  text-align: left;
}
.card-section-wrapper .cards-header-part .card-paragraph {
  display: none;
  text-align: center;
  padding-bottom: 44px;
  width: 45%;
}
.card-section-wrapper .cards-header-part .card-paragraph span {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  height: 65px;
}
.card-section-wrapper .cards-header-part .card-paragraph span img {
  padding: 10px 18px 0 38px;
}
.card-section-wrapper .cards-header-part .card-paragraph-bg-screen {
  display: block;
  text-align: center;
  padding-bottom: 44px;
}
.card-section-wrapper .cards-header-part .card-paragraph-bg-screen span {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  height: 65px;
}
.card-section-wrapper .cards-header-part .card-paragraph-bg-screen span img {
  padding: 8px 18px 0 38px;
}
.card-section-wrapper .cards-wrap-mobile {
  display: none;
}
.card-section-wrapper .cards-wrap {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-bottom: 83px;
  overflow-x: hidden;
}
.card-section-wrapper .cards-wrap .four-cards {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.card-section-wrapper .cards-wrap .card-name span {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
}
.card-section-wrapper .four-by-four {
  display: block;
}

.approach-section {
  position: relative;
}
.approach-section .approach-bg-absolute {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.approach-section .approach-bg-absolute .ap-left-top {
  position: absolute;
  top: 0;
  left: 0;
}
.approach-section .approach-bg-absolute .ap-left-middle {
  position: absolute;
  top: 35%;
  left: 0;
}
.approach-section .approach-bg-absolute .ap-left-bottom {
  position: absolute;
  bottom: 0;
  left: -20px;
}
.approach-section .approach-bg-absolute .ap-center-bottom {
  position: absolute;
  left: 42%;
  bottom: 0;
}
.approach-section .approach-bg-absolute .ap-right-top {
  position: absolute;
  top: 0;
  right: 0;
}
.approach-section .approach-bg-absolute .ap-right-middle {
  position: absolute;
  top: 50%;
  right: 0;
}
.approach-section .approach-bg-absolute .ap-right-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
.approach-section .approach-content {
  padding-top: 74px;
  padding-bottom: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.approach-section .approach-content .survey-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.approach-section .approach-content .survey-group .survey-img img {
  width: 166.55px;
  height: 166.55px;
}
.approach-section .approach-content .survey-group .survey-content {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 24.42px;
}
.approach-section .approach-content .approach-group {
  margin-top: -40px;
  display: flex;
  gap: 470.64px;
  justify-content: space-between;
  align-items: center;
}
.approach-section .approach-content .approach-group .research-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.approach-section .approach-content .approach-group .research-group .research-img img {
  width: 166.55px;
  height: 166.55px;
}
.approach-section .approach-content .approach-group .research-group .research-content {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 24.42px;
}
.approach-section .approach-content .approach-group .collection-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.approach-section .approach-content .approach-group .collection-group .collection-img img {
  width: 166.55px;
  height: 166.55px;
}
.approach-section .approach-content .approach-group .collection-group .collection-content {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 24.42px;
  width: 166.45px;
  text-align: center;
}
.approach-section .approach-content .approach-group .approach-text {
  position: absolute;
  left: 43%;
}
.approach-section .approach-content .approach-group .approach-text-2 {
  display: none;
}
.approach-section .approach-content .approach-group-2 {
  display: flex;
  align-items: center;
  gap: 428px;
  margin-top: -122px;
}
.approach-section .approach-content .approach-group-2 .report-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.approach-section .approach-content .approach-group-2 .report-group .report-img img {
  width: 166.55px;
  height: 166.55px;
}
.approach-section .approach-content .approach-group-2 .report-group .report-content {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 24.42px;
}
.approach-section .approach-content .approach-group-2 .conceptualization-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.approach-section .approach-content .approach-group-2 .conceptualization-group .conceptualization-img img {
  width: 166.55px;
  height: 166.55px;
}
.approach-section .approach-content .approach-group-2 .conceptualization-group .conceptualization-content {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 24.42px;
}
.approach-section .approach-content .planning-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.approach-section .approach-content .planning-group .planning-img img {
  width: 166.55px;
  height: 166.55px;
}
.approach-section .approach-content .planning-group .planning-content {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 24.42px;
  width: 166.45px;
  text-align: center;
}
.approach-section .approach-content .arrow-one {
  position: absolute;
  top: 22%;
  left: 56%;
}
.approach-section .approach-content .arrow-two {
  position: absolute;
  top: 54%;
  left: 72%;
}
.approach-section .approach-content .arrow-three {
  position: absolute;
  top: 65%;
  left: 57%;
}
.approach-section .approach-content .arrow-four {
  position: absolute;
  top: 63%;
  left: 39%;
}
.approach-section .approach-content .arrow-five {
  position: absolute;
  top: 20%;
  left: 36%;
}

.phygital-section {
  background-color: #E9F9FE;
  position: relative;
}
.phygital-section .bg-image-one {
  position: absolute;
  left: 0;
}
.phygital-section .bg-image-two {
  position: absolute;
  right: 0;
}
.phygital-section .phygital-heading {
  padding-top: 32px;
  padding-bottom: 24px;
}
.phygital-section .phygital-heading span {
  display: flex;
  justify-content: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 65px;
  text-align: center;
  color: #000000;
}
.phygital-section .phygital-heading span img {
  padding: 0 21px;
}
.phygital-section .phygital-content-img {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 102px;
}
.phygital-section .phygital-content-img .index-group {
  z-index: 2;
}
.phygital-section .phygital-content-img .phygital-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.phygital-section .phygital-content-img .phygital-center .hand-shake-img {
  position: relative;
  top: 131px;
  left: -18px;
  z-index: 2;
}
.phygital-section .phygital-content-img .phygital-center .hi-img {
  position: relative;
  top: -62px;
}
.phygital-section .phygital-content-img .phygital-center .blue-arrow {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  top: -20px;
}
.phygital-section .phygital-content-img .phygital-mobile {
  position: relative;
  height: 100%;
  left: -10%;
  left: -95px;
}

.engagement-section {
  background-color: #FFF5DE;
}
.engagement-section .engagement-heading {
  text-align: center;
  padding-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.engagement-section .engagement-heading span {
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  color: #000000;
  padding-bottom: 6px;
}
.engagement-section .engagement-heading p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #000000;
  padding-bottom: 20px;
  width: 50%;
}
.engagement-section .engagement-cards {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.engagement-section .engagement-cards .left-part, .engagement-section .engagement-cards .right-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.engagement-section .engagement-cards .center-part {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.engagement-section .engagement-cards .center-part .engage-arrow, .engagement-section .engagement-cards .center-part .center-circle, .engagement-section .engagement-cards .center-part .small-star, .engagement-section .engagement-cards .center-part .big-star {
  position: relative;
}
.engagement-section .engagement-cards .center-part .engage-arrow {
  bottom: -13px;
}
.engagement-section .engagement-cards .center-part .center-circle {
  width: 100%;
  display: flex;
  justify-content: center;
}
.engagement-section .engagement-cards .center-part .center-circle .center-text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.engagement-section .engagement-cards .center-part .center-circle .center-text span {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
}
.engagement-section .engagement-cards .center-part .engagement-stars {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.engagement-section .engagement-cards .center-part .engagement-stars .small-star {
  left: 13%;
}
.engagement-section .engagement-cards .center-part .engagement-stars .big-star {
  top: -15%;
  left: 15%;
}

.data-security-section {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.data-security-section .data-security-header-part {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  text-align: center;
}
.data-security-section .data-security-header-part .data-security-header span {
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
  color: #000;
}
.data-security-section .data-security-header-part .data-security-paragraph span {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: left;
  color: #000;
}
.data-security-section .data-security-body-part {
  padding: 0 80px;
  display: flex;
  justify-content: center;
  gap: 27px;
}
.data-security-section .data-security-body-part .data-security-card {
  width: 360px;
  background-color: #E9F9FE;
  padding: 16px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.data-security-section .data-security-body-part .data-security-card .data-security-para span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000;
}

.trial-section {
  display: flex;
  justify-content: space-between;
  background-color: #F7F9F9;
  padding: 0 80px;
}
.trial-section .trial-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.trial-section .trial-left .trial-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.trial-section .trial-left .trial-text .trial-head {
  width: 567px;
}
.trial-section .trial-left .trial-text .trial-head span {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
  color: #000000;
}
.trial-section .trial-left .trial-text .trial-paragraph {
  width: 530px;
}
.trial-section .trial-left .trial-text .trial-paragraph span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000000;
}
.trial-section .trial-left .trial-text .trial-btn {
  padding-top: 16px;
  width: 100%;
}
.trial-section .trial-left .trial-text .trial-btn a {
  text-decoration: none;
  background-color: #FF9750;
  border-radius: 5px;
  padding: 10px 12px 10px 12px;
  height: 38px;
}
.trial-section .trial-left .trial-text .trial-btn a span {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.5px;
  text-align: left;
  color: #000000;
}
.trial-section .trial-right {
  display: flex;
  justify-content: center;
  width: 50%;
}

.get-in-touch-section {
  display: flex;
}
.get-in-touch-section .git-left {
  height: 880px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../asset/index/GIT-bg-img.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.get-in-touch-section .git-left img {
  height: 68%;
}
.get-in-touch-section .git-left .contact-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
}
.get-in-touch-section .git-left .contact-links a {
  text-decoration: none;
}
.get-in-touch-section .git-left .contact-links .mail, .get-in-touch-section .git-left .contact-links .phone {
  width: -moz-min-content;
  width: min-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EFF1FD;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
  height: 52px;
  padding: 12px 24px 12px 24px;
  border-radius: 20px;
}
.get-in-touch-section .git-left .contact-links .mail span, .get-in-touch-section .git-left .contact-links .phone span {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.88px;
  text-align: left;
}
.get-in-touch-section .git-left .contact-links .phone {
  width: auto;
}
.get-in-touch-section .git-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background-color: #EFF1FD;
}
.get-in-touch-section .git-right .form-content {
  margin: 60px 80px;
  background-color: #FFFFFF;
  border-radius: 20px;
}
.get-in-touch-section .git-right .form-content .form-header {
  padding: 24px;
}
.get-in-touch-section .git-right .form-content .form-header span {
  color: #221F1F;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
}
.get-in-touch-section .git-right .form-content .form-body {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.get-in-touch-section .git-right .form-content .form-body .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.get-in-touch-section .git-right .form-content .form-body .form-group label {
  color: #221F1F;
  font-size: 13.01px;
  font-weight: 500;
  line-height: 18.59px;
  text-align: left;
}
.get-in-touch-section .git-right .form-content .form-body .form-group .form-control:focus {
  border-color: none;
  box-shadow: none;
}
.get-in-touch-section .git-right .form-content .form-body .form-group input::-moz-placeholder, .get-in-touch-section .git-right .form-content .form-body .form-group textarea::-moz-placeholder {
  color: #A1A1A1;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;
  text-align: left;
}
.get-in-touch-section .git-right .form-content .form-body .form-group input::placeholder, .get-in-touch-section .git-right .form-content .form-body .form-group textarea::placeholder {
  color: #A1A1A1;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;
  text-align: left;
}
.get-in-touch-section .git-right .form-content .sub-btn {
  background-color: #5568E5;
  border-radius: 6px;
  margin: 0 24px;
  margin-top: 60px;
  height: 42px;
}
.get-in-touch-section .git-right .form-content .sub-btn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.get-in-touch-section .git-right .form-content .social-media {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.get-in-touch-section .git-right .form-content .social-media span {
  margin: 16px 0;
}
.get-in-touch-section .git-right .form-content .social-media .route-images {
  display: flex;
  gap: 18px;
  margin-bottom: 24px;
}
.get-in-touch-section .git-right .form-content .social-media .route-images img {
  cursor: pointer;
}

.footer-section {
  background: #221F1F;
  color: #fff;
}

.footer-text {
  font-size: 14px;
  color: #FFF;
  font-weight: 400;
}

.foot-link .footer-text a {
  color: #fff;
}
.foot-link .footer-text a span {
  text-decoration: underline;
}

.offcanvas {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: var(--bs-offcanvas-zindex);
  color: #221F1F;
  visibility: hidden;
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
  top: 80px;
  left: 0;
  padding: 10px 0px;
  border-radius: 0 0 5px;
  background: #F0F4FF;
  border-top: 1px solid #D9DADA;
}
.offcanvas .navbar-nav .nav-item {
  padding: 0;
  margin: 0;
}
.offcanvas .navbar-nav .nav-item a {
  text-decoration: none;
}
.offcanvas .navbar-nav .nav-item .nav-link {
  padding: 0;
  display: flex;
  width: 264px;
  height: 48px;
  padding: 0px 20px;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #221f1f;
  font-weight: 400;
}
.offcanvas .navbar-nav .nav-item .active {
  color: #FB7009;
}

.center-text-mobile, .approach-bg-img-mobile, .bg-image-three, .left-part-mobile, .right-part-mobile {
  display: none;
}

@keyframes moveUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20%);
  }
}
@keyframes shakeUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5%);
  }
}
.drop-img img {
  animation: moveUp 4s linear infinite;
}

.man-image img {
  animation: shakeUp 2s alternate infinite;
}

.img-one img,
.img-two img,
.img-three img,
.img-four img,
.img-five img,
.img-six img {
  transform: rotate(0deg); /* Initial rotation */
}

.img-one img.rotate,
.img-two img.rotate,
.img-three img.rotate,
.img-four img.rotate,
.img-five img.rotate,
.img-six img.rotate {
  transform: rotate(30deg); /* Additional rotation */
}

@media (min-width: 280px) and (max-width: 767px) {
  .resMessage {
    font-size: 10px;
  }
  .buttons {
    height: 24px;
    font-size: 8px;
    line-height: 15.54px;
    border-radius: 4.6px;
  }
  .home-section .man-image {
    margin-top: 168px;
  }
  .home-section .drop-img {
    margin-top: 135px;
  }
  .home-section .drop-img img {
    width: 80%;
  }
  .home-section .engage-entertain-empower img {
    width: 80%;
    padding-top: 30px;
  }
  .home-section .color-btns {
    margin-top: 45px;
    padding-bottom: 115px;
  }
  .home-section .color-btns .button-rows {
    justify-content: space-between;
  }
  .home-section .color-btns .btn-row-one {
    display: flex;
    justify-content: center;
  }
  .home-section .color-btns .btn-row-one .btn-width a {
    text-decoration: none;
  }
  .home-section .color-btns .btn-row-one .btn-width a button {
    width: auto;
    display: flex;
    align-items: center;
    width: 151px;
  }
  .home-section .color-btns .btn-row-two {
    gap: 0;
  }
  .home-section .color-btns .btn-row-two .btn-width-one {
    margin-top: 23px;
  }
  .home-section .color-btns .btn-row-two .btn-width-one a button {
    width: 135px;
  }
  .home-section .color-btns .btn-row-two .btn-width-two {
    margin-top: 19px;
  }
  .home-section .color-btns .btn-row-two .btn-width-two a button {
    width: 137px;
  }
  .home-section .color-btns .btn-row-three {
    gap: 0;
  }
  .home-section .color-btns .btn-row-three .btn-width-one {
    margin-top: 21px;
  }
  .home-section .color-btns .btn-row-three .btn-width-one a button {
    width: 118px;
  }
  .home-section .color-btns .btn-row-three .btn-width-two {
    margin-top: 22px;
  }
  .home-section .color-btns .btn-row-three .btn-width-two a button {
    width: 111px;
  }
  .home-section .color-btns .btn-row-four {
    gap: 0;
  }
  .home-section .color-btns .btn-row-four .btn-width-one {
    margin-top: 22px;
  }
  .home-section .color-btns .btn-row-four .btn-width-one a button {
    width: 108px;
  }
  .home-section .color-btns .btn-row-four .btn-width-two {
    margin-top: 24px;
  }
  .home-section .color-btns .btn-row-four .btn-width-two a button {
    width: 103px;
  }
  .home-section .color-btns .btn-row-five {
    gap: 0;
  }
  .home-section .color-btns .btn-row-five .btn-width-one {
    margin-top: 27px;
  }
  .home-section .color-btns .btn-row-five .btn-width-one a button {
    width: 83px;
  }
  .home-section .color-btns .btn-row-five .btn-width-two {
    margin-top: 31px;
  }
  .home-section .color-btns .btn-row-five .btn-width-two a button {
    width: 103px;
  }
  .home-section .color-btns .btn-row-six {
    gap: 0;
  }
  .home-section .color-btns .btn-row-six .btn-width-one {
    margin-top: 27px;
  }
  .home-section .color-btns .btn-row-six .btn-width-one a button {
    width: 66px;
  }
  .home-section .color-btns .btn-row-six .btn-width-two {
    margin-top: 31px;
  }
  .home-section .color-btns .btn-row-six .btn-width-two a button {
    width: 78px;
  }
  .employee-score-section {
    padding: 0 4%;
  }
  .employee-score-section .employee-score-header-part {
    padding-top: 24px;
    width: 100%;
  }
  .employee-score-section .employee-score-header-part .employee-score-header span {
    font-size: 20px;
    line-height: normal;
  }
  .employee-score-section .employee-score-header-part .employee-score-paragraph span {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .employee-score-section .employee-score-body-part {
    padding-top: 60px;
  }
  .employee-score-section .employee-score-body-part .right-image .right-top-image {
    top: 30px;
  }
  .employee-score-section .employee-score-body-part .right-image .right-bottom-image {
    position: relative;
    bottom: -30px;
  }
  .card-section-wrapper .cards-header-part .card-header {
    margin-bottom: 0px;
    padding-top: 32px;
  }
  .card-section-wrapper .cards-header-part .card-header span {
    font-size: 20px;
    line-height: normal;
  }
  .card-section-wrapper .cards-header-part .card-paragraph {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    padding: 0 16px 40px;
  }
  .card-section-wrapper .cards-header-part .card-paragraph span {
    font-size: 14px;
    line-height: 22px;
    height: 100%;
  }
  .card-section-wrapper .cards-header-part .card-paragraph p {
    padding-top: 4px;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
  }
  .card-section-wrapper .cards-header-part .card-paragraph p img {
    width: 180px;
    padding: 0 12px;
  }
  .card-section-wrapper .cards-header-part .card-paragraph-bg-screen {
    display: none;
  }
  .card-section-wrapper .cards-wrap {
    display: none;
  }
  .card-section-wrapper .cards-wrap-mobile {
    display: block;
    padding-bottom: 40px;
    overflow: hidden;
  }
  .card-section-wrapper .cards-wrap-mobile .card-name {
    display: flex;
    justify-content: center;
  }
  .card-section-wrapper .cards-wrap-mobile .card-name span {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
  }
  .card-section-wrapper .cards-wrap-mobile .card-img {
    display: flex;
    justify-content: center;
  }
  .card-section-wrapper .cards-wrap-mobile .card-name span {
    font-size: 14px;
    line-height: 21px;
  }
  .phygital-section {
    overflow: hidden;
  }
  .phygital-section .bg-image-one, .phygital-section .bg-image-two {
    display: none;
  }
  .phygital-section .bg-image-three {
    overflow: hidden;
    display: block;
    position: absolute;
    right: -22%;
    top: -3%;
    width: 63%;
  }
  .phygital-section .index-group {
    left: unset;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .phygital-section .index-group img {
    width: 80%;
  }
  .phygital-section .phygital-heading {
    padding-top: 40px;
    padding-bottom: 26px;
  }
  .phygital-section .phygital-heading span {
    font-size: 16px;
    line-height: 26px;
  }
  .phygital-section .phygital-heading span img {
    height: 23px;
    width: 144px;
    padding: 0 12px;
  }
  .phygital-section .phygital-content-img {
    flex-direction: column;
    padding-bottom: 64px;
  }
  .phygital-section .phygital-content-img .phygital-center {
    flex-direction: unset;
  }
  .phygital-section .phygital-content-img .phygital-center .blue-arrow {
    display: none;
  }
  .phygital-section .phygital-content-img .phygital-center .hand-shake-img {
    position: relative;
    left: unset;
    top: unset;
    rotate: 90deg;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 7px;
  }
  .phygital-section .phygital-content-img .phygital-center .hand-shake-img img {
    position: relative;
    width: 50%;
  }
  .phygital-section .phygital-content-img .phygital-center .hi-img {
    top: -3px;
    right: 45px;
  }
  .phygital-section .phygital-content-img .phygital-mobile {
    left: unset;
    bottom: 0;
    top: -17px;
  }
  .data-security-section {
    padding: 34px 0;
    gap: 12px;
  }
  .data-security-section .data-security-header-part {
    padding: 0 4%;
  }
  .data-security-section .data-security-header-part .data-security-header span {
    font-size: 20px;
    line-height: normal;
  }
  .data-security-section .data-security-body-part {
    padding: 0 16px;
    flex-direction: column;
    gap: 12px;
  }
  .data-security-section .data-security-body-part .data-security-card {
    width: 100%;
  }
  .trial-section {
    flex-direction: column;
    padding: 0 4%;
  }
  .trial-section .trial-left {
    width: 100%;
  }
  .trial-section .trial-left .trial-text {
    gap: 4px;
  }
  .trial-section .trial-left .trial-text .trial-head {
    width: 100%;
  }
  .trial-section .trial-left .trial-text .trial-head span {
    font-size: 20px;
    line-height: 31px;
  }
  .trial-section .trial-left .trial-text .trial-paragraph {
    width: 100%;
  }
  .trial-section .trial-left .trial-text .trial-paragraph span {
    font-size: 14px;
  }
  .trial-section .trial-left .trial-text .trial-btn {
    padding-top: 12px;
  }
  .trial-section .trial-left .trial-text .trial-btn a {
    padding: 5px 6px;
  }
  .trial-section .trial-left .trial-text .trial-btn a span {
    font-size: 14px;
    line-height: normal;
  }
  .trial-section .trial-right {
    width: 100%;
  }
  .get-in-touch-section {
    flex-direction: column;
  }
  .get-in-touch-section .git-left {
    width: 100% !important;
    height: 563px;
  }
  .get-in-touch-section .git-left .boy-img {
    width: 283px;
    height: 329.59px;
  }
  .get-in-touch-section .git-left .contact-links .mail {
    width: 304.68px;
    height: 40px;
    padding: 9.38px 18.77px 9.38px 18.77px;
    font-size: 16px;
    line-height: 21.8px;
  }
  .get-in-touch-section .git-left .contact-links .mail img {
    width: 15.64px;
  }
  .get-in-touch-section .git-left .contact-links .phone {
    width: 197.68px;
    height: 40px;
    padding: 9.38px 18.77px 9.38px 18.77px;
    font-size: 16px;
    line-height: 21.8px;
  }
  .get-in-touch-section .git-left .contact-links .phone img {
    width: 15.64px;
  }
  .get-in-touch-section .git-right {
    width: 100%;
  }
  .get-in-touch-section .git-right .form-content {
    margin: 32px 18px 32px 16px;
    border-radius: 16px;
  }
  .get-in-touch-section .git-right .form-content .form-header {
    padding: 20.11px;
  }
  .get-in-touch-section .git-right .form-content .form-header span {
    font-size: 20px;
    line-height: 33.51px;
  }
  .get-in-touch-section .git-right .form-content .form-body {
    padding: 0px 20.11px 0px 20.11px;
    gap: 16.75px;
  }
  .get-in-touch-section .git-right .form-content .form-body .form-group {
    gap: 6px;
  }
  .get-in-touch-section .git-right .form-content .form-body .form-group label {
    font-size: 14px;
    line-height: 15.57px;
    font-weight: 500;
  }
  .get-in-touch-section .git-right .form-content .form-body .form-group input {
    height: 34px;
    padding: 7.79px 10.9px 7.79px 10.9px;
    font-size: 10px;
  }
  .get-in-touch-section .git-right .form-content .form-body .form-group input::-moz-placeholder {
    font-size: 10px;
    line-height: 14.66px;
    color: #A1A1A1;
  }
  .get-in-touch-section .git-right .form-content .form-body .form-group input::placeholder {
    font-size: 10px;
    line-height: 14.66px;
    color: #A1A1A1;
  }
  .get-in-touch-section .git-right .form-content .form-body .form-group textarea {
    height: 73.72px;
    padding: 7.79px 10.9px 7.79px 10.9px;
    font-size: 10px;
  }
  .get-in-touch-section .git-right .form-content .form-body .form-group textarea::-moz-placeholder {
    font-size: 10px;
    line-height: 14.66px;
    color: #A1A1A1;
  }
  .get-in-touch-section .git-right .form-content .form-body .form-group textarea::placeholder {
    font-size: 10px;
    line-height: 14.66px;
    color: #A1A1A1;
  }
  .get-in-touch-section .git-right .form-content .sub-btn {
    margin: 0 20px;
    margin-top: 32px;
    height: 35.19px;
    padding: 9.91px 7.43px 9.91px 7.43px;
  }
  .get-in-touch-section .git-right .form-content .sub-btn .btn {
    font-size: 16px;
    line-height: 16.75px;
    font-weight: 600;
  }
  .footer-section .footer-background {
    padding: 19px 16px;
  }
  .footer-section .footer-background .footer-text {
    font-size: 12px;
  }
  .footer-section .footer-background .all-right {
    display: none;
  }
  .footer-section .foot-link {
    text-align: end;
    display: flex;
    align-items: center;
  }
  .footer-section .foot-link .footer-text {
    font-size: 10px;
  }
  .footer-section .foot-link .footer-text span {
    text-decoration: underline;
  }
  .engagement-section .engagement-heading {
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .engagement-section .engagement-heading span {
    font-size: 20px;
    line-height: 30px;
  }
  .engagement-section .engagement-heading p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    width: 100%;
  }
  .engagement-section .engagement-cards {
    flex-direction: column;
    align-items: center;
    padding: 0 16px 48px;
  }
  .engagement-section .engagement-cards .left-part, .engagement-section .engagement-cards .right-part {
    display: none;
  }
  .engagement-section .engagement-cards .left-part-mobile, .engagement-section .engagement-cards .right-part-mobile {
    display: block;
  }
  .engagement-section .engagement-cards .center-part {
    width: 35%;
  }
  .engagement-section .engagement-cards .center-part .engagement-stars {
    align-items: flex-end;
  }
  .engagement-section .engagement-cards .center-part .engagement-stars .small-star {
    left: 5%;
  }
  .engagement-section .engagement-cards .center-part .engagement-stars .big-star {
    top: -12px;
    left: 29%;
  }
  .approach-section .approach-bg-absolute {
    overflow: hidden;
  }
  .approach-section .approach-bg-absolute .ap-left-top img, .approach-section .approach-bg-absolute .ap-left-middle img, .approach-section .approach-bg-absolute .ap-left-bottom img, .approach-section .approach-bg-absolute .ap-right-bottom img, .approach-section .approach-bg-absolute .ap-right-middle img, .approach-section .approach-bg-absolute .ap-right-top img, .approach-section .approach-bg-absolute .ap-center-bottom img {
    width: 130px;
    height: 130px;
  }
  .approach-section .approach-bg-absolute .ap-right-top {
    right: -10%;
  }
  .approach-section .approach-bg-absolute .ap-left-middle, .approach-section .approach-bg-absolute .ap-left-bottom, .approach-section .approach-bg-absolute .ap-right-bottom {
    display: none;
  }
  .approach-section .approach-bg-absolute .ap-center-bottom {
    display: flex;
    justify-content: center;
    width: 100%;
    left: unset;
    padding-bottom: 40px;
  }
  .approach-section .approach-bg-absolute .ap-right-middle {
    top: 46%;
    right: -15%;
  }
  .approach-section .approach-content .survey-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
  .approach-section .approach-content .survey-group .survey-img img {
    width: 82px;
    height: 82px;
  }
  .approach-section .approach-content .survey-group .survey-content {
    font-size: 12px;
    line-height: 14px;
  }
  .approach-section .approach-content .approach-group {
    margin-top: -20px;
    gap: 147px;
    overflow: hidden;
  }
  .approach-section .approach-content .approach-group .research-group {
    gap: 6px;
  }
  .approach-section .approach-content .approach-group .research-group .research-img img {
    width: 82px;
    height: 82px;
  }
  .approach-section .approach-content .approach-group .research-group .research-content {
    font-size: 12px;
    line-height: 14px;
  }
  .approach-section .approach-content .approach-group .collection-group {
    gap: 6px;
  }
  .approach-section .approach-content .approach-group .collection-group .collection-img img {
    width: 82px;
    height: 82px;
  }
  .approach-section .approach-content .approach-group .collection-group .collection-content {
    font-size: 12px;
    line-height: 14px;
    width: 108.54px;
  }
  .approach-section .approach-content .approach-group .approach-text {
    display: none !important;
  }
  .approach-section .approach-content .approach-group .approach-text-2 {
    position: absolute;
    left: 36%;
    top: 35%;
    display: block !important;
  }
  .approach-section .approach-content .approach-group-2 {
    gap: 129px;
    margin-top: 5px;
  }
  .approach-section .approach-content .approach-group-2 .report-group {
    gap: 6px;
  }
  .approach-section .approach-content .approach-group-2 .report-group .report-img img {
    width: 82px;
    height: 82px;
  }
  .approach-section .approach-content .approach-group-2 .report-group .report-content {
    font-size: 12px;
    line-height: 14px;
  }
  .approach-section .approach-content .approach-group-2 .conceptualization-group {
    gap: 6px;
  }
  .approach-section .approach-content .approach-group-2 .conceptualization-group .conceptualization-img img {
    width: 82px;
    height: 82px;
  }
  .approach-section .approach-content .approach-group-2 .conceptualization-group .conceptualization-content {
    font-size: 12px;
    line-height: 14px;
  }
  .approach-section .approach-content .planning-group {
    gap: 6px;
  }
  .approach-section .approach-content .planning-group .planning-img img {
    width: 82px;
    height: 82px;
  }
  .approach-section .approach-content .planning-group .planning-content {
    font-size: 12px;
    line-height: 14px;
    width: 82px;
  }
  .approach-section .approach-content .arrow-one {
    top: 20%;
    left: 63%;
  }
  .approach-section .approach-content .arrow-one img {
    width: 51.94px;
  }
  .approach-section .approach-content .arrow-two {
    top: 54%;
    left: 77%;
  }
  .approach-section .approach-content .arrow-two img {
    width: 44.44px;
    height: 35.33px;
  }
  .approach-section .approach-content .arrow-three {
    top: 59%;
    left: 62%;
  }
  .approach-section .approach-content .arrow-three img {
    width: 32.95px;
    height: 29.91px;
  }
  .approach-section .approach-content .arrow-four {
    top: 58%;
    left: 27%;
  }
  .approach-section .approach-content .arrow-four img {
    height: 37.52px;
    width: 26.37px;
  }
  .approach-section .approach-content .arrow-five {
    top: 17%;
    left: 23%;
  }
  .approach-section .approach-content .arrow-five img {
    height: 57.21px;
    width: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .buttons {
    border-radius: 6px;
    border: 0;
    height: 36px;
  }
  .navbar-brand img {
    width: 150px;
  }
  .navbar-nav {
    gap: 5px;
  }
  .home-section .drop-img {
    margin-top: 150px;
  }
  .home-section .color-btns {
    padding-bottom: 60px;
    margin-top: 20px;
  }
  .home-section .color-btns .btn-row-one .btn-width a button {
    font-size: 14px;
    width: auto;
    padding: 0 20px;
  }
  .home-section .color-btns .btn-row-two, .home-section .color-btns .btn-row-three, .home-section .color-btns .btn-row-four, .home-section .color-btns .btn-row-five, .home-section .color-btns .btn-row-six {
    gap: unset;
    justify-content: space-between;
  }
  .home-section .color-btns .btn-row-two .btn-width-one a button, .home-section .color-btns .btn-row-two .btn-width-two a button, .home-section .color-btns .btn-row-three .btn-width-one a button, .home-section .color-btns .btn-row-three .btn-width-two a button, .home-section .color-btns .btn-row-four .btn-width-one a button, .home-section .color-btns .btn-row-four .btn-width-two a button, .home-section .color-btns .btn-row-five .btn-width-one a button, .home-section .color-btns .btn-row-five .btn-width-two a button, .home-section .color-btns .btn-row-six .btn-width-one a button, .home-section .color-btns .btn-row-six .btn-width-two a button {
    font-size: 14px;
    width: auto;
    padding: 0 40px;
  }
  .employee-score-section {
    padding: 0 4%;
  }
  .employee-score-section .employee-score-header-part {
    width: 690px;
    padding-top: 20px;
  }
  .employee-score-section .employee-score-header-part .employee-score-header span {
    font-size: 26px;
    line-height: 31px;
  }
  .employee-score-section .employee-score-header-part .employee-score-paragraph span {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }
  .card-section-wrapper .cards-header-part .card-header span {
    font-size: 26px;
    line-height: 31px;
  }
  .card-section-wrapper .cards-header-part .card-paragraph {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    padding-bottom: 34px;
  }
  .card-section-wrapper .cards-header-part .card-paragraph span {
    font-size: 14px;
    line-height: 22px;
    height: 100%;
  }
  .card-section-wrapper .cards-header-part .card-paragraph P {
    padding-top: 8px;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
  }
  .card-section-wrapper .cards-header-part .card-paragraph P img {
    padding: 0 18px 0 24px;
  }
  .card-section-wrapper .cards-header-part .card-paragraph-bg-screen {
    display: none;
  }
  .card-section-wrapper .cards-wrap {
    padding: 0 8% 48px;
  }
  .card-section-wrapper .cards-wrap .card-name span {
    font-size: 14px;
    line-height: 21px;
  }
  .approach-section .approach-bg-absolute .ap-left-top img, .approach-section .approach-bg-absolute .ap-left-middle img, .approach-section .approach-bg-absolute .ap-left-bottom img, .approach-section .approach-bg-absolute .ap-right-bottom img, .approach-section .approach-bg-absolute .ap-right-middle img, .approach-section .approach-bg-absolute .ap-right-top img, .approach-section .approach-bg-absolute .ap-center-bottom img {
    width: 130px;
    height: 130px;
  }
  .approach-section .approach-bg-absolute .ap-right-middle {
    top: 37%;
  }
  .approach-section .approach-content .survey-group, .approach-section .approach-content .approach-group .collection-group, .approach-section .approach-content .approach-group .research-group, .approach-section .approach-content .planning-group, .approach-section .approach-content .approach-group-2 .report-group, .approach-section .approach-content .approach-group-2 .conceptualization-group {
    gap: 4px;
  }
  .approach-section .approach-content .survey-group .survey-img img, .approach-section .approach-content .survey-group .collection-img img, .approach-section .approach-content .survey-group .research-img img, .approach-section .approach-content .survey-group .planning-img img, .approach-section .approach-content .survey-group .report-img img, .approach-section .approach-content .survey-group .conceptualization-img img, .approach-section .approach-content .approach-group .collection-group .survey-img img, .approach-section .approach-content .approach-group .collection-group .collection-img img, .approach-section .approach-content .approach-group .collection-group .research-img img, .approach-section .approach-content .approach-group .collection-group .planning-img img, .approach-section .approach-content .approach-group .collection-group .report-img img, .approach-section .approach-content .approach-group .collection-group .conceptualization-img img, .approach-section .approach-content .approach-group .research-group .survey-img img, .approach-section .approach-content .approach-group .research-group .collection-img img, .approach-section .approach-content .approach-group .research-group .research-img img, .approach-section .approach-content .approach-group .research-group .planning-img img, .approach-section .approach-content .approach-group .research-group .report-img img, .approach-section .approach-content .approach-group .research-group .conceptualization-img img, .approach-section .approach-content .planning-group .survey-img img, .approach-section .approach-content .planning-group .collection-img img, .approach-section .approach-content .planning-group .research-img img, .approach-section .approach-content .planning-group .planning-img img, .approach-section .approach-content .planning-group .report-img img, .approach-section .approach-content .planning-group .conceptualization-img img, .approach-section .approach-content .approach-group-2 .report-group .survey-img img, .approach-section .approach-content .approach-group-2 .report-group .collection-img img, .approach-section .approach-content .approach-group-2 .report-group .research-img img, .approach-section .approach-content .approach-group-2 .report-group .planning-img img, .approach-section .approach-content .approach-group-2 .report-group .report-img img, .approach-section .approach-content .approach-group-2 .report-group .conceptualization-img img, .approach-section .approach-content .approach-group-2 .conceptualization-group .survey-img img, .approach-section .approach-content .approach-group-2 .conceptualization-group .collection-img img, .approach-section .approach-content .approach-group-2 .conceptualization-group .research-img img, .approach-section .approach-content .approach-group-2 .conceptualization-group .planning-img img, .approach-section .approach-content .approach-group-2 .conceptualization-group .report-img img, .approach-section .approach-content .approach-group-2 .conceptualization-group .conceptualization-img img {
    height: 120px;
    width: 120px;
  }
  .approach-section .approach-content .survey-group .research-content, .approach-section .approach-content .survey-group .survey-content, .approach-section .approach-content .survey-group .collection-content, .approach-section .approach-content .survey-group .conceptualization-content, .approach-section .approach-content .survey-group .planning-content, .approach-section .approach-content .survey-group .report-content, .approach-section .approach-content .approach-group .collection-group .research-content, .approach-section .approach-content .approach-group .collection-group .survey-content, .approach-section .approach-content .approach-group .collection-group .collection-content, .approach-section .approach-content .approach-group .collection-group .conceptualization-content, .approach-section .approach-content .approach-group .collection-group .planning-content, .approach-section .approach-content .approach-group .collection-group .report-content, .approach-section .approach-content .approach-group .research-group .research-content, .approach-section .approach-content .approach-group .research-group .survey-content, .approach-section .approach-content .approach-group .research-group .collection-content, .approach-section .approach-content .approach-group .research-group .conceptualization-content, .approach-section .approach-content .approach-group .research-group .planning-content, .approach-section .approach-content .approach-group .research-group .report-content, .approach-section .approach-content .planning-group .research-content, .approach-section .approach-content .planning-group .survey-content, .approach-section .approach-content .planning-group .collection-content, .approach-section .approach-content .planning-group .conceptualization-content, .approach-section .approach-content .planning-group .planning-content, .approach-section .approach-content .planning-group .report-content, .approach-section .approach-content .approach-group-2 .report-group .research-content, .approach-section .approach-content .approach-group-2 .report-group .survey-content, .approach-section .approach-content .approach-group-2 .report-group .collection-content, .approach-section .approach-content .approach-group-2 .report-group .conceptualization-content, .approach-section .approach-content .approach-group-2 .report-group .planning-content, .approach-section .approach-content .approach-group-2 .report-group .report-content, .approach-section .approach-content .approach-group-2 .conceptualization-group .research-content, .approach-section .approach-content .approach-group-2 .conceptualization-group .survey-content, .approach-section .approach-content .approach-group-2 .conceptualization-group .collection-content, .approach-section .approach-content .approach-group-2 .conceptualization-group .conceptualization-content, .approach-section .approach-content .approach-group-2 .conceptualization-group .planning-content, .approach-section .approach-content .approach-group-2 .conceptualization-group .report-content {
    font-size: 14px;
    line-height: 21px;
    width: 130px;
    text-align: center;
  }
  .approach-section .approach-content .approach-group .approach-text {
    left: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 73%;
  }
  .approach-section .approach-content .arrow-one {
    top: 17%;
    left: 65%;
  }
  .approach-section .approach-content .arrow-one img {
    width: 100px;
  }
  .approach-section .approach-content .arrow-two {
    top: 55%;
    right: 13%;
    left: unset;
  }
  .approach-section .approach-content .arrow-three {
    top: 65%;
    left: 65%;
  }
  .approach-section .approach-content .arrow-three img {
    width: 50px;
  }
  .approach-section .approach-content .arrow-four {
    top: 62%;
    left: 26%;
  }
  .approach-section .approach-content .arrow-four img {
    width: 50px;
  }
  .approach-section .approach-content .arrow-five {
    top: 12%;
    left: 22%;
  }
  .approach-section .approach-content .arrow-five img {
    width: 80px;
  }
  .phygital-section .bg-image-one, .phygital-section .bg-image-two {
    width: 18%;
  }
  .phygital-section .phygital-heading span {
    font-size: 18px;
    line-height: 31px;
  }
  .phygital-section .phygital-heading span img {
    padding: 0 14px;
  }
  .phygital-section .phygital-content-img {
    align-items: center;
    justify-content: center;
    padding: 0 10% 64px;
  }
  .phygital-section .phygital-content-img .phygital-center .blue-arrow {
    top: -75px;
  }
  .phygital-section .phygital-content-img .phygital-center .blue-arrow img {
    width: 55px;
  }
  .phygital-section .phygital-content-img .phygital-center .hi-img {
    top: -47px;
  }
  .phygital-section .phygital-content-img .phygital-center .hi-img img {
    width: 50px;
  }
  .phygital-section .phygital-content-img .phygital-center .hand-shake-img {
    top: 26px;
    left: -11px;
  }
  .phygital-section .phygital-content-img .phygital-center .hand-shake-img img {
    width: 100px;
  }
  .phygital-section .phygital-content-img .phygital-mobile {
    left: -53px;
  }
  .engagement-section .engagement-cards {
    padding: 0 10% 50px;
  }
  .engagement-section .engagement-cards .center-part {
    width: 15%;
  }
  .engagement-section .engagement-cards .center-part .center-circle .center-text span {
    width: 70px;
    font-size: 14px;
    line-height: 18px;
  }
  .engagement-section .engagement-heading span {
    font-size: 24px;
    line-height: 31px;
  }
  .engagement-section .engagement-heading p {
    width: 65%;
    font-size: 14px;
    line-height: 21px;
  }
  .data-security-section {
    padding: 40px 0;
    gap: 12px;
  }
  .data-security-section .data-security-header-part {
    gap: 0;
  }
  .data-security-section .data-security-header-part .data-security-header span {
    font-size: 24px;
    line-height: 31px;
  }
  .data-security-section .data-security-header-part .data-security-paragraph span {
    font-size: 14px;
    line-height: 21px;
  }
  .data-security-section .data-security-body-part {
    padding: 0 4%;
    gap: 16px;
  }
  .data-security-section .data-security-body-part .data-security-card {
    padding: 8px;
    border-radius: 4px;
    gap: 6px;
  }
  .data-security-section .data-security-body-part .data-security-card .data-security-para span {
    font-size: 14px;
    line-height: 21px;
  }
  .get-in-touch-section .git-left {
    width: 50%;
    height: auto;
  }
  .get-in-touch-section .git-left .contact-links .phone, .get-in-touch-section .git-left .contact-links .mail {
    width: 100%;
  }
  .get-in-touch-section .git-left .contact-links .phone span, .get-in-touch-section .git-left .contact-links .mail span {
    font-size: 13px;
  }
  .get-in-touch-section .git-left .contact-links .phone span img, .get-in-touch-section .git-left .contact-links .mail span img {
    width: 20px;
  }
  .get-in-touch-section .git-right {
    width: 50%;
  }
  .get-in-touch-section .git-right .form-content {
    margin: 40px 30px;
  }
  .trial-section {
    padding: 0 4%;
  }
  .trial-section .trial-left .trial-text .trial-head {
    width: 100%;
  }
  .trial-section .trial-left .trial-text .trial-head span {
    font-size: 24px;
    line-height: 28px;
  }
  .trial-section .trial-left .trial-text .trial-paragraph {
    width: 100%;
  }
  .trial-section .trial-left .trial-text .trial-paragraph span {
    font-size: 14px;
    line-height: 18px;
  }
  .trial-section .trial-left .trial-text .trial-btn a span {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1339px) {
  .approach-section .approach-content {
    padding-top: 7.6%;
    padding-bottom: 10.6%;
  }
  .approach-section .approach-content .approach-group .approach-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
  }
  .approach-section .approach-content .arrow-one {
    top: 16%;
    left: 63%;
  }
  .approach-section .approach-content .arrow-two {
    left: 86%;
    top: 52%;
  }
  .approach-section .approach-content .arrow-three {
    top: 64%;
    left: 64%;
  }
  .approach-section .approach-content .arrow-four {
    top: 65%;
    left: 33%;
  }
  .approach-section .approach-content .arrow-five {
    top: 18%;
    left: 28%;
  }
}
@media (min-width: 376px) and (max-width: 425px) {
  .phygital-section .phygital-content-img {
    align-items: center;
  }
  .phygital-section .phygital-content-img .phygital-center .hand-shake-img {
    top: 11px;
  }
  .phygital-section .phygital-content-img .phygital-center .hand-shake-img img {
    width: 41%;
  }
  .phygital-section .phygital-content-img .phygital-center .hi-img {
    right: 91px;
  }
  .phygital-section .phygital-content-img .phygital-center .hi-img img {
    width: 60%;
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  .engage-entertain-empower img {
    width: 318px;
    height: 35px;
  }
  .card-section-wrapper .engage {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 264px;
  }
  .card-section-wrapper .engage .card-content-title {
    width: 40%;
  }
  .card-section-wrapper .engage .card-content-title h1 {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
  }
  .card-section-wrapper .engage .engage-content p {
    margin: 0;
    font-size: 14px;
    color: #FFFFFF;
  }
  .card-section-wrapper .card-wrapper .card {
    border-radius: 10px;
    font-size: 26px;
    color: #FFF;
    height: 292px;
  }
  .card-section-wrapper .card-wrapper .card span {
    font-size: 18px;
  }
  .card-section-wrapper .card-wrapper .card .card-content span {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 350px) {
  .card-section-wrapper .cards-header-part .card-header {
    padding: 32px 16px 0;
  }
  .card-section-wrapper .cards-header-part .card-header span {
    font-size: 18px;
  }
  .card-section-wrapper .cards-header-part .card-paragraph {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    padding: 0 16px 40px;
  }
  .card-section-wrapper .cards-header-part .card-paragraph span {
    font-size: 14px;
    line-height: 21px;
    height: 100%;
  }
  .card-section-wrapper .cards-header-part .card-paragraph p {
    margin: 0;
    font-size: 14px;
    line-height: 21px;
  }
  .card-section-wrapper .cards-header-part .card-paragraph p img {
    width: 147px;
    padding: 0 12px;
  }
  .card-section-wrapper .cards-header-part .card-paragraph-bg-screen {
    display: none;
  }
  .approach-content {
    padding-top: 16.6px;
    padding-bottom: 76.6px;
    background-position-y: 0;
  }
  .approach-content .approach-group {
    gap: 120px;
    padding-top: 45px;
  }
  .approach-content .approach-group .approach-text-2 {
    left: 32%;
  }
  .approach-content .approach-group-2 {
    margin-top: -60px;
    gap: 109px;
  }
  .approach-content .planning-group {
    padding-top: 0px;
  }
  .approach-content .arrow-two {
    top: 53%;
    left: 86%;
  }
  .approach-content .arrow-three {
    top: 63%;
    left: 64%;
  }
  .approach-content .arrow-three img {
    width: 26.95px;
    height: 22.91px;
  }
  .approach-content .arrow-four {
    top: 61%;
  }
  .approach-content .arrow-five {
    top: 19%;
    left: 17%;
  }
}
@media (min-width: 351px) and (max-width: 380px) {
  .phygital-section .phygital-content-img .phygital-center .hand-shake-img {
    top: 17px;
  }
  .phygital-section .phygital-content-img .phygital-center .hi-img {
    top: 17px;
    right: 84px;
  }
  .phygital-section .phygital-content-img .phygital-mobile {
    top: -3px;
  }
}
@media (min-width: 1000px) and (max-width: 1024px) {
  .approach-section .approach-bg-absolute .ap-center-bottom {
    left: 40% !important;
  }
  .home-section .color-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home-section .color-btns .btn-row-two {
    gap: 220px;
    justify-content: unset;
  }
  .home-section .color-btns .btn-row-three {
    gap: 320px;
    justify-content: unset;
  }
  .home-section .color-btns .btn-row-four {
    gap: 440px;
    justify-content: unset;
  }
  .home-section .color-btns .btn-row-five {
    gap: 535px;
    justify-content: unset;
  }
  .home-section .color-btns .btn-row-six {
    gap: 670px;
    justify-content: unset;
  }
  .phygital-section .phygital-content-img .phygital-center .hand-shake-img img {
    width: 150px;
  }
  .phygital-section .phygital-content-img .phygital-center .blue-arrow {
    top: -93px;
  }
  .phygital-section .phygital-content-img .phygital-center .blue-arrow img {
    width: 75px;
  }
  .phygital-section .phygital-content-img .phygital-center .hi-img {
    top: -88px;
  }
  .phygital-section .phygital-content-img .phygital-center .hi-img img {
    width: 70px;
  }
  .phygital-section .phygital-content-img .phygital-mobile {
    left: -66px;
  }
  .card-section-wrapper .cards-header-part .card-paragraph {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;
    width: 100%;
    padding: 0 16px 40px;
  }
  .card-section-wrapper .cards-header-part .card-paragraph span {
    font-size: 16px;
    line-height: 24px;
    height: 100%;
  }
  .card-section-wrapper .cards-header-part .card-paragraph p {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    height: 65px;
    padding-top: 10px;
  }
  .card-section-wrapper .cards-header-part .card-paragraph p img {
    width: 256px;
    padding: 0 12px;
  }
  .card-paragraph-bg-screen {
    display: block;
  }
  .engagement-section .engagement-cards .center-part .center-circle .center-text span {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 968px) {
  .approach-section .approach-bg-absolute .ap-center-bottom {
    left: 40% !important;
  }
  .approach-section .approach-bg-absolute .ap-left-bottom {
    bottom: -5px;
  }
  .approach-section .approach-content .approach-group {
    gap: 300px;
  }
  .approach-section .approach-content .approach-group .approach-text {
    top: 43%;
  }
  .approach-section .approach-content .approach-group-2 {
    gap: 300px;
  }
  .approach-section .approach-content .arrow-one {
    left: 61%;
  }
  .approach-section .approach-content .arrow-three {
    left: 61%;
  }
  .approach-section .approach-content .arrow-four {
    top: 63%;
    left: 32%;
  }
  .approach-section .approach-content .arrow-five {
    top: 17%;
    left: 29%;
  }
  .engagement-section .engagement-cards .center-part {
    width: 25%;
  }
  .engagement-section .engagement-cards .center-part .center-circle .center-text span {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .card-section-wrapper .cards-header-part .card-paragraph-bg-screen {
    display: none;
  }
  .card-section-wrapper .cards-header-part .card-paragraph {
    display: block;
    width: 58%;
  }
  .card-section-wrapper .cards-header-part .card-paragraph img {
    padding-top: 8px;
  }
  .phygital-section .phygital-content-img .phygital-mobile {
    left: -34.5px;
  }
  .phygital-section .phygital-content-img .index-group {
    position: relative;
    left: 60px;
  }
  .phygital-section .phygital-content-img .phygital-center {
    position: relative;
    left: 60px;
  }
  .arrow-two {
    left: 75% !important;
  }
  .arrow-four {
    left: 36% !important;
    top: 65% !important;
  }
  .approach-text {
    left: 41% !important;
  }
  .arrow-five {
    top: 20% !important;
    left: 33% !important;
  }
  .approach-content {
    padding-top: 74.6px;
    padding-bottom: 74.6px;
    background-position-y: -33px;
  }
  .approach-content .arrow-three {
    top: 65%;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .home-section {
    top: 62px;
  }
  .home-section .engage-entertain-empower img {
    padding-top: 8%;
  }
  .home-section .drop-img {
    width: 200px;
  }
  .home-section .man-image {
    width: 200px;
  }
  .footer-section {
    padding: 10px 0;
  }
  .footer-section .footer-text {
    font-size: 12px;
  }
  .footer-section .foot-link {
    display: flex;
  }
  .footer-section .foot-link .footer-text {
    font-size: 10px;
  }
  .footer-section .foot-link .footer-text span {
    text-decoration: underline;
  }
}
@media (min-width: 968px) and (max-width: 1024px) {
  .approach-section .approach-content .approach-group {
    gap: 470px;
  }
}/*# sourceMappingURL=style.css.map */