@font-face {
    font-family: "Bahnschrift";
    src: url("https://db.onlinewebfonts.com/t/0a6ee448d1bd65c56f6cf256a7c6f20a.eot");
    src: url("https://db.onlinewebfonts.com/t/0a6ee448d1bd65c56f6cf256a7c6f20a.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/0a6ee448d1bd65c56f6cf256a7c6f20a.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/0a6ee448d1bd65c56f6cf256a7c6f20a.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/0a6ee448d1bd65c56f6cf256a7c6f20a.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/0a6ee448d1bd65c56f6cf256a7c6f20a.svg#Bahnschrift")format("svg");
}
.mit-txt{
  font-family: "Bahnschrift";
  background: linear-gradient(93.51deg, #009ee0 -3.57%, #16a6e3 33.81%, #ff5722 74.8%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
:root {
  --lightgreen-color: #dbf5d14d;
  --lightpurple-color: #d6d6f64d;
  --lightcream-color: #f0dcad4d;
  --lightpink-color: #f9d0df4d;
  --lightorange-color: #fde5de87;
}
.text-orange {
  color: #ff5722;
} 
.curved-shape svg {
  display: block;
  width: 100%;
  height: 60px;
}

#spinner,
.custom-menu-toggle:not(.collapsed) .bar2 {
  opacity: 0;
}
.card {
  transition: background-color 0.4s ease;
}
.card-content,
.outcomes-content-list,
.wwd-content-list,
.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

body {
  color: #303030;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

p {
  font-size: 18px;
  line-height: 1.7;
}

* {
  scrollbar-width: thin;
  scrollbar-color: black transparent;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: 0 0;
}

.btn:focus,
.navbar-toggler:focus {
  box-shadow: none;
}

.btn-dark,
.btn-outline-dark,
.btn-outline-light,
.btn-outline-primary,
.btn-primary {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s;
}

.btn-outline-primary::before,
.btn-primary::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: top 0.3s ease-in-out;
  z-index: -1;
}

.btn-dark::before,
.btn-outline-dark::before,
.btn-outline-light::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bs-primary);
  transition: top 0.3s ease-in-out;
  z-index: -1;
}

.btn-dark:hover::before,
.btn-outline-dark:hover::before,
.btn-outline-light:hover::before,
.btn-outline-primary:hover::before,
.btn-primary:hover::before {
  top: 0;
}

h2 {
  font-size: 45px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

#spinner {
  visibility: hidden;
  transition: opacity 0.8s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.8s ease-out, visibility linear;
  visibility: visible;
  opacity: 1;
}

.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-md-square {
  width: 46px;
  height: 46px;
}

.btn-lg-square {
  width: 58px;
  height: 58px;
}

.btn-lg-square,
.btn-md-square,
.btn-sm-square,
.btn-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}

.back-to-top {
  z-index: 99;
}

.custom-menu-toggle {
  background: 0 0;
  border: none;
  width: 36px;
  height: 36px;
  position: relative;
  z-index: 1000;
  user-select: none;
}

.tech-menu-col-two ul:first-child,
.tech-product-categories {
  border-right: 1px solid #eeeff2;
}

.custom-menu-toggle .bar {
  position: absolute;
  height: 6px;
  border-radius: 20px;
  transition: 0.4s;
}

.bar1 {
  width: 60%;
  top: 4px;
  left: 20%;
  background-color: #76c7e8;
}

.bar2 {
  width: 100%;
  top: 15px;
  left: 0;
  background-color: #039fe1;
}

.bar3 {
  width: 70%;
  bottom: 4px;
  left: 15%;
  background-color: #76c7e8;
}

.custom-menu-toggle:not(.collapsed) .bar1 {
  transform: rotate(45deg);
  top: 15px;
  left: 0;
  width: 100%;
}

.custom-menu-toggle:not(.collapsed) .bar3 {
  transform: rotate(-45deg);
  bottom: auto;
  top: 15px;
  left: 0;
  width: 100%;
}

.tech-all-products-tab {
  padding: 30px;
  margin: 0 auto;
  overflow: auto;
  height: calc(100vh - 220px);
  max-height: 585px;
}

.tech-product-categories {
  width: 275px;
  padding: 5px 12px 5px 5px;
  overflow-y: auto;
}

.tech-product-categories li {
  font-size: 14px;
  position: relative;
  cursor: pointer;
  border-radius: 2px;
}

.tech-product-categories .list-group-item.active {
  background-color: var(--highlight-color);
  display: flex;
  justify-content: space-between;
}

.tech-product-categories .list-group-item {
  position: relative;
  transition: 0.3s;
}

.tech-product-categories .list-group-item::after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
  color: #fff;
  transition: 0.5s;
  pointer-events: none;
}

.tech-product-categories .list-group-item:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.industries-box:hover .industries-box-overlay,
.tech-product-categories .list-group-item.active::after {
  opacity: 1;
}

.tech-product-details {
  width: calc(100% - 260px);
  height: 100%;
  overflow: auto;
  transition: opacity 0.5s;
}

#all-tech-menu {
  width: 100%;
}

#all-tech-menu .tech-product-list {
  /* border: 1px dashed #ff5722; */
  border-radius: 8px;
  background-color: #fff;
}

#all-tech-menu .tech-product-list-container {
  padding-right: 0;
}

.tech-product-details h4 {
  font-size: 28px;
  font-family: var(--primaryfont-regular);
  color: #010101;
  padding: 5px 0 5px 20px;
  background-color: #fff;
  position: sticky;
  top: -1px;
  z-index: 10;
  max-width: 100%;
  text-align: left;
  margin: 10px 5px 0 10px;
  letter-spacing: -0.6px;
}
.tech-product-list-container {
  display: flex;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 10px 20px;
  padding-left: 10px;
  margin-bottom: 20px;
  padding-right: 25px;
}
/* .tech-product-list-container {
  display: grid;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 10px 20px;
  padding-left: 10px;
  margin-bottom: 20px;
  padding-right: 25px;
} */

.tech-product-list:hover {
  background-color: #fff;
}
.tech-product-list-container .tech-product-list {
  padding: 15px 10px;
  column-gap: 15px;
  position: relative;
  transition: background-color 0.4s;
  border-radius: 3px;
  margin: 10px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
/* .tech-product-list-container .tech-product-list {
  padding: 15px 20px;
  display: flex; 
  column-gap: 15px;
  position: relative;
  transition: background-color 0.4s;
  border-radius: 3px;
  max-width: 330px;
  margin: 10px 0;
} */
.tech-product-list > img {
  height: 50px;
  position: relative;
  margin: 8px 0;
  margin-bottom: 12px;
}

/* .tech-product-list > img {
  min-width: 40px;
  height: 50px;
  display:block;
  position: relative;
  margin:8px 0;
} */

.tech-product-content h5,
.tech-product-content p {
  text-align: left;
}

.tech-product-list .tech-product-content h5 {
  font-size: 20px;
  margin: 5px 0;
  letter-spacing: -0.2px;
  font-weight: 400;
}
.tech-product-list .tech-product-content p {
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  color: #555;
  text-align: center;
}
/* .tech-product-list .tech-product-content p {
  font-size: 13px;
  margin-bottom: 0;
  color: #333;
  line-height: 1.4;
} */

.tech-product-list > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: -999999px;
}

.tech-Company-lists,
.tech-resources-lists,
.tech-Products-lists {
  padding-inline: 0;
}

.tech-Company-lists li a,
.tech-Products-lists li a {
  padding-inline: 42px;
  color: #000;
}

li.tech-menu-col-two {
  display: flex;
  gap: 15px;
}

.tech-menu-col-two ul {
  list-style: none;
  padding: 0;
}

.tech-menu-col-two ul li:first-child {
  padding-inline-start: 36px;
  cursor: auto;
}

.tech-menu-col-two ul li {
  white-space: nowrap;
  padding-inline: 45px;
}

.tech-Company-lists li a:active,
.tech-Company-lists li a:hover,
.tech-Products-lists li a:active,
.tech-Products-lists li a:hover,
.tech-menu-col-two ul li a:active,
.tech-menu-col-two ul li a:hover {
  color: var(--highlight-color);
}

.tech-resources-lists .tech-menu-col-two li:first-child .nolink {
  padding: 8px 0 6px;
  letter-spacing: 0.5px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.tech-Products-lists li,
.tech-Company-lists li,
.tech-resources-lists ul li .nolink,
.tech-resources-lists ul li a {
  padding: 6px 0;
  color: var(--primary-color);
  display: block;
  text-decoration: none;
}

.dropdown .dropdown-menu,
.dropend .dropdown-menu,
.dropstart .dropdown-menu,
.dropup .dropdown-menu {
  background-color: #fff;
  border: 1px solid #e7ebf0;
  border-radius: 3px;
  cursor: default;
  transition: transform 0.2s, opacity 0.2s, visibility 0.2s;
  animation-timing-function: ease;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.04);
  margin-top: 0;
}

.dropdown .dropdown-toggle:after,
.dropend .dropdown-toggle:after,
.dropstart .dropdown-toggle:after,
.dropup .dropdown-toggle:after {
  content: "\f078";
  font: 300 14px/1 FontAwesome;
  border: none;
  vertical-align: middle;
  transition: 0.3s;
}

.dropdown .dropdown-toggle.show:after,
.dropend .dropdown-toggle.show:after,
.dropstart .dropdown-toggle.show:after,
.dropup .dropdown-toggle.show:after,
.nav-item.dropdown.show > .dropdown-toggle::after {
  transform: rotate(180deg);
}

.mobile-navbar .nav-item.dropdown > .dropdown-toggle::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  border: none;
  margin-left: 0.5rem;
  transition: transform 0.3s;
}

.mobile-navbar .nav-link.show {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-navbar .dropdown .dropdown-menu {
  border: 0;
  box-shadow: none;
  /* width: 100%; */
}

.mobile-navbar .nav-item .nav-link {
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown-submenu .dropdown-item {
  padding: 5px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 300;
}

.dropdown-submenu .dropdown-item:focus {
  background-color: transparent;
}

.dropdown-submenu .dropdown-item span {
  font-weight: 500;
}

.mobile-navbar .dropdown-submenu > .dropdown-toggle::after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  border: none;
  margin-left: 0.5rem;
  transition: transform 0.3s;
}

.dropdown-submenu.show > .dropdown-toggle::after {
  content: "\f067";
  transform: rotate(45deg);
  transition: transform 0.3s;
}

.dropdown-submenu .dropdown-menu {
  display: none;
  margin-left: 1rem;
  margin-right: 1rem;
}

.dropdown-submenu.show > .dropdown-menu,
.project-content.active {
  display: block;
}

.dropdown,
.dropdown-center,
.dropdown-menu li,
.dropend,
.dropstart,
.dropup,
.dropup-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.footer .contact-link a:hover,
.footer .help-link a:hover,
.footer .short-link a:hover,
.topbar .top-info {
  letter-spacing: 1px;
}

.topbar .top-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.topbar .top-link a {
  margin-right: 10px;
}

.mobile-navbar {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.22);
  margin: 4px 1px 2px 2px;
}

.navbar-collapse.show:after {
  content: "";
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: -1;
  background: hsla(0, 0%, 100%, 0.92);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.header {
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
  background-color: #fff;
}

@keyframes mymove {
  from {
    left: -100%;
  }

  to {
    left: 100%;
  }
}

.sticky-top {
  transition: 0.3s;
  background-color: transparent;
} 
.different-section,
.inds-sec,
.transform-box,
.contact-sec,
.team-choose-bars,
.workflow-sec,
.perks-section,
.project-carousel-sec .card,
.founder-sec .card,
.serv-workflow-sec,
.erp-feature-sec .card,
.services-section,
.career-section,
.page-banner-box,
.apply-job-sec
{
  background: url(../images/hero-bg-gradient-img.png) no-repeat border-box;
}
/* footer{
  background: url(../images/hero-bg-gradient-img.png) no-repeat border-box;
} */
.navbar .navbar-nav {
  padding: 15px 0;
  align-items: center;
}

.navbar .navbar-nav .nav-link {
  padding: 10px 15px;
  color: var(--bs-black);
  font-size: 18px;
  outline: 0;
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover {
  color: var(--bs-primary) !important;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "font awesome 5 free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar .navbar-brand img {
  transition: 0.3s;
}

.navbar-brand img {
  height: 90px;
}

.sticky-top.shrink .navbar-brand img {
  height: 70px;
}

.sticky-top.shrink {
  background: #fff !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.dropdown-submenu .submenu-toggle {
  margin-left: 30px;
}

.about-section-wrap,
.contact-sec,
.erp-feature-sec,
.faq-sec,
.hero-banner-sec,
.inds-sec,
.process-sec,
.project-carousel-sec,
.services-sec,
.tech-sec,
.testimonial-sec,
.trans-sec,
.workflow-sec,
.erp-outcomes-section,
.founder-sec,
.values-area-sec,
.mission-area-sec,
.job-positions,
.perks-section,
.process-section,
.our-services-sec,
.serv-workflow-sec,
.serv-outcomes-sec,
.apply-job-sec,
.our_pillar{
  padding: 80px 0;
}

.hero-banner-sec {
  position: relative; 
  padding: 150px 0 110px;
  text-align: center;
  background-size: 100% auto, 100% auto;
    background-position: Top center, center bottom;
    background-color: #171731;
}
.hero-banner-sec .carousel-control-prev,
.hero-banner-sec .carousel-control-next {
    width: 5%; 
    height: 100%; 
    top: 0;
    bottom: 0;
    opacity: 1;
}

.hero-banner-sec .carousel-control-prev-icon,
.hero-banner-sec .carousel-control-next-icon {
    filter: brightness(0) invert(1); 
    width: 40px;
    height: 40px;
}

/* .carousel-control-next
{
  right: -36px;
}
.carousel-control-prev{
  left:-36px;
} */
.apply-job-sec{
  background-size: 100% auto, 100% auto;
    background-position: Top center, center bottom;
    background-color: #171731;
}
.animated-image {
  animation: 3s ease-in-out infinite floatAnimation;
  position: relative;
}

@keyframes floatAnimation {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.hero-banner-sec .hero-bg-animation {
  position: absolute;
  top: 28px;
  opacity: 0.4;
  left: 50%;
  transform: translateX(-50%);
  max-height: calc(100% - 90px);
  width: auto;
  z-index: 1;
}

.hero-banner-sec .hero-caption h1 {
  font-size: 70px;
  line-height: 1.3;
  color: #fff;
}
.typewriter-text {
  height: 156px;
}

.product-hero-banner-sec .product-hero-caption h1 {
  font-size: 60px;
  line-height: 1.3;
}

.product-hero-banner-sec .product-hero-caption h1 .product-hero-title-b,
.hero-banner-sec .hero-caption h1 .hero-title-b {
  background: linear-gradient(
    93.51deg,
    #009ee0 -3.57%,
    #16a6e3 33.81%,
    #ff5722 74.8%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.hero-title-b {
  display: inline-block;
  vertical-align: middle;
  height: 4.5rem; /* fixed height = one line */
  overflow: hidden;
  font-weight: 700;
}

.rotate-wrapper {
  display: flex;
  flex-direction: column;
  animation: slideUp 12s linear infinite;
  animation-delay: 3s; /* first phrase visible for 3s */
}

.rotate-item {
  height: 4.5rem; /* same as container */
  line-height: 3.5rem;
  background: linear-gradient(
    93.51deg,
    #009ee0 -3.57%,
    #16a6e3 33.81%,
    #ff5722 74.8%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Responsive slide using percentage (0%, 25%, 50%, 75%, 100%) */
@keyframes slideUp {
  0% {
    transform: translateY(0%);
  }
  16% {
    transform: translateY(0%);
  } /* pause on first */
  25% {
    transform: translateY(-20%);
  } /* move to 2nd */
  41% {
    transform: translateY(-20%);
  } /* pause */
  50% {
    transform: translateY(-40%);
  } /* move to 3rd */
  66% {
    transform: translateY(-40%);
  }
  75% {
    transform: translateY(-60%);
  } /* move to 4th */
  91% {
    transform: translateY(-60%);
  }
  100% {
    transform: translateY(-80%);
  }
}

.hero-banner-sec .hero-caption p {
  margin: 40px 0;
  padding: 0 80px;
  color: #fff;
}
.transform-box {
  position: relative;
  border-radius: 24px;
  /* background: linear-gradient(336deg, #ffff, #95d6f2 78%, #ffde9f 96%); */
  /* background-image: radial-gradient(
      at 36% 63%,
      hsl(199, 100%, 95%) 0px,
      transparent 50%
    ),
    radial-gradient(at 15% 77%, hsl(199, 100%, 95%) 0px, transparent 50%),
    radial-gradient(at 12% 25%, hsl(21, 100%, 93%) 0px, transparent 50%),
    radial-gradient(at 43% 12%, hsl(187, 100%, 98%) 0px, transparent 50%),
    radial-gradient(at 64% 64%, hsl(16, 100%, 94%) 0px, transparent 50%),
    radial-gradient(at 100% 0%, hsl(199, 100%, 95%) 0px, transparent 50%); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* border: 2px dashed #ff5722; */
      background-size: 100% auto, 100% auto;
    background-position: Top center, center bottom;
    background-color: #171731;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  padding: 54px;
  overflow: hidden;
  z-index: 1;
}

.transform-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  border: 4px dotted transparent;
  background-image: url(../images/banner-bg-light-desktop.png);
  z-index: -1;
  background-position: top center;
  background-size: cover;
}

@keyframes animated-border {
  0% {
    background-position: 0 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.transform-box h2 {
  font-size: 46px;
  color: #fff;
}
.transform-box p{
  color: #fff;
}
.transform-box button{
  color: #fff;
  border-color: #fff;
}
.counter-section {
      background-size: 100% auto, 100% auto;
    background-position: Top center, center bottom;
    background-color: #171731;
  color: #fff;
  padding: 60px 0;
}

.counter-section .col-lg-3:not(:last-child) {
  border-right: 1px solid #fff;
}

.counter-section .counter-txt p {
  font-size: 30px;
}

.counter-main,
.project-content-wrapper {
  display: flex;
  justify-content: center;
}

.counter {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
}

.different-section { 
  background-position: center; 
  background-color: #171731;
  padding: 70px 0px;
}
.diff-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  transition: 0.3s;
  padding: 30px 20px;
  height: 100%;
}
.diff-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}
.services-sec .services-item {
  margin-bottom: 0;
  width: 100%;
  border-color: var(--highlight-color);
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  height: 100%;
  border-left: none;
  border-top: none;
}

.erp-feature-sec .card {
  padding: 3rem 2rem 1rem;
  /* box-shadow: 0 -4px 6px -3px rgb(0 0 0 / 20%),
    0 4px 6px rgba(140, 140, 140, 0.2); */
    box-shadow: 0 -4px 6px -3px rgb(245 245 245), 0 4px 6px rgb(245 245 245);
}

.project-carousel-sec .card,
.founder-sec .card {
  padding: 3rem 6rem 0rem;
  box-shadow: 0 -4px 6px -3px rgb(0 0 0 / 20%),
    0 4px 6px rgba(140, 140, 140, 0.2);
}
.founder-sec .card {
  padding: 3rem 6rem;
}
.founder-sec .card h2,
.founder-sec .card p
{
  color: #FFF;
}
.services-sec .services-item:hover {
  transition: border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  background-color: var(--bs-primary);
  color: #fff;
}

.project-carousel-sec .project-pills .nav-link.active,
.services-sec .services-item:hover .development-text h3 {
  color: #ffff;
}

.services-sec .services-item:hover img {
  filter: invert(1);
}

.row.g-0.services-inner .col-lg-4:nth-last-child(-n + 3) .card {
  border-bottom: none;
}

.row.g-0.services-inner .col-lg-4:last-child .card,
.row.g-0.services-inner .col-lg-4:nth-child(3) .card {
  border-right: none;
}

.services-sec .services-item .card-body {
  padding: 0 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.services-sec .services-item img {
  margin-bottom: 20px;
  padding: 6px 8px;
  height: 80px;
}

.services-sec .services-item .development-text h3 {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.services-sec .services-item .development-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

.services-content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  border-radius: 10px;
  background: rgb(0 158 224 / 80%);
  transition: 0.5s;
  top: 0;
  bottom: auto;
}

.services-item:hover .services-content::after {
  height: 100%;
  opacity: 1;
  transition: 0.5s;
}

.services-item .services-content-icon i {
  border-radius: 50%;
  line-height: 1.2;
  padding: 20px;
  width: 40%;
}

.services-item:hover .services-content-icon {
  position: relative;
  z-index: 2;
}

.footer .contact-link a,
.footer .help-link a,
.footer .short-link a,
.services-item .services-content-icon i,
.services-item .services-content-icon p,
.testimonial-carousel .owl-item .testimonial-item {
  transition: 0.5s;
}

.services-item:hover .services-content-icon i {
  color: var(--bs-secondary) !important;
}

.services-item:hover .services-content-icon p {
  color: var(--bs-white);
}

.project-carousel-sec::after {
  position: absolute;
  background-image: url(https://web-static.wrike.com/tp/static/assets/img/figured-background/9.svg);
}

.project-carousel-sec .card,
.founder-sec .card {
  border-radius: 2.5rem;
  /* background: #f0f8ff; */
  /* background-image: radial-gradient(
      at 36% 63%,
      hsl(199, 100%, 95%) 0px,
      transparent 50%
    ),
    radial-gradient(at 15% 77%, hsl(199, 100%, 95%) 0px, transparent 50%),
    radial-gradient(at 12% 25%, hsl(21, 100%, 93%) 0px, transparent 50%),
    radial-gradient(at 43% 12%, hsl(187, 100%, 98%) 0px, transparent 50%),
    radial-gradient(at 64% 64%, hsl(16, 100%, 94%) 0px, transparent 50%),
    radial-gradient(at 100% 0%, hsl(199, 100%, 95%) 0px, transparent 50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
      background-size: 100% auto, 100% auto;
    background-position: Top center, center bottom;
        background-size: 100% auto, 100% auto;
    background-position: Top center, center bottom;
    background-color: #171731;
}

.project-carousel-sec .project-pills {
  margin: 0 auto 3.5rem;
  gap: 2rem;
  background-color: rgb(204 235 249);
  border-radius: 3rem;
}

.project-carousel-sec .project-pills .nav-link {
  color: #000103;
  border-radius: 3rem;
}

.project-carousel-sec .tab-content .tab-pane h2 {
  margin-bottom: 20px;
  color: #FFF;
}
.project-carousel-sec .tab-content .tab-pane p{
  color: #FFF;
}

.project-carousel-sec img {
  object-fit: cover;
  border-radius: 8px;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-carousel-sec .carousel-inner {
  border-radius: 8px;
}

.project-carousel-sec .carousel-inner img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.project-carousel-sec .carousel-control-next-icon,
.project-carousel-sec .carousel-control-prev-icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}

.project-carousel-sec .carousel-control-prev {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 93%;
  left: 90.5%;
  background: var(--bs-primary);
  border-radius: 5px 0 0 5px;
  opacity: 1;
}

.project-carousel-sec .carousel-control-next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 93%;
  right: 0;
  background: var(--bs-primary);
  border-radius: 0 5px 5px 0;
  opacity: 1;
}

.project-content {
  display: none;
  transition: opacity 0.5s ease-in-out;
  max-width: 500px;
}

.process-card,
.process-card:hover {
  transition: transform 0.3s, box-shadow 0.3s;
}

.project-content h4 {
  font-size: 24px;
  font-weight: 700;
}

.process-card p,
.project-content p {
  font-size: 16px;
}
.gradient-dashed-border {
  position: relative;
  border: 1px dashed transparent !important;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #02010a, #2e2eff, #02010a) border-box;
  background-size: 200% 100%;
}
.product-hero-banner-sec {
  padding: 90px 0;
}
.people-sec {
  background: url(../images/background-pattern-people.png) center center/cover no-repeat #f0f8ff;
}
.expense-sec {
  background: url(../images/background-pattern-expense.png) center center/cover no-repeat #f9eac54d;
}
.crm-sec {
  background: url(../images/background-pattern-crm.png) center center/cover no-repeat #f0f2ffa8;
}
.erp-sec {
  background: url(../images/background-pattern-erp.png) center center/cover no-repeat #dbf5d14d;
}

.about-section-wrap {
  padding: 80px 0 50px;
}

.erp-feature-sec .card {
  border-radius: 2.5rem;
  /* background: #f0f8ff; */
     background-size: 100% auto, 100% auto;
    background-position: Top center, center bottom;
    background-color: #171731;
  margin-bottom: 30px;
  padding: 20px;
}

.erp-feature-sec .card-content .card h2 {
  font-size: 40px;
  background: linear-gradient(
    93.51deg,
    #009ee0 -3.57%,
    #16a6e3 33.81%,
    #ff5722 74.8%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 30px;
}
.erp-feature-sec .card-content .card p{
    color: #FFF;
  }
.card-content li {
  position: sticky;
  z-index: 1;
}

.card-content li:first-child {
  top: 100px;
}

.card-content li:nth-child(2) {
  top: 120px;
}

.card-content li:nth-child(3) {
  top: 140px;
}

.card-content li:nth-child(4) {
  top: 160px;
}

.card-content li:nth-child(5) {
  top: 180px;
}

.outcomes-content-list li,
.wwd-content-list li,
.why-list li {
  font-size: 18px;
  padding: 0 0 20px 35px;
  position: relative;
}
.feature-list {
  font-size: 18px;
  padding: 0 0 20px 35px;
  position: relative;
}
.feature-list p::before {
  content: "\f0a4";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  display: inline-block;
  font-size: 16px;
  /* color: #303030; */
  color: #FFF;
}
.outcomes-content-list li::before,
.why-list li:before,
.wwd-content-list li:before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.1em;
  display: inline-block;
  font-size: 16px;
  color: #ff5722;
}

.workflow-sec {
      background-size: 100% auto, 100% auto;
    background-position: Top center, center bottom;
    background-color: #171731;
  padding: 80px 0;
}
.serv-workflow-sec{
      background-size: 100% auto, 100% auto;
    background-position: Top center, center bottom;
    background-color: #171731;
  margin: 50px 0;
}
.serv-workflow-ttl{
  padding: 34px;
  margin-bottom: 30px;
}
.serv-workflow-ttl h2,
.serv-workflow-ttl p{
  color: #ffff;
}

.erp-secure-card {
  padding: 30px 50px;
  height: auto;
  border-radius: 8px;
  min-height: 100%;
  background-color: #f0f8ff;
  box-shadow: rgb(221 221 221 / 77%) 0 0 5px 0;
  margin-bottom: 20px;
}

.industries-box,
.process-card {
  position: relative;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
}

.erp-secure-card img {
  margin: 20px 0;
}
.process-card .process-text {
  font-size: 70px;
  font-weight: 700;
  opacity: 0.1;
  z-index: 0;
  color: var(--bs-primary);
  margin: 0;
  line-height: 1.2;
}

.process-card i {
  font-size: 30px;
  color: var(--bs-primary);
  border-radius: 8px;
}

.main-text {
  margin-top: 20px;
}

.process-down {
  margin-top: 10%;
}

.process-card {
  height: 18rem;
  padding: 15px;
  border: 0;
  border-radius: 8px;
}

.process-card:hover {
  border: 0;
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-10px);
}

.tech-logos-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0;
  margin: 50px 0;
}

.tech-logos-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 0 10px;
  min-height: 118px;
  min-width: 137px;
}

.tech-logo-tab {
  justify-content: center;
}

.tech-logo-tab .nav-item {
  border-bottom: 1px solid #dee2e6;
  border-radius: 0;
}

.tech-logo-tab .nav-item .nav-link.active {
  color: var(--bs-primary);
  background-color: transparent;
  border-bottom: 3px solid var(--bs-primary);
  border-radius: 0;
}

.tech-logo-tab .nav-item .nav-link {
  color: #000103;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  transition: none;
}

.team-sec {
  padding: 50px 0;
}

.faq-sec .accordion-item {
  border-bottom: 0;
}

.faq-sec .accordion-button {
  font-size: 1.2rem;
  color: #000103;
  font-weight: 600;
}

.faq-sec .accordion-body {
  padding-top: 0;
}

.faq-sec .accordion-button::after {
  content: "\2b";
  background-image: none;
  width: auto;
  height: auto;
  font-size: 35px;
}

.faq-sec .accordion-button:not(.collapsed)::after {
  transform: rotate(43deg);
}

.faq-sec .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.faq-sec .accordion-button:not(.collapsed) {
  color: #000103;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 0;
}

p:last-child {
  margin-bottom: 0;
}

.inds-sec {
      background-size: 100% auto, 100% auto;
    background-position: Top center, center bottom;
    background-color: #171731;
  margin: 50px 0;
}

.industries-desc {
  border-radius: 12px;
  background-size: 300% 300%;
  animation: 4s linear infinite animated-border;
  z-index: -1;
  padding: 34px;
  min-height: calc(100% - 24px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
  text-align: center;
}
.row.g-0.services-inner .col-md-6:nth-last-child(-n + 2) .card {
  border-bottom: none !important;
}
.industries-category .col:nth-child(6n) .industries-box {
  border-right: none;
}
.industries-category .col:nth-child(n + 7):nth-child(-n + 12) .industries-box {
  border-bottom: none;
}
.back-to-top:hover i,
.contact-lft h3,
.contact-lft p,
.contact-lft ul li,
.contact-sec h2,
.industries-box p,
.industries-box:hover p,
.industries-desc h2,
.industries-desc p {
  color: #fff;
}

.industries-box {
  padding-bottom: 25%;
  padding-top: 25%;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color: #fff;
  background: var(--white);
  transition: 0.2s ease-in-out;
  color: var(--black);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.industries-box .industries-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.bg-base-color {
  background-color: var(--bs-primary);
}

.dimborder {
  border-color: rgb(255 255 255 / 32%) !important;
}

.transpborder:hover {
  border-color: transparent !important;
  color: #fff;
}

.industries-box img {
  margin-bottom: 12px;
  background-color: #f0f8ff;
  padding: 10px;
  border-radius: 6px;
}

.testimonial-item {
  background: #f0f8ff;
  padding: 20px 50px;
}

.testimonial-item i {
  font-size: 60px;
  opacity: 0.2;
}

.testimonial-carousel .owl-stage-outer {
  border-radius: 16px;
}

.testimonial-carousel::before {
  content: "";
  position: absolute;
  background-color: #c9eaf9;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  top: 50px;
  z-index: 0;
  bottom: 10px;
  left: 60px;
  right: 60px;
  margin-bottom: 28px;
}

.testimonial-carousel .owl-dots {
  padding-top: 30px;
  margin-top: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: #c1dad0;
  border-radius: 15px;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  width: 30px;
  background: var(--bs-primary);
}

.testimonial-carousel .owl-item.center {
  position: relative;
  z-index: 1;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  background: #f0f8ff !important;
  border-radius: 16px;
  border: 0;
}

.testimonial-item .testimonial-content {
  padding: 20px 60px;
}

.contact-sec { 
  background-size: 100% auto, 100% auto; 
  background-position: center; 
  background-color: #171731;
}

.contact-lft h3 {
  font-size: 2.5rem;
  font-weight: 700;
}

.contact-lft p {
  font-size: 1rem;
}

.contact-lft ul,
.development-form {
  margin-top: 40px;
}

.contact-lft ul li {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 1.4rem;
}

footer {
  background-size: 100% auto, 100% auto;
  background-position: Top center, center bottom;
  position: relative;
}

footer a {
  color: #000103;
}

.footer .hightech-link a:hover {
  background: var(--bs-secondary);
  border: 0;
}

.bg-dark {
  background-color: #e6f0f5 !important;
}

/* footer .container-fluid {
  background-image: url(../images/footer-bg.webp);
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: Top 0 right;
} */

.progress-circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  transform: rotate(-90deg);
  overflow: visible;
}

.progress-circle .progress-border {
  fill: none;
  stroke: #000;
  stroke-width: 4;
  stroke-dasharray: 126;
  stroke-dashoffset: 126;
  transition: stroke-dashoffset 0.3s;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.back-to-top i {
  color: #000;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}
.team-choose-bars { 
  background-size: 100% auto, 100% auto; 
  background-position: Top center, center bottom; 
  background-color: #171731;
  padding: 80px 0px 0px 0px;
  box-shadow: 0 4px 6px rgba(140, 140, 140, 0.2);
}
.team-choose-bars .bars {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 20px;
  margin-top: 50px;
}

.team-choose-bars .bar {
  flex: 1;
  min-width: 150px;
  height: var(--h);
  background: var(--c);
  border-radius: 24px 24px 0 0;
  display: flex;
  align-items: flex-end;
  padding: 14px;
  transition: 0.4s;
  position: relative;
}

.team-choose-bars .bar:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.team-choose-bars .inner {
  text-align: center;
  width: 100%;
}

.team-choose-bars .value {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #111827;
}

.team-choose-bars h3 {
  margin: 6px 0 4px;
  font-size: 1rem;
  font-weight: 500;
}

.team-choose-bars p {
  font-size: 0.85rem;
  color: #374151;
}
.team-choose-bars .eyebrow,
.team-choose-bars .sub {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.team-choose-bars h2 {
  color: #fff;
  margin-bottom: 20px;
}
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s;
}

.reveal.show {
  opacity: 1;
  transform: none;
}
/*About Us Section*/
.page-banner-box .container {
  padding: 80px 0px;
}
.page-banner-box {
  position: relative;
  z-index: 1;
  /* padding: 160px 0; */
  /* background: linear-gradient(45deg, rgb(140 211 241) 0%, rgb(0 158 224) 100%); */
  /* background: url(../images/background-pattern-blue.png) center center / cover no-repeat #fdece9; */
  /*     background-size: 100% auto, 100% auto;
    background-position: Top center, center bottom;
    background-color: #171731; */
  /* background-color: var(--lightorange-color);
  background-repeat: no-repeat;
  background-size: cover;  */
   background-size: 100% auto, 100% auto; 
  background-position:center; 
  background-color: #171731;
}
/* .page-banner-box:before,
.career-section::before,
.services-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  background-image: url(../images/banner-dots.webp);
  background-repeat: repeat;
  background-size: auto auto;
  background-position: left top;
 opacity: 0.06;
} */
.page-title h1 {
  font-size: 45px;
}
/* .page-title h1,
.page-title p {
  color: #fff;
} */
.founder-sec .card:hover .founder-img {
  filter: grayscale(0);
}
.founder-img {
  position: relative;
  display: inline-block;
  filter: grayscale(1);
}

.founder-img .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* makes the background fill properly */
  /* z-index: 1; */
}

.founder-img .main-image {
  position: relative;
  z-index: 2; /* keeps this image above the background */
}
.mt-bt {
  margin-bottom: 30px;
}
/* .mission-area-sec {
  background-color: #f0f8ff;
} */
.mission-content {
  /* background:#f0f8ffff; */
  padding: 30px;
  border-radius: 12px;
  /* box-shadow: 0 4px 15px rgba(0,0,0,0.08); */
}
.values-area-sec{
   background-size: 100% auto, 100% auto; 
  background-position: center; 
  background-color: #171731;
}
.values-area-sec h2,
.values-area-sec p{
  color: #FFFF;
}
.values-area-sec h4{
  background: linear-gradient(93.51deg, #009ee0 -6.57%, #16a6e3 20.81%, #ff5722 46.8%);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
/* Career Section */
.career-section {
  position: relative;
  z-index: 1;
  /* background-color: var(--lightpurple-color);
  background-repeat: no-repeat;
  background-size: cover;  */
   background-size: 100% auto, 100% auto; 
  background-position: center; 
  background-color: #171731;
}
.services-section{ 
  position: relative;
  z-index: 1;
  /* background-color: #d6f5eebd; */
   background-size: 100% auto, 100% auto; 
  background-position: center; 
  background-color: #171731;
  /* background-repeat: no-repeat;
  background-size: cover;  */
}
.career-section .container,
.services-section .container {
  padding: 80px 0;
}
.career-section .container h1,
.services-section .container h1,
.page-banner-box .container h1{
  font-size: 45px;
  color: #fff;
}
.career-section .container p,
.services-section .container p,
.page-banner-box .container p{
  color: #ffff;
}
/* --- Job Positions --- */
/* .job-positions h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--secondary-color);
}
.job-positions p {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 30px;
} */
.job-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.job-card {
  flex: 1 1 calc(33.333% - 20px);
  min-width: 280px;
  background-color: var(--white);
  border: 1px dashed #ff5722;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.job-card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.job-card .new-tag {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #9e1b1f;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0 8px 0 8px;
}
.job-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
.job-card ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}
.job-card ul li {
  margin-bottom: 5px;
}
.job-card a {
  font-size: 13px;
  text-decoration: none;
}
.job-card a:hover {
  color: #ff5722;
  text-decoration: underline;
}

/* --- Our Perks --- */
.perks-section {
      background-size: 100% auto, 100% auto;
    background-position: Top center, center bottom;
    background-color: #171731;
  margin: 50px 0;
}
.perks-section h2 {
  color: #fff;
  margin-bottom: 50px;
}
.perks-section p.text-center {
  color: white;
}
/* .perks-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.perk-item {
  flex: 1 1 calc(33.333% - 30px);
  min-width: 300px;
  display: flex;
  align-items: flex-start;
} */
.perk-item {
  display: flex;
  padding: 50px 30px;
  border-right: 1px solid var(--highlight-color);
  border-bottom: 1px solid var(--highlight-color);
} 
.perk-icon {
  color: #ffc107;
  font-size: 32px;
  margin-right: 15px;
  padding-top: 5px;
}
.perk-content h4 {
  color: #fff;
}
.perk-content p {
  color: #fff;
  font-size: 13px;
}

/* --- Recruitment Process --- */
.process-step .step-number {
  font-size: 36px;
  font-weight: 700;
  color: #ff5722;
  margin-bottom: 10px;
  display: block;
}
.process-step p {
  font-size: 16px;
}
.process-item {
  background-color: #f0f8ff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  height: 100%;
}
/* Service Card Base */
.service-item-card {
    padding: 30px 20px;
    transition: all 0.3s ease;
    height: 100%;
} 
.border-right-md {
    border-right: 1px solid var(--highlight-color);
}
.icon-circle {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #f0f8ff; 
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--highlight-color); 
    transition: all 0.3s ease;
}

.icon-circle i {
    font-size: 28px;
    color:var(--highlight-color); 
}

/* Hover Effects */
.service-item-card:hover .icon-circle {
    background:var(--highlight-color);
}

.service-item-card:hover .icon-circle i {
    color:#fff !important;
} 
.serv-edge-img img{
  border-radius: 20px; 
}
.content-section {
  margin-left: 0;
  padding-left:3.5rem; 
  border-left: 1px solid rgb(255, 87, 34);
} 
.pillar-card-main{
  background: aliceblue;
  border-radius: 40px;
}
.pillar-card-main .pillar-card {
    border-radius: 40px; 
}
.pillar-card-main .pillar-card .pillar-image {
    position: relative;
    border-radius: 40px;
    justify-content: center;
    display: flex;
    background: #171731;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.pillar-card-main .pillar-card .pillar-image::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 40px;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, rgb(0, 0, 0) 100%) 0% 0% no-repeat padding-box;
}
.pillar-card-main .pillar-card .pillar-image .pillar_name {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "UrbanistSemiBold", sans-serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    width: 100%;
}
.pillar_details {
    padding: 24px 20px;
    text-align: center;
}
.pillar_designation { 
    line-height: 28px;
    letter-spacing: 0px;
    color: #ff5722; 
    font-size: 20px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content:center;
}
.pillar_designation a {
    margin-left: 10px;
    position: relative;
    display: inline-flex;
    align-items: center; 
  }
.pillar_designation a picture {
    display: inline-flex;
}
.pillar_designation a picture img {
    width: 24px;
    vertical-align: middle;
}
.pillar_details .details_with_quote { 
    position: relative; 
    letter-spacing: 0px;
    color: #333;
    margin: 0;
} 
/* 🖥️ Desktop (3 per row × 2 rows) */
@media (min-width: 992px) {
  /* Remove right border for last in each row (3rd and 6th) */
  .perk-item:nth-child(3n) {
    border-right: none;
  }

  /* Remove bottom border for last row (items 4, 5, 6) */
  .perk-item:nth-child(n+4) {
    border-bottom: none;
  }
}

/* 💻 Tablet (2 per row) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Remove right border for last in each row (2nd, 4th, 6th) */
  .perk-item:nth-child(2n) {
    border-right: none;
  }

  /* Remove bottom border for last row (items 5, 6) */
  .perk-item:nth-child(n+5) {
    border-bottom: none;
  }
}

/* 📱 Mobile View (1 per row) */
@media (max-width: 767.98px) {
  .perk-item {
    border-right: none !important;
    border-bottom: 1px solid var(--highlight-color);
    padding: 30px 20px;
  }

  /* ❌ Remove bottom border only for the last item */
  .perk-item:last-child {
    border-bottom: none !important;
  }
  .perks-section h2 {
    color: #fff;
    margin-bottom: 0px;
}
.perks-section{
  margin: 0;
}
}

@media (max-width: 991.98px) { 
  .hero-banner-sec .hero-caption h1 {
    font-size: 60px;
  }
    .border-right-md {
        border-right: none !important;
        border-bottom: 1px solid var(--highlight-color);
    }
    .product-hero-banner-sec .product-hero-inner-right-sec {
    display: none;
  }
 
} 
@media (max-width: 1199px) {
  .typewriter-text {
    height: auto;
  }
   .curved-shape svg { 
    height: 30px;
}
} 

@media (max-width: 800px) {
   .hero-banner-sec .hero-caption h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 40px;
  }
  p {
    font-size: 16px;
  }
  .about-section-wrap,
  .contact-sec,
  .erp-feature-sec,
  .faq-sec,
  .hero-banner-sec,
  .inds-sec,
  .process-sec,
  .project-carousel-sec,
  .services-sec,
  .tech-sec,
  .testimonial-sec,
  .trans-sec,
  .workflow-sec,
  .product-hero-banner-sec,
  .founder-sec,
  .values-area-sec,
  .mission-area-sec,
  .job-positions,
  .perks-section,
  .process-section,
  .our-services-sec,
  .serv-workflow-sec,
  .serv-outcomes-sec,
  .different-section,
  .our_pillar{
    padding: 50px 0;
  }
  .hero-banner-sec { 
    padding: 50px 0 50px;
    background-position: top center;
  }
.curved-shape svg { 
    height: 15px;
}
  .hero-bg-animation {
    display: none;
  }
  .about-section-wrap {
    padding: 50px 0px 50px 0;
  } 
  #all-tech-menu .tech-product-list-container {
    padding-right: 0;
    padding-left: 0;
  }

  .hero-banner-sec .hero-caption p {
    margin: 40px 0;
    padding: 0;
  }

  .project-carousel-sec .card
  {
    padding: 1rem 1rem 0;
    display: block;
  }
   
  .project-carousel-sec .project-pills {
    margin: 0 auto 1.5rem;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
  }

  .project-carousel-sec .project-pills li {
    border-radius: 1.4rem;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.75rem;
    position: relative;
    transition: 0.3s ease-in-out;
    white-space: nowrap;
  }

  .project-carousel-sec .tab-content h2 {
    font-size: 27px;
    line-height: 1.5;
  }

  .services-sec .services-item {
    border-right: 0;
  }
  .row.g-0.services-inner .col-lg-4:nth-last-child(-n + 3) .card {
    border-bottom: 1px solid var(--highlight-color);
  }
  .row.g-0.services-inner .col-md-6:nth-child(1) .card,
  .row.g-0.services-inner .col-md-6:nth-child(3) .card,
  .row.g-0.services-inner .col-md-6:nth-child(5) .card {
    border-right: 1px solid var(--highlight-color);
  }

  .row.g-0.services-inner .col-md-6:nth-last-child(-n + 2) .card {
    border-bottom: none !important;
  }
  .industries-category .col:nth-child(4n) .industries-box {
    border-right: none;
  }
  .industries-desc,
  .transform-box {
    padding: 30px;
  }

  .transform-box h2 {
    font-size: 29px;
    margin-bottom: 20px;
  }

  .industries-desc h2 {
    padding-bottom: 20px;
  }
  .testimonial-item .testimonial-content {
    padding: 20px !important;
  }
  .testimonial-item {
    padding: 20px !important;
  }
  .testimonial-carousel::before {
    left: 25px !important;
    right: 25px !important;
  }
  .contact-lft h3 {
    font-size: 2rem !important;
  }
  footer {
    background-size: cover !important;
  }
  .erp-feature-sec .card {
    padding: 15px;
    margin-bottom: 20px;
  }
  .erp-feature-sec .card-content .card h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  
  .erp-feature-sec .card {
    padding: 15px;
    margin-bottom: 20px;
  }
  .erp-feature-sec img {
    margin: 0 auto 15px;
  }
  .feature-list p {
    font-size: 14px;
    line-height: 1.5;
  }
  .team-choose-bars .bars {
    /* flex-direction: column; */
    align-items: stretch;
  }

  .team-choose-bars .bar {
    height: auto;
    border-radius: 20px;
  }
  .team-choose-bars {
    padding: 50px 0px 50px 0px;
  }
  .team-choose-bars .bar {
    flex: 0 0 calc(50% - 10px);
  }
  .content-section { 
  padding-left:2.5rem; 
  }
}
@media (max-width: 767.98px) {
  .content-section {
    border-left: none !important; 
    margin-top: 20px;
    padding-left: 0;
  }
  .mt-bt h4 {
    font-size: 1.1rem;
  }
  .mt-bt p {
    font-size: 0.95rem;
  }
}
@media (max-width: 576px) {
  h2 {
        font-size: 30px;
    } 
    p{
      font-size: 15px;
    }
   .hero-banner-sec .hero-caption h1 {
    font-size: 30px;
    line-height: 1.2;
  } 
  .hero-title-b {
    height: 2.5rem;
  }

  .rotate-item {
    line-height: 2.4rem;
    font-size: 30px;
  } 
  .industries-desc { 
    padding: 0px;
    }
    .serv-workflow-ttl {
    padding: 0px;
    }
  .project-carousel-sec .tab-content h2 { 
    font-size: 24px; 
    line-height: 1.5; 
  } 
  .founder-sec .card{
     padding: 1rem 1rem;
    display: block;
   }
   .founder-sec{
    padding: 30px 0;
   }
   .mission-content{
    padding:0px 10px;
   }
  .services-sec .services-item .development-text p{
    font-size: 15px;
  }
  .outcomes-content-list li,
.wwd-content-list li,
.why-list li {
  font-size: 15px;
}
  .typewriter-text {
    height: auto;
  } 
  .product-hero-banner-sec .product-hero-caption h1 {
    font-size: 44px;
  }
  .tech-product-list-container {
    display: inline-grid;
  }
  .row.g-0.services-inner .col-md-6:nth-child(1) .card,
  .row.g-0.services-inner .col-md-6:nth-child(3) .card,
  .row.g-0.services-inner .col-md-6:nth-child(5) .card {
    border-right: none;
  }
  .row.g-0.services-inner .col-md-6:nth-last-child(-n + 2) .card {
    border-bottom: 1px solid var(--bs-primary) !important;
  }
  .industries-category .col:nth-child(n + 7) .industries-box {
    border-bottom: 1px solid var(--bs-primary) !important;
    border-color: rgb(255 255 255 / 32%) !important;
  }
  .industries-category .col:nth-last-child(-n + 2) .industries-box {
    border-bottom: none !important;
  }
  .industries-category .col:nth-child(2n) .industries-box {
    border-right: none !important;
  }
}
