:root {
  --primary-color: #ED7014;
  --secondary-color: #008080;
  --secondary-color-light: #E5F2F2;
  --default-border-radius: 41px;
  --default-title-font-size: 1.4rem;
  --default-title-bs-font-size: 2rem;
  --default-title-font-weight: 500;
  --default-title-color: #343535;
  --default-title-color-disabled: #B9B9B8;
  --default-logo-color: #091d4b;
}

html,
body {
  margin: 0px;
  font-family: "poppins";
  position: relative;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: normal;
}

.carousel-control-next.boostrap,
.carousel-control-prev.boostrap {
  height: 50%;
}

.common-btn {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  border: none;
  border-radius: var(--default-border-radius);
  cursor: pointer;
}

.common-100p-height {
  height: 100%;
}

.clickable {
  cursor: pointer;
}

.schedule-demo {
  color: white;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  /* Auto layout */
  background: linear-gradient(104.22deg, #0C8281 -31.28%, #2FDCDA 155.29%);
  text-decoration: none;
}
.schedule-demo:hover {
  color: white;
}

.top-login-btn {
  border: 1px solid var(--primary-color);
  background-color: transparent;
  min-width: auto;
  height: auto;
}
.top-login-btn a {
  color: var(--primary-color);
  text-decoration: none;
}

.gradient-circle-bg {
  position: relative;
}
.gradient-circle-bg::after {
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background-image: radial-gradient(farthest-corner at 0% 30%, #AFECE5 0%, rgba(175, 236, 229, 0.3058823529) 50%, rgba(255, 255, 255, 0.4745098039) 50%);
  height: 100%;
  width: 60%;
  z-index: -1;
  filter: blur(150px);
}
.gradient-circle-bg.variant-1::after {
  top: 0;
  left: auto;
  right: 0;
  background-image: radial-gradient(farthest-corner at 100% 35%, rgba(237, 112, 35, 0.3568627451) 0%, rgba(237, 112, 35, 0.1882352941) 50%, rgba(255, 255, 255, 0.4745098039) 50%);
  width: 60%;
}
.gradient-circle-bg.variant-2::after {
  background-image: radial-gradient(farthest-corner at 0% 30%, rgba(35, 237, 72, 0.2941176471) 0%, rgba(49, 237, 35, 0.0705882353) 50%, rgba(255, 255, 255, 0.4745098039) 50%);
  width: 60%;
}

.common-gradient-text-color.f-w-100 {
  font-weight: 100 !important;
}
.common-gradient-text-color.f-w-200 {
  font-weight: 200 !important;
}
.common-gradient-text-color.f-w-300 {
  font-weight: 300 !important;
}
.common-gradient-text-color.f-w-400 {
  font-weight: 400 !important;
}
.common-gradient-text-color.f-w-500 {
  font-weight: 500 !important;
}
.common-gradient-text-color.f-w-600 {
  font-weight: 600 !important;
}
.common-gradient-text-color.f-w-700 {
  font-weight: 700 !important;
}
.common-gradient-text-color.f-w-800 {
  font-weight: 800 !important;
}
.common-gradient-text-color.f-w-900 {
  font-weight: 900 !important;
}
.common-gradient-text-color.variant-1 {
  background: linear-gradient(to right, #128000, #4B7BEC) !important;
  background: -webkit-linear-gradient(to right, #128000, #4B7BEC) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.common-gradient-text-color.variant-2 {
  background: linear-gradient(to right, #ED7123, #EB3B5A);
  background: -webkit-linear-gradient(to right, #ED7123, #EB3B5A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.common-gradient-text-color.variant-3 {
  background: linear-gradient(to right, #4B7BEC, #ED7014);
  background: -webkit-linear-gradient(to right, #4B7BEC, #ED7014);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.common-gradient-text-color.variant-4 {
  background: linear-gradient(to right, #EB3B5A, #2BCBBA);
  background: -webkit-linear-gradient(to right, #EB3B5A, #2BCBBA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.common-gradient-text-color.variant-5 {
  background: linear-gradient(to right, #ED7014, #9747FF);
  background: -webkit-linear-gradient(to right, #ED7014, #9747FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-circle-bg-with-res-hub {
  position: relative;
}
.gradient-circle-bg-with-res-hub::after {
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background-image: radial-gradient(farthest-corner at 0% 50%, rgba(175, 236, 229, 0.6039215686) 70%, rgba(175, 236, 229, 0.3411764706) 30%);
  height: 100%;
  width: 70%;
  z-index: -1;
  filter: blur(150px);
}
.gradient-circle-bg-with-res-hub.variant-1::after {
  top: 0;
  left: auto;
  right: 0;
  background-image: radial-gradient(farthest-corner at 100% 70%, rgba(255, 158, 67, 0.2666666667) 0%, rgba(255, 158, 67, 0.1607843137) 50%, rgba(255, 255, 255, 0.4745098039) 50%);
  width: 100%;
}
.gradient-circle-bg-with-res-hub.variant-2::after {
  top: 0;
  left: 0;
  background-image: radial-gradient(farthest-corner at 0% 50%, rgba(254, 209, 48, 0.231372549) 70%, rgba(254, 209, 48, 0.2588235294) 30%);
  height: 100%;
  width: 70%;
  z-index: -1;
}
.gradient-circle-bg-with-res-hub.variant-3::after {
  left: auto;
  right: 0;
  background-image: radial-gradient(farthest-corner at 100% 50%, rgba(75, 236, 214, 0.167) 70%, rgba(48, 254, 230, 0.1058823529) 30%);
  height: 100%;
  width: 50%;
  z-index: -1;
}
.gradient-circle-bg-with-res-hub.variant-4::after {
  top: 0;
  left: 0;
  background-image: radial-gradient(farthest-corner at 0% 50%, rgba(75, 123, 236, 0.168627451) 70%, rgba(75, 123, 236, 0.0666666667) 30%);
  height: 100%;
  width: 50%;
  z-index: -1;
}
.gradient-circle-bg-with-res-hub.variant-5::after {
  top: 0;
  left: auto;
  right: 0;
  background-image: radial-gradient(farthest-corner at 100% 50%, rgba(96, 236, 75, 0.168627451) 70%, rgba(75, 236, 134, 0.168627451) 30%);
  height: 100%;
  width: 50%;
  z-index: -1;
}
.gradient-circle-bg-with-res-hub.variant-6::after {
  top: 0;
  left: 0;
  background-image: radial-gradient(farthest-corner at 0% 50%, rgba(236, 75, 209, 0.2470588235) 70%, rgba(236, 75, 209, 0.168627451) 30%);
  height: 100%;
  width: 50%;
  z-index: -1;
}
.gradient-circle-bg-with-res-hub.variant-7::after {
  top: 0;
  left: 0;
  background-image: radial-gradient(farthest-corner at 0% 50%, rgba(236, 75, 75, 0.2470588235) 70%, rgba(236, 75, 75, 0.168627451) 30%);
  height: 100%;
  width: 50%;
  z-index: -1;
}
.gradient-circle-bg-with-res-hub.variant-8::after {
  top: 0;
  left: auto;
  right: 0;
  background-image: radial-gradient(farthest-corner at 100% 50%, rgba(236, 217, 75, 0.1450980392) 70%, rgba(236, 212, 75, 0.0823529412) 30%);
  height: 100%;
  width: 50%;
  z-index: -1;
}
.gradient-circle-bg-with-res-hub.variant-9::after {
  top: 0;
  left: 0;
  background-image: radial-gradient(farthest-corner at 0% 50%, rgba(142, 75, 236, 0.1450980392) 70%, rgba(177, 75, 236, 0.0823529412) 30%);
  height: 100%;
  width: 50%;
  z-index: -1;
}

.gradient-circle-bg-with-allpos {
  position: relative;
}
.gradient-circle-bg-with-allpos::after {
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background-image: radial-gradient(farthest-corner at 0% 50%, rgba(175, 236, 229, 0.6039215686) 70%, rgba(175, 236, 229, 0.3411764706) 30%);
  height: 100%;
  width: 70%;
  z-index: -1;
  filter: blur(120px);
}
.gradient-circle-bg-with-allpos.variant-1::after {
  top: 0;
  left: auto;
  right: 0;
  background-image: radial-gradient(farthest-corner at 100% 70%, rgba(255, 158, 67, 0.5529411765) 0%, rgba(255, 158, 67, 0.2549019608) 50%, rgba(255, 255, 255, 0.4745098039) 50%);
  width: 100%;
}
.gradient-circle-bg-with-allpos.variant-2::after {
  top: 0;
  left: 0;
  background-image: radial-gradient(farthest-corner at 0% 50%, rgba(235, 59, 91, 0.1411764706) 70%, rgba(235, 59, 91, 0.062745098) 30%);
  height: 100%;
  width: 70%;
  z-index: -1;
}
.gradient-circle-bg-with-allpos.variant-3::after {
  top: 0;
  left: auto;
  right: 0;
  background-image: radial-gradient(farthest-corner at 100% 70%, rgba(75, 123, 236, 0.3882352941) 0%, rgba(75, 123, 236, 0.2941176471) 50%, rgba(255, 255, 255, 0.4745098039) 50%);
  width: 100%;
}
.gradient-circle-bg-with-allpos.variant-4::after {
  top: 0;
  left: 0;
  background-image: radial-gradient(farthest-corner at 0% 50%, rgba(235, 59, 91, 0.1411764706) 70%, rgba(235, 59, 91, 0.062745098) 30%);
  height: 100%;
  width: 70%;
  z-index: -1;
}
.gradient-circle-bg-with-allpos.variant-5::after {
  top: 0;
  left: auto;
  right: 0;
  background-image: radial-gradient(farthest-corner at 100% 70%, rgba(255, 158, 67, 0.3764705882) 0%, rgba(255, 158, 67, 0.5882352941) 50%, rgba(255, 255, 255, 0.4745098039) 50%);
  width: 100%;
}
.gradient-circle-bg-with-allpos.variant-6::after {
  top: 0;
  left: 0;
  background-image: radial-gradient(farthest-corner at 0% 50%, rgba(43, 203, 187, 0.2588235294) 70%, rgba(43, 203, 187, 0.1764705882) 30%);
  height: 100%;
  width: 70%;
  z-index: -1;
}

.sub-all-page-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #7b7d82;
}

.feature-color-box-gradient-bg .card-new {
  background: white;
  padding: 40px 0px;
  width: 100%;
  box-shadow: 7px 10px 25px -1px rgba(0, 0, 0, 0.11);
  border-radius: 12px;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.feature-color-box-gradient-bg .card-new:hover {
  transform: scale(1.05);
}
.feature-color-box-gradient-bg .card-new .icon-container {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-color-box-gradient-bg .card-new .card-new-title {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
}
.feature-color-box-gradient-bg .main-content .feature-color-box-container .title {
  font-size: 3.5vw;
  font-family: "Nunito";
  font-weight: 700;
  letter-spacing: 0em;
}
.feature-color-box-gradient-bg .main-content .feature-color-box-container .title.big-size {
  font-size: 6vw;
}
.feature-color-box-gradient-bg .main-content .feature-color-box-container .title .title-highlight {
  background: linear-gradient(to right, #9747FF, #ED7123);
  background: -webkit-linear-gradient(to right, #9747FF, #ED7123);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feature-color-box-gradient-bg .main-content .feature-color-box-container .title .title-highlight.variant-1 {
  background: linear-gradient(to right, #4B7BEC, #ED7123);
  background: -webkit-linear-gradient(to right, #4B7BEC, #ED7123);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feature-color-box-gradient-bg .main-content .feature-color-box-container .title .title-highlight.variant-2 {
  font-weight: 700;
  font-size: 4vw;
  background: linear-gradient(to right, #6CC51D, #1950D2);
  background: -webkit-linear-gradient(to right, #6CC51D, #1950D2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feature-color-box-gradient-bg .main-content .feature-color-box-container .title .title-highlight.variant-2.big {
  font-size: 8vw;
}
.feature-color-box-gradient-bg .main-content .feature-color-box-container .title .title-highlight.variant-3 {
  background: linear-gradient(to right, #ED7123, #EB3B5A);
  background: -webkit-linear-gradient(to right, #ED7123, #EB3B5A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-box-container .gradient-box {
  position: relative;
  background-image: linear-gradient(to right, #9747FF, #4B7BEC);
  border-radius: 20px/20px;
  padding: 20px;
  height: 300px;
  color: white;
  text-align: center;
  margin-bottom: 150px;
}
.gradient-box-container .gradient-box.variant-1 {
  background: linear-gradient(98.17deg, #DA0101 2.3%, #EE7115 91.17%);
}
.gradient-box-container .gradient-box.variant-2 {
  background: linear-gradient(98.17deg, #87C64A 2.3%, #096262 91.17%);
}
.gradient-box-container .gradient-box .title {
  margin-top: 20px;
  font-family: "Nunito";
  font-size: 48px;
  font-weight: 800;
  line-height: 65px;
  letter-spacing: 0em;
}
.gradient-box-container .gradient-box .sub-title {
  margin-top: 20px;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
}
.gradient-box-container .gradient-box .gradient-box-elements {
  width: 100%;
  position: absolute;
  top: 70%;
  left: 0;
}
.gradient-box-container .gradient-box .gradient-box-elements .card-box {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  color: #555555;
  padding: 20px;
  background-color: white;
  box-shadow: 7px 10px 25px -1px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.gradient-box-container .gradient-box .gradient-box-elements .card-box .svg-container {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-coming-soon .title-container {
  text-align: center;
  font-size: 2.4rem;
  color: var(-default-title-color);
  font-weight: var(--default-title-font-weight);
  font-family: "Nunito";
}
.common-coming-soon .title-container .sub-title {
  font-family: "Nunito";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 55px;
  letter-spacing: 0em;
  color: #555555;
}
.common-coming-soon .title-container .text-highlight {
  font-weight: 800;
  background: linear-gradient(to right, #EB3B5A, #2BCBBA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.common-coming-soon .title-container .text-highlight.variant-1 {
  font-family: "Nunito";
  font-size: 3rem;
  font-weight: 700;
  line-height: 65px;
  letter-spacing: 0em;
  text-align: left;
  background: linear-gradient(to right, #9747FF, #FF9F43);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.support-team-container {
  position: relative;
}
.support-team-container img {
  width: 100%;
}
.support-team-container .support-team-container-box {
  position: absolute;
  top: 20%;
  left: 5%;
  width: 50%;
}
.support-team-container .support-team-container-box .support-team-title {
  font-family: "Nunito";
  font-weight: 800;
  background: linear-gradient(to right, #ED7123, #0C8281);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.2rem;
}
.support-team-container .support-team-container-box .support-team-content {
  font-family: Poppins;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}

.start-trail-btn {
  color: white;
  gap: 10px;
  /* Auto layout */
  background: linear-gradient(104.22deg, #0C8281 -31.28%, #2FDCDA 155.29%);
}

.condition-applied-text {
  font-size: 0.7rem;
  text-align: center;
}

.product-menu-box-container {
  display: none;
  position: absolute;
  top: 20px;
  left: -40px;
  z-index: 300;
  padding-top: 45px;
}
.product-menu-box-container::after {
  position: absolute;
  top: 32px;
  left: 60px;
  content: "";
  border-radius: 3px;
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
  background-color: white;
  z-index: 250;
}
.product-menu-box-container .product-menu-box-warp {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px/10px;
  background-color: white;
  padding: 0 1rem;
  padding-bottom: 1rem;
}
.product-menu-box-container .product-menu-box-warp .product-menu-warp-separator {
  display: flex;
}
.product-menu-box-container .product-menu-box-warp .product-menu-warp-separator .heading {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  font-family: "Nunito";
  margin: 1.75rem;
  margin-bottom: 0;
}
.product-menu-box-container .product-menu-box-warp .product-menu-box {
  padding: 10px;
  padding-top: 25px;
  width: 400px;
}
.product-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element {
  display: flex;
  align-items: center;
  gap: 15px;
}
.product-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.product-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-1 {
  background-color: rgba(12, 130, 129, 0.15);
}
.product-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-2 {
  background-color: rgba(237, 113, 35, 0.24);
}
.product-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-3 {
  background-color: rgba(228, 157, 255, 0.3);
}
.product-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-4 {
  background-color: #F7EECE;
}
.product-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-5 {
  background-color: #FCD8BD;
}
.product-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-6 {
  background-color: #C7D7FC;
}
.product-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-7 {
  background-color: #F3D0D6;
}
.product-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-8 {
  background-color: #F3EBFF;
}
.product-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-9 {
  background-color: #CFFFFF;
}
.product-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-10 {
  background-color: rgba(237, 113, 35, 0.3098039216);
}
.product-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-11 {
  background-color: rgba(59, 246, 179, 0.3411764706);
}
.product-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-12 {
  background: rgba(71, 123, 255, 0.3019607843);
}
.product-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-13 {
  background: #FFD5F3;
}
.product-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-14 {
  background: #EACFFF;
}
.product-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-15 {
  background: #FFE1CF;
}
.product-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-16 {
  background: #FFCDCD;
}
.product-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-17 {
  background: #BED4FD;
}
.product-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-18 {
  background: #FDFF98;
}
.product-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-19 {
  background: #CBFFCD;
}
.product-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-20 {
  background: #CBF8FF;
}
.product-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-21 {
  background: #F6D1F5;
}
.product-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-menu-title {
  font-family: "Nunito";
  font-size: 14px;
  font-weight: 800;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #343535;
}
.product-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-menu-decription {
  font-family: "Nunito";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #343535;
}

.top-banner-container {
  background: linear-gradient(217deg, rgba(254, 209, 48, 0.2549019608), rgba(255, 0, 0, 0) 20.71%), linear-gradient(127deg, rgba(175, 236, 229, 0.8980392157), rgba(0, 255, 0, 0) 70.71%), linear-gradient(60deg, rgba(252, 122, 42, 0.4666666667), rgba(0, 255, 0, 0) 35.71%), linear-gradient(336deg, rgba(151, 71, 255, 0.1725490196), rgba(0, 0, 255, 0) 40.71%);
  background-repeat: no-repeat;
  background-size: cover;
}
.top-banner-container .fixed-top-position {
  width: 100%;
  height: 92px;
}
.top-banner-container .top-nav-bar-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  padding: 0 3%;
  width: 100%;
  display: flex;
  align-items: center;
  height: 92px;
}
.top-banner-container .top-nav-bar-container.scrolled {
  height: 70px;
  background-color: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.top-banner-container .top-nav-bar-container .top-nav {
  width: 100vw;
}
.top-banner-container .top-nav-bar-container .top-nav .log-container {
  display: flex;
  align-items: center;
  height: 100%;
}
.top-banner-container .top-nav-bar-container .top-nav .nav-container {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.top-banner-container .top-nav-bar-container .top-nav .nav-container .nav-element {
  position: relative;
  font-size: 1rem;
  gap: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.top-banner-container .top-nav-bar-container .top-nav .nav-container .nav-element a {
  text-decoration: none;
  color: black;
}
.top-banner-container .top-nav-bar-container .top-nav .nav-container .nav-element .arrow-svg-menu {
  transition: 0.5s;
}
.top-banner-container .top-nav-bar-container .top-nav .nav-container .nav-element:hover .product-menu-box-container {
  display: block;
}
.top-banner-container .top-nav-bar-container .top-nav .nav-container .nav-element:hover .arrow-svg-menu {
  transform: rotate(180deg);
}
.top-banner-container .top-nav-bar-container .top-nav .start-trail-btn {
  color: white;
  gap: 10px;
  /* Auto layout */
  background: linear-gradient(104.22deg, #0C8281 -31.28%, #2FDCDA 155.29%);
}
.top-banner-container .top-nav-bar-container .top-nav .top-login-btn {
  border: 1px solid var(--primary-color);
  background-color: transparent;
}
.top-banner-container .top-nav-bar-container .top-nav .top-login-btn a {
  color: var(--primary-color);
  text-decoration: none;
}
.top-banner-container .top-content .top-left-content-container {
  padding-top: 10%;
  text-align: center;
}
.top-banner-container .top-content .top-left-content-container .top-left-content {
  /* position the top  edge of the element at the middle of the parent */
  /* position the left edge of the element at the middle of the parent */
  /* This is a shorthand of
                           translateX(-50%) and translateY(-50%) */
  color: #555555;
}
.top-banner-container .top-content .top-left-content-container .top-left-content .top-title {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Nunito";
}
.top-banner-container .top-content .top-left-content-container .top-left-content .top-title .top-container-title {
  white-space: nowrap;
}
.top-banner-container .top-content .top-left-content-container .top-left-content .top-title .retail-business {
  font-weight: 800;
  background: linear-gradient(to right, #EB3B5A, #4B7BEC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-banner-container .top-content .top-left-content-container .top-left-content .top-title .retail-business-reverse {
  font-weight: 800;
  background: linear-gradient(to right, #4B7BEC, #EB3B5A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-banner-container .top-content .top-left-content-container .top-left-content .sub-title-section {
  margin-top: 10px;
  font-size: 2vw;
  font-weight: 500;
}
.top-banner-container .top-content .top-left-content-container .top-left-content .sub-title-section .e-commerce {
  color: var(--secondary-color);
}
.top-banner-container .top-content .top-right-content-container .top-right-content {
  position: relative;
}
.top-banner-container .top-content .top-right-content-container .top-right-content .top-floating-image {
  height: 100vw;
}
.top-banner-container .top-content .top-right-content-container .top-right-content .top-floating-image .image {
  width: 62vw;
  position: absolute;
  top: 10vw;
  /* position the top  edge of the element at the middle of the parent */
  left: 9vw;
  /* position the left edge of the element at the middle of the parent */
}
.top-banner-container .top-content .top-right-content-container .top-right-content .top-floating-image .image-2 {
  width: 80vw;
  position: absolute;
  top: 10vw;
  left: 9vw;
}
.top-banner-container .top-content .top-right-content-container .top-right-content .top-floating-image .top-banner-customer-group {
  position: absolute;
  top: 11vw;
  left: 9.2vw;
  width: 33vw;
  border-radius: 5px/5px;
  box-shadow: 7px 10px 25px -1px rgba(0, 0, 0, 0.05);
  animation: side1 1s;
  animation-iteration-count: infinite;
}
.top-banner-container .top-content .top-right-content-container .top-right-content .top-floating-image .top-banner-analytics {
  position: absolute;
  top: 8vw;
  right: 1vw;
  width: 30vw;
  border-radius: 5px/5px;
  box-shadow: 7px 10px 25px -1px rgba(0, 0, 0, 0.05);
  animation: side3 1s;
  animation-iteration-count: infinite;
}
.top-banner-container .top-content .top-right-content-container .top-right-content .top-floating-image .top-banner-customer-loyalty-point {
  position: absolute;
  right: 3vw;
  bottom: 21vw;
  width: 43vw;
  border-radius: 5px/5px;
  box-shadow: 7px 10px 25px -1px rgba(0, 0, 0, 0.05);
  animation: side4 1s;
  animation-iteration-count: infinite;
}
.top-banner-container .top-content .top-right-content-container .top-right-content .top-floating-image .top-banner-stock {
  position: absolute;
  left: -0.2vw;
  bottom: 40vw;
  width: 30vw;
  box-shadow: 7px 10px 25px -1px rgba(0, 0, 0, 0.05);
  border-radius: 5px/5px;
  animation: side3 1s;
  animation-iteration-count: infinite;
}
.top-banner-container .top-content .top-right-content-container .top-right-content .side-content-1 {
  position: absolute;
  top: 4%;
  left: 0%;
  transition: 0.5s;
  transform: scale(0.7);
}
.top-banner-container .top-content .top-right-content-container .top-right-content .side-content-2 {
  position: absolute;
  bottom: 0%;
  left: -13%;
  transition: 0.5s;
  transform: scale(0.7);
}
.top-banner-container .top-content .top-right-content-container .top-right-content .side-content-3 {
  position: absolute;
  top: 10%;
  right: -19%;
  transition: 0.5s;
  transform: scale(0.6);
}
.top-banner-container .top-content .top-right-content-container .top-right-content .side-content-4 {
  position: absolute;
  bottom: -4%;
  right: -15%;
  transition: 0.5s;
  transform: scale(0.7);
}
@keyframes side1 {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-5px, -5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes side2 {
  0% {
    transform: translate(-5px, -5px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(-5px, -5px);
  }
}
@keyframes side3 {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(2px, 5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes side4 {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-5px, -5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.top-banner-container .top-content .schedule-demo {
  color: white;
  gap: 10px;
  /* Auto layout */
  background: linear-gradient(104.22deg, #0C8281 -31.28%, #2FDCDA 155.29%);
}

.trusted-retails-container {
  padding: 3% 0;
}
.trusted-retails-container .title-container {
  margin: 2% 0;
  font-size: var(--default-title-font-size);
  color: var(-default-title-color);
  font-weight: var(--default-title-font-weight);
}
.trusted-retails-container .title-container .title {
  text-align: center;
}
.trusted-retails-container .title-container .title.big-screen {
  margin: 6% 0;
  font-size: var(--default-title-bs-font-size);
}
.trusted-retails-container .title-container .sub-title {
  font-weight: 800;
  background: linear-gradient(to right, #0C6F6D, #2BCBBA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.trusted-retails-container .brand-logo-container {
  display: flex;
  margin-bottom: 5%;
  overflow: hidden;
  overflow-x: auto;
}
.trusted-retails-container .brand-logo-container.brand-logo-container::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.trusted-retails-container .brand-logo-container .brand-logo img {
  max-width: 150px;
}

.transforming-Omni-container .back-ground-style {
  position: relative;
}
.transforming-Omni-container .back-ground-style .main-content {
  width: 100%;
  top: 0;
  left: 0;
}
.transforming-Omni-container .back-ground-style .main-content .title-container {
  text-align: center;
  font-size: var(--default-title-font-size);
  color: var(-default-title-color);
  font-weight: var(--default-title-font-weight);
}
.transforming-Omni-container .back-ground-style .main-content .title-container .title.big-screen {
  margin-bottom: 2%;
  font-size: var(--default-title-bs-font-size);
}
.transforming-Omni-container .back-ground-style .main-content .title-container .title .text-highlight {
  font-weight: 800;
  background: linear-gradient(to right, #0C6F6D, #2BCBBA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.transforming-Omni-container .back-ground-style .main-content .sub-content {
  padding: 0 0%;
}
.transforming-Omni-container .back-ground-style .main-content .sub-content img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 7%;
}
.transforming-Omni-container .back-ground-style .main-content .sub-content .sub-content-element-container {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 13%;
}
.transforming-Omni-container .back-ground-style .main-content .sub-content .sub-content-element-container .sub-content-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.transforming-Omni-container .back-ground-style .main-content .sub-content .sub-content-element-container .sub-content-text .sub-content-title {
  font-weight: 800;
  font-size: 1.2rem;
}
.transforming-Omni-container .back-ground-style .main-content .sub-content .sub-content-element-container .sub-content-text .sub-content-sub-title {
  font-weight: 500;
  font-size: 0.9rem;
}

.business-segments-container {
  margin-top: 5%;
}
.business-segments-container .title {
  text-align: center;
  font-size: var(--default-title-font-size);
  color: var(--default-title-color);
  font-weight: var(--default-title-font-weight);
}
.business-segments-container .title .title-highlight {
  font-weight: 800;
  background: linear-gradient(to right, #0C6F6D, #2BCBBA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.business-segments-container .sub-title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 5%;
}
.business-segments-container .over-all-bg {
  background-color: #F7EECE;
  margin: 0 4%;
  border-radius: 31px;
  padding: 4% 2%;
  margin-bottom: 5%;
}
.business-segments-container .opposition-container .optn-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.business-segments-container .opposition-container .optn-container .opposition-bar {
  display: flex;
  border: none;
  align-items: center;
  gap: 15px;
  background-color: white;
  border-radius: 15px;
  padding: 15px;
  filter: grayscale(100%);
  transition: 0.5s;
}
.business-segments-container .opposition-container .optn-container .opposition-bar.active-selected {
  filter: grayscale(0%);
}
.business-segments-container .opposition-container .optn-container .opposition-bar.active-selected .opposition-bar-content {
  opacity: 1;
}
.business-segments-container .opposition-container .optn-container .opposition-bar .opposition-bar-content {
  color: var(--default-title-color);
  font-Weight: 700;
  font-Size: 1rem;
  opacity: 0.5;
}
.business-segments-container .opposition-container .explanation-view {
  display: none;
  opacity: 0.5;
  transition: 1s;
}
.business-segments-container .opposition-container .explanation-view.active-selected {
  display: block;
  opacity: 1;
}
.business-segments-container .opposition-container .explanation-view .image-container {
  margin-top: 10px;
  margin-bottom: 20px;
}
.business-segments-container .opposition-container .explanation-view .image-container img {
  width: 100%;
  border-radius: 10px;
}
.business-segments-container .opposition-container .explanation-view .description {
  font-size: 1rem;
  font-weight: 500;
}

.how-it-works-container .title-container {
  text-align: center;
  font-size: 4.5rem;
  color: var(-default-title-color);
  font-weight: var(--default-title-font-weight);
}
.how-it-works-container .title-container .text-highlight {
  font-weight: 800;
  background: linear-gradient(to right, #0C6F6D, #2BCBBA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.how-it-works-container .featured-in-container {
  background: white;
}
.how-it-works-container .featured-in-container .card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: #fff;
  border: none;
  border-radius: 20px;
}
.how-it-works-container .featured-in-container .card .slider-box {
  width: 160px;
  height: 100px;
}

.home-section-6 .title-container {
  text-align: center;
  font-size: var(--default-title-font-size);
  color: var(-default-title-color);
  font-weight: var(--default-title-font-weight);
}
.home-section-6 .title-container .title.big-screen {
  margin-bottom: 2%;
  font-size: var(--default-title-bs-font-size);
}
.home-section-6 .title-container .title .text-highlight {
  font-weight: 800;
  background: linear-gradient(to right, #0C6F6D, #2BCBBA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-section-6 .description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.home-section-6 .home-section-6-content-container .home-section-6-content .container-fluid .main-content {
  display: flex;
  align-items: center;
  height: 100%;
}
.home-section-6 .home-section-6-content-container .home-section-6-content .container-fluid .main-content .title {
  font-family: "Nunito";
  font-weight: 800;
  font-size: 1.9rem;
}
.home-section-6 .home-section-6-content-container .home-section-6-content .container-fluid .main-content .description {
  margin-top: 10px;
  font-weight: 400;
  font-size: 1rem;
}
.home-section-6 .home-section-6-content-container .home-section-6-content .container-fluid .main-content .button-container {
  margin-top: 15px;
}
.home-section-6 .home-section-6-content-container .home-section-6-content .container-fluid .main-content .button-container .schedule-demo {
  color: white;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  /* Auto layout */
  background: linear-gradient(104.22deg, #0C8281 -31.28%, #2FDCDA 155.29%);
}
.home-section-6 .home-section-6-content-container .home-section-6-content .container-fluid .image-container img {
  width: 100%;
}

.home-section-7 .title-container {
  text-align: center;
  font-size: 2.5rem;
  color: var(-default-title-color);
  font-weight: var(--default-title-font-weight);
  font-family: "Nunito";
}
.home-section-7 .title-container .title {
  margin-bottom: 4%;
}
.home-section-7 .title-container .title .text-highlight {
  font-weight: 800;
  background: linear-gradient(to bottom right, #ED7014, #EB3B5A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-section-7 .title-container .description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}
.home-section-7 .tab-container {
  margin: 30px 0;
  font-weight: 500;
  gap: 2%;
}
.home-section-7 .tab-container .nav {
  justify-content: center;
}
.home-section-7 .tab-container .nav .nav-item {
  padding: 0 0.4rem;
}
.home-section-7 .tab-container .nav-tabs {
  border-bottom: none;
}
.home-section-7 .tab-container .tab-elements {
  background-color: transparent;
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}
.home-section-7 .tab-container .tab-elements.active {
  color: white;
  background-color: var(--secondary-color);
}
.home-section-7 .tab-container .tab-elements:hover {
  color: white;
  background-color: var(--secondary-color);
}
.home-section-7 .interagition-logos-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10%;
}
.home-section-7 .interagition-logos-container div {
  box-shadow: 7px 10px 25px -1px rgba(146, 146, 146, 0.2);
  border-radius: 10px;
}
.home-section-7 .interagition-logos-container div img {
  width: 100%;
}

.common-clients-container {
  text-align: left;
}
.common-clients-container .common-clients-review-box {
  position: relative;
}
.common-clients-container .common-clients-review-box .slider-v2 {
  overflow: hidden;
  overflow-x: auto;
  display: flex;
}
.common-clients-container .common-clients-review-box .slider-v2 .slider-box {
  margin: 0 50px;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 36px 36px 36px 36px;
  margin-bottom: 100px;
}
.common-clients-container .common-clients-review-box .slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.common-clients-container .common-clients-review-box .slider-container {
  display: flex;
  transition: transform 0.5s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.common-clients-container .common-clients-review-box .slide {
  flex: 0 0 calc(40% - 10px);
  margin: 0 20px;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 50px 50px 36px 36px;
  margin-bottom: 100px;
}
.common-clients-container .common-clients-review-box .slide img {
  width: 100%;
}
.common-clients-container .common-clients-review-box .prev-button,
.common-clients-container .common-clients-review-box .next-button {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  padding: 10px;
  background-color: transparent;
  border: none;
  color: transparent;
  font-size: 18px;
  z-index: 2;
}
.common-clients-container .common-clients-review-box .prev-button {
  left: -15px;
}
.common-clients-container .common-clients-review-box .next-button {
  right: -15px;
}
.common-clients-container .common-clients-review-box .what-box {
  height: 60vh;
}
.common-clients-container .common-clients-review-box .title-common {
  font-family: "Nunito";
  font-size: 2.2rem;
  font-weight: 800;
  background: linear-gradient(to right, #ED7014 45%, #0C8281);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.common-clients-container .common-clients-review-box::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 400px;
  border-radius: 30px/30px;
  z-index: -1;
  background: linear-gradient(217deg, rgba(255, 158, 67, 0.4392156863), rgba(255, 0, 0, 0) 20.71%), linear-gradient(127deg, rgba(151, 71, 255, 0.1647058824), rgba(0, 255, 0, 0) 70.71%), linear-gradient(60deg, rgba(43, 203, 187, 0.3568627451), rgba(0, 255, 0, 0) 35.71%), linear-gradient(336deg, rgba(235, 59, 91, 0.3882352941), rgba(0, 0, 255, 0) 40.71%);
  background-repeat: no-repeat;
  background-size: cover;
}
.common-clients-container .title {
  margin-top: 20px;
  font-size: 1rem;
  font-family: "Nunito";
  color: #555555;
  font-weight: 800;
}
.common-clients-container .name {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0em;
  color: #0C8281;
}
.common-clients-container .role {
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0em;
}

.common-submit-form .form-container {
  margin: 10% 4%;
  border-radius: 31px;
  padding: 40px 20px;
  background: linear-gradient(180deg, #EB3B5A 0%, #64D7CA 100%);
}
.common-submit-form .form-container .form-content {
  color: white;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.common-submit-form .form-container .form-content .title {
  font-family: Nunito;
  font-size: 36px;
  font-weight: 800;
  line-height: 49px;
  letter-spacing: 0em;
}
.common-submit-form .form-container .form {
  background-color: white;
  padding: 40px 20px;
  border-radius: 20px;
}
.common-submit-form .form-container .form input {
  outline: none;
  border: none;
  border-bottom: 1px solid #888787;
  margin-bottom: 20px;
  width: 250px;
}
.common-submit-form .form-container .form input::-moz-placeholder {
  color: #888787;
  font-size: 0.7rem;
  font-weight: 400;
}
.common-submit-form .form-container .form input::placeholder {
  color: #888787;
  font-size: 0.7rem;
  font-weight: 400;
}
.common-submit-form .form-container .form input:last-child {
  margin-bottom: 30px;
}

.common-footer-container-bg {
  background: linear-gradient(217deg, rgba(254, 209, 48, 0.2549019608), rgba(255, 0, 0, 0) 20.71%), linear-gradient(127deg, rgba(175, 236, 229, 0.8980392157), rgba(0, 255, 0, 0) 70.71%), linear-gradient(60deg, rgba(252, 122, 42, 0.4666666667), rgba(0, 255, 0, 0) 35.71%), linear-gradient(336deg, rgba(151, 71, 255, 0.1725490196), rgba(0, 0, 255, 0) 40.71%);
  background-repeat: no-repeat;
  background-size: cover;
}
.common-footer-container-bg .common-footer {
  padding: 2% 4.9%;
}
.common-footer-container-bg .common-footer .footer-section-container .icon-container {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 12%;
  height: 100%;
}
.common-footer-container-bg .common-footer .footer-section-container .form-section {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  height: 100%;
}
.common-footer-container-bg .common-footer .footer-section-container .form-section .form-title {
  margin: 13px 0;
  font-family: "Nunito";
  font-size: 0.99vw;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 25px;
}
.common-footer-container-bg .common-footer .footer-section-container .form-section .form-mail-info-container {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 2.5rem 0;
}
.common-footer-container-bg .common-footer .footer-section-container .form-section .form-mail-info-container .form-mail-info a {
  font-weight: 500;
  color: var(--secondary-color);
  text-decoration: none;
}
.common-footer-container-bg .common-footer .footer-section-container .form-section .form-mail-info-container .form-mail-info a:focus {
  outline: none;
}
.common-footer-container-bg .common-footer .footer-section-container .form-section .input-box {
  margin: 15px 0;
  outline: none;
  width: 100%;
  border-radius: 30px;
  padding: 8px 20px;
  border: 1.5px solid var(--secondary-color);
}
.common-footer-container-bg .common-footer .footer-section-container .form-section .input-box::-moz-placeholder {
  font-size: 0.9rem;
  color: #839D9D;
}
.common-footer-container-bg .common-footer .footer-section-container .form-section .input-box::placeholder {
  font-size: 0.9rem;
  color: #839D9D;
}
.common-footer-container-bg .common-footer .footer-section-container .form-section .contact-us {
  margin-top: 20px;
  color: white;
  gap: 10px;
  /* Auto layout */
  background: #ED7123;
}
.common-footer-container-bg .common-footer .footer-title {
  font-family: "Nunito";
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--secondary-color);
  margin-bottom: 27px;
}
.common-footer-container-bg .common-footer .footer-content {
  margin-bottom: 7px;
}
.common-footer-container-bg .common-footer .footer-content a {
  text-decoration: none;
  font-weight: 400;
  color: #828282;
  font-size: 0.9rem;
}
.common-footer-container-bg .common-end-footer .end-footer-container {
  padding: 3% 4.9%;
  font-size: 1rem;
  font-weight: 600;
}
.common-footer-container-bg .common-end-footer .end-footer-container a {
  color: #989898;
  text-decoration: none;
}
.common-footer-container-bg .common-end-footer .end-footer-container .end-footer-condition-elements {
  font-weight: 500;
  text-align: center;
  padding: 15px 0;
}
.common-footer-container-bg .common-end-footer .end-footer-container .end-footer-elements {
  display: flex;
  font-size: 0.8rem;
}
.common-footer-container-bg .common-end-footer .end-footer-container .copy-rights {
  cursor: pointer;
  text-align: center;
  color: var(--secondary-color);
}
.common-footer-container-bg .common-end-footer .end-footer-container .copy-rights.set-size {
  font-size: 0.8rem;
  text-align: end;
}
.common-footer-container-bg .common-end-footer .end-footer-container .copy-rights.set-hightlight {
  text-decoration: underline;
}

.gradient-bg-circle {
  height: 100%;
  width: 100%;
  filter: blur(200px);
}
.gradient-bg-circle.gradient-bg-color-1 {
  background-image: radial-gradient(farthest-corner at 0% 50%, #2bcbbb 0%, rgba(43, 203, 187, 0.1450980392) 50%, rgba(237, 255, 253, 0.5568627451) 50%);
}
.gradient-bg-circle.gradient-bg-color-2 {
  background-image: radial-gradient(farthest-corner at 100% 50%, #ff9e43 0%, rgba(255, 159, 67, 0.1803921569) 50%, rgba(237, 255, 253, 0.5568627451) 50%);
}
.gradient-bg-circle.gradient-bg-color-3 {
  background-image: radial-gradient(farthest-corner at 0% 50%, #eb3b5b 0%, rgba(235, 59, 90, 0.2) 50%, rgba(237, 255, 253, 0.5568627451) 50%);
}
.gradient-bg-circle.gradient-bg-color-4 {
  background-image: radial-gradient(farthest-corner at 100% 50%, #4b7bec 0%, rgba(75, 123, 236, 0.2392156863) 50%, rgba(237, 255, 253, 0.5568627451) 50%);
}
.gradient-bg-circle.gradient-bg-color-5 {
  background-image: radial-gradient(farthest-corner at 0% 50%, #ff9e43 0%, rgba(255, 159, 67, 0.2) 50%, rgba(237, 255, 253, 0.5568627451) 50%);
}
.gradient-bg-circle.gradient-bg-color-6 {
  background-image: radial-gradient(farthest-corner at 100% 50%, #fed130 0%, rgba(254, 211, 48, 0.3882352941) 50%, rgba(237, 255, 253, 0.5568627451) 50%);
}
.gradient-bg-circle.gradient-bg-color-7 {
  background-image: radial-gradient(farthest-corner at 0% 50%, #2bcbbb 0%, rgba(43, 203, 186, 0.2784313725) 50%, rgba(237, 255, 253, 0.5568627451) 50%);
}

.modal-content {
  border: none;
  outline: none;
  border-radius: 20px !important;
}

.modal-body .enquiry-form {
  padding: 8px;
}
.modal-body .enquiry-form .flied-group .title {
  margin-bottom: 10px;
}
.modal-body .enquiry-form .flied-group .title label {
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #008080;
}
.modal-body .enquiry-form .flied-group .title label::after {
  content: "*";
  color: #EB3B5A;
}
.modal-body .enquiry-form .flied-group .title.not-required label::after {
  content: " " !important;
}
.modal-body .enquiry-form .flied-group .input-box-container {
  margin-bottom: 14px;
}
.modal-body .enquiry-form .flied-group .input-box-container input {
  border-radius: 5px/5px;
  padding: 7px;
  width: 100%;
  border: 1px solid rgba(94, 94, 94, 0.8352941176);
  outline: none;
}
.modal-body .enquiry-form .flied-group .input-box-container input::-moz-placeholder {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #8E8E8E;
}
.modal-body .enquiry-form .flied-group .input-box-container input::placeholder {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #8E8E8E;
}
.modal-body .enquiry-form .flied-group .input-box-container textarea {
  outline: none;
  border-radius: 5px/5px;
  padding: 7px;
  width: 100%;
  border: 1px solid rgba(94, 94, 94, 0.8352941176);
}
.modal-body .enquiry-form .flied-group .input-box-container select {
  border-radius: 5px/5px;
  padding: 7px;
  width: 100%;
  border: 1px solid rgba(94, 94, 94, 0.8352941176);
  outline: none;
}

.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp {
  border-radius: 10px/10px;
  background-color: white;
  padding-bottom: 10px;
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-warp-separator {
  display: flex;
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-warp-separator .heading {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  font-family: "Nunito";
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .heading {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  font-family: "Nunito";
  margin-left: 4rem;
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-box {
  padding: 10px;
  padding-top: 25px;
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-box a {
  text-decoration: none;
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element {
  display: flex;
  align-items: center;
  gap: 15px;
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-1 {
  background-color: rgba(12, 130, 129, 0.15);
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-2 {
  background-color: rgba(237, 113, 35, 0.24);
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-3 {
  background-color: rgba(228, 157, 255, 0.3);
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-4 {
  background-color: #F7EECE;
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-5 {
  background-color: #FCD8BD;
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-6 {
  background-color: #C7D7FC;
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-7 {
  background-color: #F3D0D6;
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-8 {
  background-color: #F3EBFF;
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-9 {
  background-color: #CFFFFF;
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-10 {
  background-color: rgba(237, 113, 35, 0.3098039216);
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-11 {
  background-color: rgba(59, 246, 179, 0.3411764706);
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-12 {
  background: rgba(71, 123, 255, 0.3019607843);
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-13 {
  background: #FFD5F3;
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-14 {
  background: #EACFFF;
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-15 {
  background: #FFE1CF;
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-16 {
  background: #FFCDCD;
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-17 {
  background: #BED4FD;
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-18 {
  background: #FDFF98;
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-19 {
  background: #CBFFCD;
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-20 {
  background: #CBF8FF;
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-icon-container.product-icon-menu-v-model-21 {
  background: #F6D1F5;
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-menu-title {
  font-family: "Nunito";
  font-size: 14px;
  font-weight: 800;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #343535;
}
.mobile-menu-box .mobile-menu-box-container .product-menu-box-warp .product-menu-box .product-menu-element .product-menu-decription {
  font-family: "Nunito";
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #343535;
}
.mobile-menu-box .accordion {
  border: none !important;
  outline: none !important;
}
.mobile-menu-box .accordion .accordion-item {
  border: none !important;
}
.mobile-menu-box .accordion-button {
  font-family: "Nunito";
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
}
.mobile-menu-box .accordion-button .menu-name a {
  text-decoration: none;
  color: #343535;
}
.mobile-menu-box .accordion-button .menu-name .down-arrow-icon {
  margin-left: 5px;
  transition: 0.5s;
  display: inline-block;
  transform: rotate(180deg) translateY(-3px);
}
.mobile-menu-box .accordion-button::after {
  border: none !important;
  outline: none !important;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  content: "";
  background-image: none;
  background-size: cover;
  transition: transform 0.2s ease-in-out;
}
.mobile-menu-box .accordion-button:not(.collapsed) {
  border: none !important;
  outline: none !important;
  color: black !important;
  background-color: transparent;
  box-shadow: none;
  outline: none;
}
.mobile-menu-box .accordion-button:not(.collapsed)::after {
  border: none !important;
  outline: none !important;
  flex-shrink: 0;
  width: 0.9rem;
  height: 0.9rem;
  margin-left: auto;
  content: "";
  background-image: none;
  background-size: cover;
  transition: transform 0.2s ease-in-out;
}
.mobile-menu-box .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu-box .accordion-button.collapsed .menu-name .down-arrow-icon {
  display: inline-block;
  transform: rotate(0deg);
}
.mobile-menu-box div.accordion-body {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-family: "Nunito";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  color: rgba(60, 60, 67, 0.85);
}
.mobile-menu-box .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.trusted-retails-container {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.trusted-retails-container .title-container {
  margin: 2% 0;
  font-size: var(--default-title-font-size);
  color: var(-default-title-color);
  font-weight: var(--default-title-font-weight);
}
.trusted-retails-container .title-container .title {
  text-align: center;
}
.trusted-retails-container .title-container .title.big-screen {
  margin: 6% 0;
  font-size: var(--default-title-bs-font-size);
}
.trusted-retails-container .title-container .sub-title {
  font-weight: 800;
  background: linear-gradient(to right, #0C6F6D, #2BCBBA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.trusted-retails-container .title-container .sub-title.color-1 {
  background: linear-gradient(269deg, #ED7123 10.8%, #9747FF 66.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Nunito;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.trusted-retails-container .brand-logo-container {
  display: flex;
  overflow: hidden;
  overflow-x: auto;
}
.trusted-retails-container .brand-logo-container.brand-logo-container::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.trusted-retails-container .brand-logo-container .brand-logo img {
  max-width: 150px;
}
.trusted-retails-container .icon-container {
  display: flex;
  justify-content: start;
  align-items: center;
  width: calc(100vw - 200px);
  height: 120px;
  overflow: hidden;
  position: relative;
}
.trusted-retails-container .scrolling-icons {
  width: 80%;
  display: flex;
  gap: 1.5rem;
  animation: scrollAnimation 12s linear infinite;
}

@keyframes scrollAnimation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 1510px) {
  .common-submit-form .form-content .sub-text {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 1030px) {
  .support-team-container .support-team-container-box {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 50%;
  }
  .support-team-container .support-team-container-box .support-team-title {
    font-size: 3vw;
  }
  .support-team-container .support-team-container-box .support-team-content {
    font-size: 0.8rem;
    text-align: justify;
  }
}
@media only screen and (max-width: 992px) {
  .common-footer-container-bg .common-footer .footer-section-container .icon-container {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 12%;
    height: 100%;
  }
  .common-footer-container-bg .common-footer .footer-section-container .form-section {
    height: 100%;
  }
  .common-footer-container-bg .common-footer .footer-section-container .form-section .form-title {
    margin: 13px 0;
    font-family: "Nunito";
    font-size: 0.99vw;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 25px;
  }
  .common-footer-container-bg .common-footer .footer-section-container .form-section .form-mail-info-container {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .common-footer-container-bg .common-footer .footer-section-container .form-section .form-mail-info-container .form-mail-info a {
    font-weight: 500;
    color: var(--secondary-color);
    text-decoration: none;
  }
  .common-footer-container-bg .common-footer .footer-section-container .form-section .form-mail-info-container .form-mail-info a:focus {
    outline: none;
  }
  .common-footer-container-bg .common-footer .footer-section-container .form-section .input-box {
    margin: 15px 0;
    outline: none;
    width: 100%;
    border-radius: 30px;
    padding: 8px 20px;
    border: 1.5px solid var(--secondary-color);
  }
  .common-footer-container-bg .common-footer .footer-section-container .form-section .input-box::-moz-placeholder {
    font-size: 0.9rem;
    color: #839D9D;
  }
  .common-footer-container-bg .common-footer .footer-section-container .form-section .input-box::placeholder {
    font-size: 0.9rem;
    color: #839D9D;
  }
  .common-footer-container-bg .common-footer .footer-section-container .form-section .contact-us {
    margin-top: 20px;
    color: white;
    gap: 10px;
    /* Auto layout */
    background: #ED7123;
  }
  .common-footer-container-bg .common-footer .footer-title {
    font-family: "Nunito";
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--secondary-color);
    margin-bottom: 27px;
  }
  .common-footer-container-bg .common-footer .footer-content {
    margin-bottom: 7px;
  }
  .common-footer-container-bg .common-footer .footer-content a {
    text-decoration: none;
    font-weight: 400;
    color: #828282;
    font-size: 0.9rem;
  }
  .common-footer-container-bg .common-end-footer .end-footer-container {
    padding: 3% 4.9%;
    font-size: 1rem;
    font-weight: 600;
  }
  .common-footer-container-bg .common-end-footer .end-footer-container a {
    color: #989898;
    text-decoration: none;
  }
  .common-footer-container-bg .common-end-footer .end-footer-container .end-footer-condition-elements {
    font-weight: 500;
    text-align: center;
    padding: 15px 0;
  }
  .common-footer-container-bg .common-end-footer .end-footer-container .end-footer-elements {
    display: flex;
    font-size: 0.8rem;
  }
  .common-footer-container-bg .common-end-footer .end-footer-container .copy-rights {
    cursor: pointer;
    text-align: center;
    color: var(--secondary-color);
  }
  .common-footer-container-bg .common-end-footer .end-footer-container .copy-rights.set-size {
    font-size: 0.8rem;
    text-align: end;
  }
  .common-footer-container-bg .common-end-footer .end-footer-container .copy-rights.set-hightlight {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 940px) {
  .common-footer-container-bg {
    background: linear-gradient(217deg, rgba(254, 209, 48, 0.2549019608), rgba(255, 0, 0, 0) 20.71%), linear-gradient(127deg, rgba(175, 236, 229, 0.8980392157), rgba(0, 255, 0, 0) 70.71%), linear-gradient(60deg, rgba(252, 122, 42, 0.4666666667), rgba(0, 255, 0, 0) 35.71%), linear-gradient(336deg, rgba(151, 71, 255, 0.1725490196), rgba(0, 0, 255, 0) 40.71%);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .common-footer-container-bg .common-footer .footer-section-container .form-section .form-title {
    margin: 13px 0;
    font-family: "Nunito";
    font-size: 3vw;
  }
  .how-it-works-container .title-container {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 811px) {
  .how-it-works-container .title-container {
    font-size: 6vw;
  }
  .support-team-container {
    margin-bottom: 200px;
  }
  .support-team-container img {
    display: none;
  }
  .support-team-container .support-team-container-box {
    background: linear-gradient(217deg, rgba(254, 209, 48, 0.2549019608), rgba(255, 0, 0, 0) 20.71%), linear-gradient(127deg, rgba(175, 236, 229, 0.8980392157), rgba(0, 255, 0, 0) 70.71%), linear-gradient(60deg, rgba(252, 122, 42, 0.4666666667), rgba(0, 255, 0, 0) 35.71%), linear-gradient(336deg, rgba(151, 71, 255, 0.1725490196), rgba(0, 0, 255, 0) 40.71%);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    padding: 25px;
  }
  .support-team-container .support-team-container-box .support-team-title {
    font-size: 2rem;
  }
  .support-team-container .support-team-container-box .support-team-content {
    font-size: 1rem;
    text-align: justify;
  }
  .home-section-7 .interagition-logos-container {
    display: flex;
    gap: 10px;
    justify-content: start;
    overflow: hidden;
    overflow-x: scroll;
    padding: 5% 3%;
  }
  .home-section-7 .interagition-logos-container.interagition-logos-container::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .home-section-7 .interagition-logos-container div {
    box-shadow: 7px 10px 25px -1px rgba(146, 146, 146, 0.2);
    border-radius: 10px;
  }
  .home-section-7 .interagition-logos-container div img {
    width: 160px;
  }
}
@media only screen and (max-width: 768px) {
  .common-submit-form .form-content .sub-text {
    font-size: 3vw;
  }
  .top-content .top-left-content-container {
    padding-top: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
  }
  .top-content .top-left-content-container .top-left-content {
    text-align: center !important;
  }
  .top-content .top-left-content-container .top-left-content .top-title {
    font-size: 1.9rem;
    font-weight: 600;
    font-family: "Nunito";
  }
  .top-content .top-left-content-container .top-left-content .top-title.f-s-big {
    font-size: 2rem;
  }
  .top-content .top-left-content-container .top-left-content .sub-title-section {
    margin-top: 10px;
    font-weight: 500;
  }
  .top-content .top-left-content-container .top-left-content .sub-title-section .e-commerce {
    color: var(--secondary-color);
  }
  .top-content .schedule-demo {
    margin-top: 5% !important;
  }
  .common-clients-container {
    text-align: center;
  }
  .common-clients-review-box {
    position: relative;
  }
  .common-clients-review-box .slider {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .common-clients-review-box .slider-container {
    display: flex;
    transition: transform 0.5s ease;
    width: 100% !important;
  }
  .common-clients-review-box .slide {
    flex: 0 0 350px !important;
    margin: 0 10px;
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 36px 36px 36px 36px;
    margin-bottom: 100px;
  }
  .common-clients-review-box .slide img {
    width: 100%;
  }
  .common-clients-review-box .prev-button,
  .common-clients-review-box .next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    background-color: transparent;
    border: none;
    color: transparent;
    font-size: 18px;
    z-index: 2;
  }
  .common-clients-review-box .prev-button {
    left: 0px;
    display: none;
  }
  .common-clients-review-box .next-button {
    display: none;
    right: 0px;
  }
  .common-clients-review-box .what-box {
    height: 60vh;
  }
  .common-clients-review-box .title-common {
    font-family: "Nunito";
    font-size: 2.2rem;
    font-weight: 800;
    background: linear-gradient(to right, #ED7014 45%, #0C8281);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .common-clients-review-box::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 400px;
    border-radius: 30px/30px;
    z-index: -1;
    background: linear-gradient(217deg, rgba(255, 158, 67, 0.4392156863), rgba(255, 0, 0, 0) 20.71%), linear-gradient(127deg, rgba(151, 71, 255, 0.1647058824), rgba(0, 255, 0, 0) 70.71%), linear-gradient(60deg, rgba(43, 203, 187, 0.3568627451), rgba(0, 255, 0, 0) 35.71%), linear-gradient(336deg, rgba(235, 59, 91, 0.3882352941), rgba(0, 0, 255, 0) 40.71%);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 630px) {
  .top-content .top-left-content-container .top-left-content .sub-title-section {
    font-size: 1rem !important;
  }
  .top-content .top-left-content-container .top-left-content .sub-title-section .e-commerce {
    color: var(--secondary-color);
  }
}
@media only screen and (max-width: 450px) {
  .support-team-container {
    margin-bottom: 300px;
  }
  .home-section-7 .tab-container {
    font-size: 0.7rem;
    margin: 30px 0;
    gap: 2%;
  }
  .home-section-7 .tab-container .nav-tabs {
    border-bottom: none;
  }
  .home-section-7 .tab-container .tab-elements {
    padding: 10px;
    background-color: transparent;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
  }
  .home-section-7 .tab-container .tab-elements.selected {
    color: white;
    background-color: var(--secondary-color);
  }
  .home-section-7 .tab-container .tab-elements:hover {
    color: white;
    background-color: var(--secondary-color);
  }
  .carousel-control-next.boostrap,
  .carousel-control-prev.boostrap {
    height: 30%;
  }
  .transforming-Omni-container .back-ground-style .main-content .title-container {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 400px) {
  .home-section-6 .home-section-6-content-container .home-section-6-content .container-fluid .main-content .title {
    font-size: 1.3rem;
  }
  .carousel-control-next.boostrap,
  .carousel-control-prev.boostrap {
    height: 30%;
  }
  .transforming-Omni-container .back-ground-style .main-content .title-container {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 350px) {
  .carousel-control-next.boostrap,
  .carousel-control-prev.boostrap {
    height: 20%;
  }
}
@media only screen and (min-width: 576px) {
  .business-segments-container .title {
    text-align: center;
    font-size: 2rem;
    color: var(--default-title-color);
    font-weight: var(--default-title-font-weight);
  }
  .business-segments-container .title .title-highlight {
    font-weight: 800;
    background: linear-gradient(to right, #0C6F6D, #2BCBBA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .business-segments-container .sub-title {
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 5%;
  }
  .business-segments-container .over-all-bg {
    margin: 2% 6% !important;
    background-color: #F7EECE;
    border-radius: 31px;
    padding: 4% 2%;
    margin-bottom: 10% !important;
  }
  .business-segments-container .opposition-container .optn-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
  .business-segments-container .opposition-container .optn-container .opposition-bar {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 15px;
    padding: 15px;
  }
  .business-segments-container .opposition-container .optn-container .opposition-bar.not-active {
    filter: grayscale(100%);
  }
  .business-segments-container .opposition-container .optn-container .opposition-bar .opposition-bar-content {
    color: var(--default-title-color);
    font-Weight: 700;
    font-Size: 1rem;
  }
  .business-segments-container .opposition-container .optn-container .opposition-bar .opposition-bar-content.not-active {
    opacity: 0.5;
  }
  .business-segments-container .opposition-container .explanation-view .image-container {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .business-segments-container .opposition-container .explanation-view .image-container img {
    width: 100%;
    border-radius: 10px;
  }
  .business-segments-container .opposition-container .explanation-view .description {
    font-size: 1rem;
    font-weight: 500;
  }
  .top-banner-container .top-content .top-left-content-container {
    padding-top: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
  }
  .top-banner-container .top-content .top-left-content-container .top-left-content {
    text-align: left;
  }
  .top-banner-container .top-content .top-left-content-container .top-left-content .top-title {
    font-size: 1.9rem;
    font-weight: 600;
    font-family: "Nunito";
  }
  .top-banner-container .top-content .top-left-content-container .top-left-content .sub-title-section {
    margin-top: 10px;
    font-weight: 500;
  }
  .top-banner-container .top-content .top-left-content-container .top-left-content .sub-title-section .e-commerce {
    color: var(--secondary-color);
  }
  .top-banner-container .top-content .schedule-demo {
    margin-top: 5% !important;
  }
  .top-banner-container.blog-bg {
    padding-top: 100px;
    position: relative;
    background: none;
  }
  .top-banner-container.blog-bg::after {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    background-image: radial-gradient(farthest-corner at 0% 50%, rgba(175, 236, 229, 0.337254902) 0%, rgba(175, 236, 229, 0.5019607843) 50%, rgba(175, 236, 229, 0.3411764706) 50%);
    height: 50%;
    width: 30%;
    z-index: -1;
    filter: blur(150px);
  }
  .top-banner-container.blog-bg::before {
    top: 0;
    right: 0;
    position: absolute;
    content: "";
    background-image: radial-gradient(farthest-corner at 100% 70%, rgba(254, 209, 48, 0.4431372549) 0%, rgba(255, 158, 67, 0.2549019608) 50%, rgba(255, 255, 255, 0.4745098039) 50%);
    height: 50%;
    width: 30%;
    z-index: -1;
    filter: blur(150px);
  }
  .top-banner-container.blog-bg .top-title {
    font-size: 3.8rem;
    font-weight: 600;
    font-family: "Nunito";
  }
  .top-banner-container.blog-bg .top-title.blog-highlight {
    font-weight: 800;
    background: linear-gradient(to right, #9747FF, #FD9644);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .top-banner-container.blog-bg .blog-card-container {
    padding-bottom: 100px;
  }
  .top-banner-container.blog-bg .blog-card-container .blog-card {
    text-align: left;
    border: none;
    margin: 20px 0;
    background-color: white;
    padding: 40px 30px;
    display: block;
    box-shadow: 7px 10px 25px -1px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
  }
  .top-banner-container.blog-bg .blog-card-container .blog-card img {
    width: 100%;
    border-radius: 20px;
  }
  .top-banner-container.blog-bg .blog-card-container .blog-card .blog-date {
    color: #757575;
    font-size: 14px;
    margin: 10px 0;
  }
  .top-banner-container.blog-bg .blog-card-container .blog-card .blog-title-container {
    height: 100px;
    /* Adjust container height as needed */
    overflow: hidden;
    position: relative;
  }
  .top-banner-container.blog-bg .blog-card-container .blog-card .blog-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* Number of lines to display */
    overflow: hidden;
    text-overflow: ellipsis;
    color: #008080;
    font-weight: 800;
    font-family: "Nunito";
    font-size: 24px;
  }
  .top-banner-container.blog-bg .blog-card-container .blog-card .blog-title:hover {
    text-decoration: underline;
  }
  .top-banner-container.blog-bg .blog-card-container .blog-card .blog-description-container {
    height: 100px;
    /* Adjust container height as needed */
    overflow: hidden;
    position: relative;
  }
  .top-banner-container.blog-bg .blog-card-container .blog-card .blog-description {
    margin: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* Number of lines to display */
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
  }
  .common-submit-form .form-container {
    background: linear-gradient(90deg, #EB3B5A 0%, #64D7CA 100%);
  }
  .common-submit-form .form-container .form input {
    min-width: 290px;
  }
  .trusted-retails-container .brand-logo-container .brand-logo img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .top-banner-container {
    background: linear-gradient(217deg, rgba(254, 209, 48, 0.2549019608), rgba(255, 0, 0, 0) 20.71%), linear-gradient(127deg, rgba(175, 236, 229, 0.8980392157), rgba(0, 255, 0, 0) 70.71%), linear-gradient(60deg, rgba(252, 122, 42, 0.4666666667), rgba(0, 255, 0, 0) 35.71%), linear-gradient(336deg, rgba(151, 71, 255, 0.1725490196), rgba(0, 0, 255, 0) 40.71%);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .top-banner-container .top-nav-bar-container {
    padding: 0 3%;
    min-width: 100%;
    display: flex;
    align-items: center;
    height: 92px;
  }
  .top-banner-container .top-nav-bar-container .top-nav {
    width: 100vw;
  }
  .top-banner-container .top-nav-bar-container .top-nav .log-container {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .top-banner-container .top-nav-bar-container .top-nav .nav-container {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
  }
  .top-banner-container .top-nav-bar-container .top-nav .nav-container .nav-element {
    font-size: 1rem;
    gap: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .top-banner-container .top-nav-bar-container .top-nav .start-trail-btn {
    color: white;
    gap: 10px;
    /* Auto layout */
    background: linear-gradient(104.22deg, #0C8281 -31.28%, #2FDCDA 155.29%);
  }
  .top-banner-container .top-nav-bar-container .top-nav .top-login-btn {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
  }
  .top-banner-container .top-content .top-right-content-container .top-right-content {
    position: relative;
  }
  .top-banner-container .top-content .top-right-content-container .top-right-content .top-floating-image {
    height: 45vw;
  }
  .top-banner-container .top-content .top-right-content-container .top-right-content .top-floating-image .image {
    width: 27vw;
    position: absolute;
    top: 5vw;
    /* position the top  edge of the element at the middle of the parent */
    left: 6vw;
    /* position the left edge of the element at the middle of the parent */
  }
  .top-banner-container .top-content .top-right-content-container .top-right-content .top-floating-image .image-2 {
    width: 35vw;
    position: absolute;
    top: 5vw;
    left: 5vw;
  }
  .top-banner-container .top-content .top-right-content-container .top-right-content .top-floating-image .top-banner-customer-group {
    position: absolute;
    top: 7vw;
    left: 4.5vw;
    width: 16vw;
    border-radius: 5px/5px;
    box-shadow: 7px 10px 25px -1px rgba(0, 0, 0, 0.05);
    animation: side1 1s;
    animation-iteration-count: infinite;
  }
  .top-banner-container .top-content .top-right-content-container .top-right-content .top-floating-image .top-banner-analytics {
    position: absolute;
    top: 3.5vw;
    right: 4vw;
    width: 13vw;
    border-radius: 5px/5px;
    box-shadow: 7px 10px 25px -1px rgba(0, 0, 0, 0.05);
    animation: side3 1s;
    animation-iteration-count: infinite;
  }
  .top-banner-container .top-content .top-right-content-container .top-right-content .top-floating-image .top-banner-customer-loyalty-point {
    position: absolute;
    right: 3vw;
    bottom: 9vw;
    width: 19vw;
    border-radius: 5px/5px;
    box-shadow: 7px 10px 25px -1px rgba(0, 0, 0, 0.05);
    animation: side4 1s;
    animation-iteration-count: infinite;
  }
  .top-banner-container .top-content .top-right-content-container .top-right-content .top-floating-image .top-banner-stock {
    position: absolute;
    left: 0vw;
    bottom: 18vw;
    width: 14vw;
    box-shadow: 7px 10px 25px -1px rgba(0, 0, 0, 0.05);
    border-radius: 5px/5px;
    animation: side3 1s;
    animation-iteration-count: infinite;
  }
  @keyframes side1 {
    0% {
      transform: translate(0px, 0px);
    }
    50% {
      transform: translate(-5px, -5px);
    }
    100% {
      transform: translate(0px, 0px);
    }
  }
  @keyframes side2 {
    0% {
      transform: translate(-5px, -5px);
    }
    50% {
      transform: translate(0px, 0px);
    }
    100% {
      transform: translate(-5px, -5px);
    }
  }
  @keyframes side3 {
    0% {
      transform: translate(0px, 0px);
    }
    50% {
      transform: translate(2px, 5px);
    }
    100% {
      transform: translate(0px, 0px);
    }
  }
  @keyframes side4 {
    0% {
      transform: translate(0px, 0px);
    }
    50% {
      transform: translate(-5px, -5px);
    }
    100% {
      transform: translate(0px, 0px);
    }
  }
  .top-banner-container .top-content .schedule-demo {
    color: white;
    gap: 10px;
    /* Auto layout */
    background: linear-gradient(104.22deg, #0C8281 -31.28%, #2FDCDA 155.29%);
  }
  .common-footer .icon-container {
    margin: 0;
    justify-content: right;
    gap: 2%;
  }
  .carousel-control-next.boostrap,
  .carousel-control-prev.boostrap {
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .top-banner-container .top-content .top-left-content-container {
    padding-top: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
  }
  .top-banner-container .top-content .top-left-content-container .top-left-content .top-title {
    font-size: 2.5rem;
    font-weight: 600;
    font-family: "Nunito";
  }
  .top-banner-container .top-content .top-left-content-container .top-left-content .sub-title-section {
    margin-top: 10px;
    font-weight: 500;
  }
  .top-banner-container .top-content .top-left-content-container .top-left-content .sub-title-section .e-commerce {
    color: var(--secondary-color);
  }
  .top-banner-container .top-content .schedule-demo {
    margin-top: 5% !important;
  }
  .home-section-6 .description.set-margin,
  .home-section-7 .description.set-margin {
    margin: 0 20% !important;
  }
  .trusted-retails-container .brand-logo-container .brand-logo img {
    margin: 0 20px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .top-nav-bar-container .top-nav .start-trail-btn {
    color: white;
    gap: 10px;
    /* Auto layout */
    min-width: 180px;
    height: 50px;
    background: linear-gradient(104.22deg, #0C8281 -31.28%, #2FDCDA 155.29%);
  }
  .top-nav-bar-container .top-nav .top-login-btn {
    border: 1px solid var(--primary-color);
    background-color: transparent;
    min-width: 90px;
    height: 50px;
  }
  .top-nav-bar-container .top-nav .top-login-btn a {
    color: var(--primary-color);
    text-decoration: none;
  }
  .top-banner-container .top-content .top-left-content-container {
    padding-top: 0%;
    padding-bottom: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
  }
  .top-banner-container .top-content .top-left-content-container .top-left-content .top-title {
    font-size: 3rem;
    font-weight: 600;
    font-family: "Nunito";
  }
  .top-banner-container .top-content .top-left-content-container .top-left-content .sub-title-section {
    margin-top: 10px;
    font-weight: 500;
  }
  .top-banner-container .top-content .top-left-content-container .top-left-content .sub-title-section .e-commerce {
    color: var(--secondary-color);
  }
  .top-banner-container .top-content .schedule-demo {
    margin-top: 5% !important;
  }
}
@media only screen and (min-width: 1332px) {
  .top-nav-bar-container .top-nav .start-trail-btn {
    color: white;
    gap: 10px;
    /* Auto layout */
    min-width: auto;
    height: auto;
    background: linear-gradient(104.22deg, #0C8281 -31.28%, #2FDCDA 155.29%);
  }
  .top-nav-bar-container .top-nav .top-login-btn {
    border: 1px solid var(--primary-color);
    background-color: transparent;
    min-width: auto;
    height: auto;
  }
  .top-nav-bar-container .top-nav .top-login-btn a {
    color: var(--primary-color);
    text-decoration: none;
  }
}
.our-client-section-rm {
  overflow: hidden;
  overflow-x: scroll;
  gap: 30px;
}
.our-client-section-rm div {
  width: 400px;
}

.help-card-container {
  width: 1280px;
  margin-top: 8rem;
  padding: 0 5.5rem;
}
.help-card-container .help-card {
  height: 100%;
  border-radius: 8px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 2rem 4rem;
  padding-bottom: 4rem;
  text-align: center;
}
.help-card-container .help-card .card-header {
  font-size: 50px;
  font-weight: 700;
  background: linear-gradient(82.88deg, #9747FF 5.55%, #ED7123 92.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 0;
}
.help-card-container .help-card .card-sub-header {
  font-size: 30px;
  font-weight: 500;
}
.help-card-container .help-card .form-group .form-control {
  padding: 0.75rem 0;
  border: none;
  border-bottom: 1px solid #B1A9A9;
  border-radius: 0;
}
.help-card-container .help-card .form-group .form-control::-moz-placeholder {
  font-size: 20px;
  font-weight: 500;
  color: #C5C5C5;
}
.help-card-container .help-card .form-group .form-control::placeholder {
  font-size: 20px;
  font-weight: 500;
  color: #C5C5C5;
}
.help-card-container .help-card .form-group .form-control.text-area {
  height: 150px;
  border: 1px solid #B1A9A9;
  border-radius: 8px;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
}
.help-card-container .help-card .form-group .form-control.text-area::-moz-placeholder {
  color: #C5C5C5;
}
.help-card-container .help-card .form-group .form-control.text-area::placeholder {
  color: #C5C5C5;
}
.help-card-container .help-card .form-group .form-control:focus {
  box-shadow: none;
  transition: 5s all ease-in;
}
.help-card-container .help-card .form-group .form-control:focus::-moz-placeholder {
  padding-left: 0.5rem;
}
.help-card-container .help-card .form-group .form-control:focus::placeholder {
  padding-left: 0.5rem;
}
.help-card-container .help-card .form-group .form-label {
  font-size: 20px;
  font-weight: 500;
  text-align: start;
}
.help-card-container .help-card .form-group .form-label .important {
  color: red;
}
.help-card-container .help-card .submit-button {
  background: linear-gradient(104.22deg, #0C8281 -31.28%, #2FDCDA 155.29%);
  width: 156px;
  height: 70px;
  border-radius: 10px;
  border: none;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 576px) {
  .help-card-container {
    width: 100%;
    padding: 0 1rem;
  }
  .help-card-container .help-card {
    padding: 2rem;
    padding-bottom: 4rem;
  }
  .help-card-container .help-card .card-header {
    font-size: 24px;
  }
  .help-card-container .help-card .card-sub-header {
    font-size: 18px;
  }
  .help-card-container .help-card .form-group .form-control::-moz-placeholder {
    font-size: 18px;
  }
  .help-card-container .help-card .form-group .form-control::placeholder {
    font-size: 18px;
  }
  .help-card-container .help-card .form-group .form-label {
    font-size: 18px;
  }
  .help-card-container .help-card .submit-button {
    background: linear-gradient(104.22deg, #0C8281 -31.28%, #2FDCDA 155.29%);
    width: 126px;
    height: 48px;
    font-size: 18px;
  }
}
.landing-main-container.contact-us-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.landing-main-container.contact-us-container .gradient-touch {
  position: absolute;
  background: radial-gradient(ellipse at 50% 50%, rgba(255, 105, 105, 0.48) 0%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0px;
  border-radius: 50%;
}
.landing-main-container.contact-us-container .page-section .page-section-heading {
  font-size: 50px;
  font-weight: 700;
  margin: 3rem 0;
  margin-bottom: 5rem;
  text-align: center;
}
.landing-main-container.contact-us-container .page-section .top-section-bg-gradient {
  background: url("../assects/images/landing/frame-5.png");
  background-position: start;
  background-repeat: no-repeat;
  background-size: 100% 50%;
  height: 100%;
  padding-bottom: 4rem;
  min-width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-main-container.contact-us-container .page-section .max-width {
  max-width: 1280px;
}
.landing-main-container.contact-us-container .page-section .landing-top-section .top-main-section {
  margin-top: 92px;
}
.landing-main-container.contact-us-container .page-section .landing-top-section .top-main-section .text-1 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
.landing-main-container.contact-us-container .page-section .landing-top-section .top-main-section .text-2 {
  font-size: 50px;
  font-weight: 800;
  margin: 0;
  background: linear-gradient(82.88deg, #9747FF 5.55%, #ED7123 92.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-main-container.contact-us-container .page-section .landing-top-section .top-main-section .text-3 {
  font-size: 28px;
  font-weight: 500;
  margin: 1rem 0;
  margin-bottom: 2.5rem;
}
.landing-main-container.contact-us-container .page-section .landing-top-section .top-main-section .enquire-now-button {
  border: none;
  width: 225px;
  height: 72px;
  border-radius: 8px;
  background: #000000;
  box-shadow: 0px 0px 6px 0px rgba(255, 255, 255, 0.2509803922);
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
.landing-main-container.contact-us-container .page-section .contact-us-card-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  flex-wrap: wrap;
}
.landing-main-container.contact-us-container .page-section .contact-us-card-section .contact-us-card {
  margin-top: 5rem;
  padding: 2.5rem;
  width: 100%;
  max-width: 500px;
  min-height: 350px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2509803922);
  background-color: #fff;
  border-radius: 8px;
  height: 454px;
  text-align: center;
}
.landing-main-container.contact-us-container .page-section .contact-us-card-section .contact-us-card .card-heading {
  font-size: 36px;
  font-weight: 700;
}
.landing-main-container.contact-us-container .page-section .contact-us-card-section .contact-us-card .card-content {
  font-size: 20px;
  font-weight: 500;
}
.landing-main-container.contact-us-container .page-section .contact-us-card-section .contact-us-card .card-button {
  background: linear-gradient(104.22deg, #0C8281 -31.28%, #2FDCDA 155.29%);
  width: 237px;
  height: 70px;
  border-radius: 10px;
  border: none;
  font-size: 24px;
  font-weight: 600;
}
.landing-main-container.contact-us-container .page-section .location-image-section {
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 12px;
  overflow: hidden;
  width: 632px;
  height: 590px;
}
.landing-main-container.contact-us-container .page-section .location-card {
  max-width: 408px;
  border-radius: 12px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 2rem;
  height: 590px;
}
.landing-main-container.contact-us-container .page-section .location-card .card-heading {
  font-size: 26px;
  font-weight: 700;
}
.landing-main-container.contact-us-container .page-section .location-card .card-content {
  font-size: 24px;
  font-weight: 600;
  color: #5B5A5A;
  padding: 1rem 0;
  padding-left: 2.5rem;
  line-height: 1.7;
}

@media (max-width: 576px) {
  .landing-main-container.contact-us-container .page-section .page-section-heading {
    font-size: 28px;
    margin: 3rem 0;
    margin-bottom: 5rem;
    text-align: center;
  }
  .landing-main-container.contact-us-container .page-section .landing-top-section .top-main-section {
    margin-top: 92px;
  }
  .landing-main-container.contact-us-container .page-section .landing-top-section .top-main-section .text-1 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
  }
  .landing-main-container.contact-us-container .page-section .landing-top-section .top-main-section .text-2 {
    font-size: 40px;
    text-align: center;
    padding-top: 1rem;
  }
  .landing-main-container.contact-us-container .page-section .landing-top-section .top-main-section .text-3 {
    font-size: 20px;
    text-align: center;
    margin: 1rem 0;
    margin-bottom: 1.5rem;
  }
  .landing-main-container.contact-us-container .page-section .landing-top-section .top-main-section .enquire-now-button {
    width: 175px;
    height: 52px;
    font-size: 18px;
  }
  .landing-main-container.contact-us-container .page-section .contact-us-card-section .contact-us-card {
    height: 100%;
    padding: 1rem;
    padding-bottom: 3rem;
    margin-top: 1rem;
  }
  .landing-main-container.contact-us-container .page-section .contact-us-card-section .contact-us-card:first-child {
    margin-top: 5rem;
  }
  .landing-main-container.contact-us-container .page-section .contact-us-card-section .contact-us-card .card-heading {
    font-size: 28px;
  }
  .landing-main-container.contact-us-container .page-section .contact-us-card-section .contact-us-card .card-content {
    font-size: 16px;
  }
  .landing-main-container.contact-us-container .page-section .contact-us-card-section .contact-us-card .card-button {
    width: 200px;
    height: 58px;
    font-size: 18px;
  }
  .landing-main-container.contact-us-container .page-section .location-image-section {
    width: 320px;
    margin: 0 2rem;
    height: 350px;
  }
  .landing-main-container.contact-us-container .page-section .location-card-container {
    width: 100%;
  }
  .landing-main-container.contact-us-container .page-section .location-card {
    margin: 0;
    height: 100%;
    max-width: 320px;
    padding: 1.5rem 1rem;
  }
  .landing-main-container.contact-us-container .page-section .location-card .card-heading {
    font-size: 18px;
  }
  .landing-main-container.contact-us-container .page-section .location-card .card-content {
    font-size: 16px;
  }
}
.landing-main-container.news-room-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.landing-main-container.news-room-container .page-section .top-section-bg-gradient {
  background: url("../assects/images/landing/frame-6.png");
  background-position: start;
  background-repeat: no-repeat;
  background-size: 100% 20%;
  height: 100%;
  padding-bottom: 4rem;
  min-width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-main-container.news-room-container .page-section .max-width {
  max-width: 1280px;
}
.landing-main-container.news-room-container .page-section .landing-top-section .top-main-section {
  margin-top: 92px;
}
.landing-main-container.news-room-container .page-section .landing-top-section .top-main-section .text-1 {
  text-align: center;
  font-size: 54px;
  font-weight: 800;
  background: linear-gradient(90.19deg, #FF3478 36.66%, #FF6C35 99.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-main-container.news-room-container .page-section .landing-top-section .top-main-section .text-2 {
  font-size: 42px;
  font-weight: 500;
  color: #353535;
  text-align: center;
}
.landing-main-container.news-room-container .page-section .landing-top-section .top-main-section .text-3 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.landing-main-container.news-room-container .page-section .contact-us-card-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  flex-wrap: wrap;
}
.landing-main-container.news-room-container .page-section .contact-us-card-section .contact-us-card {
  margin-top: 5rem;
  padding: 2.5rem;
  width: 100%;
  max-width: 500px;
  min-height: 350px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2509803922);
  background-color: #fff;
  border-radius: 8px;
  height: 568px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
.landing-main-container.news-room-container .page-section .contact-us-card-section .contact-us-card .horizontal-line {
  position: absolute;
  border-bottom: 1px solid #E5D5D5;
  width: 50%;
  left: 0;
  top: 250px;
}
.landing-main-container.news-room-container .page-section .contact-us-card-section .contact-us-card .card-content {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}
.landing-main-container.news-room-container .page-section .contact-us-card-section .contact-us-card .card-button {
  background: linear-gradient(104.22deg, #0C8281 -31.28%, #2FDCDA 155.29%);
  width: 100%;
  height: 64px;
  border-radius: 10px;
  border: none;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 576px) {
  .landing-main-container.news-room-container .page-section .top-section-bg-gradient {
    background-size: 100% 15%;
  }
  .landing-main-container.news-room-container .page-section .landing-top-section .top-main-section .text-1 {
    font-size: 42px;
  }
  .landing-main-container.news-room-container .page-section .landing-top-section .top-main-section .text-2 {
    font-size: 24px;
  }
  .landing-main-container.news-room-container .page-section .contact-us-card-section {
    gap: 1rem;
  }
  .landing-main-container.news-room-container .page-section .contact-us-card-section .contact-us-card {
    padding: 1.5rem;
    height: 100%;
    gap: 2rem;
  }
  .landing-main-container.news-room-container .page-section .contact-us-card-section .contact-us-card .news-image {
    max-width: 150px;
    margin-right: 0.75rem;
  }
  .landing-main-container.news-room-container .page-section .contact-us-card-section .contact-us-card .horizontal-line {
    display: none;
  }
  .landing-main-container.news-room-container .page-section .contact-us-card-section .contact-us-card .card-content {
    font-size: 18px;
  }
  .landing-main-container.news-room-container .page-section .contact-us-card-section .contact-us-card .card-button {
    height: 52px;
    font-size: 18px;
  }
}
.gradient-button-1 {
  outline: none;
  border: none;
  width: 100%;
  max-width: 240px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 6px;
  background: linear-gradient(92.32deg, #CE0057 1.4%, #3712CA 97.51%);
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.gradient-button-1.small {
  width: 100%;
  min-width: 160px;
  font-size: 14px;
  height: 35px;
}

.max-height {
  height: calc(100vh - 92px);
}

.max-landing-width {
  max-width: calc(100vw - 150px);
}