/* Roadmap Theme */
:root {
  --primary: #ff9103;
  --secondary: #000000;
  --light: #ffe5c4;
  --tertiary: #6b6b6b;
  --dark: #011A41;
}

#js-scroll {
  background-color: rgba(212, 201, 212, 0) !important;
}

.border-btn-wrapper {
  transform: translate(0%, 0%);
}

.fm-big-circle {
  animation: fRotate 50s linear infinite;
}

.fm-icon-block img {
  animation: fRotate-reverse 50s linear infinite;
}

.rotate-45 .fm-icon-block img {
  animation: fRotate-reverse 50s linear infinite;
}

.fm-icon-block:first-child {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fm-icon-block:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}

.fm-icon-block:nth-child(3) {
  bottom: 0;
  right: 50%;
  transform: translate(50%, 50%);
}

.fm-icon-block:nth-child(4) {
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
}

.fm-icon-block:nth-child(5) {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fm-icon-block:nth-child(6) {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}

.fm-icon-block:nth-child(7) {
  bottom: 0;
  right: 50%;
  transform: translate(50%, 50%);
}

.fm-icon-block:nth-child(8) {
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
}

.fm-icon-block {
  border-radius: 50%;
  background-color: rgb(251 223 211);
  width: 95px;
  height: 95px;
  margin-top: -15px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  transition: 0.7s;
  outline: 1.2px solid var(--primary);
}

.fm-icon-block img {
  transition: 0.7s;
  transform: rotate(-50deg) translateX(-4px);
  width: 60px;
}

.play-btn::after {
  animation: rotatePlay 3s linear infinite;
}

.play-btn::before {
  animation: rotatePlayRev 3s linear infinite;
}

.video-ratio {
  aspect-ratio: 134 / 63;
}

.ratio iframe {
  border-radius: 30px;
}

.v-modal {
  animation: v-modal 0.5s linear;
  transform-origin: left;
}

.active-faq .plus {
  display: none !important;
}

.active-faq .minuse {
  display: block !important;
}

/* before width increase anim  */
.width-increase::before {
  animation: w-increase 1s linear;
  transform-origin: left;
}

.screen-height {
  height: calc(100vh - 50px);
}

canvas {
  background-color: transparent !important;
  /* Default background color */
}

/* parallax style  */
#parallax-mouse {
  position: relative !important;
  width: 100%;
  height: 100%;
}

#parallax-mouse .layer:nth-child(1) {
  position: relative !important;
  left: -36% !important;
  top: -40% !important;
}

#parallax-mouse .layer:nth-child(2) {
  position: relative !important;
  left: 51% !important;
  top: -45% !important;
}

#parallax-mouse .layer:nth-child(3) {
  position: relative !important;
  left: -48% !important;
}

#parallax-mouse .layer:nth-child(4) {
  position: relative !important;
  top: 42% !important;
  left: -49% !important;
}

#parallax-mouse .layer:nth-child(5) {
  position: relative !important;
  left: 14% !important;
  top: 42% !important;
}

#parallax-mouse .layer:nth-child(6) {
  position: relative !important;
  top: 36% !important;
  left: 33% !important;
}

/* home three  */
.h3-nav-logo {
  clip-path: polygon(0 0, 100% 0%, 73% 100%, 0% 100%);
}

.bg-cover-bottom {
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover !important;
  background-position: bottom !important;
}

/* custom scrollbar  */

/* width */
.custom-scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

/* Track */
.custom-scrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #f9c8b8;
  opacity: 0.8;
  border-radius: 10px;
}

/* Handle on hover */
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

.swiper-slide-thumb-active {
  border: 2px solid var(--primary);
}

.open-anim {
  transform-origin: top left;
  animation: slider-open 200ms linear;
}


.option-open {
  transform-origin: top left;
  animation: option-open 300ms linear;
}

.bg-\[\#FFFAF0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 240 / var(--tw-bg-opacity)) !important;
}

.moving-anim-x {
  transform-origin: top left;
  animation: xMoving-anim 3000ms linear infinite alternate;
}

.moving-anim-y {
  transform-origin: top left;
  animation: yMoving-anim 2000ms linear infinite alternate;
}

#target-word {
  width: 200px;
  display: inline-block;
  text-align: left;
  color: var(--primary);
  /* background: var(--primary);
  background: linear-gradient(to bottom, var(--primary) 21%, #FFFFFF 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
}

.slide-out {
  opacity: 0;
}

.slide-in {
  opacity: 1;
}

.barRight {
  margin: 0px 0.75rem;
}

.arrowTrail {
  position: absolute;
  right: 1%;
  bottom: 5%;
}

.arrow {
  position: absolute;
  right: 8%;
  bottom: 29%;
  transform: rotate(270deg);
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(../img/all-products/arrow_white.svg);
  animation: yMoving-anim-arrow 2000ms linear infinite alternate;
}

@media (max-width:1024px) {
  .arrowTrail {
    position: relative;
    bottom: 0;
    right: 0;
  }

  .arrow {
    display: none;
  }
}

.RPprivacy {
  padding: 0;
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
}

.RPprivacy li {
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0 10px;
  margin-bottom: 10px;
  line-height: 12px;

  & a {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    outline: 0;
  }
}

/* Dropdown updated css */
.headerOverlay {
  display: none;
  position: absolute;
  background: #00000066;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 67px;
}

.RM_OuterMenu {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.4);
}

.MainMenu,
.Comm_MainMenu,
.price_MainMenu {
  position: absolute;
  width: 100vw;
  max-height: calc(100vh - 100px);
  background-color: white;
  z-index: 100;
  top: 80px;
  display: none;
  transition: all 0.3s ease;
}

.RM_container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  background-color: #ffeed7;
}

.tab-category {
  display: flex;
  margin: 0;
}

.RM_prod_categories ul {
  display: grid;
  gap: 0;
}

.tab-category li {
  margin-right: 40px;
  padding: 15px 0px;
  color: #000;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-weight: 500;
}

.tab-category li a {
  text-decoration: none;
  color: var(--primary);
}

.tab-category li.active {
  color: var(--primary);
  border-color: var(--primary);
  /* font-weight: 500; */
}

.tab-category li:hover {
  color: var(--primary);
  /* font-weight: 500; */
}

.tab-category .RM_Allpro_link a {
  display: inline-block;
  border-left: 1px solid var(--primary);
  padding: 0 20px 0 30px;
  font-size: 16px;
  font-weight: 500;
  margin-right: 40px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}

.tab-category .RM_Allpro_link a::after,
.RM_prod_categories ul li::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid var(--primary);
  border-top: 1.5px solid var(--primary);
  transform: rotate(45deg);
  transition: right .4s ease;
}

.all_prod_list {
  padding: 15px 20px 10px 1%;
  display: flex;
  margin: 0 auto;
  overflow: auto;
  height: calc(100vh - 220px);
  max-height: 550px;
}

.erp .all_prod_list {
  padding: 15px 20px 10px 1%;
  display: flex;
  margin: 0 auto;
  overflow: auto;
  height: calc(100vh - 280px);
  max-height: 550px;
}

.RM_prod_categories {
  width: 260px;
  padding: 10px;
  border-right: 1px solid #e7ebf0;
  overflow: auto;
}

.RM_prod_categories ul li {
  font-size: 15px;
  padding: 8px 25px 8px 10px;
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
  color: #000000;
}

.RM_prod_categories ul li.active {
  background-color: #ffeed7;
  color: var(--primary);
  font-weight: 500;
}

.RM_prod_categories ul li::after {
  right: 30px;
  opacity: 0;
  transform: scale(0.8) rotate(45deg);
  transition: all .4s ease;
}

.RM_prod_categories ul li.active::after {
  right: 15px;
  opacity: 1;
  transition: right .6s ease;
}

.RM_prod_details {
  width: calc(100% - 260px);
  height: 100%;
  overflow: auto;
  transition: opacity .5s ease;
  opacity: 1;
}

.RM_prod_details h2 {
  font-size: 27px;
  font-family: var(--primaryfont-regular);
  color: #010101;
  padding: 5px 10px 5px 20px;
  margin-bottom: 0;
  background-color: #fff;
  position: sticky;
  top: -1px;
  z-index: 10;
  max-width: 100%;
  text-align: left;
  /* margin-left: 10px; */
  margin-top: 10px;
  margin-right: 5px;
}

.RM_prod_details_list {
  display: flex;
  flex-direction: column;
}

.RM_prod_details .prodsCard {
  border: 1px solid var(--primary) !important;
}

.RM_prod_details .prodsImg {
  width: 150px;
}


.RM_prod_list_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 6px 10px;
  padding: 0px 10px;
}

.RM_prod_list_container .RM_prod_list {
  padding: 15px 20px;
  display: flex;
  column-gap: 15px;
  position: relative;
  transition: background-color .4s ease;
  border-radius: 3px;
  max-width: 330px;
  margin: 5px 0;

  & .bi {
    color: #000;
    transition: all .4s ease;
  }

  & span {
    margin-top: -8px;
  }
}

.RM_prod_list_container .RM_prod_list:hover {
  background-color: #ffeed7;
  cursor: pointer;

  & .bi {
    color: var(--primary);
  }

  /* & svg.bi,
  svg.bi-fill path {
    fill: var(--primary);
  }

  & svg .bi {
    fill: none;
    stroke: var(--primary);
  } */
}

/* .RM_prod_list_container .RM_prod_list span {
  min-width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  margin-top: 2px;
} */

.RM_prod_list_container .RM_prod_list .RM_prod_content h4 {
  font-size: 19px;
  font-family: 400;
  margin-bottom: 5px;
  color: #010101;
  letter-spacing: -0.2px;
}

.RM_prod_list_container .RM_prod_list .RM_prod_content p {
  font-size: 13px;
  margin-bottom: 0;
  color: #333;
  line-height: 1.4;
}

.RM_prod_list_container .RM_prod_list.RM_modules_list {
  box-shadow: 0 0 1px #cecece;
  border-radius: 20px;
}

svg.close {
  position: absolute;
  right: 3%;
  top: 15px;
  cursor: pointer;
}

/* Index */
.RMprods_icon {
  display: block;
  width: fit-content;
  height: fit-content;
  padding: 10px 20px;
  background-color: var(--light);
  border-radius: 50%;
  transition: all 0.2s ease;
}

.RMprods_wrapper:hover .RMprods_icon {
  background-color: var(--primary);
  color: #fff;
}

.priceApps .PA_Card {
  border: 1px solid transparent;
  background-color: #fff6e9;
  cursor: pointer;

  i {
    transition: all 0.15s ease-in-out;
  }

  h1 {
    position: relative;
    top: 0px;
    transition: all 0.2s ease-in-out;
  }

  p {
    font-size: 15px;
    position: relative;
    top: 0px;
    transition: all 0.2s ease-in-out;
  }
}

.priceApps .PA_Card:hover {
  border: 1px solid var(--primary);

  i {
    filter: drop-shadow(0px 2px 3px #ff935060);
  }

  h1,
  p {
    top: -4px;
    filter: drop-shadow(0px 3px 5px #ff935060);
  }
}

.all_prod_tab.priceApps {
  max-height: 385px;
  overflow-y: auto;
}

.all_prod_tab.portal {
  background: #fffcf4;
  max-height: 420px;
  overflow-y: auto;
}

.all_prod_tab.services {
  max-height: 440px;
  overflow-y: auto;
}

.portalCard_tabPanel,
.menuCard_tabPanel {
  display: flex;
  flex: 0 0 auto;
  width: 30% !important;
  padding: 1.058rem 0.58rem 1.058rem 1.058rem;
  margin: 0px 1.59rem 1.59rem 0px;
  color: #000;
  background-color: #ffeed7;
  border: 1px solid var(--light);
  transition: all 0.3s ease-in-out;
}

.portalCard_tabPanel:hover,
.menuCard_tabPanel:hover {
  border: 1px solid var(--primary);
}

.portalCard_tabPanel .portalCard_logo,
.menuCard_tabPanel .menuCard_logo {
  margin-right: 20px;
  max-width: 55px;
}

.menuCard_logo img.img-fluid {
  width: 60px !important;
}

.portalCard_tabPanel .portalCard_content,
.menuCard_tabPanel .menuCard_content {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.portalCard_tabPanel .portalCard_content i,
.menuCard_tabPanel .menuCard_content i {
  position: relative;
  left: 2px;
  transition: left 0.3s ease;
}

.portalCard_tabPanel:hover .portalCard_content i,
.menuCard_tabPanel:hover .menuCard_content i {
  left: 5px;
}

.portalArrow {
  place-items: end;
  float: right;
}

.portalArrow a:hover span {
  text-decoration: underline !important;
  line-height: 1px;
}

.all_prod_tab.about,
.all_prod_tab.blog {
  min-height: 420px;
  max-height: 420px;
  overflow-y: auto;
}

.all_prod_tab.about .aboutBg_img {
  background-color: #ffe6c7;
  /* background-image: url(/assets/img/all-products/aboutus-dropPanel.svg); */
  align-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  min-height: 420px;
}

.all_prod_tab.blog .aboutBg_img {
  background: url(/assets/img/all-products/Blog-menu-screen.png),
    conic-gradient(from -45deg at calc(100%/3) calc(100%/3), rgba(255, 255, 255, 0.25) 90deg, transparent 0),
    conic-gradient(from -135deg at calc(100%/3) calc(2*100%/3), rgba(255, 255, 255, 0.25) 90deg, rgba(255, 239, 219, 0.15) 0 135deg, transparent 0),
    conic-gradient(from 135deg at calc(2*100%/3) calc(2*100%/3), rgba(255, 255, 255, 0.25) 90deg, rgba(255, 239, 219, 0.15) 0 135deg, transparent 0),
    conic-gradient(from 45deg at calc(2*100%/3) calc(100%/3), rgba(255, 255, 255, 0.25) 90deg, rgba(255, 239, 219, 0.15) 0 135deg, transparent 0, rgba(255, 255, 255, 0.25) 0 225deg, rgba(255, 239, 219, 0.15) 0);

  background-size: 100% 100%, 36px 36px, 36px 36px, 36px 36px, 36px 36px;
  background-repeat: no-repeat, repeat, repeat, repeat, repeat;
  background-position: 100% 100%, 0% 0%, 100% 0%, 0% 100%, center center;
  min-height: 420px;
}

.img-overlay {
  position: relative;
  z-index: 1;
  /* border: 4px solid var(--primary); */
  border-radius: 20px;
}

.img-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff910300;
  border-radius: 20px;
  z-index: -1;
  transition: all 0.2s ease-in;
}

.img-overlay:hover::before {
  background-color: #fff3e4;
}

.img-overlay .play-videoBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
  transition: all 0.2s ease-in;
}

.img-overlay:hover .play-videoBtn {
  transform: translate(-50%, -50%) scale(1.2);
}

.playBtnDiv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.product-suit-card {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  padding: 15px 10px;
  border-radius: 15px;
  background-color: #ffddb1;
  color: #000000;
  position: relative;
  top: 0;
  transform: scale(1);
  max-height: 150px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.product-suit-card .product-title {
  height: max-content;
  position: relative;
  transform: translateY(0);
  transition: all 0.4s ease-in-out;
}

.product-suit-card:hover {
  top: -12px;
}

.product-suit-card:hover .product-title {
  transform: translateY(-80px);
}

.product-suit-card .product-icon {
  width: 60px;
  height: 60px;
  font-size: 1.75rem;
  padding: 0.70rem 0.995rem;
  color: white;
  background-color: var(--primary);
  border-radius: 50%;
  margin: 5px auto 20px;
  box-shadow: 0px 0px 0px 2.5px var(--light);
}

.Indus-buss-card {
  display: block;
  background-color: var(--light);
  border-radius: 20px;
  padding: 10px;
  border: 0.5px dashed var(--primary);
  color: #000;
}

.Indus-buss-card .Indus-buss-img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}

.Indus-buss-card .Indus-buss-img img {
  transform: scale(1);
  transition: all 0.3s ease;
}

.Indus-buss-card:hover .Indus-buss-img img {
  transform: scale(1.1);
}

.Indus-buss-card .Indus-buss-content {
  /* padding: 0px 15px; */
  padding: 5px 8px;
  background-color: #ffd39b;
  border-radius: 15px;
}

.Indus-buss-card:hover .Indus-buss-content .bi {
  color: var(--primary);
}

.Indus-buss-swiper {
  padding: 2.55rem;
  padding-top: 0px;
  padding-bottom: 4.5rem;
}

.Indus-buss-swiper .swiper-button-prev,
.Indus-buss-swiper .swiper-rtl .swiper-button-next {
  top: auto;
  left: 47.5%;
  right: auto;
  bottom: 1% !important;
  transform: translateX(-45%);
}

.Indus-buss-swiper .swiper-button-next,
.Indus-buss-swiper .swiper-rtl .swiper-button-prev {
  top: auto;
  right: 45.5%;
  left: auto;
  bottom: 1% !important;
  transform: translateX(-45%);
}

.Indus-buss-swiper .swiper-button-prev:after,
.Indus-buss-swiper .swiper-button-next:after {
  font-size: 30px;
  color: var(--primary);
  padding: 0.55rem 0.95rem;
  background: var(--light);
  border-radius: 50%;
}

.Indus-buss-swiper .swiper-slide {
  max-width: 300px;
}

.RM-mainCTA {
  position: relative;
  background-image: url(../img/all-products/roadmap-employee-support.png);
  background-size: cover;
  background-position: center bottom;
  z-index: 1;
}

.RM-mainCTA .outercardContact {
  padding: 20px 30px;
  border-radius: 20px;
  box-shadow: 1px 0px 17px 3px rgb(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 0px 17px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 0px 17px 3px rgba(0, 0, 0, 0.25);
}

.RM-projectSliderBox {
  background-color: white;
  padding: 0.85rem 1.25rem;
  position: relative;
  height: 380px;
}

.RM-projectSliderBox .RM-projectSliderText {
  color: #000;
}

.RM-projectSliderBox .img-fluid.RM-projectSliderImg {
  position: absolute;
  width: 67%;
  right: 0;
  bottom: 3px;
}

.projectSlider .swiper-slide .RM-projectSliderBox {
  background: -webkit-linear-gradient(180deg, #fafafa 0%, #fff0dd 100%);
  background: -o-linear-gradient(180deg, #fafafa 0%, #fff0dd 100%);
  background: -moz-linear-gradient(180deg, #fafafa 0%, #fff0dd 100%);
  background: linear-gradient(180deg, #fafafa 0%, #fff0dd 100%);
}

.project-slider-next.swiper-button-disabled,
.project-slider-prev.swiper-button-disabled {
  opacity: 0.5;
}

/* All product screen */
.all_prod_landScreen {
  background-color: #ffeed6;
  max-height: 500px;
}

.stand-crm {
  background-image: url(../img/all-products/standalone-crm.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
}

.all_products_lists .heading_2 {
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 800;
  font-size: 34px;
}

.all_products_lists .subHeading_p {
  color: #555;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin: 0 0 16px;
}

.RM-allproductsect,
.RM-prodScroll {
  position: relative;
  overflow: hidden;
}

.RM-allproductsect .RM-allproduct_section:not(:last-child) {
  padding-bottom: 55px;
}

.RM-allproductsect .RM-allproduct_section {
  position: relative;
  margin-top: 1.5rem;
}

.RM-allproductsect .RM-Scroll_TabContainer {
  position: relative;
  height: calc(100vh - 67px);
  overflow: hidden;
}

.RM-allproductsect .RM-Scroll_TabContainer .RM-Left_list {
  position: relative;
  /* height: calc(100vh - 125px); */
  max-height: calc(100vh - 67px);
  overflow: hidden;

  & .RM-Left_content {
    max-height: calc(100vh - 67px);
    position: relative;
    overflow: auto;
    overscroll-behavior: contain;
  }

  & ul li {
    padding: 0.5rem 1rem;
    cursor: pointer;
    width: fit-content;
    font-size: 16px;
    /* border: 2px solid transparent; */
    margin: 0;
    position: relative;

    & a {
      color: #000;
    }

    & a:hover {
      color: #f5a01a !important;
    }
  }
}

.RM-Selectlist {
  font-weight: bold !important;

  & a {
    color: #f5a01a !important;
  }

  /* border-left: 2px solid #f5a01a !important;*/
  /* border-radius: 10px; */
  /* background-color: #ffefd7; */
}

.RM-Selectlist::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 0;
  background-color: #f5a01a;
  animation-name: RM-Selectlist_anim;
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

.RM-allproductsect .RM-Right_container {
  /* overflow: hidden; */
  overflow-y: auto;
  position: relative;
  overscroll-behavior: contain;
  /* max-height: calc(100vh - 120px); */
  height: calc(100vh - 67px);

  & .RM-Right_element {
    /* min-height: calc(100vh - 67px); */
    height: auto;
    overflow: hidden;
  }
}

.RM-allproductsect .RM-Right_container .RM-Right_content {
  position: relative;
  /* overflow: hidden; */
  overflow: auto;
  height: auto;
  scroll-behavior: smooth;
}

.RM-allproductsect .RM-Right_container .RM-Right_element:nth-child(6n+1) {
  background: rgba(255, 218, 51, 0.11);
}

.RM-allproductsect .RM-Right_container .RM-Right_element:nth-child(6n+2) {
  background: rgb(51, 255, 87, 0.11);
}

.RM-allproductsect .RM-Right_container .RM-Right_element:nth-child(6n+3) {
  background: rgb(51, 87, 255, 0.11);
}

.RM-allproductsect .RM-Right_container .RM-Right_element:nth-child(6n+4) {
  background: rgb(243, 255, 51, 0.11);
}

.RM-allproductsect .RM-Right_container .RM-Right_element:nth-child(6n+5) {
  background: rgb(255, 51, 166, 0.11);
}

.RM-allproductsect .RM-Right_container .RM-Right_element:nth-child(6n+0) {
  background: rgb(51, 255, 243, 0.11);
}

.mob_AllProducts .swiper-wrapper .swiper-slide:nth-child(6n+1) {
  background: rgba(255, 218, 51, 0.11);
  border-radius: 15px;
}

.mob_AllProducts .swiper-wrapper .swiper-slide:nth-child(6n+2) {
  background: rgb(51, 255, 87, 0.11);
  border-radius: 15px;
}

.mob_AllProducts .swiper-wrapper .swiper-slide:nth-child(6n+3) {
  background: rgb(51, 87, 255, 0.11);
  border-radius: 15px;
}

.mob_AllProducts .swiper-wrapper .swiper-slide:nth-child(6n+4) {
  background: rgb(243, 255, 51, 0.11);
  border-radius: 15px;
}

.mob_AllProducts .swiper-wrapper .swiper-slide:nth-child(6n+5) {
  background: rgb(255, 51, 166, 0.11);
  border-radius: 15px;
}

.mob_AllProducts .swiper-wrapper .swiper-slide:nth-child(6n+0) {
  background: rgb(51, 255, 243, 0.11);
  border-radius: 15px;
}

.mob_AllProducts .swiper-pagination-bullet-active {
  background: var(--primary) !important;
}

.RM-allproductsect .RM-Right_container .content {
  align-content: center;
  /* margin-bottom: 2rem; */

  & .bg-btn-wrapper {
    width: 160px;
  }
}

.RM-allproductsect .RM-Right_container .content .bg-btn-wrapper .bg-btn {
  border-color: rgb(245 165 36);

  &::after {
    background-color: #f5a01a;
  }

  &::before {
    background-color: #ffefd7;
  }
}

.RM-allproductsect .RM-Right_container .content .bg-btn-wrapper .bg-btn svg {
  width: 18px;
  transition: all 0.3s ease;
}

.RM-allproductsect .RM-Right_container .content .bg-btn-wrapper:hover .bg-btn svg {
  transform: translateX(5px);

  & .a {
    fill: #000;
  }
}

.zh-allproductsect .allproduct_listDiv {
  position: relative;
  opacity: 1;
  visibility: visible;
  padding: 70px 2rem 0 2rem;
  overflow: auto;
  height: auto;
}

.RM-allproduct_section .allproduct_listDiv .RM-productDiv {
  background: #fff;
  width: 23.7%;
  margin-right: 1.3%;
  padding: 25px;
  border: 1px solid #e7ebf0;
  margin-bottom: 1.3%;
  min-height: 133px;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  transition: background .3s ease, border .3s ease, color .3s ease, all .5s ease;
  word-break: break-word;
}

.hidden-list {
  display: none;
}

.RM-allproduct_section .allproduct_listDiv .RM-productDiv:hover {
  border: 1px solid var(--primary);
  box-shadow: 0 0 30px #8c8c8c2e;
  transform: translateY(-5px);
  transition: all .5s;
}

.RM-allproduct_section .allproduct_listDiv .RM-productDiv a {
  padding: 0 0 0 00px;
}

.RM-allproduct_section .allproduct_listDiv .RM-productDiv .RM-prod_img {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 0;
}

.RM-allproduct_section .allproduct_listDiv .RM-productDiv .RM-prod_content {
  width: 100%;
  display: block;
  cursor: pointer;
}

.RM-allproduct_section .allproduct_listDiv .RM-productDiv .RM-prod_content label {
  font-size: 24px;
  transition: all .3s ease;
  padding-top: 12px;
  line-height: 1.2;
  display: block;
  color: #010101;
}

.RM-allproduct_section .allproduct_listDiv .RM-productDiv .RM-prod_content small {
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 30px;
  margin-top: 5px;
  display: block;
}

.RM-allproduct_section .allproduct_listDiv .RM-productDiv .RM-prod_content em {
  position: relative;
  display: inline-block;
  color: var(--primary);
  text-transform: uppercase;
  padding-right: 24px;
  font-size: 14px;
  letter-spacing: .2px;
}

.RM-prod_content em {
  position: relative;
  transition: all 0.2s ease;
}

.RM-prod_content em::after {
  content: "";
  background-image: url(../img/all-products/right-arrow-svgrepo-com.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}

.RM-productDiv:hover .RM-prod_content em::after {
  transform: translateY(-50%) translateX(5px);
}

/* scroll bar design our products */

/* Chrome, Edge and Safari */
.RM-Left_content::-webkit-scrollbar,
.RM-Right_container::-webkit-scrollbar {
  height: 7px;
  width: 7px;
}

.RM-Left_content::-webkit-scrollbar-track,
.RM-Right_container::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #DFE9EB;
  border: 2px solid #FFFFFF;
}

.RM-Left_content::-webkit-scrollbar-track:hover,
.RM-Right_container::-webkit-scrollbar-track:hover {
  background-color: #B8C0C2;
}

.RM-Left_content::-webkit-scrollbar-track:active,
.RM-Right_container::-webkit-scrollbar-track:active {
  background-color: #B8C0C2;
}

.RM-Left_content::-webkit-scrollbar-thumb,
.RM-Right_container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #A5A5A5;
}

.RM-Left_content::-webkit-scrollbar-thumb:hover,
.RM-Right_container::-webkit-scrollbar-thumb:hover {
  background-color: #7D7964;
}

.RM-Left_content::-webkit-scrollbar-thumb:active,
.RM-Right_container::-webkit-scrollbar-thumb:active {
  background-color: #7D7964;
}

.stdalone-benefit {
  position: relative;
  top: 0;
  border-radius: 16px !important;
  transition: all 0.3s ease-in-out;
}

.stdalone-benefit .card-title {
  margin-top: 16px;
}

.stdalone-benefit:hover {
  top: -5px;
}

.stdalone-benefit .bi {
  padding: 1.05rem 1.28rem;
  margin-bottom: 25px;
  border-radius: 50%;
  color: black;
  background-color: var(--light);
  transition: all 0.3s ease-in-out;
}

.stdalone-benefit .bi.bi-kanban::before {
  transform: rotate(180deg) !important;
}

.stdalone-benefit:hover .bi {
  background-color: var(--primary);
  color: white;
}

.interLink {
  color: var(--primary);
  border-bottom: 1px dotted var(--primary);
}

/* Media queries start */

@media only screen and (max-width:500px) {
  .RM-allproduct_section .allproduct_listDiv .RM-productDiv {
    width: 100%;
  }

  .RM-allproductsect .RM-allproduct_section {
    width: 90%;
  }

  .RM-allproductsect .container {
    display: grid;
    justify-items: center;
  }

  .Indus-buss-swiper .swiper-button-prev,
  .Indus-buss-swiper .swiper-rtl .swiper-button-next {
    left: 42.5%;
  }

  .Indus-buss-swiper .swiper-button-next,
  .Indus-buss-swiper .swiper-rtl .swiper-button-prev {
    right: 38.5%;
  }

  .RM-mainCTA {
    background-size: 570%;
    background-position: top left;
  }
}

@media (min-width:501px) and (max-width:700px) {
  .RM-allproduct_section .allproduct_listDiv .RM-productDiv {
    width: 45%;
  }

  .RM-allproductsect .RM-allproduct_section {
    width: 90%;
  }

  .RM-allproductsect .container {
    display: grid;
    justify-items: center;
  }

  .Indus-buss-swiper .swiper-button-prev,
  .Indus-buss-swiper .swiper-rtl .swiper-button-next {
    left: 45.5%;
  }

  .Indus-buss-swiper .swiper-button-next,
  .Indus-buss-swiper .swiper-rtl .swiper-button-prev {
    right: 41.5%;
  }
}

@media (min-width:701px) and (max-width:1024px) {
  .RM-allproduct_section .allproduct_listDiv .RM-productDiv {
    width: 32%;
  }

  .RM-allproductsect .RM-allproduct_section {
    width: 90%;
  }

  .RM-allproductsect .container {
    display: grid;
    justify-items: center;
  }
}

.container--bg {
  padding: 120px 20px 50px 20px;
  min-height: calc(100vh - 50px);
  height: auto;
  display: flex;
  align-items: center;
  background-color: #fff6ee;
}

.tooltip .tooltip-inner {
  max-width: 280px;
}

.key__features {
  display: flex;
  row-gap: 8px;
  column-gap: 5px;
  width: 75%;
  flex-wrap: wrap;

  & span {
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 14px;
    background-color: #ffd7b6;
  }
}

.accordion-item.RM_accordion--item {
  border-radius: 0 !important;
  border: none;
  border-bottom: 1px solid var(--primary);

  &:has(.accordion-button:not(.collapsed)) {
    border-radius: 1rem !important;
    border-bottom: 1px solid #ec461400;
  }
}

.accordion-item.RM_accordion--item .accordion-collapse .accordion-body {
  border-radius: 15px;
  margin-top: 15px;
  font-size: 18px;
}

.accordion-item.RM_accordion--item:not(:first-of-type) .accordion-collapse .accordion-body {
  background-color: #fee5ce !important;
}

.accordion-item.RM_accordion--item .accordion-button {
  border: none;
  font-size: 2rem;

  &::after {
    background-image: url(../img/all-products/add--icon.svg) !important;
    width: 30px !important;
    height: 30px;
    background-size: 100%;
    transform: scale(1.2);
  }
}

.accordion-item.RM_accordion--item .accordion-button:not(.collapsed) {
  background-color: #fee5ce00;
  border-bottom: 1px solid var(--primary);
  box-shadow: none;
  color: var(--primary);

  &::after {
    background-image: url(../img/all-products/minus--icon.svg) !important;
    filter: invert(32%) sepia(80%) saturate(3585%) hue-rotate(358deg) brightness(99%) contrast(88%);
  }
}

.accordion-item.RM_accordion--item .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

/* product Enquiry screen */
.RM-prod--enquiry-bg {
  min-height: 55vh;
  border-radius: 2rem;
  /* background: rgb(255, 208, 0);
  background: -moz-linear-gradient(180deg, rgba(255, 208, 0, 1) 0%, rgba(255, 231, 124, 1) 75%);
  background: -webkit-linear-gradient(180deg, rgba(255, 208, 0, 1) 0%, rgba(255, 231, 124, 1) 75%);
  background: linear-gradient(180deg, rgba(255, 208, 0, 1) 0%, rgba(255, 231, 124, 1) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd000", endColorstr="#ffe77c", GradientType=1); */
  background-color: var(--light);
  align-content: center;
  z-index: 2;
}

.RM-prod--techs {
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 1px 1px 6px 0px #abababad;
  position: absolute;
  display: inline-block;
  background-color: var(--primary);
  z-index: 5;
}

.RM-prod--techs:last-child {
  width: 55px;
  top: 45%;
  right: 13%;
  /* background-color: #00ab3b; */
  background-image: url(../img/all-products/customer-icon.svg), linear-gradient(20deg, #ffc782 0%, var(--primary) 41%, #ff7320 89%);
  background-size: 80%, 100%;
  background-position: 6px 5px, 0px 0px;
  background-repeat: no-repeat;
  animation: float-top 3s ease infinite;
}

.RM-prod--techs:nth-child(2) {
  width: 80px;
  top: 10%;
  left: 5%;
  /* background-color: #6800c6; */
  background-image: url(../img/all-products/service-icon.svg), linear-gradient(20deg, #ffc782 0%, var(--primary) 41%, #ff7320 89%);
  background-size: 65%, 100%;
  background-position: 14px 14px, 0px 0px;
  background-repeat: no-repeat;
  animation: float-top 3s ease infinite;
}

.RM-prod--techs:nth-child(3) {
  width: 100px;
  top: 2%;
  right: 1%;
  /* background-color: #7fc5ff; */
  background-image: url(../img/all-products/ai-chip.svg), linear-gradient(20deg, #ffc782 0%, var(--primary) 41%, #ff7320 89%);
  background-size: 85%, 100%;
  background-position: 8px 5px, 0px 0px;
  background-repeat: no-repeat;
  animation: float-top 3s ease infinite;
  z-index: -1;
}

.RM-prod--techs:nth-child(4) {
  width: 60px;
  top: 40%;
  left: 13%;
  /* background-color: #8c7fff; */
  background-image: url(../img/all-products/wifi-net.svg), linear-gradient(20deg, #ffc782 0%, var(--primary) 41%, #ff7320 89%);
  background-size: 75%, 100%;
  background-position: 7px 7px, 0px 0px;
  background-repeat: no-repeat;
  animation: float-top 3s ease infinite;
}

.RM-prod--techs:nth-child(5) {
  width: 100px;
  bottom: 10%;
  left: 1%;
  /* background-color: #db7fff; */
  background-image: url(../img/all-products/dev-code.svg), linear-gradient(20deg, #ffc782 0%, var(--primary) 41%, #ff7320 89%);
  background-size: 80%, 100%;
  background-position: 10px 10px, 0px 0px;
  background-repeat: no-repeat;
  animation: float-bottom 3s ease infinite;
  z-index: -1;
}

.RM-prod--techs:nth-child(6) {
  width: 75px;
  bottom: 10%;
  right: 3%;
  /* background-color: #ff7fa5; */
  background-image: url(../img/all-products/backup-data.svg ), linear-gradient(20deg, #ffc782 0%, var(--primary) 41%, #ff7320 89%);
  background-size: 90%, 100%;
  background-position: 3px 3px, 0px 0px;
  background-repeat: no-repeat;
  animation: float-bottom 3s ease infinite;
}

.RM-paperCard {
  min-height: 275px;
  position: relative;
  overflow: hidden;
  align-content: end;
}

.card:has(.RM-paperCard) {
  position: relative;
  overflow: hidden;
  top: 0;
  box-shadow: 0px 0.215rem 0.5rem rgba(0, 0, 0, 0.05) !important;
  transition: all 0.5s ease-in-out;
}

.card:has(.RM-paperCard)::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.75;
  height: 17%;
  background-position: 47% 8%;
  background-size: 115%;
  background-image: url(../img/all-products/triangle_box.svg);
  transition: all 0.3s ease-in-out;
}

.card:hover:has(.RM-paperCard) {
  top: -0.75rem;
  box-shadow: 0px 1rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.card:hover:has(.RM-paperCard)::before {
  background-position: 55% 45%;
}

.RM-paperCard .bg-btn-wrapper .bg-btn {
  border-color: var(--primary);

  &::before {
    background-color: rgb(255 226 180);
  }

  &::after {
    background-color: var(--primary);
  }
}

/* Signup */
/* body:has(#signup_body) {
} */
#signup__bg {
  background-color: #ffeae386;
  background-image: repeating-linear-gradient(280deg, rgba(250, 219, 208, 0.5254901960784314) 0px, rgba(250, 219, 208, 0.5254901960784314) 0px, transparent 0px, transparent 1px, rgba(250, 219, 208, 0.5254901960784314) 1px, rgba(250, 219, 208, 0.5254901960784314) 4px, transparent 4px, transparent 5px, rgba(250, 219, 208, 0.5254901960784314) 5px, rgba(250, 219, 208, 0.5254901960784314) 8px), repeating-linear-gradient(190deg, rgba(250, 219, 208, 0.5254901960784314) 0px, rgba(250, 219, 208, 0.5254901960784314) 0px, transparent 0px, transparent 1px, rgba(250, 219, 208, 0.5254901960784314) 1px, rgba(250, 219, 208, 0.5254901960784314) 4px, transparent 4px, transparent 5px, rgba(250, 219, 208, 0.5254901960784314) 5px, rgba(250, 219, 208, 0.5254901960784314) 8px), linear-gradient(325deg, rgb(255, 240, 226), rgba(250, 219, 208, 0.5254901960784314));
}

#signup__bg .left-sec-bg {
  background-image: repeating-linear-gradient(90deg, hsla(196, 0%, 79%, 0.06) 0px, hsla(196, 0%, 79%, 0.06) 1px, transparent 1px, transparent 96px), repeating-linear-gradient(0deg, hsla(196, 0%, 79%, 0.06) 0px, hsla(196, 0%, 79%, 0.06) 1px, transparent 1px, transparent 96px), repeating-linear-gradient(0deg, hsla(196, 0%, 79%, 0.09) 0px, hsla(196, 0%, 79%, 0.09) 1px, transparent 1px, transparent 12px), repeating-linear-gradient(90deg, hsla(196, 0%, 79%, 0.09) 0px, hsla(196, 0%, 79%, 0.09) 1px, transparent 1px, transparent 12px), linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255));
  height: 100vh;
  position: fixed;
  left: 0;
  overflow-y: hidden;

  & .signupSwiper {
    min-height: 200px;
  }

  & .shadow-signup {
    box-shadow: 4px 7px 12px 2px rgba(0, 0, 0, 0.15);
  }
}

#signup__bg .right-sec-bg {
  overflow: hidden;
}

#signup__bg .right-sec-bg .vertical-bar {
  background-color: #000;
  height: 40px;
  width: 2px;
  display: inline-block;
  margin: 0px 10px 0px 10px;
  position: relative;
  top: 7px;
}

#signup__bg .right-sec-bg .position-sticky-signup {
  position: sticky;
  top: -1px;
  z-index: 10;
}

.signupSwiper .swiper-pagination-bullet-active {
  background-color: var(--primary) !important;
}

#footer-content .RM-ogLogo {
  max-width: 240px;
}

@media only screen and (max-width:768px) {
  #signup__bg .left-sec-bg {
    height: 650px;
    position: relative;
  }

  .RM-prod--techs {
    display: none;
  }
}

.important {
  color: red;
  margin: 5px;
}

.col-01 {
  flex: 0 0 auto !important;
  width: 0.333333% !important;
}

em#agreeCheck-error {
  position: relative;
  left: -15px;
  bottom: -20px;
  width: 350px;
  display: block;
  margin: 5px 0px 20px 0px;
}

.error-container-consent,
.error-container-email {
  color: red;
}

#signup__bg form input:focus-visible,
#signup__bg form select:focus-visible,
#signup__bg form .form-check-input:focus-visible,
#signup__bg form textarea:focus-visible {
  outline: none;
}

#signup__bg form input:focus,
#signup__bg form select:focus,
#signup__bg form .form-check-input:focus,
#signup__bg form textarea:focus {
  box-shadow: none;
  border-color: var(--primary);
}

#signup__bg form .form-check-input:focus {
  box-shadow: none;
  border-color: transparent;
}

#signup__bg form .RM-form-submit.bg-btn {
  width: 250px;
  border-radius: 10px;
}

#signup__bg .signinOthers {
  display: inline-flex;
  column-gap: 5px;
}

#signup__bg .signGoogle,
#signup__bg .signLinkedin,
#signup__bg .signMicrosoft {
  --common-element: url(../img/all-products/common-elements.svg);
  background-image: var(--common-element);
  background-repeat: no-repeat;
  display: block;
  cursor: pointer;
}

#signup__bg .signGoogle {
  width: 38px;
  height: 38px;
  background-size: 55rem;
}

#signup__bg .signLinkedin {
  width: 44px;
  height: 40px;
  background-position-x: 30.95%;
  background-size: 82.2rem;
}

#signup__bg .signMicrosoft {
  width: 35px;
  height: 35px;
  background-position-x: 34.3%;
  background-size: 80rem;
}

#signup__bg .RM-footerDiv {
  border-top: 1px solid #000;
  padding-top: 25px;
  margin: 130px 10px 10px 10px;
  text-align: center;
}

.signOtpBtn {
  position: absolute;
  width: 70px;
  height: 28px;
  background-color: transparent;
  top: 5px;
  right: 5px;
  border: 2px solid #ff9103;
  border-radius: 0px;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  align-content: center;
  padding: 0 7px;
}

.group .fa-angle-down {
  position: relative;
  top: 5px;
  left: -5px;
}

/* ERP page */
.erp-body-bg {
  background-image: repeating-linear-gradient(45deg, rgb(252, 246, 246) 0px, rgb(252, 246, 246) 1px, transparent 1px, transparent 71px), repeating-linear-gradient(135deg, rgb(252, 246, 246) 0px, rgb(252, 246, 246) 1px, transparent 1px, transparent 71px), linear-gradient(135deg, rgb(255, 250, 242), rgb(255, 250, 242));
}

.card:has(.erp-suite-card) {
  background-color: transparent;
}

.erp-suite-card {
  position: relative;
  border: 2px solid var(--primary);
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;

  & .fa {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    opacity: 0;
    transform: scale(0) rotate(0);
    transition: all 0.3s ease-in-out;
  }

  & * {
    position: relative;
    z-index: 1;
  }
}

.erp-suite-card:hover {
  border: 2px solid #00000000;

  & .fa {
    opacity: 1;
    transform: scale(1) rotate(-35deg);
  }

  & * {
    color: #fff;
  }
}

.erp-suite-card::before {
  content: '';
  position: absolute;
  bottom: -45px;
  right: -77px;
  background-color: var(--primary);
  border-radius: 20px;
  width: 35%;
  height: 50%;
  border-radius: 50%;
  z-index: 0;
  transition: all 0.5s ease-in-out, transform 0.1s ease-in-out;
}

.erp-suite-card:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 0%;
  bottom: 0;
  right: 0;
}

.bg-ess {
  /* background: #EDDEAD;
  background: linear-gradient(to right, #EDDEAD 0%, var(--primary) 8%, var(--primary) 82%, #EDDEAD 100%); */
  /* height: 600px; */
  background-image: url(../img/all-products/bg-ss.png);
  background-size: cover;
}

.ess-swiper-btn {
  color: var(--primary);
  background-color: white;
  padding: 1.8em;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.ess-swiper-btn:hover {
  color: #000000;
  background-color: transparent;
  outline: 2px solid #000000;
}

/* Container for the grid items */
.grid {
  background: #eeeeee00;
  max-width: 100vw;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-item {
  width: 10%;
  /* height: 200px; */
  float: left;
  /* background: #D26; */
  /* border: 2px solid #333;
  border-color: hsla(0, 0%, 0%, 0.5); */
  border-radius: 0;
}

.grid-item--width2 {
  width: 320px;
}

.grid-item--width3 {
  width: 480px;
}

.grid-item--width4 {
  width: 640px;
}

.grid-item--height2 {
  height: 200px;
}

.grid-item--height3 {
  height: 260px;
}

.grid-item--height4 {
  height: 320px;
}

.grid-item--height5 {
  height: 360px;
}

/* ////////////////////////////// */
.gallery .list {
  /* 		column-count: 3; */
  columns: 155px;
  overflow: hidden;
}

@media (min-width:769px) and (max-width:1400px) {

  .list-h-263 {
    height: 263px;
  }

  .list-h-367 {
    height: 367px;
  }
}

.gallery .list img {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0rem;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery .list img:hover {
  transform: scale(1.05);
}

.lightbox {
  margin-top: 80px;
}

.lightbox-container {
  height: 100vh !important;
  /* Full viewport height */
  width: 100vw !important;
  /* Full viewport width */
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 9999;
}

.lightbox-container.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Center the image within the modal */
.lightbox-image {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.crc {
  position: relative;
  padding-top: 8px;
  width: 85px;
  height: 84px;
  text-align: center;
  background-color: #ffecd3;
  border-radius: 30% 70% 68% 32% / 51% 38% 62% 49%;
  color: #ffff;
  display: inline-block;
  font-size: 36px;
  margin-bottom: 10px;
  z-index: 0;

  & i {
    top: 7px;
    position: relative;
  }
}

.crc::before {
  position: absolute;
  content: '';
  border-radius: 79% 21% 31% 69% / 32% 23% 77% 68%;
  background-color: var(--primary);
  left: 0;
  top: 5px;
  width: 90%;
  height: 90%;
  z-index: -2;
}

/* Financial management */
.erpProd-body-bg {
  /* background: linear-gradient(135deg, var(--primary) 25%, transparent 25%) -100px 0/ 200px 200px, linear-gradient(225deg, rgba(255, 158, 34, 0.5) 25%, transparent 25%) -100px 0/ 200px 200px, linear-gradient(315deg, var(--primary) 25%, transparent 25%) 0 0/ 200px 200px, linear-gradient(45deg, rgba(255, 158, 34, 0.5) 25%, #ffeed7 25%) 0 0/ 200px 200px;
  background-color: #ffeed7; */
  background: radial-gradient(circle, transparent 8%, #ffeed7 8%, #ffeed7 80%, transparent 80%, transparent) 0% 0% / 160px 160px, radial-gradient(circle, transparent 8%, #ffeed7 8%, #ffeed7 80%, transparent 80%, transparent) 80px 80px / 160px 160px, linear-gradient(rgba(255, 159, 33, 0.24) 1px, transparent 1px) 0px -0.5px / 80px 80px, linear-gradient(90deg, rgba(255, 159, 33, 0.24) 1px, #ffeed7 1px) -0.5px 0px / 80px 80px #ffeed7;
  background-size: 160px 160px, 160px 160px, 80px 80px, 80px 80px;
  background-color: rgba(255, 238, 214, 0.8);
  background-attachment: fixed;
}

.bg-supplychain {
  /* background: linear-gradient(135deg, var(--primary) 25%, transparent 25%) -100px 0/ 200px 200px, linear-gradient(225deg, rgba(255, 158, 34, 0.5) 25%, transparent 25%) -100px 0/ 200px 200px, linear-gradient(315deg, var(--primary) 25%, transparent 25%) 0 0/ 200px 200px, linear-gradient(45deg, rgba(255, 158, 34, 0.5) 25%, #ffeed7 25%) 0 0/ 200px 200px;
  background-color: #ffeed7; */
  /* background-image: url(../img/all-products/bg-plan.png); */
  background-color: #ffeed6;
  background-size: cover;
  background-attachment: fixed;
}

.bg-heroFinance {
  position: relative;
  background: #ffeed6;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 620px;
  max-height: 685px;
  z-index: 1;
}

.bg-heroFinance .downArrow,
.bg-heroCRM .downArrow,
.bg-heroPlant .downArrow,
.bg-heroEngineer .downArrow,
.bg-heroProject .downArrow,
.bg-heroCustomer .downArrow,
.bg-heroRbm .downArrow,
.bg-heroMrp .downArrow,
.bg-heroShop .downArrow,
.bg-supplychain .downArrow,
.abt-screen .downArrow {
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
}

.abt-screen:has(.downArrow) {
  position: relative;
  top: -40px;
}

.bg-heroFinance .downArrow::before,
.bg-heroCRM .downArrow::before,
.bg-heroPlant .downArrow::before,
.bg-heroEngineer .downArrow::before,
.bg-heroProject .downArrow::before,
.bg-heroCustomer .downArrow::before,
.bg-heroRbm .downArrow::before,
.bg-heroMrp .downArrow::before,
.bg-heroShop .downArrow::before,
.bg-supplychain .downArrow::before,
.abt-screen .downArrow::before {
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  /* background-image: url(../img/all-products/rightArrow.svg); */
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  transform: rotate(90deg);
  background-color: #1d1b1a;
  padding: 1.2rem;
  border-radius: 50%;
  z-index: -1;
}

.bg-heroFinance .downArrow::after,
.bg-heroCRM .downArrow::after,
.bg-heroPlant .downArrow::after,
.bg-heroEngineer .downArrow::after,
.bg-heroProject .downArrow::after,
.bg-heroCustomer .downArrow::after,
.bg-heroRbm .downArrow::after,
.bg-heroMrp .downArrow::after,
.bg-heroShop .downArrow::after,
.bg-supplychain .downArrow::after,
.abt-screen .downArrow::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 7px;
  background-image: url(../img/all-products/rightArrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  transform: rotate(90deg);
  /* background-color: #1d1b1a; */
  padding: 0.99rem;
  z-index: 1;
}

.at-accordion-or-tabs.at-tabs>li>.finance--tab.active,
.at-accordion-or-tabs>li>a.active {
  border: 1.5px solid #f5904800 !important;
  background-color: #f59048 !important;
  color: #fff !important;
  font-weight: 600;
}

.at-accordion-or-tabs.at-tabs>li>.finance--tab:hover,
.at-accordion-or-tabs>li>a:hover {
  border: 1.5px solid #f5904800 !important;
  background-color: #f59048 !important;
  color: #fff !important;
}

.at-accordion-or-tabs.at-tabs>li>.finance--tab,
.at-accordion-or-tabs>li>a {
  border: 1.5px solid #f59048 !important;
  border-radius: 20px;
  background-color: #fee5ce !important;
  font-size: 1.25rem;
  padding: 6px 8px;
  margin-left: 10px;
  transition: all .3s ease;
  position: relative;
}

.at-accordion-or-tabs>li {
  margin-bottom: 15px !important;
  border: none !important;
}

.at-accordion-or-tabs>li>section {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
}

.finance-tabs .finance--tab::after {
  content: '';
  display: none;
  position: absolute;
  background-image: url(../img/all-products/arrow-tabs.svg);
  background-repeat: no-repeat;
  width: 150px;
  height: 165px;
}

.finance-tabs .arrow01.finance--tab.active::after {
  display: block;
  top: 50%;
  left: -35%;
  background-position: 10% 10%;
  width: 75px;
  height: 75px;
  background-size: 255%;
}

.finance-tabs .arrow02.finance--tab.active::after {
  display: block;
  top: 70%;
  left: 25%;
  background-position: 100% 10%;
  width: 75px;
  height: 75px;
  background-size: 255%;
}

.finance-tabs .arrow03.finance--tab.active::after {
  display: block;
  top: 40%;
  left: 80%;
  background-position: 10% 10%;
  transform: rotateY(180deg) rotate(8deg);
  width: 75px;
  height: 75px;
  background-size: 255%;
}

.at-accordion-or-tabs.at-tabs>li>.finance-tab-content {
  border-radius: 20px;
  border: 1.5px solid #f59048;
  padding: 1.2rem;
  margin-top: 25px;
  font-size: 18px;
}

.at-accordion-or-tabs.at-tabs .at-tab-one-pixel-fix-left,
.at-accordion-or-tabs.at-tabs .at-tab-one-pixel-fix-right {
  display: none !important;
}

.bg-dark-module {
  background: linear-gradient(135deg, #000000 25%, transparent 25%) -12px 0/ 24px 24px, linear-gradient(225deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%) -12px 0/ 24px 24px, linear-gradient(315deg, #000000 25%, transparent 25%) 0 0/ 24px 24px, linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, #1d1d1d 25%) 0 0/ 24px 24px;
  background-color: #1d1d1d;
  background-attachment: fixed;
}

.finc-mod-odd {
  background-color: #fff;
  min-height: 300px;
}

.finc-mod-even {
  background-color: #ffeed7 !important;
  min-height: 300px;
  /* min-height: 300px; */
}

#supplyChainOverview {
  position: relative;
}

#supplyChainOverview::before {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/bg-double.svg);
  background-size: cover;
  filter: blur(2px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.lap-screen-png {
  /* background-image: url(../img/all-products/laptop.png);
  background-size: cover; */
  position: relative;
}

.lap-screen-png::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/all-products/laptop.png);
  background-size: cover;
  /* z-index: 1; */
}

.swiper.lap-screen {
  width: 95%;
  height: 335px;
}

.swiper.lap-screen .swiper-wrapper .swiper-slide img {
  height: 320px;
}

.swiper.lap-screen .swiper-pagination {
  bottom: 6%;
}

.swiper.lap-screen .swiper-pagination {
  z-index: 5;
}

.swiper.lap-screen .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #ffffff;
  transform: scale(1);
}

.swiper.lap-screen .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary);
  transform: scale(1.5);
}

.swiper.lap-screen .swiper-slide .lap-content {
  position: absolute;
  top: -100px;
  right: 0;
  /* min-width: 150px; */
  /* min-height: 80px; */
  width: 100%;
  height: 50px;
  background-color: rgba(8, 8, 8, 0.594);
  text-align: center;
  align-content: center;
  border-radius: 0;
  transition: top 0.5s ease-in-out;
}

.swiper.lap-screen .swiper-slide.swiper-slide-active .lap-content {
  top: 0;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 18px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--primary);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.qr-code-scm {
  background: var(--primary);
  background: -webkit-linear-gradient(90deg, var(--primary) 0%, #fde2bf 100%);
  background: linear-gradient(180deg, var(--primary) 0%, #fde2bf 100%);
  -webkit-box-shadow: inset 0 0 16.5px -4px #b1b1b1;
  -moz-box-shadow: inset 0 0 16.5px -4px #b1b1b1;
  box-shadow: inset 0 0 16.5px -4px #b1b1b1;
  background-attachment: fixed;
}

/* Set up the masonry grid using CSS columns */
.masonry-grid {
  column-count: 3;
  column-gap: 16px;
}

.masonry-gridItem {
  background: #f0f0f0;
  border-radius: 8px;
  margin-bottom: 16px;
  display: inline-block;
  width: 100%;

  & .card {
    border: 0;
    border-radius: 10px;

    & img {
      border-radius: 10px 10px 0 0;
    }
  }
}

.item-w-400 {
  max-width: 100%;
  width: 700px;
  break-inside: avoid;
}

/* planning and manufacturing */
.planImg {
  position: relative;
  display: block;
  width: calc(300px + 5vw);
  height: auto;
  aspect-ratio: 1 / 1;
}

.planImg::before {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/bg-landing-circle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateRolling 5s linear infinite;
}

.planImg::after {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/planning-and-manufacturing.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ipad,
.iphone {
  position: relative;
}

.iphone {
  left: -20%;
  z-index: 10;
}

.ipad .ipad-img {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  aspect-ratio: 1.474/1;
  filter: drop-shadow(0px 3px 5px rgba(97, 97, 97, 1));
}

.drop-shadow {
  filter: drop-shadow(4px 4px 1.7px #5e5e5e);
}

.swiper-apple .swiper-slide {
  overflow: hidden;
}

.ipad .swiper-apple .swiper-slide img {
  aspect-ratio: 1.474/1;
  padding: 1.45rem 3rem 0.5rem 3rem;
}

.iphone .iphone-img {
  position: absolute;
  z-index: 5;
  top: 7px;
  left: 50px;
  width: 225px;
  height: 455px;
}

.iphone .swiper-apple .swiper-slide img {
  width: 200px;
  height: 440px;
  position: relative;
  top: 7px;
  left: 50px;
  border-radius: 25px;
}

.apple-content {
  position: absolute;
  right: 0;
  z-index: 10;
  width: 48% !important;
}

.swiper-apple .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  margin: 2.5rem 0.2rem;
}

.swiper-apple .apple-pagination .swiper-pagination-bullet {
  width: 80px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  margin: 0 5px;
  font-size: 18px;
  cursor: pointer;
}

.swiper-apple .apple-pagination .swiper-pagination-bullet i {
  color: var(--primary);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.swiper-apple .apple-pagination .swiper-pagination-bullet-active,
.swiper-apple .apple-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}

/* Hr and Payroll */
.hrPay-body-bg,
.bg-plant-preven,
.bg-engin-benefit,
.bg-offColor {
  /* background-color-body */
  background-color: #ffeed7;
}

.bg-hrpay {
  background-color: #ffeed6;
  background-size: 120% 120%;
  background-attachment: fixed;
  /* min-height: 540px; */
  /* animation: bg-position-move 3s infinite ease-in-out alternate; */
}

.bg-hrpay img {
  filter: drop-shadow(5px 6px 1px #0000005e);
}

/* tooltip start */
.cr-bk {
  background: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.card.cr-bk {
  background-color: #ffffff !important;
  width: 100%;
  height: auto;
  border: none;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -webkit-box-shadow: 0px 1px 2px 0px #dfdfdf;
  -moz-box-shadow: 0px 1px 2px 0px #dfdfdf;
  box-shadow: 0px 1px 2px 0px #dfdfdf;
}

.dump1 {
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border: 1px solid transparent;

  & .card-body {
    display: flex;
    column-gap: 15px;

    & .card-title {
      text-align: left;
    }
  }

  & .card-body i {
    font-size: 30px;
    /* color: var(--bs-cyan); */
  }
}

.dump1:hover,
.tooltip-content:hover+.dump1 {
  -ms-transform: translateY(8px);
  transform: translateY(8px);
  -webkit-transform: translateY(8px);
  /* -webkit-box-shadow: 3.5px 10.5px 15px 1px #dfdfdf; */
  /* -moz-box-shadow: 3.5px 10.5px 15px 1px #dfdfdf; */
  /* box-shadow: 3.5px 10.5px 15px 1px #dfdfdf; */

  & .card-body i,
  .card-body {
    color: var(--primary) !important;
  }
}

.mytooltip {
  position: relative;
  cursor: pointer;
}

.tooltip-content {
  position: absolute;
  display: none;
  min-width: 240px;
  width: 320px !important;
  background: #fff1d2;
  border: 1px solid #ffd987;
  color: black;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  z-index: 9999999 !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -ms-transform: translateY(-90px) translateX(0);
  transform: translateY(-90px) translateX(0);
  -webkit-transform: translateY(-90px) translateX(0);
}

.mark {
  background-color: transparent !important;
  background-image: url(../img/all-products/Mark-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  -ms-transform: translateY(10px) translateX(-5px);
  transform: translateY(10px) translateX(-5px);
  -webkit-transform: translateY(10px) translateX(-5px);
  width: 20px;
  height: 20px;
  position: absolute;
}

.tooltip-content button {
  background-color: #ffb922;
  color: #ffffff;
  padding: 4px 5px;
  border-radius: 8px;
  transition: color 0.5s;
}

.tooltip-content button:hover {
  background-color: #FFFFFF;

  & a {
    color: black !important;
  }
}

.z-modal {
  z-index: 9999999999999 !important;
}

.modal {
  align-content: center;
}

/* tooltip end */

/* CRM */
.crm-body-bg {
  background: linear-gradient(135deg, #0000 20.5%, rgb(255 244 230) 0 29.5%, #0000 0) 0 10px, linear-gradient(45deg, #0000 8%, rgba(255, 244, 230, 0.78) 0 17%, #0000 0 58%) 20px 0, linear-gradient(135deg, #0000 8%, rgba(255, 244, 230, 0.78) 0 17%, #0000 0 58%, rgba(255, 244, 230, 0.78) 0 67%, #0000 0), linear-gradient(45deg, #0000 8%, rgba(255, 244, 230, 0.78) 0 17%, #0000 0 58%, rgba(255, 244, 230, 0.78) 0 67%, #0000 0 83%, rgba(255, 244, 230, 0.78) 0 92%, #0000 0), #fddeb68a;
  background-size: 40px 40px;
  background-attachment: fixed;
}

.bg-heroCRM {
  background-image: radial-gradient(circle at 50% 10%, rgb(255, 226, 183), rgb(255, 196, 108), rgb(255, 161, 20));
}

.wrap-features .wrap-feature-item {
  position: relative;
  z-index: 1;
  perspective: 1000px;
  border-radius: 20px;
}

.wrap-features .wrap-feature-item .feature-item {
  width: 100%;
  height: 300px;
  transform-style: preserve-3d;
  transition: all .2s linear;
  text-align: center;
  background-color: var(--primary);
  padding: 40px 0;
  margin: 0 auto 25px;
  max-width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 25px;
}

.wrap-features .wrap-feature-item .feature-item .face {
  position: absolute;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.wrap-features .wrap-feature-item .feature-item .ico {
  width: 120px;
  height: 120px;
  border: 5px solid #f3f3f5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #e7e8ec inset;
  -moz-box-shadow: 0 0 0 2px #e7e8ec inset;
  -webkit-box-shadow: 0 0 0 2px #e7e8ec inset;
  display: inline-block;
  color: #000;
  font-size: 36px;
  align-content: center;
  margin-bottom: 10px;
}

.wrap-features .wrap-feature-item .feature-item .title {
  font-weight: 800;
  color: #fff;
  font-size: 32px;
}

.wrap-features .wrap-feature-item .feature-item .face.back {
  top: 0;
  align-content: center;
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  box-sizing: border-box;
  padding: 10px;
  color: #000;
  outline: 1.5px solid var(--primary);
  text-align: center;
}

.wrap-features .wrap-feature-item .feature-item .face {
  position: absolute;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rmap-box {
  height: 100%;
  background-color: #ffffffd1;
  border-radius: 25px;
}

.wrap-features .wrap-feature-item .feature-item .face.back .title {
  font-size: 14px;
}

.rmap-white {
  color: #000 !important;
}

.wrap-features .wrap-feature-item .feature-item .text {
  padding: 0 20px;
  text-align: center;
  color: #7e848e;
  font-size: 14px;
  line-height: 28px;
}

.wrap-features .wrap-feature-item:hover .feature-item {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  cursor: pointer;
}

/* Plant Maintenance */
.plant-body-bg {
  background-image: url(../img/all-products/plant-maintenance.svg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center bottom;
}

.bg-heroPlant {
  position: relative;
  min-height: 610px;
  height: 100vh;
  z-index: 1;
  background-color: #ffeed6;
}

.bg-heroPlant::before {
  /* content: ''; */
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgb(255 255 255) 5%, rgba(255, 255, 255, 0) 90%);
  background: -webkit-linear-gradient(180deg, rgb(255 255 255) 5%, rgba(255, 255, 255, 0) 90%);
  background: linear-gradient(180deg, rgb(255 255 255) 5%, rgba(255, 255, 255, 0) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.icon-plant {
  width: 80px;
  height: 80px;
  align-content: center;
  background-color: var(--primary);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;

  & .fa {
    position: relative;
    z-index: 1;
  }
}

.icon-plant::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/all-products/wave-off-clr.svg);
  background-size: 310% 200%;
  background-position-x: 0%;
  background-position-y: 50%;
  z-index: 0;
  animation: wave-mover 5s linear infinite;
}

.animate__svgArrow {
  position: relative;
}

.animate__svgArrow::before {
  content: '';
  background: url(../img/all-products/flow-arrow.svg);
  background-size: cover;
  background-position: center;
  width: 265px;
  height: 100px;
  position: absolute;
}

.flow-arrow-01.animate__svgArrow::before {
  left: 65%;
  top: -15%;
}

.flow-arrow-02.animate__svgArrow::before {
  left: 70%;
  bottom: -25%;
  transform: rotateX(160deg);
}

.slide-benefit {
  position: relative;
  background-color: #fff;

  & * {
    position: relative;
    z-index: 2;
  }
}

.slide-benefit::before {
  content: '';
  position: absolute;
  top: -4%;
  left: 0;
  width: 1%;
  height: 110%;
  background-color: var(--primary);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.slide-benefit:hover {
  color: #fff;
}

.slide-benefit:hover::before {
  top: 0;
  background-color: var(--primary);
  height: 100%;
  width: 100%;
}

.equip-plant {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  min-height: 145px;
  /* column-gap: 20px; */
}

.equip-order {
  width: 60px;
  height: 60px;
  text-align: center;
  align-content: center;
  margin: 0;
  font-weight: 800;
  font-size: 34px;
  position: relative;
  z-index: 1;
  left: -87%;
  color: #fff;
}

.equip-order::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary);
  z-index: -1;
  border-radius: 5px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}

.equip-order::after {
  content: '';
  position: absolute;
  top: -20px;
  right: -50%;
  width: 1px;
  height: 160%;
  border-radius: 10%;
  border: 1.5px dotted var(--primary);
}

.equip-plant:hover .equip-order::before {
  transform: rotate(0);
  border-radius: 50%;
}

/* key features style */
.slide-features .icon {
  max-width: 100px;
  width: 50px;
  /* background-image: url(../img/all-products/features-icon-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
  position: relative;
  height: 50px;
  align-content: center;
  text-align: center;
  margin-right: 12px;
  margin-top: 5px;
  padding: 5px;
  z-index: 1;
}

.slide-features .icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/all-products/features-icon-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  z-index: -1;
  transform: rotate(90deg) rotateY(0deg);
  transition: transform 0.3s ease-in-out;
}

.slide-features:hover .icon::before {
  /* transform: rotate(360deg); */
  transform: rotate(90deg) rotateY(180deg);
}

.slide-features .icon i {
  position: relative;
  left: -8px;
  top: 0;
  z-index: 2;
  transition: all 0.6s ease-in;
}

.slide-features:hover .icon i {
  /* color: var(--primary); */
  top: -30px;
}

.slide-features .content {
  align-content: center;
}

.res_plant {
  position: relative;
  background-color: white;
  border-radius: 20px;
}

.res_plant::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 100%;
  border-width: 1.5px;
  border-style: dashed;
  border-color: var(--primary);
}

/* Engineer */
.bg-heroEngineer {
  position: relative;
  background-image: url(../img/all-products/bg-wave-pattern.png);
  background-size: cover;
  background-position: 100%;
  z-index: 1;
}

.bg-heroEngineer::before {
  content: '';
  background: rgba(255, 255, 255, 0.95);
  background: -webkit-radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.95) 15%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.95) 15%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-engin-benefit {
  position: relative;
}

.engin-cta {
  position: absolute;
  bottom: -60px;
  right: 0;
  width: 100%;
  /* background-image: repeating-linear-gradient(45deg, transparent, transparent 32px, var(--primary) 32px, var(--primary) 64px); */
  background-image: url(../img/all-products/background-cta.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* background-color: #fca636; */
  min-height: 130px;
}

.btn-hov-light {
  background-color: #fff !important;
  color: var(--primary) !important;
  border-radius: 30px !important;
  width: fit-content !important;
  position: relative !important;
  top: 0px !important;
  transition: all 0.3s ease-in-out !important;
}

.btn-hov-light:hover {
  top: -5px !important;
  background-color: #000 !important;
  color: #fff !important;
}

.owl-item .item {
  display: block;
  border: none;
}

.bg-engin-doc .owl-nav {
  display: none;
}

.bg-engin-doc .owl-carousel .owl-stage-outer {
  padding: 2rem;
}

.bg-engin-doc .item {
  cursor: grab;

  &:active {
    cursor: grabbing;
  }
}

.doc-icon {
  /* background-color: #ffe5c4; */
  position: relative;
  width: fit-content;
  width: 75px;
  height: 75px;
  align-content: center;
  padding: 0.75rem;
  /* border-radius: 50%; */
  text-align: center;
  z-index: 1;
}

.doc-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #ffe5c4;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.bg-engin-doc .item:hover {
  background-color: transparent;
}

.bg-engin-doc .item:hover .doc-icon {
  color: #fff;
}

.bg-engin-doc .item:hover .doc-icon::before {
  background-color: var(--primary);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 50%;
}

/* project management */
.bg-heroProject {
  background-color: #ffefd7;
  /* background-image: url(../img/all-products/project-management.svg); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-attachment: fixed;
}

/* customer support */
.bg-heroCustomer {
  background-image: linear-gradient(30deg, #fefaeb 12%, transparent 12.5%, transparent 87%, #fefaeb 87.5%, #fefaeb), linear-gradient(150deg, #fefaeb 12%, transparent 12.5%, transparent 87%, #fefaeb 87.5%, #fefaeb), linear-gradient(30deg, #fefaeb 12%, transparent 12.5%, transparent 87%, #fefaeb 87.5%, #fefaeb), linear-gradient(150deg, #fefaeb 12%, transparent 12.5%, transparent 87%, #fefaeb 87.5%, #fefaeb), linear-gradient(60deg, rgba(254, 250, 235, 0.5) 25%, transparent 25.5%, transparent 75%, rgba(254, 250, 235, 0.5) 75%, rgba(254, 250, 235, 0.5)), linear-gradient(60deg, rgba(254, 250, 235, 0.5) 25%, transparent 25.5%, transparent 75%, rgba(254, 250, 235, 0.5) 75%, rgba(254, 250, 235, 0.5));
  background-size: 88px 154px;
  background-position: 0 0, 0 0, 44px 77px, 44px 77px, 0 0, 44px 77px;
  background-color: #fef1d5;
  min-height: 610px;
}

/* RBM Demand management */
.bg-heroRbm {
  background:
    repeating-linear-gradient(45deg, #0000 calc(-650%/13) calc(50%/13), #faead2 0 calc(100%/13),
      #0000 0 calc(150%/13), #faead2 0 calc(200%/13),
      #0000 0 calc(250%/13), #faead2 0 calc(300%/13)), repeating-linear-gradient(45deg, #0000 calc(-650%/13) calc(50%/13), #faead2 0 calc(100%/13),
      #0000 0 calc(150%/13), #faead2 0 calc(200%/13),
      #0000 0 calc(250%/13), #faead2 0 calc(300%/13)) 64px 64px,
    repeating-linear-gradient(-45deg, #0000 calc(-650%/13) calc(50%/13), #faead2 0 calc(100%/13),
      #0000 0 calc(150%/13), #faead2 0 calc(200%/13),
      #0000 0 calc(250%/13), #faead2 0 calc(300%/13)), repeating-linear-gradient(-45deg, #0000 calc(-650%/13) calc(50%/13), #faead2 0 calc(100%/13),
      #0000 0 calc(150%/13), #faead2 0 calc(200%/13),
      #0000 0 calc(250%/13), #faead2 0 calc(300%/13)) 64px 64px #ffe4c0;
  background-size: 128px 128px;
}

.border-top-orange {
  border-top: 1px;
  border-style: solid;
  border-color: var(--primary) !important;
}

/* Material req. planning */
.bg-heroMrp {
  background-image: url(../img/all-products/material-requirement-planning.svg);
  background-size: cover;
  background-position-y: 95%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Shop floor */
.bg-heroShop {
  /* background-image: linear-gradient(#ffdeb3 2px, transparent 2px), linear-gradient(to right, #ffdeb3 2px, transparent 2px); */
  background-size: 160px 160px;
  background-color: #ffeed6;
  min-height: 610px;
}

/* Manufacturing schedule */
.sheduleImg {
  position: relative;
  display: block;
  width: 500px;
  height: 500px;
}

.sheduleImg::before {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/bg-landing-circle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateRolling 5s linear infinite;
}

.sheduleImg::after {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/manufacturing-shedule.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.schedule_card {
  border-radius: 20px;
  padding: 0.8rem 0.99rem;
  justify-items: center;
  min-height: 170px;
  align-content: center;
  position: relative;
  z-index: 1;
}

.schedule_card::before,
.schedule_card::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
}

.schedule_card::before {
  left: 0;
  top: 0;
  background-color: #ffd9a9;
  z-index: -1;
}

.schedule_card::after {
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: -1;
  /* Ensure ::after is above ::before */
}

.schedule_card:hover::before {
  left: -5px;
  top: -5px;
}

.schedule_card:hover::after {
  left: 5px;
  top: 5px;
}

.schedule_icon {
  width: 50px;
  height: 50px;
}

/* Inventory image */
.bg-heroManufacture {
  background-color: #ffeed6;
}

.inventoryImg {
  position: relative;
  display: block;
  width: 500px;
  height: 500px;
}

.inventoryImg::before {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/bg-landing-circle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateRolling 5s linear infinite;
}

.inventoryImg::after {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/inventory-control.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inventory-slides {
  min-height: 530px;
  align-content: center;
}

.inventory-owl .owl-nav.disabled {
  display: none;
}

.inventory-owl.owl-theme .owl-dots .owl-dot span {
  background-color: #fff !important;
  transition: all 0.5s ease-in-out;
}

.inventory-owl.owl-theme .owl-dots .owl-dot.active span {
  background-color: #fff !important;
  width: 30px !important;
}

/* Purchase order */
.bg-heroPurchase {
  background-color: #ffeed6;
  min-height: 540px;
}

.purchaseImg {
  position: relative;
  display: block;
  width: 450px;
  height: 450px;
}

.purchaseImg::before {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/bg-landing-circle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateRolling 5s linear infinite;
}

.purchaseImg::after {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/purchase-order.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Sub-contracting */
.bg-heroSubcontract {
  background-color: #fff6ee;
  min-height: 540px;
}

.subcontractImg {
  position: relative;
  display: block;
  width: 450px;
  height: 450px;
}

.subcontractImg::before {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/bg-landing-circle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateRolling 5s linear infinite;
}

.subcontractImg::after {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/sub-contracting.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-count {
  background-color: #fff;
  padding: 15px;
  border-radius: 16px;
  min-height: 300px;
}

.card-count-icon {
  background-color: #ffd9a9;
  text-align: center;
  align-content: center;
  border-radius: 16px;
}

/* Gate entry */
.gateEntryImg {
  position: relative;
  display: block;
  width: 500px;
  height: 500px;
}

.gateEntryImg::before {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/bg-landing-circle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateRolling 5s linear infinite;
}

.gateEntryImg::after {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/gate-entry-management.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* transportation */
.bg-heroTransport {
  position: relative;
  z-index: 1;
}

.bg-heroTransport::before {
  content: '';
  position: absolute;
  background-color: #ffeed6;
  /* background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 .99C4 .445 4.444 0 5 0c.552 0 1 .45 1 .99v4.02C6 5.555 5.556 6 5 6c-.552 0-1-.45-1-.99V.99zm6 8c0-.546.444-.99 1-.99.552 0 1 .45 1 .99v4.02c0 .546-.444.99-1 .99-.552 0-1-.45-1-.99V8.99z' fill='%23ff9e22' fill-opacity='0.21' fill-rule='evenodd'/%3E%3C/svg%3E"); */
  top: 0;
  right: 0;
  width: 52%;
  height: 100%;
  z-index: -1;
}

.bg-heroTransport::after {
  content: '';
  position: absolute;
  background-color: #ffeed6;
  top: 0;
  left: 0;
  width: 48%;
  height: 100%;
  z-index: -1;
}

.transportImg {
  position: relative;
  display: block;
  width: 500px;
  height: 500px;
  z-index: 2;
}

.transportImg::after {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/transportation.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Quality management */
.bg-heroQuality {
  background-color: #ffeed6;
}

.qulityImg {
  position: relative;
  display: block;
  width: 500px;
  height: 500px;
  z-index: 2;
}

.qulityImg::before {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/bg-landing-circle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateRollingFlat 5s linear infinite;
  z-index: 1;
}

.qulityImg::after {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/quality-control-management.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.audit-icon {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
}

.audit-icon::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/all-products/audit-icon.svg);
  background-size: cover;
}

.faqSticky01 {
  position: sticky;
  top: 100px;
  z-index: 9999;
}

.audit-bg-before {
  position: relative;
  z-index: 1;
}

.audit-bg-before::before {
  content: '';
  position: absolute;
  display: block;
  top: -5px;
  left: -165px;
  width: 140%;
  height: 100%;
  background-color: #ffd9a9;
  border-radius: 34px;
  z-index: -1;
}

/* Sales order */
.bg-heroSales {
  background-color: #ffeed6;
}

.salesImg {
  position: relative;
  display: block;
  width: 500px;
  height: 500px;
  z-index: 2;
}

.salesImg::after {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/sales-order-landing.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* filter: invert(66%) sepia(27%) saturate(2038%) hue-rotate(342deg) brightness(106%) contrast(101%); */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.financeImg {
  position: relative;
  display: block;
  width: 500px;
  height: 500px;
  z-index: 2;
}

.financeImg::after {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/Finance-landing-bg.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* filter: invert(66%) sepia(27%) saturate(2038%) hue-rotate(342deg) brightness(106%) contrast(101%); */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* General ledger */
.ledgerImg {
  position: relative;
  display: block;
  width: 500px;
  height: 500px;
  z-index: 2;
}

.ledgerImg::after {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/crm-dashboard.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 90%;
  height: 90%;
  z-index: 1;
}

/* Accounts payable */

.accPayImg {
  position: relative;
  display: block;
  width: 500px;
  height: 500px;
  z-index: 2;
}

.accPayImg::before {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/circle-dot.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: -8%;
  left: -3%;
  width: 110%;
  height: 110%;
  animation: rotateRollingFlat 5s linear infinite;
  z-index: 1;
}

.accPayImg::after {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/accounts-payable.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 90%;
  height: 90%;
  z-index: 1;
}

.accDash_before {
  position: relative;
  z-index: 1;
}

.accDash_before::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: #ffffff;
  transform: rotate(5deg);
  z-index: -1;
}

.erp-cloudBg1 {
  position: relative;
  background-color: #fff2e2;
}

.erp-cloudBg1::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background-color: var(--primary);
}

.erp-cloudBg2 {
  position: relative;
  background-color: #ffd9a9;
}

.erp-cloudBg2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #ffffff;
}

/* Accounts Receivable */
.accRevImg {
  position: relative;
  display: block;
  width: 500px;
  height: 500px;
  z-index: 2;
}

.accRevImg::before {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/bg-landing-circle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateRolling 5s linear infinite;
  z-index: 1;
}

.accRevImg::after {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/accounts-receivable.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 90%;
  height: 90%;
  z-index: 1;
}

/* Cash Management */
.cashImg {
  position: relative;
  display: block;
  width: 500px;
  height: 500px;
  z-index: 2;
}

.cashImg::before {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/bg-landing-circle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateRollingFlat 5s linear infinite;
  z-index: 1;
}

.cashImg::after {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/cash-management.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotateY(180deg);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* GST-Taxation */
.taxImg {
  position: relative;
  display: block;
  width: 500px;
  height: 500px;
  z-index: 2;
}

.taxImg::before {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/bg-landing-circle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateRolling 5s linear infinite;
  z-index: 1;
}

.taxImg::after {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/taxation-gst.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Fixed Assets */
.fixasstImg {
  position: relative;
  display: block;
  width: 500px;
  height: 500px;
  z-index: 2;
}

.fixasstImg::before {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/bg-landing-circle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateRollingFlat 5s linear infinite;
  z-index: 1;
}

.fixasstImg::after {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/Fixed-assets.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bg-offBlack {
  position: relative;
  z-index: 1;
}

.bg-offBlack::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  height: 50%;
  width: 100%;
  z-index: -1;
}

/* MSME  */
.msme-bg {
  background-image: linear-gradient(#ffe5c3 0.52px, transparent 0.52px), linear-gradient(to right, #ffe5c3 0.52px, transparent 0.52px);
  background-size: 95px 95px;
  background-color: #fff4e5;
}

.msme-logo {
  position: relative;
  flex: 0 0 auto;
  width: fit-content !important;
}

.msme-logo::before,
.msme-logo::after {
  position: absolute;
  content: '';
  top: -40%;
  right: -10%;
  width: calc(125px - 5vw);
  height: calc(90px - 5vh);
  background-position: center;
  background-size: cover;
}

.msme-logo::before {
  animation: rotateRolling 10s linear infinite;
  animation-delay: 0.2s;
  background-image: url(../img/all-products/msme-logo-circle.svg);
}

.msme-logo::after {
  background-image: url(../img/all-products/msme-logo.svg);
}

.tri-curve {
  /* display: block; */
  /* position: absolute; */
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background-color: #000;
}

/* ERP kick start */
.erp-kick-tab .bar-clr {
  border-radius: 20px !important;
}

.erp-kick-tab .bar-clr .rt_cont {
  width: 100%;
}

.erp-kick-tab .bar-clr.active,
.erp-kick-tab .bar-clr.active:hover {
  background-color: var(--primary) !important;
  color: #000 !important;

  &::before {
    display: none;
  }
}

.erp-kick-tab .bar-clr:hover::before {
  content: var(--tw-content);
  width: 90%;
  left: 5%;
}

.curve-right {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 100px;
  background-color: var(--primary);
  border-radius: 25%;
  box-shadow: -20px -20px 0 0 #ffeed7;
}

/* Mobile application */
.mobappImg {
  position: relative;
  display: block;
  width: 500px;
  height: 500px;
  z-index: 2;
}

.mobappImg::before {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/bg-landing-circle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateRolling 20s linear infinite;
  z-index: 1;
}

.mobappImg::after {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/mobile-app.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  z-index: 1;
}

/* web desktop development */
.webDeskImg {
  position: relative;
  display: block;
  width: 500px;
  height: 500px;
  z-index: 2;
}

.webDeskImg::before {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/bg-landing-circle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateRolling 20s linear infinite;
  z-index: 1;
}

.webDeskImg::after {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/website-desktop-development.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* oracle apex */
.oracleApexImg {
  position: relative;
  display: block;
  width: 500px;
  height: 500px;
  z-index: 2;
}

.oracleApexImg::before {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/bg-landing-circle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateRolling 20s linear infinite;
  z-index: 1;
}

.oracleApexImg::after {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/Oracle-apex.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* cloud Infrastructure */
.cloudInfoImg {
  position: relative;
  display: block;
  width: 500px;
  height: 500px;
  z-index: 2;
}

.cloudInfoImg::before {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/bg-landing-circle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateRolling 20s linear infinite;
  z-index: 1;
}

.cloudInfoImg::after {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/Cloud-Infrastructure.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Oracle forms and reports */
.oracleFormImg {
  position: relative;
  display: block;
  width: 500px;
  height: 500px;
  z-index: 2;
}

.oracleFormImg::before {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/bg-landing-circle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateRolling 20s linear infinite;
  z-index: 1;
}

.oracleFormImg::after {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/Oracle-Forms-Reports.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Oracle DBA */
.oracleDbaImg {
  position: relative;
  display: block;
  width: 500px;
  height: 500px;
  z-index: 2;
}

.oracleDbaImg::before {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/bg-landing-circle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateRolling 20s linear infinite;
  z-index: 1;
}

.oracleDbaImg::after {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/Oracle-dba.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* apps management */
.appmgtImg {
  position: relative;
  display: block;
  width: 500px;
  height: 500px;
  z-index: 2;
}

.appmgtImg::before {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/bg-landing-circle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateRolling 20s linear infinite;
  z-index: 1;
}

.appmgtImg::after {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/app-management.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* database administration */
.dbAdminImg {
  position: relative;
  display: block;
  width: 500px;
  height: 500px;
  z-index: 2;
}

.dbAdminImg::before {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/bg-landing-circle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateRollingFlat 20s linear infinite;
  z-index: 1;
}

.dbAdminImg::after {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/database-admin.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* power BI */
.powerBiImg {
  position: relative;
  display: block;
  width: 500px;
  height: 500px;
  z-index: 2;
}

.powerBiImg::after {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/power-BI.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.partnerSlider .swiper-wrapper .swiper-slide {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

.partnerSlider .swiper-wrapper .swiper-slide:hover {
  transform: scale(1.2);
}

.partnerSlider .swiper-wrapper .swiper-slide img {
  outline: 0.6px solid #ececec;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: all 0.5s ease-in-out;
}

.partnerSlider .swiper-wrapper .swiper-slide:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}

/* Industries all  */
.indusImg,
.crmImg {
  position: relative;
  display: block;
  width: 400px;
  height: 400px;
  z-index: 2;
}

.indusImg::before {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/bg-landing-circle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateRolling 20s linear infinite;
  z-index: 1;
}

.indusImg::after {
  content: '';
  position: absolute;
  background-image: url(../img/all-products/industries.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.industry-bg {
  position: relative;
}

.indus_position {
  position: sticky;
  top: 67px;
  z-index: 10;
  padding: 0px 10px 10px 0px;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: thin;
  scrollbar-color: #cecece #ececec;
  background-color: #fff;
  z-index: 998;
  border-top: 1px solid #ececec;
}

.indus_position .nav-link:focus-visible {
  box-shadow: none !important;
}

.nav.indus_lists {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: #888 #eeeeee;
}

/* Webkit Browsers (Chrome, Edge, Safari) */
.nav.indus_lists::-webkit-scrollbar {
  height: 6px;
  transition: height 0.3s ease-in-out;
}

/* Scrollbar track (background) */
.nav.indus_lists::-webkit-scrollbar-track {
  background: #eeeeee;
  border-radius: 10px;
}

/* Scrollbar thumb (draggable part) */
.nav.indus_lists::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
  cursor: pointer;
}

.nav-link.indus_link {
  font-size: 18px !important;
  margin-right: 20px !important;
  margin-left: 20px;

  &::before {
    left: 50%;
    bottom: -100%;
    border-radius: 50%;
    width: 1%;
  }

  & span {
    color: #000;
  }
}

.nav-link.indus_link:hover span {
  color: var(--primary);
}

.nav-link.indus_link.active {
  position: relative;
  text-decoration: none;
  width: fit-content;
  background-color: #00000000 !important;

  & span {
    color: var(--primary);
  }
}

.nav-link.indus_link.active::before {
  border-radius: 0%;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid var(--primary);
  width: 100%;
  height: 10px;
}

.tab-industries .tab-content .tab-pane h1 {
  position: sticky;
  top: 144px;
}

.nav.nav-pills.component_lists {
  display: block !important;
  position: sticky;
  top: 170px;
  padding: 10px 10px;
  background-color: #ffeed7;
  border-radius: 20px 0px 0px 20px;
  max-height: 400px;
  overflow: auto;
}

.nav.nav-pills.component_lists::-webkit-scrollbar {
  width: 5px;
}

.nav.nav-pills.component_lists::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0px;
}

.nav.nav-pills.component_lists::-webkit-scrollbar-thumb {
  background: #ff9103;
  border-radius: 10px;
}


.nav-link.component_link {
  padding: 0.55rem 0.75rem !important;
  margin: 0 10px;
  transition: all 0.2s ease-in-out;

  &::before {
    display: none;
  }

  & span {
    position: relative;
    font-size: 18px !important;
    text-align: start;
    line-height: 20px;
  }
}

.nav-link.component_link.active {
  border-radius: 15px;
  background-color: var(--primary) !important;

  & span {
    color: white;
  }
}

#mnav-accordian {
  overflow: scroll;
  overscroll-behavior-y: contain;
}

#mnav-accordian .accordion-item,
#mnav-accordian .accordion-header {
  border-radius: 0 !important;
}

#collapseThree .accordion-header {
  border-bottom: 0 !important;
}

#mnav-accordian .accordion-header a {
  font-size: 16px;
  font-weight: 500;
}

#mnav-accordian .accordion-button:focus {
  box-shadow: none !important;
}

#mnav-accordian .accordion-button:not(.collapsed) {
  background-color: #ffd9a9;
  font-weight: 600;
  border-radius: 0 !important;
}

#nestedAccordion .accordion-button:not(.collapsed) {
  background-color: #ffe6c7;
  font-weight: 600;
  border-radius: 0 !important;
}

.accordion-body .accLink {
  color: black;
  padding: 10px;
  margin: 0;
}

.active-accLink {
  background-color: #ffeed8;
  font-weight: 600;
}

/* Blog */
.all_blog_landScreen {
  background-image: repeating-linear-gradient(53deg, rgba(255, 255, 255, 1.2) 0px, rgba(255, 255, 255, 1.2) 0px, transparent 0px, transparent 1px, rgba(255, 255, 255, 1.2) 1px, rgba(255, 255, 255, 1.2) 4px, transparent 4px, transparent 5px, rgba(255, 255, 255, 1.2) 5px, rgba(255, 255, 255, 1.2) 8px), repeating-linear-gradient(126deg, rgba(255, 255, 255, 2.2) 0px, rgba(255, 255, 255, 2.2) 0px, transparent 0px, transparent 1px, rgba(255, 255, 255, 2.2) 1px, rgba(255, 255, 255, 2.2) 4px, transparent 4px, transparent 5px, rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0.2) 11px), linear-gradient(60deg, rgb(255, 248, 238), rgb(255, 248, 238));
  min-height: 650px;
}

.all_blog_landScreen .blog-vector-bg {
  position: absolute;
  background-image: url(../img/all-products/blog-vectors-bg.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}

.blog-row .blog-col {
  background-color: white;
}

.blog-row .blog-col:nth-child(odd) {
  margin: 0 auto 50px 30px;
}

.blog-row .blog-col:nth-child(even) {
  margin: 0 30px 50px auto;
}

#pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.search_input {
  width: 100%;
  padding: 10px 20px;
  border: none;
  outline: 1px solid var(--primary);
  font-size: 16px;
  border-radius: 25px;
}

.search_input:focus-visible {
  outline: 3px solid var(--primary);
}

#searchContainer {
  width: 100%;
  max-width: 500px;
  position: relative;
  text-align: center;
  z-index: 1;
}

#searchContainer .bi-search {
  position: absolute;
  right: 20px;
  top: 12px;
  color: var(--primary);
}

#searchResults {
  width: 100%;
  max-height: 300px;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 18px 18px;
  position: absolute;
  top: 95px;
  z-index: 10;
  box-shadow: 0px 4px 5px rgba(255, 189, 7, 0.1);
  display: none;
}

.item {
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.item img {
  width: 100px;
  height: 75px;
}

.item .itemImg {
  border-radius: 10px;
  padding: 0;
}

.item .itemContent {
  align-content: center;
  text-align: start;
}

.item h1 {
  margin: 0;
  font-size: 18px;

  & a {
    color: #000;
  }
}

.item p {
  margin: 0;
  color: #666;
}

.item:hover {
  background-color: var(--primary);

  & h1 a {
    color: #fff;
  }
}

#resultCount {
  font-size: 14px;
  color: #555;
  font-weight: bold;
  margin-top: 10px;
}

.instagram-media {
  border-radius: 15px !important;
  border-color: #00000000 !important;
}

.twitter-timeline,
.instagram-media {
  position: relative;
}

.twitter-timeline::before {
  content: '@Roadmaperp loading...';
}

.instagram-media::before {
  content: '@roadmapitofficial loading...';
}

.twitter-timeline::before,
.instagram-media::before {
  position: absolute;
  background-color: #ffffffdc;
  border-radius: 15px;
  width: 100%;
  height: 200px;
  z-index: 1;
  align-content: center;
  text-align: center;
  font-size: 20px;
}

.border-blogleft {
  position: relative;
}

.border-blogleft::before {
  content: '';
  position: absolute;
  left: 7%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--primary);
}

/* blog navigation */
.pagination-btn {
  background-color: var(--primary);
  color: white;
  padding: 8px 15px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}

.pagination-btn:disabled {
  background-color: var(--primary);
  opacity: 0.6;
  cursor: not-allowed;
}

#pagination #page-numbers {
  display: flex;
  gap: 8px;
  align-items: center;

  & button.pagination-number {
    padding: 0 8px;
    width: 30px;
    height: 30px;
  }

  & button.pagination-number.active,
  button.pagination-number:hover {
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
  }
}


.border--orange {
  border: 1px dashed transparent;
  border-bottom-color: var(--primary) !important
}

.subscribe-btn {
  padding: 5px 15px;
}

.subscribeIcon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 30px;
  color: #fff;
  background: var(--primary);
  height: 100%;
  padding: 3px 15px;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}

.subscribe-btn:focus-visible {
  outline: none;
  box-shadow: 0px 0px 4px #fdaf49;
  border: 3px solid var(--primary) !important;
}

.key__features.tag span:hover {
  background-color: var(--primary);
  cursor: pointer;

  & a {
    color: #fff !important;
  }
}

/* social media */
#socialShareContainer {
  justify-items: center;
}

.btn.btn-twitter,
.btn.btn-linkedin {
  background-color: #fff;
  width: fit-content;
  padding: 5px 15px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.btn.btn-twitter:hover,
.btn.btn-linkedin:hover {
  background-color: var(--primary);
  color: #fff;
}

.post-img-recent {
  max-width: 100px;
}

/* Pricing pages */
.bg-pricing {
  position: relative;
  background-image: linear-gradient(#ffeed8 1px, transparent 1px), linear-gradient(to right, #ffeed8 1px, transparent 1px);
  background-size: 87px 87px;
  background-color: #fff8f0;
  z-index: 1;
  background-attachment: fixed;
}

.bg-pricing::before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0);
  background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 25%, #ffffff 80%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 25%, #ffffff 80%);
  z-index: -1;
}

.bg-pricing .grid-columns-1 {
  grid-template-columns: 1fr;
}

.whatsapp-float {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 2.6rem;
  right: 0.89rem;
  z-index: 1000;
  cursor: pointer;
}

@media (min-width: 768px) {
  .bg-pricing .grid-columns-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .bg-cover .blog-row .blog-col {
    flex: 0 0 auto;
    width: 30%;
  }
}

@media (min-width: 992px) {
  .bg-pricing .grid-columns-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.currency-icon {
  font-size: 16px;
  font-weight: 400;
  margin: 0px 5px;
}

.bg-pricing .btn-pricing {
  bottom: 5%;
  position: absolute;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}

/* custom icon position */
/* .bi::before,
[class*=" bi-"]::before,
[class^=bi-]::before {
  vertical-align: 0 !important;
} */

/* contact page */

.outercardContact {
  padding: 20px 30px;
  border-radius: 20px;
  box-shadow: 1px 0px 17px 3px rgba(194, 194, 194, 1);
  -webkit-box-shadow: 1px 0px 17px 3px rgba(194, 194, 194, 1);
  -moz-box-shadow: 1px 0px 17px 3px rgba(194, 194, 194, 1);
}

.arrowDropSelect {
  position: absolute;
  color: #616161;
  background: #fff;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 5px;
  padding-left: 5px;
  height: 80%;
  align-content: center;
  pointer-events: none;
}

select:where([name='productsList']):focus,
.form-control:focus {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 .25rem rgba(255, 168, 6, 0.25) !important;
}

#productList {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#productList option:hover,
#productList option:checked,
#productList option:active,
#productList option:focus {
  color: #ffffff;
  background-color: var(--primary) !important;
}

.countryCard {
  background-color: #fff;
  padding: 50px 55px;
  border: 1px solid #ffdeab;
}

.countryFlag {
  display: flex;
  gap: 1rem;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 30px 0px;
  border-bottom: 1px solid #ececec;
}

.indiaFlag {
  background-image: url(../img/all-products/Flag_of_India.png);
  display: block;
  width: 50px;
  height: 30px;
  background-position: center;
  background-size: cover;
}

.beforeBorderLeft {
  position: relative;
}

.beforeBorderLeft::before {
  content: '';
  position: absolute;
  left: -4%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ececec;
}

/* about us screen */

.bg-aboutus {
  width: 100%;
  height: 80vh;
  background-image: url(/assets/img/all-products/about-us.jpg);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.abP-fs {
  font-size: 18px;
}

.abLegacy {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.abLegacy::before {
  position: absolute;
  content: '';
  top: 5%;
  left: 5%;
  width: 85%;
  height: 85%;
  background-color: var(--light);
  z-index: -1;
  clip-path: polygon(37.4% 0%, 89.1% 0%, 100% 100%, 75% 100%, 38.7% 100%, 11.2% 100%, 0% 0%);
}

.abLegacy::after {
  position: absolute;
  content: '';
  bottom: 5%;
  right: 5%;
  width: 85%;
  height: 85%;
  background-image: url(/assets/img/all-products/about-us-legacy.svg);
  background-size: cover;
  background-position: center;
  box-shadow: 0px 0px 1px var(--primary);
  z-index: 2;
  clip-path: polygon(37.4% 0%, 89.1% 0%, 100% 100%, 75% 100%, 38.7% 100%, 11.2% 100%, 0% 0%);
}

/* trail */
.trailCard {
  background: #fff;
  padding: 22px;
  border: 1px solid #faebd6;
  margin-bottom: 1.3%;
  min-height: 133px;
  height: 100%;
  transition: background .3s ease, border .3s ease, color .3s ease, all .5s ease;
  word-break: break-word;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.trailCard:hover {
  border: 1px solid var(--primary);
  box-shadow: 0 0 30px #8c8c8c2e;
  transform: translateY(-5px);
  transition: all .5s;

}

.trailBtn .bi {
  position: relative;
  left: 0;
  top: 2px;
  transition: all .5s;
}

.trailBtn:hover .bi {
  left: 5px;
}

.trailCard .trailLogo {
  position: relative;
  width: 60px;
  aspect-ratio: 1/1;
  margin-bottom: 5px;
  z-index: 1;
}

.trailCard .trailTitle {
  align-content: center;
  font-size: 20px;
  transition: all .3s ease;
  padding-bottom: 12px;
  line-height: 1.2;
  color: var(--dark);
}

.trailCard .trailBtn {
  width: fit-content;
  font-size: 20px;
  color: var(--primary);
  cursor: pointer;
}

/* ul li style */
.list-grpDot li {
  list-style-position: outside;
  list-style-image: url('../img/all-products/list-dot.svg');
}

/* ERP page */
#erpModal,
#erpModalThanks {
  z-index: 99999;
}

#erpModal .btn-close,
#erpModalThanks .btn-close {
  padding: 0.75em !important;
  background-color: #ffe5c5 !important;
  border-radius: 50%;
  margin: 8px 8px 0px 0px;
}

#erpModal .modal-content,
#erpModalThanks .modal-content {
  min-height: 400px;
  border-radius: 20px !important;
}

#erpModal .erpModal-header {
  display: flex;
  justify-content: end;
  background-color: #FFF1DF;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

#erpModalThanks .erpModal-header {
  display: flex;
  justify-content: end;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

#erpModal .btn-close:focus {
  outline: 0;
  box-shadow: none;
}

#erpModal input::placeholder {
  color: #b3b1b1;
}

#erpModal .spinner-border {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  margin-left: 0.5rem;
}

#erpModal .submit-btn .bi-send-fill {
  display: inline;
}

#erpModal .submit-btn.loading .bi-send-fill {
  display: none;
}

#erpModal .submit-btn.loading .spinner-border {
  display: inline-block !important;
}

#erpModal .consent .form-check-input {
  border-color: var(--primary) !important;
}

#erpModal .consent .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

#erpModal .consent .form-check-input:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(13, 109, 253, 0);
}

.leftQuote,
.rightQuote {
  position: relative;
  top: -5px;
}

.rightQuote::before {
  transform: rotate(180deg);
}

.RM-erpCeo .bg-btn-wrapper .bg-btn {
  border-color: #fff;
  color: var(--primary);
  font-size: 1.35rem;
}

.RM-erpCeo .bg-btn-wrapper:hover .bg-btn {
  color: #000;
}

.RM-erpCeo .bg-btn-wrapper:hover .bg-btn svg path {
  fill: #000;
}

.RM-erpCeo .bg-btn-wrapper .bg-btn::before {
  background-color: #ffffff5d;
}

.RM-erpCeo .bg-btn-wrapper .bg-btn::after {
  background-color: #ffffff;
}

.bg-LMcta {
  position: relative;
  z-index: 1;
}

.bg-LMcta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  /* background-color: var(--light); */
  background-color: white;
  z-index: -2;
}

.bg-LMcta::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 26%;
  height: 100%;
  background:
    radial-gradient(27% 29% at right, #0000 83%, #202020 85% 99%, #0000 101%) calc(32px/2) 32px,
    radial-gradient(27% 29% at left, #0000 83%, #202020 85% 99%, #0000 101%) calc(32px/-2) 32px,
    radial-gradient(29% 27% at top, #0000 83%, #202020 85% 99%, #0000 101%) 0 calc(32px/2),
    radial-gradient(29% 27% at bottom, #0000 83%, #202020 85% 99%, #0000 101%) 0 calc(32px/-2) #000000;
  background-size: 64px 64px;
  z-index: -1;
}

.bg-LMcta .outercardContact {
  box-shadow: 6px 7px 35px #3D3B350A;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-box-shadow: 6px 7px 35px #3D3B350A;
}

.RM-mainCTA input[type="checkbox"].form-check-input,
.bg-LMcta input[type="checkbox"].form-check-input {
  border-color: var(--primary) !important;
  margin: 4px 10px 4px -8px;
}

.RM-mainCTA input[type="checkbox"].form-check-input:checked,
.bg-LMcta input[type="checkbox"].form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

.RM-mainCTA input[type="checkbox"].form-check-input:focus,
.bg-LMcta input[type="checkbox"].form-check-input:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(13, 109, 253, 0);
}

.bg-LMcta .outercardContact .bg-btn-wrapper:hover .bg-btn {
  color: var(--primary);
}

.bg-LMcta .outercardContact .bg-btn-wrapper:hover .bg-btn svg path {
  fill: var(--primary);
}

.ctaArrow {
  position: absolute;
  top: 70px;
  right: -30px;
  width: 180px;
  transform: rotate(348deg);
}

.hover-text-decoration-underline:hover {
  text-decoration-line: underline !important;
  text-decoration-thickness: 1px !important;
  text-decoration-style: dashed !important;
  text-decoration-color: var(--primary) !important;
}

.link__type {
  position: absolute;
  background-color: white;
  color: var(--primary);
  padding: 2px 10px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  min-width: 80px;
  z-index: 999999;
  pointer-events: none;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.bg-policy {
  background: #ffffff;
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 242, 225, 1) 20%, rgba(255, 232, 202, 1) 28%, rgba(255, 171, 63, 1) 92%, rgba(255, 145, 3, 1) 100%);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 242, 225, 1) 20%, rgba(255, 232, 202, 1) 28%, rgba(255, 171, 63, 1) 92%, rgba(255, 145, 3, 1) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 242, 225, 1) 20%, rgba(255, 232, 202, 1) 28%, rgba(255, 171, 63, 1) 92%, rgba(255, 145, 3, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FF9103", GradientType=0);
}

.bg-policy-content {
  background: #fff9f1;
  /* background: radial-gradient(circle, rgba(255, 232, 202, 1) 26%, rgba(255, 224, 182, 1) 89%, rgba(255, 203, 135, 1) 100%); */
}

#vertical {
  position: sticky;
  top: 60px;
  padding: 20px 0px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.bg-heroProject,
.bg-heroPlant,
.bg-heroFinance,
.bg-supplychain,
.bg-heroShop {
  min-height: 520px;
  max-height: 520px;
}

/* cookie */
.cookie-popup {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -200px;
  background: #222;
  color: #fff;
  z-index: 9999999999;
  transition: bottom 1s cubic-bezier(.4, 0, .2, 1);
  padding: 0;
  font-size: 16px;
  box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.08);
}

.cookie-popup.show {
  bottom: 0;
}

.cookie-popup-content {
  align-items: center;
  margin: 0 auto;
  padding: 18px 24px;
  gap: 20px;
  flex-wrap: wrap;
}

.cookie-link {
  color: #ff9103;
  font-weight: bold;
  text-decoration: underline !important;
}

.cookie-btn {
  background: #ff9103;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 8px 24px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s;
  margin-left: 8px;
}

.cookie-btn:hover {
  background: #e07d00;
}

.dashboard {
  position: relative;
  z-index: 2;
  border-radius: 30px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 0.25rem 0.25rem 0.35rem 0.25rem;
  background-color: #ffffff;
}

.dotRound {
  position: relative;
}

.dotRound::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  background-image: url(../img/all-products/dotRound.png);
  border-radius: 50%;
  transform: translate(-35%, -35%);
  z-index: 1;
  opacity: 0.1;
}

.semiRound {
  position: relative;
  z-index: 1;
}

.semiRound::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: var(--light) 16px solid;
  transform: translate(300%, 30%);
  z-index: -1;
  opacity: 0.3;
}

.faqSticky {
  position: sticky;
  top: 100px;
  z-index: 10;
}

.rocketFoot {
  display: block;
  z-index: 1;
  position: absolute;
  top: -100px;
  right: 5px;
  max-width: 250px;
  max-height: 250px;
  width: 100%;
  height: 100%;
  /* background-image: url(../img/all-products/boost.png); */
  background-image: url(../img/all-products/boost.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.clients {
  padding-top: 30px;
}

.clients .clientList {
  margin: 5px auto 15px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clientImg {
  width: 130px;
  margin: 0px auto;
}

.broucher-bg {
  background-image: url(../img/all-products/Brouchers-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 350px;
}

.video-list.card {
  min-height: 290px;
  overflow: hidden;
}

.card .card-body .video-txt {
  text-transform: capitalize;
  color: #000 !important;
}

.card:hover .card-body .video-txt {
  color: var(--primary) !important;
}

.card .card-img-top {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.card:hover .card-img-top {
  transform: scale(1.08);
}

.video-list {
  position: relative;

}

/* time line style */
.timeline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px !important;
  padding: 0 !important;
  height: 100%;
  background-color: var(--primary);
  margin-right: 15px;
}

.title.odd::before {
  content: '';
  position: absolute;
  background-color: #fff;
  border: 2px solid var(--primary);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  right: -8px;
  top: 90px;
  transform: translateY(-50%);
}

.title.even::before {
  content: '';
  position: absolute;
  background-color: #fff;
  border: 2px solid var(--primary);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: -8px;
  top: 90px;
  transform: translateY(-50%);
}

select:focus {
  box-shadow: 0 0 0 .25rem rgb(255 145 3 / 25%) !important;
  border-color: var(--primary) !important;
}

@media (max-width: 600px) {
  .cookie-popup-content {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 12px;
  }

  .cookie-popup-content>div {
    width: 100%;
    display: flex;
    gap: 10px;
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .col-RM-12 {
    flex: 0 0 auto;
    width: 12.5% !important;
  }
}

@media only screen and (max-width:992px) {
  .bg-pricing .btn-pricing {
    bottom: 0%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .RM-mainCTA::before {
    width: 0%;
  }

  #testimonial-content {
    position: relative;
  }

  .all_prod_landScreen {
    min-height: 670px;
  }

}

@media only screen and (max-width:768px) {

  #supplyChainOverview::before {
    background-position: 100% 0%;
  }

  .masonry-grid {
    column-count: 2;
  }

  .animate__svgArrow::before {
    display: none;
  }

  .bg-heroProject {
    background-size: cover;
  }

  .bg-aboutus {
    background-position: 50% 100%;
    background-size: auto;
  }

  .planImg {
    width: 85vw;
    height: auto;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
  }

  .lap-screen-png::after {
    height: 90%;
  }

  .indus_position {
    position: static;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .tab-industries .tab-content .tab-pane h1 {
    position: static;
  }

  .container--bg {
    min-height: 600px;
  }

  .crc {
    width: 55px;
    height: 60px;
    font-size: 22px;
  }

  .apple-content {
    position: relative;
    margin-top: 40px;
    width: 100% !important;
    left: 0 !important;
  }

  .iphone {
    left: 0%;
  }

  .iphone .iphone-img {
    left: 95px;
  }

  .iphone .swiper-apple .swiper-slide img {
    left: 95px;
  }

  .swiper-ess {
    padding-bottom: 40px;
  }

  .swiper-button-next.ess-swiper-btn {
    position: relative;
    top: 0;
    left: 66%;
    transform: translateX(-66%);
  }

  .swiper-button-prev.ess-swiper-btn {
    position: relative;
    top: -35px;
    left: 36%;
    transform: translateX(-36%);
  }

  .border-blogleft::before {
    display: none;
  }

  .RM-paperCard {
    min-height: 310px;
  }

  .card:has(.RM-paperCard) {
    margin-top: 20px;
  }

  .whatsapp-float {
    width: 60px;
    height: 60px;
    right: 1.59rem;
    bottom: 5rem;
  }

  .back-to-top {
    width: 60px;
    height: 60px;
    right: 1.19rem;
    bottom: 7.75rem;
  }

  .bg-heroProject,
  .bg-heroPlant,
  .bg-heroFinance,
  .bg-supplychain,
  .bg-heroShop {
    min-height: 565px;
    max-height: 565px;
  }

  .equip-order {
    left: -25%;
  }

  .equip-order::before {
    border-radius: 50%;
  }

  .equip-order::after {
    display: none;
  }

  .res_plant::before {
    display: none;
  }

  .rocketFoot {
    display: none;
  }

  .dashboard {
    border-radius: 12px;
  }

  .ctaArrow {
    display: none;
  }

  .bg-LMcta::after {
    background: #fff;
  }
}

@media only screen and (max-width:576px) {

  .swiper.lap-screen {
    width: 105%;
    height: 193px;
    left: -8px;
    top: -3px;
  }

  .masonry-grid {
    column-count: 1;
  }

  .msme-logo {
    width: 200px !important;
  }

  .msme-logo::before,
  .msme-logo::after {
    top: -40%;
    right: -20%;
    width: calc(70px - 5vw);
    height: calc(70px - 5vh);
  }

  .indusImg {
    width: 100vw;
    height: auto;
    aspect-ratio: 1/1;
  }

  .indusImg::after {
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 90%;
    height: 90%;
  }

  .scroll-container::-webkit-scrollbar {
    display: none;
  }

  .blog-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .blog-row .blog-col {
    margin: 0 0 20px 0;
  }

  .blog-row .blog-col:nth-child(odd),
  .blog-row .blog-col:nth-child(even) {
    margin: 0 0 30px 0;
  }

  .finance-tabs .finance--tab::after {
    display: none !important;
  }

  .tabPane_img img {
    width: 90% !important;
    align-self: anchor-center;
  }

  .mobappImg,
  .webDeskImg,
  .appmgtImg,
  .dbAdminImg,
  .powerBiImg,
  .oracleApexImg,
  .cloudInfoImg,
  .oracleFormImg,
  .oracleDbaImg {
    width: 360px;
    height: 360px;
  }
}

.image-animation {
  width: 0%;
  animation: expandWidth 2s forwards;
}


@keyframes fRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes fRotate-reverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}


@keyframes rotatePlay {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@keyframes rotatePlayRev {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-359deg);
  }
}


@keyframes v-modal {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}


@keyframes w-increase {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

@keyframes slider-open {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}


@keyframes option-open {
  0% {
    transform: scaleY(0);
  }

  100% {
    transform: scaleY(1);
  }
}


@keyframes xMoving-anim {
  0% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(10px);
  }
}


@keyframes yMoving-anim {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(10px);
  }
}


@keyframes RM-Selectlist_anim {
  0% {
    height: 0;
  }

  100% {
    height: 40px;
  }
}


/* float */
@keyframes float-top {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -5px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes float-bottom {
  0% {
    margin-top: 0;
  }

  50% {
    margin-bottom: -5px;
  }

  100% {
    margin-top: 0;
  }
}


@keyframes yMoving-anim-arrow {
  0% {
    bottom: 30%;
  }

  100% {
    bottom: 20%;
  }
}

@keyframes rotateRolling {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotateRollingFlat {
  0% {
    transform: rotateX(55deg) rotateZ(0deg) translateZ(-70px);
  }

  100% {
    transform: rotateX(55deg) rotateZ(365deg) translateZ(-70px);
  }
}

@keyframes expandWidth {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes bg-position-move {
  0% {
    background-position: 0% 0%;
  }

  25% {
    background-position: 30% 20%;
  }

  50% {
    background-position: 50% 50%;
  }

  75% {
    background-position: 70% 80%;
  }

  100% {
    background-position: 100% 100%;
  }
}

@keyframes wave-mover {
  0% {
    background-position-x: 0%;
  }

  25% {
    background-position-x: 77.5%;
  }

  50% {
    background-position-x: 155%;
  }

  75% {
    background-position-x: 232.5%;
  }

  100% {
    background-position-x: 310%;
  }
}