@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@700&display=swap");
body {
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}
body .banner-img {
  position: absolute;
  right: 0 !important;
}
body .banner-img img {
  width: 100%;
}
body .container {
  width: 100%;
}
body .container .banner-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
body .container .banner-wrapper .bw__logo {
  position: absolute;
}
body .container .banner-wrapper .menu-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0 32px 0;
  width: 100%;
  margin-bottom: 56px;
}
body .container .banner-wrapper .menu-wrapper .mw__tabs {
  display: flex;
  flex-direction: row;
  gap: 42px;
}
body .container .banner-wrapper .menu-wrapper .mw__tabs .mw__t-tab {
  font-family: "Aeonik";
  font-size: 17px;
  font-weight: 400;
  line-height: 21.34px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #39107f;
  cursor: pointer;
}
body .container .banner-wrapper .menu-wrapper .mw__tabs .mw__t-tab:hover, body .container .banner-wrapper .menu-wrapper .mw__tabs .mw__t-tab:active, body .container .banner-wrapper .menu-wrapper .mw__tabs .mw__t-tab:focus {
  text-decoration: underline;
}
body .container .banner-wrapper .menu-wrapper .mw__action {
  padding: 12px 24px;
  border-radius: 100px;
  color: #31115f;
  background-color: #02ffe3;
  font-family: "Aeonik";
  font-size: 17px;
  font-weight: 400;
  line-height: 19.38px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  cursor: pointer;
}
body .container .banner-wrapper .header-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
body .container .banner-wrapper .header-wrapper .hw__header {
  font-family: "Aeonik";
  font-size: 120px;
  font-weight: 900 !important;
  line-height: 126px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #31115f;
  max-width: 900px;
}
body .container .banner-wrapper .header-wrapper .hw__header .hw__h-future {
  font-family: "Aeonik";
  font-size: 120px;
  font-weight: 700;
  line-height: 126px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #31115f;
}
body .container .banner-wrapper .header-wrapper .hw__subheader {
  font-family: "Aeonik";
  font-size: 30px;
  font-weight: 300;
  line-height: 37.65px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6024b5;
  margin-bottom: 60px;
}
body .container .banner-wrapper .header-wrapper .hw__action-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding: 12px 12px 12px 32px;
  background: linear-gradient(90.44deg, #6024b5 0.38%, #02ffe3 102.59%);
  width: fit-content;
  border-radius: 100px;
}
body .container .banner-wrapper .header-wrapper .hw__action-wrapper .hw__aw-title {
  font-family: "Aeonik";
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  margin-right: 20px;
}
body .container .banner-wrapper .header-wrapper .hw__action-wrapper .hw__aw-title:hover, body .container .banner-wrapper .header-wrapper .hw__action-wrapper .hw__aw-title:active, body .container .banner-wrapper .header-wrapper .hw__action-wrapper .hw__aw-title:focus {
  color: #39107f;
}
body .container .banner-wrapper .header-wrapper .hw__action-wrapper .hw__aw-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 72px;
  height: 72px;
  color: #ffffff;
  padding: 32px;
  border-radius: 100px;
  background: #02ffe3;
  cursor: pointer;
}
body .container .banner-wrapper .header-wrapper .hw__action-wrapper .hw__aw-button .bx {
  font-size: 24px;
  transform: rotate(45deg);
}
body .container .banner-wrapper .header-wrapper .hw__action-wrapper .hw__aw-button:hover, body .container .banner-wrapper .header-wrapper .hw__action-wrapper .hw__aw-button:active, body .container .banner-wrapper .header-wrapper .hw__action-wrapper .hw__aw-button:focus {
  background: #39107f;
}
body .container .welcome-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 165px 0;
}
body .container .welcome-wrapper .ww__title {
  font-family: "Aeonik";
  font-size: 70px;
  font-weight: 700;
  line-height: 79.8px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 109px;
}
body .container .welcome-wrapper .ww__title .ww__t-middle {
  font-family: "Aeonik";
  font-size: 70px;
  font-weight: 700;
  line-height: 79.8px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #02ffe3;
}
body .container .welcome-wrapper .ww__description {
  font-family: "Mulish";
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  max-width: 909px;
}
body .project-main-wrapper {
  background-color: #31115f;
}
body .projects-wrapper {
  padding: 138px 0 78px 0;
  background-color: #31115f;
  gap: 43px;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(520px, 1fr));
  /* Adjusts columns based on available space */
  gap: 32px;
  /* Spacing between cards */
}
body .projects-wrapper .pw__img-wrp-1 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
  position: relative;
}
body .projects-wrapper .pw__img-wrp-1 .pw__iw-img-1 {
  overflow: hidden;
  position: relative;
  height: auto;
  background: linear-gradient(180deg, #02ffe3 0%, #8bc029 100%);
}
body .projects-wrapper .pw__img-wrp-1 .pw__iw-img-1 .background-img {
  z-index: 0;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
body .projects-wrapper .pw__img-wrp-1 .pw__iw-img-1 .background-img .bi__financial-img {
  margin-left: 48px;
  margin-right: 8px;
}
body .projects-wrapper .pw__img-wrp-1 .pw__iw-img-1 .background-img .bi__rectangle-1 {
  margin-right: 30px;
}
body .projects-wrapper .pw__img-wrp-1 .pw__iw-img-1 .front-img {
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-left: 84px;
  padding-right: 84px;
  padding-top: 68px;
}
body .projects-wrapper .pw__img-wrp-1 .pw__iw-img-1 .front-img img {
  width: 100%;
}
body .projects-wrapper .pw__img-wrp-1 .pw__iw-title-1 {
  font-family: "Aeonik";
  font-size: 24px;
  font-weight: 700;
  line-height: 35.34px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 22px;
  color: #ffffff;
  cursor: pointer;
}
body .projects-wrapper .pw__img-wrp-1 .pw__iw-title-1:hover, body .projects-wrapper .pw__img-wrp-1 .pw__iw-title-1:focus, body .projects-wrapper .pw__img-wrp-1 .pw__iw-title-1:active {
  color: #02ffe3;
}
body .projects-wrapper .pw__img-wrp-1 .pw__iw-sutitle-1 {
  font-family: "Aeonik";
  font-size: 20px;
  font-weight: 400;
  line-height: 35.34px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #9f89bf;
}
body .projects-wrapper .pw__img-wrp-2 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
}
body .projects-wrapper .pw__img-wrp-2 .pw__iw-img-2 {
  overflow: hidden;
  position: relative;
  height: auto;
  background: linear-gradient(180deg, #f6eafc 0%, #bcd5f2 100%);
}
body .projects-wrapper .pw__img-wrp-2 .pw__iw-img-2 .background-img-1 {
  position: absolute;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .projects-wrapper .pw__img-wrp-2 .pw__iw-img-2 .background-img-1 .circle-2 {
  margin-top: -64px;
}
body .projects-wrapper .pw__img-wrp-2 .pw__iw-img-2 .restaurant-img {
  position: relative;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #ffffff;
  padding: 12px 0 12px 12px;
  background-color: #ffffff45;
  border-radius: 22px 0 0 22px;
  margin-top: 96px;
  margin-left: 32px;
}
body .projects-wrapper .pw__img-wrp-2 .pw__iw-img-2 .restaurant-img img {
  width: 100%;
}
body .projects-wrapper .pw__img-wrp-2 .pw__iw-title-2 {
  font-family: "Aeonik";
  font-size: 24px;
  font-weight: 700;
  line-height: 35.34px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 24px;
  color: #ffffff;
  cursor: pointer;
}
body .projects-wrapper .pw__img-wrp-2 .pw__iw-title-2:hover, body .projects-wrapper .pw__img-wrp-2 .pw__iw-title-2:focus, body .projects-wrapper .pw__img-wrp-2 .pw__iw-title-2:active {
  color: #02ffe3;
}
body .projects-wrapper .pw__img-wrp-2 .pw__iw-sutitle-2 {
  font-family: "Aeonik";
  font-size: 20px;
  font-weight: 400;
  line-height: 35.34px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #9f89bf;
}
body .projects-wrapper .pw__img-wrp-3 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
}
body .projects-wrapper .pw__img-wrp-3 .pw__iw-img-3 {
  overflow: hidden;
  position: relative;
  height: auto;
  background: linear-gradient(180deg, #0097ff -7.27%, #ffda33 107%);
}
body .projects-wrapper .pw__img-wrp-3 .pw__iw-img-3 .background-img-2 {
  position: absolute;
  z-index: 0;
  margin-left: 32px;
}
body .projects-wrapper .pw__img-wrp-3 .pw__iw-img-3 .front-img-2 {
  position: relative;
  z-index: 999;
  overflow: hidden;
  background: #1853eb12;
  border: 1px solid #15bcef;
  border-radius: 30px 0 0 0;
  margin-top: 44px;
  margin-left: 44px;
}
body .projects-wrapper .pw__img-wrp-3 .pw__iw-img-3 .front-img-2 img {
  width: 100%;
}
body .projects-wrapper .pw__img-wrp-3 .pw__iw-title-3 {
  font-family: "Aeonik";
  font-size: 24px;
  font-weight: 700;
  line-height: 35.34px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 22px;
  color: #ffffff;
  cursor: pointer;
}
body .projects-wrapper .pw__img-wrp-3 .pw__iw-title-3:hover, body .projects-wrapper .pw__img-wrp-3 .pw__iw-title-3:focus, body .projects-wrapper .pw__img-wrp-3 .pw__iw-title-3:active {
  color: #02ffe3;
}
body .projects-wrapper .pw__img-wrp-3 .pw__iw-sutitle-3 {
  font-family: "Aeonik";
  font-size: 20px;
  font-weight: 400;
  line-height: 35.34px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #9f89bf;
}
body .projects-wrapper .pw__img-wrp-4 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
}
body .projects-wrapper .pw__img-wrp-4 .pw__iw-img-4 {
  overflow: hidden;
  position: relative;
  height: auto;
  background: linear-gradient(180deg, #fe5000 0%, #beee0f 100%);
}
body .projects-wrapper .pw__img-wrp-4 .pw__iw-img-4 .background-img-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
body .projects-wrapper .pw__img-wrp-4 .pw__iw-img-4 .front-img-3 {
  position: relative;
  z-index: 999;
  overflow: hidden;
  margin-top: -56px;
  margin-left: 84px;
  margin-right: 84px;
}
body .projects-wrapper .pw__img-wrp-4 .pw__iw-img-4 .front-img-3 img {
  width: 100%;
}
body .projects-wrapper .pw__img-wrp-4 .pw__iw-title-4 {
  font-family: "Aeonik";
  font-size: 24px;
  font-weight: 700;
  line-height: 35.34px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 24px;
  color: #ffffff;
  cursor: pointer;
}
body .projects-wrapper .pw__img-wrp-4 .pw__iw-title-4:hover, body .projects-wrapper .pw__img-wrp-4 .pw__iw-title-4:focus, body .projects-wrapper .pw__img-wrp-4 .pw__iw-title-4:active {
  color: #02ffe3;
}
body .projects-wrapper .pw__img-wrp-4 .pw__iw-sutitle-4 {
  font-family: "Aeonik";
  font-size: 20px;
  font-weight: 400;
  line-height: 35.34px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #9f89bf;
}
body .projects-wrapper .pw__img-wrp-5 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
}
body .projects-wrapper .pw__img-wrp-5 .pw__iw-img-5 {
  overflow: hidden;
  position: relative;
  height: auto;
  background: linear-gradient(180deg, #e9f6ff 0%, #fbc4e2 100%);
}
body .projects-wrapper .pw__img-wrp-5 .pw__iw-img-5 .background-img-4 {
  position: absolute;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 15%;
  bottom: 0;
}
body .projects-wrapper .pw__img-wrp-5 .pw__iw-img-5 .front-img-4 {
  position: relative;
  z-index: 999;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 15%;
}
body .projects-wrapper .pw__img-wrp-5 .pw__iw-img-5 .front-img-4 .mobile-card {
  position: relative;
  margin-top: 34%;
}
body .projects-wrapper .pw__img-wrp-5 .pw__iw-img-5 .front-img-4 .bank-card {
  position: absolute;
  /* width: 100%; */
  margin-left: 30%;
  margin-top: 5%;
}
body .projects-wrapper .pw__img-wrp-5 .pw__iw-title-5 {
  font-family: "Aeonik";
  font-size: 24px;
  font-weight: 700;
  line-height: 35.34px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 24px;
  color: #ffffff;
  cursor: pointer;
}
body .projects-wrapper .pw__img-wrp-5 .pw__iw-title-5:hover, body .projects-wrapper .pw__img-wrp-5 .pw__iw-title-5:focus, body .projects-wrapper .pw__img-wrp-5 .pw__iw-title-5:active {
  color: #02ffe3;
}
body .projects-wrapper .pw__img-wrp-5 .pw__iw-sutitle-5 {
  font-family: "Aeonik";
  font-size: 20px;
  font-weight: 400;
  line-height: 35.34px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #9f89bf;
}
body .projects-wrapper .pw__img-wrp-6 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
}
body .projects-wrapper .pw__img-wrp-6 .pw__iw-img-6 {
  overflow: hidden;
  position: relative;
  height: auto;
  background: linear-gradient(180deg, #1c101e 0%, #312037 100%);
}
body .projects-wrapper .pw__img-wrp-6 .pw__iw-img-6 .background-img-5 {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  margin-top: 13%;
}
body .projects-wrapper .pw__img-wrp-6 .pw__iw-title-6 {
  font-family: "Aeonik";
  font-size: 24px;
  font-weight: 700;
  line-height: 35.34px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 24px;
  color: #ffffff;
  cursor: pointer;
}
body .projects-wrapper .pw__img-wrp-6 .pw__iw-title-6:hover, body .projects-wrapper .pw__img-wrp-6 .pw__iw-title-6:focus, body .projects-wrapper .pw__img-wrp-6 .pw__iw-title-6:active {
  color: #02ffe3;
}
body .projects-wrapper .pw__img-wrp-6 .pw__iw-sutitle-6 {
  font-family: "Aeonik";
  font-size: 20px;
  font-weight: 400;
  line-height: 35.34px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #9f89bf;
}
body .projects-wrapper .pw__action {
  display: flex;
  align-items: center;
  margin-top: 72px;
  padding: 12px 24px;
  border-radius: 100px;
  color: #31115f;
  background-color: #02ffe3;
  font-family: "Aeonik";
  font-size: 24px;
  font-weight: 400;
  line-height: 27.36px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  width: fit-content;
  cursor: pointer;
}
body .projects-wrapper .pw__action:hover, body .projects-wrapper .pw__action:focus, body .projects-wrapper .pw__action:active {
  color: #ffffff;
}
body .service-wrapper {
  display: flex;
  flex-direction: column;
  padding: 78px 0 167px 0;
  background-color: #0f0323;
}
body .service-wrapper .sw__title {
  font-family: "Aeonik";
  font-size: 32px;
  font-weight: 400;
  line-height: 36.48px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 43px;
  color: white;
}
body .service-wrapper .sw__header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body .service-wrapper .sw__card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 51px 0;
  border-top: 1px solid #443758;
  margin-bottom: 32px;
  cursor: pointer;
}
body .service-wrapper .sw__card .sw__c-body {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
body .service-wrapper .sw__card .sw__c-body .sw__cb-number {
  font-family: "Mulish";
  font-size: 30px;
  font-weight: 600;
  line-height: 37.65px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #02ffe3;
  margin-right: 36px;
}
body .service-wrapper .sw__card .sw__c-body .sw__cb-title {
  font-family: "Aeonik";
  font-size: 63px;
  font-weight: 700;
  line-height: 71.82px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #9086a0;
}
body .service-wrapper .sw__card .sw__c-body .sw__content {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
body .service-wrapper .sw__card .sw__c-body .sw__cb-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-left: 68px;
}
body .service-wrapper .sw__card .sw__c-body .sw__cb-content .sw__cbc-details {
  display: none;
  font-family: "Aeonik";
  font-size: 24px;
  font-weight: 300;
  line-height: 42px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 15px;
  margin-bottom: 15px;
  color: white;
  max-width: 798px;
}
body .service-wrapper .sw__card .sw__c-body .sw__cb-content .sw__cbc-action {
  display: none;
  padding: 12px 24px;
  border-radius: 100px;
  color: #31115f;
  background: #02ffe3;
  font-family: "Aeonik";
  font-size: 24px;
  font-weight: 400;
  line-height: 27.36px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  width: fit-content;
  cursor: pointer;
}
body .service-wrapper .sw__card .sw__c-body .sw__cb-content .sw__cbc-action:hover, body .service-wrapper .sw__card .sw__c-body .sw__cb-content .sw__cbc-action:focus {
  background: #31115f;
  color: #02ffe3;
}
body .service-wrapper .sw__card .sw__c-img img {
  width: 100%;
}
body .service-wrapper .sw__card:hover .sw__c-body, body .service-wrapper .sw__card:active .sw__c-body, body .service-wrapper .sw__card:focus .sw__c-body {
  align-items: start;
}
body .service-wrapper .sw__card:hover .sw__c-body .sw__cb-content .sw__cbc-title, body .service-wrapper .sw__card:active .sw__c-body .sw__cb-content .sw__cbc-title, body .service-wrapper .sw__card:focus .sw__c-body .sw__cb-content .sw__cbc-title {
  color: white;
}
body .service-wrapper .sw__card:hover .sw__c-body .sw__cb-content .sw__cbc-details, body .service-wrapper .sw__card:active .sw__c-body .sw__cb-content .sw__cbc-details, body .service-wrapper .sw__card:focus .sw__c-body .sw__cb-content .sw__cbc-details {
  display: block;
}
body .service-wrapper .sw__card:hover .sw__c-body .sw__cb-content .sw__cbc-action, body .service-wrapper .sw__card:active .sw__c-body .sw__cb-content .sw__cbc-action, body .service-wrapper .sw__card:focus .sw__c-body .sw__cb-content .sw__cbc-action {
  display: block;
}
body .service-main-wrapper {
  background-color: #0f0323;
}
body .introduction-main-wrapper {
  padding-top: 132px;
  padding-bottom: 141px;
}
body .introduction-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 89px;
}
body .introduction-wrapper .iw__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .introduction-wrapper .iw__left .iwl__title {
  font-family: "Aeonik";
  font-size: 77px;
  font-weight: 700;
  line-height: 87.78px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #31115f;
}
body .introduction-wrapper .iw__left .iwl__content {
  font-family: "Aeonik";
  font-size: 20px;
  font-weight: 400;
  line-height: 37px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: black;
  margin-top: 24px;
  margin-bottom: 53px;
}
body .introduction-wrapper .iw__left .iwl__bottom .iwlb__title {
  font-family: "Aeonik";
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #2a0863;
  margin-bottom: 35px;
}
body .introduction-wrapper .iw__left .iwl__bottom .iwlb__card {
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
  border-left: 3px solid rgba(118, 111, 127, 0.1);
  padding-left: 10px;
}
body .introduction-wrapper .iw__left .iwl__bottom .iwlb__card .iwlb__c-title {
  font-family: "Aeonik";
  font-size: 20px;
  line-height: 31px;
  text-align: left;
  font-weight: 800;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #2a0863;
}
body .introduction-wrapper .iw__left .iwl__bottom .iwlb__card .iwlb__c-content {
  font-family: "Aeonik";
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #766f7f;
}
body .introduction-wrapper .iw__right {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
body .introduction-wrapper .iw__right img {
  position: absolute;
  bottom: 0;
  width: 500px;
  left: -40px;
}
body .inquiry-main-wrapper {
  display: flex;
  flex-direction: row;
  background-color: #efe9f8;
}
body .inquiry-wrapper {
  padding: 150px 0 101px 0;
  background-color: #efe9f8;
  gap: 47px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body .inquiry-wrapper .iw__title {
  min-width: 519px;
  font-family: "Aeonik";
  font-size: 77px;
  font-weight: 700;
  line-height: 87.78px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #31115f;
}
body .inquiry-wrapper .iw__form {
  width: 100%;
  padding: 42px;
  border-radius: 22px;
  background-color: white;
}
body .inquiry-wrapper .iw__form .iw__f-name {
  font-family: "Aeonik";
  font-size: 18px;
  font-weight: 700;
  line-height: 20.52px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #31115f;
  padding-bottom: 24px;
}
body .inquiry-wrapper .iw__form .iw__f-first-wrp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body .inquiry-wrapper .iw__form .iw__f-first-wrp .iw__ffw-company {
  width: 100%;
  margin-right: 24px;
}
body .inquiry-wrapper .iw__form .iw__f-first-wrp .iw__ffw-company .iw__ffwc-name {
  font-family: "Aeonik";
  font-size: 18px;
  font-weight: 700;
  line-height: 20.52px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #31115f;
  padding-bottom: 24px;
}
body .inquiry-wrapper .iw__form .iw__f-first-wrp .iw__ffw-email {
  width: 100%;
}
body .inquiry-wrapper .iw__form .iw__f-first-wrp .iw__ffw-email .iw__fffwe-name {
  font-family: "Aeonik";
  font-size: 18px;
  font-weight: 700;
  line-height: 20.52px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #31115f;
  padding-bottom: 24px;
}
body .inquiry-wrapper .iw__form .iw__f-second-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body .inquiry-wrapper .iw__form .iw__f-second-wrap .iw__fsw-services {
  width: 100%;
  margin-right: 24px;
}
body .inquiry-wrapper .iw__form .iw__f-second-wrap .iw__fsw-services .iw__fsws-name {
  font-family: "Aeonik";
  font-size: 18px;
  font-weight: 700;
  line-height: 20.52px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #31115f;
  padding-bottom: 24px;
}
body .inquiry-wrapper .iw__form .iw__f-second-wrap .iw__fsw-projects {
  width: 100%;
}
body .inquiry-wrapper .iw__form .iw__f-second-wrap .iw__fsw-projects .iw__fswp-name {
  font-family: "Aeonik";
  font-size: 18px;
  font-weight: 700;
  line-height: 20.52px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #31115f;
  padding-bottom: 24px;
}
body .inquiry-wrapper .iw__form .iw__f-action {
  font-family: "Aeonik";
  font-size: 24px;
  font-weight: 700;
  line-height: 27.36px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: black;
  background-color: #02ffe3;
  padding: 25px 27px;
  border-radius: 100px;
  border: none;
  margin-top: 56px;
  cursor: pointer;
}
body .inquiry-wrapper .iw__form .iw__f-action:hover, body .inquiry-wrapper .iw__form .iw__f-action:focus, body .inquiry-wrapper .iw__form .iw__f-action:active {
  color: white;
}
body .inquiry-wrapper .iw__form .iw__f-email {
  width: 100% !important;
}
body .inquiry-wrapper .iw__form .iw__f-services {
  width: 100% !important;
  margin-right: 24px;
}
body .inquiry-wrapper .iw__form .iw__f-projects {
  width: 100% !important;
}
body .inputForm {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
body .inputForm .inputErrorFullName,
body .inputForm .inputErrorCompanyName,
body .inputForm .inputErrorEmail,
body .inputForm .inputErrorService,
body .inputForm .inputErrorBudget,
body .inputForm .inputErrorProject {
  font-family: "Aeonik";
  font-size: 12px;
  font-weight: 400;
  line-height: 13.68px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #e90b0f;
  display: none;
  padding-top: 10px;
}
body .txt-input {
  width: 100% !important;
  height: auto !important;
  position: relative !important;
  overflow: hidden !important;
  font-family: "Aeonik";
  font-weight: 300 !important;
  font-size: 20px !important;
  border-bottom: 2px solid #b0a5bf !important;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #667092 !important;
  padding: 0 0 10px 0 !important;
  border-radius: 0 !important;
  line-height: 20px !important;
  background-color: white !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body .txt-input:active, body .txt-input:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
  border-bottom: 2px solid #c9cddb !important;
  border-top: none;
  border-left: none;
  border-right: none;
}
body .txt-input:hover {
  border-bottom: 2px solid #2a0863 !important;
  border-top: none;
  border-left: none;
  border-right: none;
}
body .txt-input.error {
  border-bottom: 2px solid #f40101 !important;
}
body select {
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #b0a5bf;
  border-left: none;
  width: 100%;
  font-size: 20px;
  padding: 0 0 10px 0;
}
body select:hover {
  border-bottom: 2px solid #2a0863 !important;
  border-top: none;
  border-left: none;
  border-right: none;
}
body select:active, body select:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
  border-bottom: 2px solid #c9cddb !important;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
}
body select.error {
  border-bottom: 2px solid #f40101 !important;
}
body .footer-wrapper {
  padding-top: 102px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  background-color: #0f0323;
}
body .footer-wrapper .fw__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 101px 0 101px;
  gap: 120px;
}
body .footer-wrapper .fw__top .fwt__details {
  display: flex;
  flex-direction: column;
}
body .footer-wrapper .fw__top .fwt__details .fwtd__content {
  margin: 21px 0 55px 0;
  color: white;
  font-family: "Aeonik";
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  max-width: 508px;
}
body .footer-wrapper .fw__top .fwt__details .fwtd__action {
  font-family: "Aeonik";
  font-size: 24px;
  font-weight: 700;
  line-height: 27.36px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  background-color: #6024b5;
  border-radius: 100px;
  padding: 27px 25px;
  width: fit-content;
  cursor: pointer;
}
body .footer-wrapper .fw__top .fwt__details .fwtd__action:hover, body .footer-wrapper .fw__top .fwt__details .fwtd__action:focus, body .footer-wrapper .fw__top .fwt__details .fwtd__action:active {
  color: #02ffe3;
}
body .footer-wrapper .fw__top .fwt__left {
  display: flex;
  flex-direction: row;
  gap: 156px;
}
body .footer-wrapper .fw__top .fwt__left .fwtl__services .fwtls__title {
  font-family: "Aeonik";
  font-size: 24px;
  font-weight: 700;
  line-height: 27.36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  margin-bottom: 32px;
}
body .footer-wrapper .fw__top .fwt__left .fwtl__services .fwtls__links {
  display: flex;
  flex-direction: column;
}
body .footer-wrapper .fw__top .fwt__left .fwtl__services .fwtls__links .fwtls__l-link {
  font-family: "Aeonik";
  font-size: 19px;
  font-weight: 300;
  line-height: 21.66px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  margin-bottom: 28px;
  cursor: pointer;
}
body .footer-wrapper .fw__top .fwt__left .fwtl__services .fwtls__links .fwtls__l-link:hover, body .footer-wrapper .fw__top .fwt__left .fwtl__services .fwtls__links .fwtls__l-link:focus, body .footer-wrapper .fw__top .fwt__left .fwtl__services .fwtls__links .fwtls__l-link:active {
  color: #02ffe3;
}
body .footer-wrapper .fw__top .fwt__left .fwtl__links .fwtll__title {
  font-family: "Aeonik";
  font-size: 24px;
  font-weight: 700;
  line-height: 27.36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  margin-bottom: 32px;
}
body .footer-wrapper .fw__top .fwt__left .fwtl__links .fwtll__links {
  display: flex;
  flex-direction: column;
}
body .footer-wrapper .fw__top .fwt__left .fwtl__links .fwtll__links .fwtll__l-link {
  font-family: "Aeonik";
  font-size: 19px;
  font-weight: 300;
  line-height: 21.66px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  margin-bottom: 28px;
  cursor: pointer;
}
body .footer-wrapper .fw__top .fwt__left .fwtl__links .fwtll__links .fwtll__l-link:hover, body .footer-wrapper .fw__top .fwt__left .fwtl__links .fwtll__links .fwtll__l-link:focus, body .footer-wrapper .fw__top .fwt__left .fwtl__links .fwtll__links .fwtll__l-link:active {
  color: #02ffe3;
}
body .footer-wrapper .fw__middle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 82px 0 82px 0;
  margin: 53px 0 40px 0;
  border-top: 2px solid #453959;
  border-bottom: 2px solid #453959;
  gap: 52px;
}
body .footer-wrapper .fw__middle .fwm__cotactno {
  font-family: "Aeonik";
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  gap: 12px;
  display: flex;
  cursor: pointer;
}
body .footer-wrapper .fw__middle .fwm__email {
  font-family: "Aeonik";
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  gap: 12px;
  display: flex;
  cursor: pointer;
}
body .footer-wrapper .fw__middle .fwm__location {
  font-family: "Aeonik";
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  gap: 12px;
  display: flex;
  cursor: pointer;
}
body .footer-wrapper .fw__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 101px 0 101px;
}
body .footer-wrapper .fw__bottom .fwb__copy {
  display: flex;
  flex-direction: row;
  gap: 8px;
  font-family: "Aeonik";
  font-size: 19px;
  font-weight: 300;
  line-height: 21.66px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
}
body .footer-wrapper .fw__bottom .fwb__social-media {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 10px 0;
}
body .footer-wrapper .fw__bottom .fwb__social-media .fwbsm__footer-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding: 12px;
  background: rgba(255, 255, 255, 0.53);
  border-radius: 100px;
  width: 47px;
  height: 47px;
  color: #5a3584 !important;
  cursor: pointer;
  text-decoration: none;
}
body .footer-wrapper .fw__bottom .fwb__social-media .fwbsm__footer-icon a {
  color: #5a3584 !important;
  font-size: 24px;
}
body .footer-wrapper .fw__bottom .fwb__social-media .fwbsm__footer-icon:hover, body .footer-wrapper .fw__bottom .fwb__social-media .fwbsm__footer-icon:focus {
  background-color: #02ffe3;
}
body .title-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 71px;
  padding-bottom: 67px;
}
body .title-wrapper .tw__left .twl__title {
  font-family: "Aeonik";
  font-size: 24px;
  font-weight: 300;
  line-height: 27.36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #2a0863;
}
body .title-wrapper .tw__left .twl__subtitle {
  font-family: "Aeonik";
  font-size: 30px;
  font-weight: 400;
  line-height: 34.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #2a0863;
}
body .title-wrapper .tw__right {
  font-family: "Aeonik";
  font-size: 91px;
  font-weight: 700;
  line-height: 103.74px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #31115f;
  max-width: 821px;
}
body .first-img-wrapper {
  position: relative;
  padding: 76px 72px 0 72px;
  background-color: #def2f0;
}
body .first-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body .about-wrapper {
  margin-top: -300px;
  padding: 428px 0 166px 0;
  background-color: #31115f;
}
body .about-wrapper .aw__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 113px;
  margin-bottom: 113px;
  border-bottom: 1px solid #443758;
}
body .about-wrapper .aw__top .awt__client {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
body .about-wrapper .aw__top .awt__client .awt__c-title {
  padding-bottom: 28px;
  font-family: "Aeonik";
  font-size: 24px;
  font-weight: 300;
  line-height: 27.36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a7a2ad;
}
body .about-wrapper .aw__top .awt__client .awt__c-subtitle {
  font-family: "Aeonik";
  font-size: 30px;
  font-weight: 400;
  line-height: 34.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
}
body .about-wrapper .aw__top .awt__category {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
body .about-wrapper .aw__top .awt__category .awt__ca-title {
  padding-bottom: 28px;
  font-family: "Aeonik";
  font-size: 24px;
  font-weight: 300;
  line-height: 27.36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a7a2ad;
}
body .about-wrapper .aw__top .awt__category .awt__ca-subtitle {
  font-family: "Aeonik";
  font-size: 30px;
  font-weight: 400;
  line-height: 34.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
}
body .about-wrapper .aw__top .awt__timeline {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
body .about-wrapper .aw__top .awt__timeline .awt__t-title {
  padding-bottom: 28px;
  font-family: "Aeonik";
  font-size: 24px;
  font-weight: 300;
  line-height: 27.36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a7a2ad;
}
body .about-wrapper .aw__top .awt__timeline .awt__t-subtitle {
  font-family: "Aeonik";
  font-size: 30px;
  font-weight: 400;
  line-height: 34.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
}
body .about-wrapper .aw__top .awt__service {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
body .about-wrapper .aw__top .awt__service .awt__s-title {
  padding-bottom: 28px;
  font-family: "Aeonik";
  font-size: 24px;
  font-weight: 300;
  line-height: 27.36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a7a2ad;
}
body .about-wrapper .aw__top .awt__service .awt__s-subtitle {
  display: flex;
  flex-direction: column;
  font-family: "Aeonik";
  font-size: 30px;
  font-weight: 400;
  line-height: 34.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  gap: 12px;
}
body .about-wrapper .aw__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body .about-wrapper .aw__bottom .aw__b-title {
  font-family: "Aeonik";
  font-size: 30px;
  font-weight: 400 !important;
  line-height: 34.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
}
body .about-wrapper .aw__bottom .aw__b-content {
  display: flex;
  flex-direction: column;
  font-family: "Aeonik";
  font-size: 32px;
  font-weight: 300 !important;
  line-height: 40px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  max-width: 828px;
}
body .bg-wrapper {
  min-height: 423px;
  background-color: #def2f0;
}
body .problems-wrapper {
  padding: 138px 0 138px 0;
}
body .problems-wrapper .pw__problems {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body .problems-wrapper .pw__problems .pwp__title {
  font-family: "Aeonik";
  font-size: 30px;
  font-weight: 700;
  line-height: 34.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: black;
}
body .problems-wrapper .pw__problems .pwp__content {
  display: flex;
  flex-direction: column;
  font-family: "Aeonik";
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: black;
  max-width: 828px;
  gap: 51px;
}
body .problems-wrapper .pw__challanges {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 100px 0 100px 0;
}
body .problems-wrapper .pw__challanges .pwc__title {
  font-family: "Aeonik";
  font-size: 30px;
  font-weight: 700;
  line-height: 34.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: black;
}
body .problems-wrapper .pw__challanges .pwc__content {
  display: flex;
  flex-direction: column;
  font-family: "Aeonik";
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: black;
  max-width: 828px;
  gap: 51px;
}
body .problems-wrapper .pw__solutions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body .problems-wrapper .pw__solutions .pws__title {
  font-family: "Aeonik";
  font-size: 30px;
  font-weight: 700;
  line-height: 34.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: black;
}
body .problems-wrapper .pw__solutions .pws__content {
  display: flex;
  flex-direction: column;
  font-family: "Aeonik";
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: black;
  max-width: 828px;
  gap: 51px;
}
body .img-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 0 89px 0;
}
body .img-wrapper .iw__first-img {
  padding: 79px 72px 79px 72px;
  background-color: #def2f0;
  margin-bottom: 38px;
}
body .img-wrapper .iw__first-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body .img-wrapper .iw__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
}
body .img-wrapper .iw__bottom .iwb__first-img {
  width: 100%;
  background: #e3eafd;
}
body .img-wrapper .iw__bottom .iwb__first-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body .img-wrapper .iw__bottom .iwb__second-img {
  width: 100%;
  background: #fffdf3;
}
body .img-wrapper .iw__bottom .iwb__second-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body .styles-wrapper {
  padding: 91px 0 91px 0;
  background: #eef0f6;
}
body .styles-wrapper .sw__top-wrp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 87px;
}
body .styles-wrapper .sw__top-wrp .swtw__title {
  font-family: "Aeonik";
  font-size: 30px;
  font-weight: 700;
  line-height: 34.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: black;
  max-width: 199px;
}
body .styles-wrapper .sw__top-wrp .swtw__content {
  display: flex;
  flex-direction: column;
  font-family: "Aeonik";
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: black;
  max-width: 828px;
  gap: 51px;
}
body .styles-wrapper .sw__bottom {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(612px, 1fr));
  /* Adjusts columns based on available space */
  gap: 16px;
  /* Spacing between cards */
}
body .styles-wrapper .sw__bottom .swb__color {
  padding: 56px 32px;
  background-color: #e3eafd;
  min-height: 777px;
}
body .styles-wrapper .sw__bottom .swb__color .swb__c-title {
  font-family: "Aeonik";
  font-size: 30px;
  font-weight: 700;
  line-height: 34.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: black;
}
body .styles-wrapper .sw__bottom .swb__typography {
  padding: 56px 32px;
  background-color: #e3eafd;
  min-height: 777px;
}
body .styles-wrapper .sw__bottom .swb__typography .swb__t-title {
  font-family: "Aeonik";
  font-size: 30px;
  font-weight: 700;
  line-height: 34.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: black;
}
body .styles-wrapper .sw__bottom .swb__color {
  padding: 56px 32px;
  background-color: #e3eafd;
  min-height: 777px;
}
body .styles-wrapper .sw__bottom .swb__color .swb__c-title {
  font-family: "Aeonik";
  font-size: 30px;
  font-weight: 700;
  line-height: 34.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: black;
}
body .styles-wrapper .sw__bottom .swb__typography {
  padding: 56px 32px;
  background-color: #e3eafd;
  min-height: 777px;
}
body .styles-wrapper .sw__bottom .swb__typography .swb__t-title {
  font-family: "Aeonik";
  font-size: 30px;
  font-weight: 700;
  line-height: 34.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: black;
}
body .img-second-wrapper {
  padding: 111px 0 77px 0;
}
body .img-second-wrapper .isw__first-img {
  padding: 79px 72px 79px 72px;
  background-color: #def2f0;
  margin-bottom: 16px;
}
body .img-second-wrapper .isw__first-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body .img-second-wrapper .isw__second-img {
  padding: 79px 72px 79px 72px;
  background-color: #def2f0;
  margin-bottom: 16px;
}
body .img-second-wrapper .isw__second-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body .img-second-wrapper .isw__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
}
body .img-second-wrapper .isw__bottom .iswb__first-img {
  width: 100%;
  background: #e3eafd;
}
body .img-second-wrapper .isw__bottom .iswb__first-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body .img-second-wrapper .isw__bottom .iswb__second-img {
  width: 100%;
  background: #fffdf3;
}
body .img-second-wrapper .isw__bottom .iswb__second-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body .image-wrapper {
  padding: 79px 72px 79px 72px;
  background-color: #def2f0;
}
body .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body .image-mobile-wrapper {
  width: 100%;
  background: #e3eafd;
}
body .image-mobile-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body .serevice-menu-main-wrapper {
  background-color: #31115f;
}
body .serevice-menu-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0 124px 0;
  width: 100%;
  background-color: #31115f;
}
body .serevice-menu-wrapper .smw__tabs {
  display: flex;
  flex-direction: row;
  gap: 42px;
}
body .serevice-menu-wrapper .smw__tabs .smw__t-tab {
  font-family: "Aeonik";
  font-size: 17px;
  font-weight: 400;
  line-height: 21.34px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  cursor: pointer;
}
body .serevice-menu-wrapper .smw__tabs .smw__t-tab:hover, body .serevice-menu-wrapper .smw__tabs .smw__t-tab:active, body .serevice-menu-wrapper .smw__tabs .smw__t-tab:focus {
  text-decoration: underline;
  color: #02ffe3;
}
body .serevice-menu-wrapper .smw__action {
  padding: 12px 24px;
  border-radius: 100px;
  color: #31115f;
  background-color: #02ffe3;
  font-family: "Aeonik";
  font-size: 17px;
  font-weight: 400;
  line-height: 19.38px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  cursor: pointer;
}
body .service-title-wrapper {
  background-color: #31115f;
  padding-bottom: 164px;
  margin-top: -1px;
}
body .service-title-wrapper .stw__title {
  font-family: "Aeonik";
  font-size: 91px;
  font-weight: 700;
  line-height: 103.74px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  margin-bottom: 32px;
  max-width: 821px;
}
body .service-title-wrapper .stw__content {
  font-family: "Mulish";
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
}
body .services-wrapper {
  width: 100%;
  padding: 103px 0 81px 0;
}
body .services-wrapper .sw__branding {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body .services-wrapper .sw__branding .swb__details {
  margin-right: 89px;
}
body .services-wrapper .sw__branding .swb__details .swbd__title {
  font-family: "Aeonik";
  font-size: 48px;
  font-weight: 700;
  line-height: 54.72px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #31115f;
}
body .services-wrapper .sw__branding .swb__details .swbd__content {
  font-family: "Aeonik";
  font-size: 20px;
  font-weight: 400;
  line-height: 37px;
  text-align: justify;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 32px 0 40px 0;
  color: black;
  max-width: 628px;
}
body .services-wrapper .sw__branding .swb__details .swbd__subtitles {
  display: flex;
  flex-direction: column;
  font-family: "Aeonik";
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #2a0863;
  gap: 35px;
}
body .services-wrapper .sw__branding .swb__img-mobile {
  display: none;
  width: 524px;
  height: 395px;
  background-color: rgba(49, 17, 95, 0.13);
  margin-bottom: 32px;
}
body .services-wrapper .sw__branding .swb__img {
  display: block;
  width: 524px;
  height: 395px;
  background-color: rgba(49, 17, 95, 0.13);
}
body .services-wrapper .sw__design {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 150px 0;
}
body .services-wrapper .sw__design .swd__img {
  width: 524px;
  height: 395px;
  background-color: rgba(49, 17, 95, 0.13);
}
body .services-wrapper .sw__design .swd__details {
  margin-left: 89px;
}
body .services-wrapper .sw__design .swd__details .swdd__title {
  font-family: "Aeonik";
  font-size: 48px;
  font-weight: 700;
  line-height: 54.72px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #31115f;
}
body .services-wrapper .sw__design .swd__details .swdd__content {
  font-family: "Aeonik";
  font-size: 20px;
  font-weight: 400;
  line-height: 37px;
  text-align: justify;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 32px 0 40px 0;
  color: black;
  max-width: 628px;
}
body .services-wrapper .sw__design .swd__details .swdd__subtitles {
  display: flex;
  flex-direction: column;
  font-family: "Aeonik";
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #2a0863;
  gap: 35px;
}
body .services-wrapper .sw__web {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body .services-wrapper .sw__web .sww__details {
  margin-right: 89px;
}
body .services-wrapper .sw__web .sww__details .swwd__title {
  font-family: "Aeonik";
  font-size: 48px;
  font-weight: 700;
  line-height: 54.72px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #31115f;
}
body .services-wrapper .sw__web .sww__details .swwd__content {
  font-family: "Aeonik";
  font-size: 20px;
  font-weight: 400;
  line-height: 37px;
  text-align: justify;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 32px 0 40px 0;
  color: black;
  max-width: 628px;
}
body .services-wrapper .sw__web .sww__details .swwd__subtitles {
  display: flex;
  flex-direction: row;
}
body .services-wrapper .sw__web .sww__details .swwd__subtitles .swwds__links {
  display: flex;
  flex-direction: column;
  font-family: "Aeonik";
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #2a0863;
  margin-right: 75px;
  gap: 35px;
}
body .services-wrapper .sw__web .sww__img-mobile {
  display: none;
  width: 524px;
  height: 395px;
  background-color: rgba(49, 17, 95, 0.13);
  margin-bottom: 32px;
}
body .services-wrapper .sw__web .sww__img {
  display: block;
  width: 524px;
  height: 395px;
  background-color: rgba(49, 17, 95, 0.13);
}
body .services-wrapper .sw__mobile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 150px 0;
}
body .services-wrapper .sw__mobile .swm__img {
  width: 524px;
  height: 395px;
  background-color: rgba(49, 17, 95, 0.13);
}
body .services-wrapper .sw__mobile .swm__details {
  margin-left: 89px;
}
body .services-wrapper .sw__mobile .swm__details .swmd__title {
  font-family: "Aeonik";
  font-size: 48px;
  font-weight: 700;
  line-height: 54.72px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #31115f;
}
body .services-wrapper .sw__mobile .swm__details .swmd__content {
  font-family: "Aeonik";
  font-size: 20px;
  font-weight: 400;
  line-height: 37px;
  text-align: justify;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 32px 0 40px 0;
  color: black;
  max-width: 628px;
}
body .services-wrapper .sw__mobile .swm__details .swmd__subtitles {
  display: flex;
  flex-direction: row;
}
body .services-wrapper .sw__mobile .swm__details .swmd__subtitles .swmds__links {
  display: flex;
  flex-direction: column;
  font-family: "Aeonik";
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #2a0863;
  margin-right: 75px;
  gap: 35px;
}
body .services-wrapper .sw__development {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body .services-wrapper .sw__development .swde__details {
  margin-right: 89px;
}
body .services-wrapper .sw__development .swde__details .swded__title {
  font-family: "Aeonik";
  font-size: 48px;
  font-weight: 700;
  line-height: 54.72px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #31115f;
}
body .services-wrapper .sw__development .swde__details .swded__content {
  font-family: "Aeonik";
  font-size: 20px;
  font-weight: 400;
  line-height: 37px;
  text-align: justify;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 32px 0 40px 0;
  color: black;
  max-width: 628px;
}
body .services-wrapper .sw__development .swde__details .swded__subtitles {
  display: flex;
  flex-direction: row;
}
body .services-wrapper .sw__development .swde__details .swded__subtitles .swdeds__links {
  display: flex;
  flex-direction: column;
  font-family: "Aeonik";
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #2a0863;
  margin-right: 75px;
  gap: 35px;
}
body .services-wrapper .sw__development .swde__img-mobile {
  display: none;
  width: 524px;
  height: 395px;
  background-color: rgba(49, 17, 95, 0.13);
  margin-bottom: 32px;
}
body .services-wrapper .sw__development .swde__img {
  display: block;
  width: 524px;
  height: 395px;
  background-color: rgba(49, 17, 95, 0.13);
}
body .contact-menu-main-wrapper {
  background-color: #31115f;
}
body .contact-menu-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0 124px 0;
  width: 100%;
  background-color: #31115f;
}
body .contact-menu-wrapper .cmw__tabs {
  display: flex;
  flex-direction: row;
  gap: 42px;
}
body .contact-menu-wrapper .cmw__tabs .cmw__t-tab {
  font-family: "Aeonik";
  font-size: 17px;
  font-weight: 400;
  line-height: 21.34px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  cursor: pointer;
}
body .contact-menu-wrapper .cmw__tabs .cmw__t-tab:hover, body .contact-menu-wrapper .cmw__tabs .cmw__t-tab:active, body .contact-menu-wrapper .cmw__tabs .cmw__t-tab:focus {
  text-decoration: underline;
  color: #02ffe3;
}
body .contact-menu-wrapper .cmw__action {
  padding: 12px 24px;
  border-radius: 100px;
  color: #31115f;
  background-color: #02ffe3;
  font-family: "Aeonik";
  font-size: 17px;
  font-weight: 400;
  line-height: 19.38px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  cursor: pointer;
}
body .contact-title-wrapper {
  background-color: #31115f;
  padding-bottom: 164px;
  margin-top: -1px;
}
body .contact-title-wrapper .ctw__title {
  font-family: "Aeonik";
  font-size: 91px;
  font-weight: 700;
  line-height: 103.74px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  margin-bottom: 32px;
  max-width: 821px;
}
body .contact-title-wrapper .ctw__content {
  font-family: "Mulish";
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
}
body .social-main-wrapper {
  background-color: #0f0323;
}
body .social-main-wrapper .smw__social-wrapper {
  display: flex;
  flex-direction: column;
  padding: 78px 0;
}
body .social-main-wrapper .smw__social-wrapper .smw__sw-title {
  font-family: "Aeonik";
  font-size: 32px;
  font-weight: 400;
  line-height: 36.48px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 43px;
  color: white;
}
body .social-main-wrapper .smw__social-wrapper .smw__sw-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 65px;
  padding-bottom: 43px;
  border-top: 1px solid #443758;
  cursor: pointer;
}
body .social-main-wrapper .smw__social-wrapper .smw__sw-card .smw__swc-header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
body .social-main-wrapper .smw__social-wrapper .smw__sw-card .smw__swc-header .smw__swch-icon {
  font-family: "Mulish";
  font-size: 30px;
  font-weight: 600;
  line-height: 37.65px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #02ffe3;
  margin-right: 36px;
}
body .social-main-wrapper .smw__social-wrapper .smw__sw-card .smw__swc-header .smw__swch-title {
  font-family: "Aeonik";
  font-size: 63px;
  font-weight: 700;
  line-height: 71.82px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #9086a0;
}
body .social-main-wrapper .smw__social-wrapper .smw__sw-card .smw__swc-action {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 100px;
  height: 100px;
  cursor: pointer;
  color: #ffffff;
  font-size: 62px;
  background-color: #2a0863;
  border-radius: 100px;
  padding: 19px;
}
body .social-main-wrapper .smw__social-wrapper .smw__sw-card:hover .smw__swc-header .smw__swch-title, body .social-main-wrapper .smw__social-wrapper .smw__sw-card:focus .smw__swc-header .smw__swch-title, body .social-main-wrapper .smw__social-wrapper .smw__sw-card:active .smw__swc-header .smw__swch-title {
  color: #02ffe3;
}
body .social-main-wrapper .smw__social-wrapper .smw__sw-card:hover .smw__swc-action, body .social-main-wrapper .smw__social-wrapper .smw__sw-card:focus .smw__swc-action, body .social-main-wrapper .smw__social-wrapper .smw__sw-card:active .smw__swc-action {
  color: #02ffe3;
}
body .contact-details-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 210px 0;
  gap: 51px;
}
body .contact-details-wrapper .cdw__contactno {
  font-family: "Aeonik";
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #2a0863;
  gap: 12px;
  display: flex;
  cursor: pointer;
}
body .contact-details-wrapper .cdw__mail {
  font-family: "Aeonik";
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #2a0863;
  gap: 12px;
  display: flex;
  cursor: pointer;
}
body .contact-details-wrapper .cdw__location {
  font-family: "Aeonik";
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #2a0863;
  gap: 12px;
  display: flex;
  cursor: pointer;
}
body .have-idea-main-wrapper {
  background-color: #def9f6;
}
body .have-idea-main-wrapper .himw__have-idea-wrapper {
  padding: 226px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .have-idea-main-wrapper .himw__have-idea-wrapper .himw__hiw-title {
  font-family: "Aeonik";
  font-size: 150px;
  font-weight: 700;
  line-height: 171px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .have-idea-main-wrapper .himw__have-idea-wrapper .himw__hiw-action {
  font-family: "Aeonik";
  font-size: 44px;
  font-weight: 700;
  line-height: 50.16px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 25px 25px 27px 25px;
  border-radius: 100px;
  background-color: #02ffe3;
  cursor: pointer;
}
body .have-idea-main-wrapper .himw__have-idea-wrapper .himw__hiw-action:hover, body .have-idea-main-wrapper .himw__have-idea-wrapper .himw__hiw-action:focus, body .have-idea-main-wrapper .himw__have-idea-wrapper .himw__hiw-action:active {
  color: #5a3584;
}
body .why-choose-main-wrapper {
  display: flex;
  flex-direction: row;
  background: rgba(2, 255, 227, 0.07);
}
body .why-chooese-wrapper {
  padding-top: 95px;
  padding-bottom: 141px;
}
body .why-chooese-wrapper .wcw__title {
  font-family: "Aeonik";
  font-size: 48px;
  font-weight: 700;
  line-height: 54.72px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #31115f;
  margin-bottom: 48px;
}
body .why-chooese-wrapper .wcw__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body .why-chooese-wrapper .wcw__content .wcwc__left-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-right: 105px;
}
body .why-chooese-wrapper .wcw__content .wcwc__left-wrapper .wcwc__lw-content {
  font-family: "Aeonik";
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
body .why-chooese-wrapper .wcw__content .wcwc__left-wrapper .wcwc__lw-img {
  height: 286px;
  background-color: #eaddfc;
  margin-top: 35px;
}
body .why-chooese-wrapper .wcw__content .wcwc__right-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
body .why-chooese-wrapper .wcw__content .wcwc__right-wrapper .wcwc__rw-card {
  display: flex;
  flex-direction: column;
  margin-bottom: 42px;
  border-bottom: 1px solid #443758;
}
body .why-chooese-wrapper .wcw__content .wcwc__right-wrapper .wcwc__rw-card .wcwc__rwc-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 42px;
}
body .why-chooese-wrapper .wcw__content .wcwc__right-wrapper .wcwc__rw-card .wcwc__rwc-top .wcwc__rwct-title {
  font-family: "Aeonik";
  font-size: 32px;
  font-weight: 700;
  line-height: 36.48px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
body .why-chooese-wrapper .wcw__content .wcwc__right-wrapper .wcwc__rw-card .wcwc__rwc-top .wcwc__rwct-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-size: 42px;
  color: white;
  background-color: #2a0863;
  border-radius: 100px;
  width: 68px;
  height: 68px;
}
body .why-chooese-wrapper .wcw__content .wcwc__right-wrapper .wcwc__rw-card .wcwc__rwc-content {
  font-family: "Aeonik";
  font-size: 24px;
  font-weight: 400;
  line-height: 48px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 42px;
  display: none;
  overflow: hidden;
}
body .process-wrapper {
  padding-top: 136px;
  padding-bottom: 144px;
}
body .process-wrapper .pw__title {
  font-family: "Aeonik";
  font-size: 48px;
  font-weight: 700;
  line-height: 54.72px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #31115f;
}
body .process-wrapper .pw__detail {
  font-family: "Aeonik";
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 50px;
  margin-bottom: 130px;
}
body .process-wrapper .pw__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(520px, 1fr));
  /* Adjusts columns based on available space */
  gap: 32px;
  /* Spacing between cards */
}
body .process-wrapper .pw__content .pwc__research-card {
  background: rgba(207, 172, 255, 0.14);
}
body .process-wrapper .pw__content .pwc__wireframe-card {
  background-color: #e1fbf8;
}
body .process-wrapper .pw__content .pwc__design-card {
  background-color: #e5feff;
}
body .process-wrapper .pw__content .pwc__evaluation-card {
  background-color: #fffcdc;
}
body .process-wrapper .pw__content .pwc__research-card,
body .process-wrapper .pw__content .pwc__wireframe-card,
body .process-wrapper .pw__content .pwc__design-card,
body .process-wrapper .pw__content .pwc__evaluation-card {
  padding: 12px 12px 32px 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .process-wrapper .pw__content .pwc__research-card .pwcrc__title,
body .process-wrapper .pw__content .pwc__research-card .pwcwc__title,
body .process-wrapper .pw__content .pwc__research-card .pwcdc__title,
body .process-wrapper .pw__content .pwc__research-card .pwcec__title,
body .process-wrapper .pw__content .pwc__wireframe-card .pwcrc__title,
body .process-wrapper .pw__content .pwc__wireframe-card .pwcwc__title,
body .process-wrapper .pw__content .pwc__wireframe-card .pwcdc__title,
body .process-wrapper .pw__content .pwc__wireframe-card .pwcec__title,
body .process-wrapper .pw__content .pwc__design-card .pwcrc__title,
body .process-wrapper .pw__content .pwc__design-card .pwcwc__title,
body .process-wrapper .pw__content .pwc__design-card .pwcdc__title,
body .process-wrapper .pw__content .pwc__design-card .pwcec__title,
body .process-wrapper .pw__content .pwc__evaluation-card .pwcrc__title,
body .process-wrapper .pw__content .pwc__evaluation-card .pwcwc__title,
body .process-wrapper .pw__content .pwc__evaluation-card .pwcdc__title,
body .process-wrapper .pw__content .pwc__evaluation-card .pwcec__title {
  font-family: "Aeonik";
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-top: 12px;
  padding-bottom: 12px;
}
body .process-wrapper .pw__content .pwc__research-card .pwcrc__title,
body .process-wrapper .pw__content .pwc__wireframe-card .pwcrc__title,
body .process-wrapper .pw__content .pwc__design-card .pwcrc__title,
body .process-wrapper .pw__content .pwc__evaluation-card .pwcrc__title {
  background-color: #cfacff;
}
body .process-wrapper .pw__content .pwc__research-card .pwcwc__title,
body .process-wrapper .pw__content .pwc__wireframe-card .pwcwc__title,
body .process-wrapper .pw__content .pwc__design-card .pwcwc__title,
body .process-wrapper .pw__content .pwc__evaluation-card .pwcwc__title {
  background-color: #02ffe3;
}
body .process-wrapper .pw__content .pwc__research-card .pwcdc__title,
body .process-wrapper .pw__content .pwc__wireframe-card .pwcdc__title,
body .process-wrapper .pw__content .pwc__design-card .pwcdc__title,
body .process-wrapper .pw__content .pwc__evaluation-card .pwcdc__title {
  background-color: #02f2ff;
}
body .process-wrapper .pw__content .pwc__research-card .pwcec__title,
body .process-wrapper .pw__content .pwc__wireframe-card .pwcec__title,
body .process-wrapper .pw__content .pwc__design-card .pwcec__title,
body .process-wrapper .pw__content .pwc__evaluation-card .pwcec__title {
  background-color: #ffee02;
}
body .process-wrapper .pw__content .pwc__research-card .pwcrc__detail,
body .process-wrapper .pw__content .pwc__research-card .pwcwc__detail,
body .process-wrapper .pw__content .pwc__research-card .pwcdc__detail,
body .process-wrapper .pw__content .pwc__research-card .pwcec__detail,
body .process-wrapper .pw__content .pwc__wireframe-card .pwcrc__detail,
body .process-wrapper .pw__content .pwc__wireframe-card .pwcwc__detail,
body .process-wrapper .pw__content .pwc__wireframe-card .pwcdc__detail,
body .process-wrapper .pw__content .pwc__wireframe-card .pwcec__detail,
body .process-wrapper .pw__content .pwc__design-card .pwcrc__detail,
body .process-wrapper .pw__content .pwc__design-card .pwcwc__detail,
body .process-wrapper .pw__content .pwc__design-card .pwcdc__detail,
body .process-wrapper .pw__content .pwc__design-card .pwcec__detail,
body .process-wrapper .pw__content .pwc__evaluation-card .pwcrc__detail,
body .process-wrapper .pw__content .pwc__evaluation-card .pwcwc__detail,
body .process-wrapper .pw__content .pwc__evaluation-card .pwcdc__detail,
body .process-wrapper .pw__content .pwc__evaluation-card .pwcec__detail {
  font-family: "Aeonik";
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 25px;
  margin-bottom: 20px;
}
body .process-wrapper .pw__content .pwc__research-card .pwcrc__subtitle,
body .process-wrapper .pw__content .pwc__research-card .pwcwc__subtitle,
body .process-wrapper .pw__content .pwc__research-card .pwcdc__subtitle,
body .process-wrapper .pw__content .pwc__research-card .pwcec__subtitle,
body .process-wrapper .pw__content .pwc__wireframe-card .pwcrc__subtitle,
body .process-wrapper .pw__content .pwc__wireframe-card .pwcwc__subtitle,
body .process-wrapper .pw__content .pwc__wireframe-card .pwcdc__subtitle,
body .process-wrapper .pw__content .pwc__wireframe-card .pwcec__subtitle,
body .process-wrapper .pw__content .pwc__design-card .pwcrc__subtitle,
body .process-wrapper .pw__content .pwc__design-card .pwcwc__subtitle,
body .process-wrapper .pw__content .pwc__design-card .pwcdc__subtitle,
body .process-wrapper .pw__content .pwc__design-card .pwcec__subtitle,
body .process-wrapper .pw__content .pwc__evaluation-card .pwcrc__subtitle,
body .process-wrapper .pw__content .pwc__evaluation-card .pwcwc__subtitle,
body .process-wrapper .pw__content .pwc__evaluation-card .pwcdc__subtitle,
body .process-wrapper .pw__content .pwc__evaluation-card .pwcec__subtitle {
  display: flex;
  flex-direction: column;
  font-family: "Aeonik";
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: black;
}
body .process-wrapper .pw__content .pwc__research-card .pwcrc__count,
body .process-wrapper .pw__content .pwc__research-card .pwcwc__count,
body .process-wrapper .pw__content .pwc__research-card .pwcdc__count,
body .process-wrapper .pw__content .pwc__research-card .pwcec__count,
body .process-wrapper .pw__content .pwc__wireframe-card .pwcrc__count,
body .process-wrapper .pw__content .pwc__wireframe-card .pwcwc__count,
body .process-wrapper .pw__content .pwc__wireframe-card .pwcdc__count,
body .process-wrapper .pw__content .pwc__wireframe-card .pwcec__count,
body .process-wrapper .pw__content .pwc__design-card .pwcrc__count,
body .process-wrapper .pw__content .pwc__design-card .pwcwc__count,
body .process-wrapper .pw__content .pwc__design-card .pwcdc__count,
body .process-wrapper .pw__content .pwc__design-card .pwcec__count,
body .process-wrapper .pw__content .pwc__evaluation-card .pwcrc__count,
body .process-wrapper .pw__content .pwc__evaluation-card .pwcwc__count,
body .process-wrapper .pw__content .pwc__evaluation-card .pwcdc__count,
body .process-wrapper .pw__content .pwc__evaluation-card .pwcec__count {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: end;
  font-family: "Aeonik";
  font-size: 50px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(0, 0, 0, 0.2);
}
body .featured-main-wrapper {
  padding-top: 136px;
  background-color: #31115f;
}
body .featured-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #31115f;
}
body .featured-wrapper .fw__left .fwl__img {
  width: 596px;
  height: 750px;
  overflow: hidden;
  background: linear-gradient(180deg, #02ffe3 0%, #8bc029 100%);
}
body .featured-wrapper .fw__left .fwl__img .fwli__background {
  position: absolute;
  z-index: 0;
}
body .featured-wrapper .fw__left .fwl__img .fwli__background .fwlib__financial-img {
  margin-top: -42px;
  margin-left: 24px;
  margin-right: 24px;
}
body .featured-wrapper .fw__left .fwl__img .fwli__background .fwlib__rectangle-1 {
  margin-right: 24px;
}
body .featured-wrapper .fw__left .fwl__img .fwli__front {
  position: relative;
  z-index: 99;
  padding-top: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
body .featured-wrapper .fw__right {
  margin-left: 136px;
  width: 100%;
}
body .featured-wrapper .fw__right .fwr__top {
  display: flex;
  flex-direction: column;
}
body .featured-wrapper .fw__right .fwr__top .fwrt__title {
  font-family: "Aeonik";
  font-size: 48px;
  font-weight: 700;
  line-height: 54.72px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  margin-bottom: 40px;
}
body .featured-wrapper .fw__right .fwr__top .fwrt__content {
  font-family: "Aeonik";
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
}
body .featured-wrapper .fwr__action {
  font-family: "Aeonik";
  font-size: 18px;
  font-weight: 700;
  line-height: 20.52px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 27px 25px;
  border-radius: 100px;
  color: black;
  background-color: #02ffe3;
  margin-top: 297px;
  border: none;
}
body .ip {
  font-size: 64px;
  color: #000000;
}
body .middle {
  position: relative;
  margin-top: 59px;
}
body .mouse {
  margin: 0 auto;
  width: 28px;
  height: 39px;
  border-radius: 100px;
  border: 1px solid #6024b5;
}
body .mouse::before {
  content: "";
  width: 8px;
  height: 11px;
  position: absolute;
  top: 0;
  background-color: #6a4cc4;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  opacity: 1;
  animation: mouse 2s infinite;
}

@keyframes mouse {
  from {
    opacity: 1;
    top: 10px;
  }
  to {
    opacity: 0;
    top: 25px;
  }
}
.live-tag-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  padding: 8px 0 8px 0;
  background-color: #6a4cc4;
  z-index: 100;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Aeonik";
  font-size: 18px;
  font-weight: 700;
  color: white;
}

a:hover {
  text-decoration: none !important;
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  body .container {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  body .container .menu-wrapper {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 16px 0 !important;
  }
  body .container .menu-wrapper .mw__tabs {
    gap: 32px !important;
    margin-top: 24px !important;
  }
  body .container .menu-wrapper .mw__action {
    margin-top: 16px !important;
  }
  body .container .welcome-wrapper {
    display: flex !important;
    flex-direction: column !important;
    padding: 72px 16px !important;
    gap: 42px !important;
  }
  body .container .welcome-wrapper .ww__title {
    text-align: center !important;
    max-width: 700px !important;
  }
  body .container .welcome-wrapper .ww__description {
    text-align: center !important;
  }
  body .projects-wrapper {
    padding: 42px 0 !important;
    gap: 24px !important;
  }
  body .service-wrapper {
    padding: 42px 0 !important;
  }
  body .service-wrapper .sw__title {
    font-size: 42px !important;
    line-height: 58.75px;
  }
  body .service-wrapper .sw__card .sw__c-body .sw__cb-title {
    font-size: 32px !important;
    line-height: 51.82px !important;
  }
  body .introduction-wrapper {
    flex-direction: column !important;
    gap: 0 !important;
  }
  body .introduction-wrapper .iw__right {
    height: 365px !important;
  }
  body .inquiry-wrapper {
    padding: 42px 0 !important;
    flex-direction: column !important;
  }
  body .inquiry-wrapper .iw__title {
    min-width: auto !important;
    font-size: 42px !important;
    line-height: 27.78px !important;
    text-align: center !important;
  }
  body .inquiry-wrapper .iw__form .iw__f-action {
    width: 100% !important;
    text-align: center !important;
  }
  body .inputForm {
    gap: 24px !important;
  }
  body .title-wrapper {
    flex-direction: column !important;
    padding-top: 0 !important;
    margin-top: -71px !important;
  }
  body .title-wrapper .tw__left {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin-bottom: 24px !important;
  }
  body .title-wrapper .tw__left .twl__title {
    text-align: center !important;
  }
  body .title-wrapper .tw__left .twl__subtitle {
    text-align: center !important;
  }
  body .title-wrapper .tw__right {
    font-size: 42px !important;
    line-height: 53.74px !important;
    text-align: center !important;
    max-width: auto !important;
  }
  body .first-img-wrapper {
    padding: 16px 12px 0 12px !important;
  }
  body .first-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  body .about-wrapper {
    margin-top: -120px !important;
    padding: 178px 0 64px 0 !important;
  }
  body .about-wrapper .aw__top {
    flex-direction: column !important;
    padding-bottom: 64px !important;
    margin-bottom: 64px !important;
    gap: 32px !important;
  }
  body .about-wrapper .aw__top .awt__client .awt__c-title {
    font-size: 14px !important;
    line-height: 17.36px !important;
    padding-bottom: 12px !important;
  }
  body .about-wrapper .aw__top .awt__client .awt__c-subtitle {
    font-size: 20px !important;
    line-height: 14.2px !important;
  }
  body .about-wrapper .aw__top .awt__category .awt__ca-title {
    font-size: 14px !important;
    line-height: 17.36px !important;
    padding-bottom: 12px !important;
  }
  body .about-wrapper .aw__top .awt__category .awt__ca-subtitle {
    font-size: 20px !important;
    line-height: 14.2px !important;
  }
  body .about-wrapper .aw__top .awt__timeline .awt__t-title {
    font-size: 14px !important;
    line-height: 17.36px !important;
    padding-bottom: 12px !important;
  }
  body .about-wrapper .aw__top .awt__timeline .awt__t-subtitle {
    font-size: 20px !important;
    line-height: 14.2px !important;
  }
  body .about-wrapper .aw__top .awt__service .awt__s-title {
    font-size: 14px !important;
    line-height: 17.36px !important;
    padding-bottom: 12px !important;
  }
  body .about-wrapper .aw__top .awt__service .awt__s-subtitle {
    font-size: 20px !important;
    line-height: 14.2px !important;
    gap: 12px !important;
  }
  body .about-wrapper .aw__bottom {
    flex-direction: column !important;
  }
  body .about-wrapper .aw__bottom .aw__b-title {
    font-size: 20px !important;
    line-height: 14.2px !important;
    margin-bottom: 32px !important;
  }
  body .about-wrapper .aw__bottom .aw__b-content {
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: justify !important;
    max-width: auto !important;
  }
  body .bg-wrapper {
    min-height: 223px !important;
  }
  body .problems-wrapper {
    padding: 64px 0 !important;
  }
  body .problems-wrapper .pw__problems {
    flex-direction: column !important;
  }
  body .problems-wrapper .pw__problems .pwp__title {
    font-size: 20px !important;
    line-height: 14.2px !important;
    margin-bottom: 32px !important;
  }
  body .problems-wrapper .pw__problems .pwp__content {
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: justify !important;
    max-width: auto !important;
    gap: 24px !important;
  }
  body .problems-wrapper .pw__challanges {
    flex-direction: column !important;
    margin: 50px 0 50px 0 !important;
  }
  body .problems-wrapper .pw__challanges .pwc__title {
    font-size: 20px !important;
    line-height: 14.2px !important;
    margin-bottom: 32px !important;
  }
  body .problems-wrapper .pw__challanges .pwc__content {
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: justify !important;
    max-width: auto !important;
    gap: 24px !important;
  }
  body .problems-wrapper .pw__solutions {
    flex-direction: column !important;
  }
  body .problems-wrapper .pw__solutions .pws__title {
    font-size: 20px !important;
    line-height: 14.2px !important;
    margin-bottom: 32px !important;
  }
  body .problems-wrapper .pw__solutions .pws__content {
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: justify !important;
    max-width: auto !important;
    gap: 24px !important;
  }
  body .img-wrapper .iw__first-img {
    padding: 16px 12px !important;
  }
  body .img-wrapper .iw__first-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  body .styles-wrapper {
    padding: 91px 0 91px 0;
  }
  body .styles-wrapper .sw__top-wrp {
    flex-direction: column !important;
  }
  body .styles-wrapper .sw__top-wrp .swtw__title {
    font-size: 20px !important;
    line-height: 14.2px !important;
    margin-bottom: 32px !important;
    max-width: 100% !important;
  }
  body .styles-wrapper .sw__top-wrp .swtw__content {
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: justify !important;
    max-width: auto !important;
    gap: 24px !important;
  }
  body .img-second-wrapper .isw__first-img {
    padding: 16px 12px !important;
  }
  body .img-second-wrapper .isw__first-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  body .img-second-wrapper .isw__second-img {
    padding: 16px 12px !important;
  }
  body .img-second-wrapper .isw__second-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  body .image-wrapper {
    padding: 16px 12px !important;
  }
  body .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  body .image-mobile-wrapper {
    width: 100%;
    background: #e3eafd;
  }
  body .image-mobile-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  body .serevice-menu-wrapper {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 16px 0 42px 0 !important;
  }
  body .serevice-menu-wrapper .smw__tabs {
    gap: 32px !important;
    margin-top: 24px !important;
  }
  body .serevice-menu-wrapper .smw__action {
    margin-top: 16px !important;
  }
  body .contact-menu-wrapper {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 16px 0 42px 0 !important;
  }
  body .contact-menu-wrapper .cmw__tabs {
    gap: 32px !important;
    margin-top: 24px !important;
  }
  body .contact-menu-wrapper .cmw__action {
    margin-top: 16px !important;
  }
  body .social-main-wrapper .smw__social-wrapper {
    padding: 42px 0 !important;
  }
  body .social-main-wrapper .smw__social-wrapper .smw__sw-title {
    font-size: 42px !important;
    line-height: 58.75px;
  }
  body .contact-details-wrapper {
    flex-direction: column !important;
  }
  body .featured-wrapper {
    flex-direction: column !important;
  }
  body .featured-wrapper .fw__left .fwl__img {
    width: 100% !important;
    height: auto !important;
    padding-top: 28px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  body .featured-wrapper .fw__left .fwl__img .fwli__front img {
    width: 100% !important;
  }
  body .featured-wrapper .fw__right {
    margin-left: 0 !important;
    margin-top: 64px !important;
  }
  body .featured-wrapper .fw__right .fwr__action {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}
@media (max-width: 950px) {
  body .banner-wrapper {
    padding: 0 0 57px 0;
  }
  body .banner-wrapper .menu-wrapper {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 16px 0 42px 0 !important;
  }
  body .banner-wrapper .menu-wrapper .mw__tabs {
    gap: 32px !important;
    margin-top: 24px !important;
  }
  body .banner-wrapper .menu-wrapper .mw__action {
    margin-top: 16px !important;
  }
  body .footer-wrapper .fw__top {
    flex-direction: column !important;
    justify-content: center;
    align-items: center !important;
    padding: 0 24px 0 24px !important;
    gap: 24px !important;
  }
  body .footer-wrapper .fw__top .fwt__details {
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 24px !important;
  }
  body .footer-wrapper .fw__top .fwt__details .fwtd__content {
    margin: 21px 0 21px 0 !important;
    text-align: center !important;
    font-size: 16px !important;
  }
  body .footer-wrapper .fw__top .fwt__details .fwtd__action {
    font-size: 16px !important;
    padding: 16px 25px !important;
  }
  body .footer-wrapper .fw__top .fwt__left {
    flex-direction: column !important;
    justify-content: space-between !important;
    gap: 0 !important;
  }
  body .footer-wrapper .fw__top .fwt__left .fwtl__services {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin-bottom: 42px !important;
  }
  body .footer-wrapper .fw__top .fwt__left .fwtl__services .fwtls__links {
    flex-direction: row !important;
    gap: 12px !important;
  }
  body .footer-wrapper .fw__top .fwt__left .fwtl__services .fwtls__links .fwtls__l-link {
    font-size: 14px !important;
    margin-bottom: 0 !important;
    text-align: center !important;
  }
  body .footer-wrapper .fw__top .fwt__left .fwtl__links {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  body .footer-wrapper .fw__top .fwt__left .fwtl__links .fwtll__links {
    flex-direction: row !important;
    gap: 12px !important;
  }
  body .footer-wrapper .fw__top .fwt__left .fwtl__links .fwtll__links .fwtll__l-link {
    font-size: 14px !important;
    margin-bottom: 0 !important;
    text-align: center !important;
  }
  body .footer-wrapper .fw__middle {
    flex-direction: column !important;
    padding: 24px 0 24px 0 !important;
    gap: 16px !important;
  }
  body .footer-wrapper .fw__middle .fwm__cotactno,
body .footer-wrapper .fw__middle .fwm__email,
body .footer-wrapper .fw__middle .fwm__location {
    font-size: 16px !important;
  }
  body .footer-wrapper .fw__bottom {
    flex-direction: column !important;
    align-items: center !important;
    padding: 0 24px 0 24px !important;
  }
  body .footer-wrapper .fw__bottom .fwb__copy {
    margin-bottom: 16px !important;
    text-align: center !important;
    gap: 4px !important;
    font-size: 16px !important;
  }
  body .title-wrapper {
    flex-direction: column !important;
    padding-top: 0 !important;
    margin-top: -71px !important;
  }
  body .title-wrapper .tw__left {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin-bottom: 24px !important;
  }
  body .title-wrapper .tw__left .twl__title {
    text-align: center !important;
  }
  body .title-wrapper .tw__left .twl__subtitle {
    text-align: center !important;
  }
  body .title-wrapper .tw__right {
    font-size: 42px !important;
    line-height: 53.74px !important;
    text-align: center !important;
    max-width: auto !important;
  }
  body .first-img-wrapper {
    padding: 16px 12px 0 12px !important;
  }
  body .first-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  body .about-wrapper {
    margin-top: -120px !important;
    padding: 178px 0 64px 0 !important;
  }
  body .about-wrapper .aw__top {
    flex-direction: column !important;
    padding-bottom: 64px !important;
    margin-bottom: 64px !important;
    gap: 32px !important;
  }
  body .about-wrapper .aw__top .awt__client .awt__c-title {
    font-size: 14px !important;
    line-height: 17.36px !important;
    padding-bottom: 12px !important;
  }
  body .about-wrapper .aw__top .awt__client .awt__c-subtitle {
    font-size: 20px !important;
    line-height: 14.2px !important;
  }
  body .about-wrapper .aw__top .awt__category .awt__ca-title {
    font-size: 14px !important;
    line-height: 17.36px !important;
    padding-bottom: 12px !important;
  }
  body .about-wrapper .aw__top .awt__category .awt__ca-subtitle {
    font-size: 20px !important;
    line-height: 14.2px !important;
  }
  body .about-wrapper .aw__top .awt__timeline .awt__t-title {
    font-size: 14px !important;
    line-height: 17.36px !important;
    padding-bottom: 12px !important;
  }
  body .about-wrapper .aw__top .awt__timeline .awt__t-subtitle {
    font-size: 20px !important;
    line-height: 14.2px !important;
  }
  body .about-wrapper .aw__top .awt__service .awt__s-title {
    font-size: 14px !important;
    line-height: 17.36px !important;
    padding-bottom: 12px !important;
  }
  body .about-wrapper .aw__top .awt__service .awt__s-subtitle {
    font-size: 20px !important;
    line-height: 14.2px !important;
    gap: 12px !important;
  }
  body .about-wrapper .aw__bottom {
    flex-direction: column !important;
  }
  body .about-wrapper .aw__bottom .aw__b-title {
    font-size: 20px !important;
    line-height: 14.2px !important;
    margin-bottom: 32px !important;
  }
  body .about-wrapper .aw__bottom .aw__b-content {
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: justify !important;
    max-width: auto !important;
  }
  body .bg-wrapper {
    min-height: 223px !important;
  }
  body .problems-wrapper {
    padding: 64px 0 !important;
  }
  body .problems-wrapper .pw__problems {
    flex-direction: column !important;
  }
  body .problems-wrapper .pw__problems .pwp__title {
    font-size: 20px !important;
    line-height: 14.2px !important;
    margin-bottom: 32px !important;
  }
  body .problems-wrapper .pw__problems .pwp__content {
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: justify !important;
    max-width: auto !important;
    gap: 24px !important;
  }
  body .problems-wrapper .pw__challanges {
    flex-direction: column !important;
    margin: 50px 0 50px 0 !important;
  }
  body .problems-wrapper .pw__challanges .pwc__title {
    font-size: 20px !important;
    line-height: 14.2px !important;
    margin-bottom: 32px !important;
  }
  body .problems-wrapper .pw__challanges .pwc__content {
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: justify !important;
    max-width: auto !important;
    gap: 24px !important;
  }
  body .problems-wrapper .pw__solutions {
    flex-direction: column !important;
  }
  body .problems-wrapper .pw__solutions .pws__title {
    font-size: 20px !important;
    line-height: 14.2px !important;
    margin-bottom: 32px !important;
  }
  body .problems-wrapper .pw__solutions .pws__content {
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: justify !important;
    max-width: auto !important;
    gap: 24px !important;
  }
  body .img-wrapper .iw__first-img {
    padding: 16px 12px !important;
  }
  body .img-wrapper .iw__first-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  body .styles-wrapper {
    padding: 91px 0 91px 0;
  }
  body .styles-wrapper .sw__top-wrp {
    flex-direction: column !important;
  }
  body .styles-wrapper .sw__top-wrp .swtw__title {
    font-size: 20px !important;
    line-height: 14.2px !important;
    margin-bottom: 32px !important;
    max-width: 100% !important;
  }
  body .styles-wrapper .sw__top-wrp .swtw__content {
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: justify !important;
    max-width: auto !important;
    gap: 24px !important;
  }
  body .img-second-wrapper .isw__first-img {
    padding: 16px 12px !important;
  }
  body .img-second-wrapper .isw__first-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  body .img-second-wrapper .isw__second-img {
    padding: 16px 12px !important;
  }
  body .img-second-wrapper .isw__second-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  body .image-wrapper {
    padding: 16px 12px !important;
  }
  body .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  body .image-mobile-wrapper {
    width: 100%;
    background: #e3eafd;
  }
  body .image-mobile-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  body .serevice-menu-wrapper {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 16px 16px 42px 16px !important;
  }
  body .serevice-menu-wrapper .smw__tabs {
    gap: 32px !important;
    margin-top: 24px !important;
  }
  body .serevice-menu-wrapper .smw__action {
    margin-top: 16px !important;
  }
  body .contact-menu-wrapper {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 16px 16px 42px 16px !important;
  }
  body .contact-menu-wrapper .cmw__tabs {
    gap: 32px !important;
    margin-top: 24px !important;
  }
  body .contact-menu-wrapper .cmw__action {
    margin-top: 16px !important;
  }
  body .contact-details-wrapper {
    flex-direction: column !important;
  }
  body .why-chooese-wrapper .wcw__content {
    flex-direction: column !important;
  }
  body .why-chooese-wrapper .wcw__content .wcwc__left-wrapper {
    margin-right: 0 !important;
  }
  body .why-chooese-wrapper .wcw__content .wcwc__right-wrapper {
    margin-top: 64px !important;
  }
  body .process-wrapper .pw__content {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
    /* Adjusts columns based on available space */
  }
  body .featured-wrapper {
    flex-direction: column !important;
  }
  body .featured-wrapper .fw__left .fwl__img {
    width: 100% !important;
    height: auto !important;
    padding-top: 28px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  body .featured-wrapper .fw__left .fwl__img .fwli__front img {
    width: 100% !important;
  }
  body .featured-wrapper .fw__right {
    margin-left: 0 !important;
    margin-top: 64px !important;
  }
  body .featured-wrapper .fw__right .fwr__action {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  body .container {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  body .container .banner-wrapper {
    padding: 0 0 57px 0;
  }
  body .container .banner-wrapper .menu-wrapper {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 16px 0 !important;
  }
  body .container .banner-wrapper .menu-wrapper .mw__tabs {
    gap: 32px !important;
    margin-top: 24px !important;
  }
  body .container .banner-wrapper .header-wrapper {
    padding: 0 16px !important;
  }
  body .container .banner-wrapper .header-wrapper .hw__header {
    font-size: 42px !important;
    line-height: 57.65px !important;
  }
  body .container .banner-wrapper .header-wrapper .hw__subheader {
    font-size: 24px !important;
  }
  body .container .welcome-wrapper {
    display: flex !important;
    flex-direction: column !important;
    padding: 72px 16px !important;
    gap: 42px !important;
  }
  body .container .welcome-wrapper .ww__left-wrapper .ww__lw-title {
    text-align: center !important;
    font-size: 42px !important;
    line-height: 58.75px !important;
  }
  body .container .welcome-wrapper .ww__left-wrapper .ww__lw-description {
    text-align: center !important;
    line-height: 25px !important;
  }
  body .projects-wrapper {
    padding: 42px 0 !important;
    gap: 24px !important;
  }
  body .projects-wrapper .pw__wrapper-1 {
    gap: 24px !important;
  }
  body .service-wrapper {
    padding: 42px 0 !important;
  }
  body .service-wrapper .sw__card .sw__c-body .sw__cb-title {
    font-size: 32px !important;
    line-height: 51.82px !important;
    max-width: 170px !important;
  }
  body .introduction-wrapper {
    flex-direction: column !important;
    gap: 0 !important;
  }
  body .introduction-wrapper .iw__right {
    height: 365px !important;
  }
  body .inquiry-wrapper {
    padding: 42px 0 !important;
    flex-direction: column !important;
  }
  body .inquiry-wrapper .iw__title {
    min-width: auto !important;
    font-size: 42px !important;
    line-height: 27.78px !important;
    text-align: center !important;
  }
  body .inquiry-wrapper .iw__form .iw__f-first-wrp {
    flex-direction: column !important;
  }
  body .inquiry-wrapper .iw__form .iw__f-first-wrp .iw__ffw-company {
    margin-right: 0 !important;
    margin-bottom: 32px !important;
  }
  body .inquiry-wrapper .iw__form .iw__f-second-wrap {
    flex-direction: column !important;
  }
  body .inquiry-wrapper .iw__form .iw__f-second-wrap .iw__fsw-services {
    margin-right: 0 !important;
    margin-bottom: 32px !important;
  }
  body .inquiry-wrapper .iw__form .iw__f-action {
    width: 100% !important;
    text-align: center !important;
  }
  body .inputForm {
    gap: 24px !important;
  }
  body .footer-wrapper .fw__top {
    flex-direction: column !important;
    justify-content: center;
    align-items: center !important;
    padding: 0 24px 0 24px !important;
    gap: 24px !important;
  }
  body .footer-wrapper .fw__top .fwt__details {
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 24px !important;
  }
  body .footer-wrapper .fw__top .fwt__details .fwtd__content {
    margin: 21px 0 21px 0 !important;
    text-align: center !important;
    font-size: 16px !important;
  }
  body .footer-wrapper .fw__top .fwt__details .fwtd__action {
    font-size: 16px !important;
    padding: 16px 25px !important;
  }
  body .footer-wrapper .fw__top .fwt__left {
    flex-direction: column !important;
    justify-content: space-between !important;
    gap: 0 !important;
  }
  body .footer-wrapper .fw__top .fwt__left .fwtl__services {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin-bottom: 42px !important;
  }
  body .footer-wrapper .fw__top .fwt__left .fwtl__services .fwtls__links {
    flex-direction: row !important;
    gap: 12px !important;
  }
  body .footer-wrapper .fw__top .fwt__left .fwtl__services .fwtls__links .fwtls__l-link {
    font-size: 14px !important;
    margin-bottom: 0 !important;
    text-align: center !important;
  }
  body .footer-wrapper .fw__top .fwt__left .fwtl__links {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  body .footer-wrapper .fw__top .fwt__left .fwtl__links .fwtll__links {
    flex-direction: row !important;
    gap: 12px !important;
  }
  body .footer-wrapper .fw__top .fwt__left .fwtl__links .fwtll__links .fwtll__l-link {
    font-size: 14px !important;
    margin-bottom: 0 !important;
    text-align: center !important;
  }
  body .footer-wrapper .fw__middle {
    flex-direction: column !important;
    padding: 24px 0 24px 0 !important;
    gap: 16px !important;
  }
  body .footer-wrapper .fw__middle .fwm__cotactno,
body .footer-wrapper .fw__middle .fwm__email,
body .footer-wrapper .fw__middle .fwm__location {
    font-size: 16px !important;
  }
  body .footer-wrapper .fw__bottom {
    flex-direction: column !important;
    align-items: center !important;
    padding: 0 24px 0 24px !important;
  }
  body .footer-wrapper .fw__bottom .fwb__copy {
    margin-bottom: 16px !important;
    text-align: center !important;
    gap: 4px !important;
    font-size: 16px !important;
  }
  body .title-wrapper {
    flex-direction: column !important;
    padding-top: 0 !important;
    margin-top: -71px !important;
  }
  body .title-wrapper .tw__left {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin-bottom: 24px !important;
  }
  body .title-wrapper .tw__left .twl__title {
    text-align: center !important;
  }
  body .title-wrapper .tw__left .twl__subtitle {
    text-align: center !important;
  }
  body .title-wrapper .tw__right {
    font-size: 42px !important;
    line-height: 53.74px !important;
    text-align: center !important;
    max-width: auto !important;
  }
  body .first-img-wrapper {
    padding: 16px 12px 0 12px !important;
  }
  body .first-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  body .about-wrapper {
    margin-top: -120px !important;
    padding: 178px 0 64px 0 !important;
  }
  body .about-wrapper .aw__top {
    flex-direction: column !important;
    padding-bottom: 64px !important;
    margin-bottom: 64px !important;
    gap: 32px !important;
  }
  body .about-wrapper .aw__top .awt__client .awt__c-title {
    font-size: 14px !important;
    line-height: 17.36px !important;
    padding-bottom: 12px !important;
  }
  body .about-wrapper .aw__top .awt__client .awt__c-subtitle {
    font-size: 20px !important;
    line-height: 14.2px !important;
  }
  body .about-wrapper .aw__top .awt__category .awt__ca-title {
    font-size: 14px !important;
    line-height: 17.36px !important;
    padding-bottom: 12px !important;
  }
  body .about-wrapper .aw__top .awt__category .awt__ca-subtitle {
    font-size: 20px !important;
    line-height: 14.2px !important;
  }
  body .about-wrapper .aw__top .awt__timeline .awt__t-title {
    font-size: 14px !important;
    line-height: 17.36px !important;
    padding-bottom: 12px !important;
  }
  body .about-wrapper .aw__top .awt__timeline .awt__t-subtitle {
    font-size: 20px !important;
    line-height: 14.2px !important;
  }
  body .about-wrapper .aw__top .awt__service .awt__s-title {
    font-size: 14px !important;
    line-height: 17.36px !important;
    padding-bottom: 12px !important;
  }
  body .about-wrapper .aw__top .awt__service .awt__s-subtitle {
    font-size: 20px !important;
    line-height: 14.2px !important;
    gap: 12px !important;
  }
  body .about-wrapper .aw__bottom {
    flex-direction: column !important;
  }
  body .about-wrapper .aw__bottom .aw__b-title {
    font-size: 20px !important;
    line-height: 14.2px !important;
    margin-bottom: 32px !important;
  }
  body .about-wrapper .aw__bottom .aw__b-content {
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: justify !important;
    max-width: auto !important;
  }
  body .bg-wrapper {
    min-height: 223px !important;
  }
  body .problems-wrapper {
    padding: 64px 0 !important;
  }
  body .problems-wrapper .pw__problems {
    flex-direction: column !important;
  }
  body .problems-wrapper .pw__problems .pwp__title {
    font-size: 20px !important;
    line-height: 14.2px !important;
    margin-bottom: 32px !important;
  }
  body .problems-wrapper .pw__problems .pwp__content {
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: justify !important;
    max-width: auto !important;
    gap: 24px !important;
  }
  body .problems-wrapper .pw__challanges {
    flex-direction: column !important;
    margin: 50px 0 50px 0 !important;
  }
  body .problems-wrapper .pw__challanges .pwc__title {
    font-size: 20px !important;
    line-height: 14.2px !important;
    margin-bottom: 32px !important;
  }
  body .problems-wrapper .pw__challanges .pwc__content {
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: justify !important;
    max-width: auto !important;
    gap: 24px !important;
  }
  body .problems-wrapper .pw__solutions {
    flex-direction: column !important;
  }
  body .problems-wrapper .pw__solutions .pws__title {
    font-size: 20px !important;
    line-height: 14.2px !important;
    margin-bottom: 32px !important;
  }
  body .problems-wrapper .pw__solutions .pws__content {
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: justify !important;
    max-width: auto !important;
    gap: 24px !important;
  }
  body .img-wrapper .iw__first-img {
    padding: 16px 12px !important;
  }
  body .img-wrapper .iw__first-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  body .styles-wrapper {
    padding: 91px 0 91px 0;
  }
  body .styles-wrapper .sw__top-wrp {
    flex-direction: column !important;
  }
  body .styles-wrapper .sw__top-wrp .swtw__title {
    font-size: 20px !important;
    line-height: 14.2px !important;
    margin-bottom: 32px !important;
    max-width: 100% !important;
  }
  body .styles-wrapper .sw__top-wrp .swtw__content {
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: justify !important;
    max-width: auto !important;
    gap: 24px !important;
  }
  body .styles-wrapper .sw__bottom {
    grid-template-columns: repeat(auto-fit, minmax(312px, 1fr));
    /* Adjusts columns based on available space */
  }
  body .img-second-wrapper .isw__first-img {
    padding: 16px 12px !important;
  }
  body .img-second-wrapper .isw__first-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  body .img-second-wrapper .isw__second-img {
    padding: 16px 12px !important;
  }
  body .img-second-wrapper .isw__second-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  body .image-wrapper {
    padding: 16px 12px !important;
  }
  body .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  body .image-mobile-wrapper {
    width: 100%;
    background: #e3eafd;
  }
  body .image-mobile-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  body .serevice-menu-wrapper {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 16px 0 42px 0 !important;
  }
  body .serevice-menu-wrapper .smw__tabs {
    gap: 32px !important;
    margin-top: 24px !important;
  }
  body .serevice-menu-wrapper .smw__action {
    margin-top: 16px !important;
  }
  body .service-title-wrapper .stw__title {
    font-size: 56px !important;
    line-height: 73.74px !important;
  }
  body .contact-menu-wrapper {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 16px 0 42px 0 !important;
  }
  body .contact-menu-wrapper .cmw__tabs {
    gap: 32px !important;
    margin-top: 24px !important;
  }
  body .contact-menu-wrapper .cmw__action {
    margin-top: 16px !important;
  }
  body .contact-title-wrapper .ctw__title {
    font-size: 56px !important;
    line-height: 73.74px !important;
  }
  body .social-main-wrapper .smw__social-wrapper {
    padding: 42px 0 !important;
  }
  body .contact-details-wrapper {
    flex-direction: column !important;
  }
  body .have-idea-main-wrapper .himw__have-idea-wrapper .himw__hiw-title {
    font-size: 110px !important;
    line-height: 151px !important;
  }
  body .featured-wrapper {
    flex-direction: column !important;
  }
  body .featured-wrapper .fw__left .fwl__img {
    width: 100% !important;
    height: auto !important;
    padding-top: 28px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  body .featured-wrapper .fw__left .fwl__img .fwli__front img {
    width: 100% !important;
  }
  body .featured-wrapper .fw__right {
    margin-left: 0 !important;
    margin-top: 64px !important;
  }
  body .featured-wrapper .fw__right .fwr__action {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}
@media (max-width: 680px) {
  body .container {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  body .container .banner-wrapper {
    padding: 0 0 57px 0;
  }
  body .container .banner-wrapper .bw__logo {
    position: absolute;
    width: 351 !important;
    height: 390px !important;
    margin-top: 5% !important;
  }
  body .container .banner-wrapper .menu-wrapper {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 16px 0 !important;
  }
  body .container .banner-wrapper .menu-wrapper .mw__tabs {
    gap: 24px !important;
    margin-top: 24px !important;
  }
  body .container .banner-wrapper .menu-wrapper .mw__tabs .mw__t-tab {
    font-size: 12px !important;
  }
  body .container .banner-wrapper .menu-wrapper .mw__action {
    margin-top: 16px !important;
  }
  body .container .banner-wrapper .header-wrapper {
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
  }
  body .container .banner-wrapper .header-wrapper .hw__header {
    font-size: 42px !important;
    line-height: 57.65px !important;
    text-align: center !important;
  }
  body .container .banner-wrapper .header-wrapper .hw__header .hw__h-future {
    font-size: 42px !important;
    line-height: 57.65px !important;
    text-align: center !important;
  }
  body .container .banner-wrapper .header-wrapper .hw__subheader {
    font-size: 24px !important;
    text-align: center !important;
  }
  body .container .banner-wrapper .header-wrapper .hw__action-wrapper {
    justify-content: center !important;
    padding: 12px 12px 12px 32px !important;
  }
  body .container .banner-wrapper .header-wrapper .hw__action-wrapper .hw__aw-title {
    font-size: 16px !important;
  }
  body .container .banner-wrapper .header-wrapper .hw__action-wrapper .hw__aw-button {
    width: 42px !important;
    height: 42px !important;
    padding: 16px !important;
  }
  body .container .welcome-wrapper {
    display: flex !important;
    flex-direction: column !important;
    padding: 72px 0 !important;
    gap: 42px !important;
  }
  body .container .welcome-wrapper .ww__title {
    text-align: center !important;
    font-size: 42px !important;
    line-height: 58.75px !important;
    margin-bottom: 0 !important;
  }
  body .container .welcome-wrapper .ww__title .ww__t-middle {
    text-align: center !important;
    font-size: 42px !important;
    line-height: 58.75px !important;
  }
  body .container .welcome-wrapper .ww__description {
    text-align: center !important;
    line-height: 25px !important;
  }
  body .projects-wrapper {
    padding: 42px 0 !important;
    gap: 24px !important;
  }
  body .projects-wrapper .pw__wrapper-1 {
    gap: 24px !important;
  }
  body .service-wrapper {
    padding: 42px 0 !important;
  }
  body .service-wrapper .sw__title {
    font-size: 24px !important;
    line-height: 18.75px !important;
    margin-bottom: 24px !important;
  }
  body .service-wrapper .sw__card {
    margin-bottom: 24px !important;
  }
  body .service-wrapper .sw__card .sw__c-body .sw__cb-number {
    font-size: 24px !important;
    margin-right: 16px !important;
  }
  body .service-wrapper .sw__card .sw__c-body .sw__cb-title {
    font-size: 32px !important;
    line-height: 30.82px !important;
    max-width: 120px !important;
  }
  body .service-wrapper .sw__card .sw__c-body .sw__cb-content {
    margin-left: 42px !important;
  }
  body .service-wrapper .sw__card .sw__c-body .sw__cb-content .sw__cbc-details {
    font-size: 12px !important;
    line-height: 20px !important;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  body .service-wrapper .sw__card .sw__c-body .sw__cb-content .sw__cbc-action {
    font-size: 12px !important;
    padding: 8px 12px !important;
    line-height: 17.36px !important;
  }
  body .service-wrapper .sw__card .sw__c-body .sw__cb-content .sw__cbc-action:hover, body .service-wrapper .sw__card .sw__c-body .sw__cb-content .sw__cbc-action:focus {
    background: #31115f;
    color: #02ffe3;
  }
  body .service-wrapper .sw__card .sw__c-img {
    margin-left: 12px !important;
  }
  body .introduction-wrapper {
    flex-direction: column !important;
    gap: 0 !important;
  }
  body .introduction-wrapper .iw__right {
    height: 365px !important;
  }
  body .inquiry-wrapper {
    padding: 42px 0 !important;
    flex-direction: column !important;
  }
  body .inquiry-wrapper .iw__title {
    min-width: auto !important;
    font-size: 42px !important;
    line-height: 27.78px !important;
    text-align: center !important;
  }
  body .inquiry-wrapper .iw__form .iw__f-first-wrp {
    flex-direction: column !important;
  }
  body .inquiry-wrapper .iw__form .iw__f-first-wrp .iw__ffw-company {
    margin-right: 0 !important;
    margin-bottom: 32px !important;
  }
  body .inquiry-wrapper .iw__form .iw__f-second-wrap {
    flex-direction: column !important;
  }
  body .inquiry-wrapper .iw__form .iw__f-second-wrap .iw__fsw-services {
    margin-right: 0 !important;
    margin-bottom: 32px !important;
  }
  body .inquiry-wrapper .iw__form .iw__f-action {
    width: 100% !important;
    text-align: center !important;
  }
  body .inputForm {
    gap: 24px !important;
  }
  body .footer-wrapper .fw__top {
    flex-direction: column !important;
    justify-content: center;
    align-items: center !important;
    padding: 0 24px 0 24px !important;
    gap: 24px !important;
  }
  body .footer-wrapper .fw__top .fwt__details {
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 24px !important;
  }
  body .footer-wrapper .fw__top .fwt__details .fwtd__content {
    margin: 21px 0 21px 0 !important;
    text-align: center !important;
    font-size: 16px !important;
  }
  body .footer-wrapper .fw__top .fwt__details .fwtd__action {
    font-size: 16px !important;
    padding: 16px 25px !important;
  }
  body .footer-wrapper .fw__top .fwt__left {
    flex-direction: column !important;
    justify-content: space-between !important;
    gap: 0 !important;
  }
  body .footer-wrapper .fw__top .fwt__left .fwtl__services {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin-bottom: 42px !important;
  }
  body .footer-wrapper .fw__top .fwt__left .fwtl__services .fwtls__links {
    flex-direction: row !important;
    gap: 12px !important;
  }
  body .footer-wrapper .fw__top .fwt__left .fwtl__services .fwtls__links .fwtls__l-link {
    font-size: 14px !important;
    margin-bottom: 0 !important;
    text-align: center !important;
  }
  body .footer-wrapper .fw__top .fwt__left .fwtl__links {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  body .footer-wrapper .fw__top .fwt__left .fwtl__links .fwtll__links {
    flex-direction: row !important;
    gap: 12px !important;
  }
  body .footer-wrapper .fw__top .fwt__left .fwtl__links .fwtll__links .fwtll__l-link {
    font-size: 14px !important;
    margin-bottom: 0 !important;
    text-align: center !important;
  }
  body .footer-wrapper .fw__middle {
    flex-direction: column !important;
    padding: 24px 0 24px 0 !important;
    gap: 16px !important;
  }
  body .footer-wrapper .fw__middle .fwm__cotactno,
body .footer-wrapper .fw__middle .fwm__email,
body .footer-wrapper .fw__middle .fwm__location {
    font-size: 16px !important;
  }
  body .footer-wrapper .fw__bottom {
    flex-direction: column !important;
    align-items: center !important;
    padding: 0 24px 0 24px !important;
  }
  body .footer-wrapper .fw__bottom .fwb__copy {
    margin-bottom: 16px !important;
    text-align: center !important;
    gap: 4px !important;
    font-size: 16px !important;
  }
  body .title-wrapper {
    flex-direction: column !important;
    padding-top: 0 !important;
    margin-top: -71px !important;
  }
  body .title-wrapper .tw__left {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin-bottom: 24px !important;
  }
  body .title-wrapper .tw__left .twl__title {
    text-align: center !important;
  }
  body .title-wrapper .tw__left .twl__subtitle {
    text-align: center !important;
  }
  body .title-wrapper .tw__right {
    font-size: 42px !important;
    line-height: 53.74px !important;
    text-align: center !important;
    max-width: auto !important;
  }
  body .first-img-wrapper {
    padding: 16px 12px 0 12px !important;
  }
  body .first-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  body .about-wrapper {
    margin-top: -120px !important;
    padding: 178px 0 64px 0 !important;
  }
  body .about-wrapper .aw__top {
    flex-direction: column !important;
    padding-bottom: 64px !important;
    margin-bottom: 64px !important;
    gap: 32px !important;
  }
  body .about-wrapper .aw__top .awt__client .awt__c-title {
    font-size: 14px !important;
    line-height: 17.36px !important;
    padding-bottom: 12px !important;
  }
  body .about-wrapper .aw__top .awt__client .awt__c-subtitle {
    font-size: 20px !important;
    line-height: 14.2px !important;
  }
  body .about-wrapper .aw__top .awt__category .awt__ca-title {
    font-size: 14px !important;
    line-height: 17.36px !important;
    padding-bottom: 12px !important;
  }
  body .about-wrapper .aw__top .awt__category .awt__ca-subtitle {
    font-size: 20px !important;
    line-height: 14.2px !important;
  }
  body .about-wrapper .aw__top .awt__timeline .awt__t-title {
    font-size: 14px !important;
    line-height: 17.36px !important;
    padding-bottom: 12px !important;
  }
  body .about-wrapper .aw__top .awt__timeline .awt__t-subtitle {
    font-size: 20px !important;
    line-height: 14.2px !important;
  }
  body .about-wrapper .aw__top .awt__service .awt__s-title {
    font-size: 14px !important;
    line-height: 17.36px !important;
    padding-bottom: 12px !important;
  }
  body .about-wrapper .aw__top .awt__service .awt__s-subtitle {
    font-size: 20px !important;
    line-height: 14.2px !important;
    gap: 12px !important;
  }
  body .about-wrapper .aw__bottom {
    flex-direction: column !important;
  }
  body .about-wrapper .aw__bottom .aw__b-title {
    font-size: 20px !important;
    line-height: 14.2px !important;
    margin-bottom: 32px !important;
  }
  body .about-wrapper .aw__bottom .aw__b-content {
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: justify !important;
    max-width: auto !important;
  }
  body .bg-wrapper {
    min-height: 223px !important;
  }
  body .problems-wrapper {
    padding: 64px 0 !important;
  }
  body .problems-wrapper .pw__problems {
    flex-direction: column !important;
  }
  body .problems-wrapper .pw__problems .pwp__title {
    font-size: 20px !important;
    line-height: 14.2px !important;
    margin-bottom: 32px !important;
  }
  body .problems-wrapper .pw__problems .pwp__content {
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: justify !important;
    max-width: auto !important;
    gap: 24px !important;
  }
  body .problems-wrapper .pw__challanges {
    flex-direction: column !important;
    margin: 50px 0 50px 0 !important;
  }
  body .problems-wrapper .pw__challanges .pwc__title {
    font-size: 20px !important;
    line-height: 14.2px !important;
    margin-bottom: 32px !important;
  }
  body .problems-wrapper .pw__challanges .pwc__content {
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: justify !important;
    max-width: auto !important;
    gap: 24px !important;
  }
  body .problems-wrapper .pw__solutions {
    flex-direction: column !important;
  }
  body .problems-wrapper .pw__solutions .pws__title {
    font-size: 20px !important;
    line-height: 14.2px !important;
    margin-bottom: 32px !important;
  }
  body .problems-wrapper .pw__solutions .pws__content {
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: justify !important;
    max-width: auto !important;
    gap: 24px !important;
  }
  body .img-wrapper .iw__first-img {
    padding: 16px 12px !important;
  }
  body .img-wrapper .iw__first-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  body .styles-wrapper {
    padding: 91px 0 91px 0;
  }
  body .styles-wrapper .sw__top-wrp {
    flex-direction: column !important;
  }
  body .styles-wrapper .sw__top-wrp .swtw__title {
    font-size: 20px !important;
    line-height: 14.2px !important;
    margin-bottom: 32px !important;
    max-width: 100% !important;
  }
  body .styles-wrapper .sw__top-wrp .swtw__content {
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: justify !important;
    max-width: auto !important;
    gap: 24px !important;
  }
  body .styles-wrapper .sw__bottom {
    grid-template-columns: repeat(auto-fit, minmax(312px, 1fr));
    /* Adjusts columns based on available space */
  }
  body .img-second-wrapper .isw__first-img {
    padding: 16px 12px !important;
  }
  body .img-second-wrapper .isw__first-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  body .img-second-wrapper .isw__second-img {
    padding: 16px 12px !important;
  }
  body .img-second-wrapper .isw__second-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  body .image-wrapper {
    padding: 16px 12px !important;
  }
  body .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  body .image-mobile-wrapper {
    width: 100%;
    background: #e3eafd;
  }
  body .image-mobile-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  body .serevice-menu-wrapper {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 16px 0 42px 0 !important;
  }
  body .serevice-menu-wrapper .smw__tabs {
    gap: 24px !important;
    margin-top: 24px !important;
  }
  body .serevice-menu-wrapper .smw__tabs .smw__t-tab {
    font-size: 12px !important;
  }
  body .serevice-menu-wrapper .smw__action {
    margin-top: 16px !important;
  }
  body .service-title-wrapper .stw__title {
    font-size: 42px !important;
    line-height: 53.74px !important;
  }
  body .services-wrapper .sw__branding .swb__details {
    margin-right: 42px !important;
  }
  body .services-wrapper .sw__branding .swb__details .swbd__title {
    font-size: 24px !important;
    line-height: 24.72px !important;
  }
  body .services-wrapper .sw__branding .swb__details .swbd__content {
    font-size: 12px !important;
    line-height: 17px !important;
  }
  body .services-wrapper .sw__branding .swb__details .swbd__subtitles {
    font-size: 12px !important;
    line-height: 11px !important;
    gap: 15px !important;
  }
  body .services-wrapper .sw__branding .swb__img {
    height: 195px !important;
  }
  body .services-wrapper .sw__design {
    margin: 96px 0 !important;
  }
  body .services-wrapper .sw__design .swd__img {
    height: 195px !important;
  }
  body .services-wrapper .sw__design .swd__details {
    margin-left: 42px !important;
  }
  body .services-wrapper .sw__design .swd__details .swdd__title {
    font-size: 24px !important;
    line-height: 24.72px !important;
  }
  body .services-wrapper .sw__design .swd__details .swdd__content {
    font-size: 12px !important;
    line-height: 17px !important;
  }
  body .services-wrapper .sw__design .swd__details .swdd__subtitles {
    font-size: 12px !important;
    line-height: 11px !important;
    gap: 15px !important;
  }
  body .services-wrapper .sw__web .sww__details {
    margin-right: 42px !important;
  }
  body .services-wrapper .sw__web .sww__details .swwd__title {
    font-size: 24px !important;
    line-height: 24.72px !important;
  }
  body .services-wrapper .sw__web .sww__details .swwd__content {
    font-size: 12px !important;
    line-height: 17px !important;
  }
  body .services-wrapper .sw__web .sww__details .swwd__subtitles .swwds__links {
    font-size: 12px !important;
    line-height: 11px !important;
    gap: 15px !important;
    margin-right: 16px !important;
  }
  body .services-wrapper .sw__web .sww__img {
    height: 195px !important;
  }
  body .services-wrapper .sw__mobile {
    margin: 96px 0 !important;
  }
  body .services-wrapper .sw__mobile .swm__img {
    height: 195px !important;
  }
  body .services-wrapper .sw__mobile .swm__details {
    margin-left: 42px !important;
  }
  body .services-wrapper .sw__mobile .swm__details .swmd__title {
    font-size: 24px !important;
    line-height: 24.72px !important;
  }
  body .services-wrapper .sw__mobile .swm__details .swmd__content {
    font-size: 12px !important;
    line-height: 17px !important;
  }
  body .services-wrapper .sw__mobile .swm__details .swmd__subtitles .swmds__links {
    font-size: 12px !important;
    line-height: 11px !important;
    gap: 15px !important;
    margin-right: 16px !important;
  }
  body .services-wrapper .sw__development .swde__details {
    margin-right: 42px !important;
  }
  body .services-wrapper .sw__development .swde__details .swded__title {
    font-size: 24px !important;
    line-height: 24.72px !important;
  }
  body .services-wrapper .sw__development .swde__details .swded__content {
    font-size: 12px !important;
    line-height: 17px !important;
  }
  body .services-wrapper .sw__development .swde__details .swded__subtitles .swdeds__links {
    font-size: 12px !important;
    line-height: 11px !important;
    gap: 15px !important;
    margin-right: 16px !important;
  }
  body .services-wrapper .sw__development .swde__img {
    height: 195px !important;
  }
  body .contact-menu-wrapper {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 16px 0 42px 0 !important;
  }
  body .contact-menu-wrapper .cmw__tabs {
    gap: 24px !important;
    margin-top: 24px !important;
  }
  body .contact-menu-wrapper .cmw__tabs .cmw__t-tab {
    font-size: 12px !important;
  }
  body .contact-menu-wrapper .cmw__action {
    margin-top: 16px !important;
  }
  body .contact-title-wrapper .ctw__title {
    font-size: 42px !important;
    line-height: 53.74px !important;
  }
  body .social-main-wrapper .smw__social-wrapper {
    padding: 42px 0 !important;
  }
  body .social-main-wrapper .smw__social-wrapper .smw__sw-title {
    font-size: 24px !important;
    line-height: 18.75px !important;
    margin-bottom: 24px !important;
  }
  body .social-main-wrapper .smw__social-wrapper .smw__sw-card {
    padding-top: 32px !important;
    padding-bottom: 24px !important;
  }
  body .social-main-wrapper .smw__social-wrapper .smw__sw-card .smw__swc-header .smw__swch-icon {
    font-size: 24px !important;
    margin-right: 16px !important;
  }
  body .social-main-wrapper .smw__social-wrapper .smw__sw-card .smw__swc-header .smw__swch-title {
    font-size: 32px !important;
    line-height: 30.82px !important;
  }
  body .social-main-wrapper .smw__social-wrapper .smw__sw-card .smw__swc-action {
    width: 50px !important;
    height: 50px !important;
    font-size: 32px !important;
  }
  body .social-main-wrapper .smw__social-wrapper .smw__sw-card .smw__swc-action:hover, body .social-main-wrapper .smw__social-wrapper .smw__sw-card .smw__swc-action:focus, body .social-main-wrapper .smw__social-wrapper .smw__sw-card .smw__swc-action:active {
    color: #02ffe3;
  }
  body .contact-details-wrapper {
    flex-direction: column !important;
  }
  body .have-idea-main-wrapper .himw__have-idea-wrapper .himw__hiw-title {
    font-size: 110px !important;
    line-height: 151px !important;
  }
  body .why-chooese-wrapper .wcw__title {
    font-size: 42px !important;
  }
  body .why-chooese-wrapper .wcw__content .wcwc__left-wrapper .wcwc__lw-content {
    text-align: justify !important;
  }
  body .featured-wrapper {
    flex-direction: column !important;
  }
  body .featured-wrapper .fw__left .fwl__img {
    width: 100% !important;
    height: auto !important;
    padding-top: 28px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  body .featured-wrapper .fw__left .fwl__img .fwli__front img {
    width: 100% !important;
  }
  body .featured-wrapper .fw__right {
    margin-left: 0 !important;
    margin-top: 64px !important;
  }
  body .featured-wrapper .fw__right .fwr__top .fwrt__content {
    text-align: justify !important;
  }
  body .featured-wrapper .fw__right .fwr__action {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}
@media (max-width: 540px) {
  body .projects-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr)) !important;
    /* Adjusts columns based on available space */
  }
  body .introduction-main-wrapper {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  body .introduction-wrapper {
    flex-direction: column !important;
    gap: 0 !important;
  }
  body .introduction-wrapper .iw__left .iwl__title {
    font-size: 42px !important;
  }
  body .introduction-wrapper .iw__left .iwl__content {
    line-height: 27px !important;
    text-align: justify !important;
  }
  body .introduction-wrapper .iw__right {
    height: 365px !important;
  }
}
@media (max-width: 480px) {
  body .container .banner-wrapper .menu-wrapper .mw__action {
    display: none !important;
  }
  body .container .welcome-wrapper .ww__title .ww__t-middle {
    font-size: 40px !important;
  }
  body .projects-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
    /* Adjusts columns based on available space */
  }
  body .service-wrapper .sw__card .sw__c-body .sw__cb-title {
    font-size: 24px !important;
    max-width: 120px !important;
  }
  body .services-wrapper {
    padding: 81px 0 81px 0 !important;
  }
  body .services-wrapper .sw__branding .swb__details {
    margin-right: 24px !important;
  }
  body .services-wrapper .sw__branding .swb__details .swbd__title {
    font-size: 24px !important;
    line-height: 24.72px !important;
  }
  body .services-wrapper .sw__branding .swb__details .swbd__content {
    font-size: 12px !important;
    line-height: 17px !important;
    text-align: justify !important;
    margin: 16px 0 24px 0 !important;
  }
  body .services-wrapper .sw__branding .swb__details .swbd__subtitles {
    font-size: 12px !important;
    line-height: 11px !important;
    gap: 15px !important;
  }
  body .services-wrapper .sw__branding .swb__img {
    height: 145px !important;
  }
  body .services-wrapper .sw__design {
    margin: 96px 0 !important;
  }
  body .services-wrapper .sw__design .swd__img {
    height: 145px !important;
  }
  body .services-wrapper .sw__design .swd__details {
    margin-left: 24px !important;
  }
  body .services-wrapper .sw__design .swd__details .swdd__title {
    font-size: 24px !important;
    line-height: 24.72px !important;
  }
  body .services-wrapper .sw__design .swd__details .swdd__content {
    font-size: 12px !important;
    line-height: 17px !important;
    text-align: justify !important;
    margin: 16px 0 24px 0 !important;
  }
  body .services-wrapper .sw__design .swd__details .swdd__subtitles {
    font-size: 12px !important;
    line-height: 11px !important;
    gap: 15px !important;
  }
  body .services-wrapper .sw__web .sww__details {
    margin-right: 24px !important;
  }
  body .services-wrapper .sw__web .sww__details .swwd__title {
    font-size: 24px !important;
    line-height: 24.72px !important;
  }
  body .services-wrapper .sw__web .sww__details .swwd__content {
    font-size: 12px !important;
    line-height: 17px !important;
    text-align: justify !important;
    margin: 16px 0 24px 0 !important;
  }
  body .services-wrapper .sw__web .sww__details .swwd__subtitles .swwds__links {
    font-size: 12px !important;
    line-height: 11px !important;
    gap: 15px !important;
    margin-right: 4px !important;
  }
  body .services-wrapper .sw__web .sww__img {
    height: 145px !important;
  }
  body .services-wrapper .sw__mobile {
    margin: 96px 0 !important;
  }
  body .services-wrapper .sw__mobile .swm__img {
    height: 145px !important;
  }
  body .services-wrapper .sw__mobile .swm__details {
    margin-left: 24px !important;
  }
  body .services-wrapper .sw__mobile .swm__details .swmd__title {
    font-size: 24px !important;
    line-height: 24.72px !important;
  }
  body .services-wrapper .sw__mobile .swm__details .swmd__content {
    font-size: 12px !important;
    line-height: 17px !important;
    text-align: justify !important;
    margin: 16px 0 24px 0 !important;
  }
  body .services-wrapper .sw__mobile .swm__details .swmd__subtitles .swmds__links {
    font-size: 12px !important;
    line-height: 11px !important;
    gap: 15px !important;
    margin-right: 4px !important;
  }
  body .services-wrapper .sw__development .swde__details {
    margin-right: 24px !important;
  }
  body .services-wrapper .sw__development .swde__details .swded__title {
    font-size: 24px !important;
    line-height: 24.72px !important;
  }
  body .services-wrapper .sw__development .swde__details .swded__content {
    font-size: 12px !important;
    line-height: 17px !important;
    text-align: justify !important;
    margin: 16px 0 24px 0 !important;
  }
  body .services-wrapper .sw__development .swde__details .swded__subtitles .swdeds__links {
    font-size: 12px !important;
    line-height: 11px !important;
    gap: 15px !important;
    margin-right: 4px !important;
  }
  body .services-wrapper .sw__development .swde__img {
    height: 145px !important;
  }
  body .introduction-wrapper {
    flex-direction: column !important;
    gap: 0 !important;
  }
  body .introduction-wrapper .iw__right {
    height: 365px !important;
  }
  body .serevice-menu-wrapper .smw__action {
    display: none !important;
  }
  body .services-wrapper .sw__branding {
    flex-direction: column !important;
  }
  body .services-wrapper .sw__branding .swb__details {
    margin-right: 0 !important;
  }
  body .services-wrapper .sw__branding .swb__img-mobile {
    display: block !important;
    width: auto !important;
    height: 195px !important;
  }
  body .services-wrapper .sw__branding .swb__img {
    display: none !important;
  }
  body .services-wrapper .sw__design {
    flex-direction: column !important;
  }
  body .services-wrapper .sw__design .swd__img {
    width: auto !important;
    height: 195px !important;
  }
  body .services-wrapper .sw__design .swd__details {
    margin-left: 0 !important;
    margin-top: 32px !important;
  }
  body .services-wrapper .sw__web {
    flex-direction: column !important;
  }
  body .services-wrapper .sw__web .sww__details {
    margin-right: 0 !important;
  }
  body .services-wrapper .sw__web .sww__details .swwd__subtitles .swwds__links {
    margin-right: 24px !important;
  }
  body .services-wrapper .sw__web .sww__img-mobile {
    display: block !important;
    width: auto !important;
    height: 195px !important;
  }
  body .services-wrapper .sw__web .sww__img {
    display: none !important;
  }
  body .services-wrapper .sw__mobile {
    flex-direction: column !important;
  }
  body .services-wrapper .sw__mobile .swm__img {
    width: auto !important;
    height: 195px !important;
  }
  body .services-wrapper .sw__mobile .swm__details {
    margin-left: 0 !important;
    margin-top: 32px !important;
  }
  body .services-wrapper .sw__mobile .swm__details .swmd__subtitles .swmds__links {
    margin-right: 24px !important;
  }
  body .services-wrapper .sw__development {
    flex-direction: column !important;
  }
  body .services-wrapper .sw__development .swde__details {
    margin-right: 0 !important;
  }
  body .services-wrapper .sw__development .swde__details .swded__subtitles .swdeds__links {
    margin-right: 24px !important;
  }
  body .services-wrapper .sw__development .swde__img-mobile {
    display: block !important;
    width: auto !important;
    height: 195px !important;
  }
  body .services-wrapper .sw__development .swde__img {
    display: none !important;
  }
  body .contact-menu-wrapper .cmw__action {
    display: none !important;
  }
  body .have-idea-main-wrapper .himw__have-idea-wrapper {
    padding: 210px 0 !important;
  }
  body .have-idea-main-wrapper .himw__have-idea-wrapper .himw__hiw-title {
    font-size: 80px !important;
    line-height: 91px !important;
  }
  body .have-idea-main-wrapper .himw__have-idea-wrapper .himw__hiw-action {
    font-size: 24px !important;
    line-height: 30.16px !important;
    padding: 16px 25px !important;
  }
  body .why-chooese-wrapper .wcw__title {
    font-size: 42px !important;
  }
  body .why-chooese-wrapper .wcw__content .wcwc__right-wrapper .wcwc__rw-card .wcwc__rwc-top .wcwc__rwct-title {
    font-size: 28px !important;
  }
  body .why-chooese-wrapper .wcw__content .wcwc__right-wrapper .wcwc__rw-card .wcwc__rwc-top .wcwc__rwct-action {
    font-size: 22px !important;
    width: 48px !important;
    height: 48px !important;
  }
  body .why-chooese-wrapper .wcw__content .wcwc__right-wrapper .wcwc__rw-card .wcwc__rwc-content {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  body .process-wrapper .pw__title {
    font-size: 42px !important;
  }
  body .featured-wrapper .fw__left .fwl__img .fwli__background .fwlib__financial-img {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body .featured-wrapper .fw__left .fwl__img .fwli__background .fwlib__rectangle-1 {
    margin-right: 0 !important;
  }
  body .featured-wrapper .fw__right .fwr__top .fwrt__title {
    font-size: 42px !important;
  }
}
@media (max-width: 400px) {
  .introduction-wrapper {
    flex-direction: column !important;
    gap: 0 !important;
  }
  .introduction-wrapper .iw__right {
    height: 365px !important;
  }

  .projects-wrapper .pw__img-wrp-1 .pw__iw-img-1 .front-img {
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 0 !important;
    top: 26% !important;
  }
  .projects-wrapper .pw__img-wrp-2 .pw__iw-img-2 .background-img-1 .circle-1 {
    height: 210px !important;
  }
  .projects-wrapper .pw__img-wrp-2 .pw__iw-img-2 .background-img-1 .circle-2 {
    height: 120px !important;
  }
  .projects-wrapper .pw__img-wrp-2 .pw__iw-img-2 .restaurant-img {
    margin-top: 56px !important;
    padding: 8px 0 8px 8px !important;
    border-radius: 12px 0 0 12px !important;
  }
  .projects-wrapper .pw__img-wrp-3 .pw__iw-img-3 .background-img-2 img {
    height: 200px !important;
    margin-left: -20px !important;
  }
  .projects-wrapper .pw__img-wrp-3 .pw__iw-img-3 .front-img-2 {
    border-radius: 15px 0 0 0 !important;
    margin-top: 35% !important;
    margin-left: 16px !important;
  }
  .projects-wrapper .pw__img-wrp-4 .pw__iw-img-4 .front-img-3 {
    margin-top: 12px !important;
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .welcome-wrapper .ww__right-wrapper {
    width: 300px !important;
    height: 300px !important;
  }
  .welcome-wrapper .service-wrapper .sw__body .sw__b-left .sw__bl-content {
    padding: 42px !important;
  }
  .welcome-wrapper .service-wrapper .sw__body .sw__b-right .sw__br-content {
    padding: 42px !important;
  }

  .inquiry-wrapper {
    padding: 42px 0 !important;
    flex-direction: column !important;
  }
  .inquiry-wrapper .iw__title {
    min-width: auto !important;
    font-size: 42px !important;
    line-height: 27.78px !important;
    text-align: center !important;
  }
  .inquiry-wrapper .iw__form .iw__f-first-wrp {
    flex-direction: column !important;
  }
  .inquiry-wrapper .iw__form .iw__f-first-wrp .iw__ffw-company {
    margin-right: 0 !important;
    margin-bottom: 32px !important;
  }
  .inquiry-wrapper .iw__form .iw__f-second-wrap {
    flex-direction: column !important;
  }
  .inquiry-wrapper .iw__form .iw__f-second-wrap .iw__fsw-services {
    margin-right: 0 !important;
    margin-bottom: 32px !important;
  }
  .inquiry-wrapper .iw__form .iw__f-action {
    width: 100% !important;
    text-align: center !important;
  }

  .inputForm {
    gap: 24px !important;
  }
}
@media (min-width: 991px) and (max-width: 1399px) {
  body .featured-wrapper .fw__right {
    margin-left: 64px !important;
  }
  body .featured-wrapper .fwr__action {
    margin-top: 24px !important;
  }
}
@media (min-width: 1199px) {
  body .projects-wrapper .pw__img-wrp-1 .pw__iw-img-1 {
    height: 750px !important;
  }
  body .projects-wrapper .pw__img-wrp-2 .pw__iw-img-2 {
    height: 750px !important;
  }
  body .projects-wrapper .pw__img-wrp-3 .pw__iw-img-3 {
    height: 750px !important;
  }
  body .projects-wrapper .pw__img-wrp-4 .pw__iw-img-4 {
    height: 750px !important;
  }
  body .projects-wrapper .pw__img-wrp-5 .pw__iw-img-5 {
    height: 750px !important;
  }
  body .projects-wrapper .pw__img-wrp-6 .pw__iw-img-6 {
    height: 750px !important;
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  body .projects-wrapper .pw__img-wrp-1 .pw__iw-img-1 .front-img {
    bottom: -17% !important;
  }
  body .projects-wrapper .pw__img-wrp-2 .pw__iw-img-2 .restaurant-img {
    margin-top: 119px !important;
  }
  body .projects-wrapper .pw__img-wrp-3 .pw__iw-img-3 .front-img-2 {
    bottom: -11% !important;
  }
  body .projects-wrapper .pw__img-wrp-4 .pw__iw-img-4 .front-img-3 {
    bottom: -16% !important;
  }
}
@media (min-width: 1250px) {
  body .container {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/*# sourceMappingURL=main.css.map */
