* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font-family: Montserrat;
  line-height: 1.6;
  background-color: #f8f9fa;
  overflow-x: hidden;
}
/*Header*/

/* .navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
} */

/*overlay*/
.pmd-sidebar-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #000;
  z-index: 998;
  transition: visibility 0 linear 0.4s,
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@media (max-width: 767px) {
  .container-fluid > .navbar-collapse.pmd-navbar-sidebar,
  .container > .navbar-collapse.pmd-navbar-sidebar {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .navbar-inverse .pmd-navbar-sidebar {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .navbar-inverse .pmd-navbar-sidebar {
    background-color: #222;
  }
}
@media (max-width: 767px) {
  .pmd-navbar-sidebar.pmd-sidebar-open {
    transform: translate3d(0, 0, 0);
  }
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
.navbar-collapse.in {
  overflow-y: auto;
}
.collapse.in {
  display: block;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .pmd-navbar-sidebar {
    min-width: 75%;
    width: auto;
    max-width: 340px;
  }
}
@media (max-width: 767px) {
  .pmd-navbar-sidebar {
    left: 0;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.35);
  }
}
@media (max-width: 767px) {
  .pmd-navbar-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999;
  }
}

@media (max-width: 767px) {
  .pmd-navbar-sidebar .navbar-nav {
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pmd-navbar-sidebar .navbar-nav {
    margin: 0;
    padding: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .navbar-inverse .navbar-nav > li {
    border-bottom: 1px solid #f1f1f1;
    font-size: 13px;
    /* padding: 0 16px; */
    padding: 0 20px;
  }
}
.navbar-inverse .navbar-nav > li {
  color: #414141;
  font-weight: 500;
  font-size: 13px;
  padding: 0 19px;
}
.nav > li {
  position: relative;
  display: block;
}

/* Close button inside overlay */
.close-overlay-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
  z-index: 1051;
}

.close-overlay-btn:hover {
  color: #000; /* Highlight red when hovering over the close button */
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .navbar-inverse .navbar-nav > li.dropdown.open {
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .navbar-inverse .navbar-nav > li {
    border-bottom: 1px solid #f1f1f1;
    font-size: 13px;
    /* padding: 0 16px; */
    padding: 0 20px;
  }
}
.navbar-inverse .navbar-nav > li {
  color: #414141;
  font-weight: 500;
  font-size: 13px;
  padding: 0 19px;
}
.nav > li {
  position: relative;
  display: block;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .mainmenu .collapse ul ul,
  .mainmenu .collapse ul ul.dropdown-menu {
    padding: 0px 0 0 16px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
    max-width: 100%;
  }
}
/*overlay end*/

.mainmenu .collapse ul li:hover > ul {
  display: block;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #00abc5;
  background-color: transparent;
  border-bottom: 3px solid #00abc5;
}
.nav > li > a:hover,
.nav > li:hover > a {
  border-bottom: 2px solid #00abc5;
}
.navbar-toggler-icon {
  vertical-align: sub;
}
.navbar-nav .dropdown-menu {
  display: none; /* Hides dropdown by default */
  position: absolute; /* Ensures the dropdown is positioned relative to the parent */
}

.navbar-nav .dropdown:hover {
  position: relative;
}

/* Optional: Add a transition for a smoother effect */
.navbar-nav .dropdown-menu {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.navbar-nav .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 56px;
  background-color: #fff;
  padding: 0 10px;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  max-width: 100px;
}
.navbar-nav .dropdown:hover .dropdown-menu-box {
  opacity: 1;
  visibility: visible;
  /* top: 46px; */
  background-color: #fff;
  margin-left: 11px;
  padding: 0 10px;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  max-width: 100px;
}
a {
  color: inherit;
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: row;
  float: left;
  padding: 0;
  margin: 0;
}
.navbar-expand-lg .navbar-collapse {
  display: flex !important;
}

.navbar-inverse {
  border-color: #efefef;
}
.nav-bg-color {
  /* background-color: transparent; */
  background-color: #fff;

  border: none;
  box-shadow: none;
}
.mainmenu {
  background: none;
  border: 0 solid;
  margin: 0;
  padding: 0;
  min-height: 20px;
}
.mainmenu {
  /* background-color: transparent; */
  background-color: #fff;
  background-color: #fff;

  /* border-color: transparent; */
  margin-bottom: 0;
  border: 0px !important;
}
.pmd-z-depth {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.navbar-inverse {
  /* background-color: #222; */
  border-color: #080808;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-container {
  width: 1280px;
  background-color: white;
  padding-right: 15px;
  /* padding-left: 15px;
  margin-right: auto;
  margin-left: auto; */
  /* height: 65px; */
  height: 86px;
}

.pmd-navbar .navbar-toggle {
  border-radius: 50%;
  border: none;
  height: 40px;
  width: 40px;
  padding: 10px;
  margin-top: 12px;
  margin-right: 8px;
}
.pmd-navbar .navbar-toggle {
  margin-top: 16px;
  float: left;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.search-anchor-xs {
  padding: 8px 10px 8px 0 !important;
  display: none;
}
.search-anchor {
  padding: 22px 0 !important;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > li > a {
  color: #414141;
  font-weight: 600;
  font-size: 13px;
  padding: 30px 0;
}
.pmd-navbar .navbar-nav > li > a {
  text-transform: uppercase;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
  background-color: #fff;
  padding: 0 10px;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  max-width: 235px;
}
.fright {
  margin-top: 22px;
}
.pull-right {
  float: right !important;
}
.pull-right {
  float: right;
}

@media (max-width: 767px) {
  .container-fluid > .navbar-collapse.pmd-navbar-sidebar,
  .container > .navbar-collapse.pmd-navbar-sidebar {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .navbar-inverse .pmd-navbar-sidebar {
    background-color: #fff;
  }
}

/*header completed*/

/*Section*/
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.grid-container .card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.grid-container .card img {
  max-width: 100%;
  height: auto;
}

.grid-container .card h1 {
  font-size: 1rem;
  color: #333;
  margin: 10px 0;
}

.grid-container .card p {
  font-size: 1rem;
  color: #666;
  padding: 0 10px 20px;
}

.grid-container .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

.modal-content p {
  color: #000;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*Section*/

.container .overlap-container {
  display: flex;
  flex-direction: column;
}

h1,
h2,
h3,
p {
  margin-bottom: 15px;
  color: white;
}

.h1,
h1 {
  font-size: 2rem;
}

.h2,
h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: black;
}

.overview-section {
  display: flex;
  justify-content: space-between;
  /* margin-top: 30px; */
  background: url("./second-banner.png") no-repeat center center;
  background-size: cover;
}
.text-section {
  margin-top: 30px;
}

.text-section p {
  font-size: 19px;
  font-weight: 400;
}
.image-section {
  max-width: 45%;
}
.image-section img {
  width: 100%;
  height: auto;
  max-height: 700px;
  border-radius: 8px;
}
/* Scrollable Accordion Section */
.accordion-container {
  max-height: 400px;
  overflow-y: scroll;
  margin-left: 20px;
}
/* Thin Scrollbar style */
.accordion-container::-webkit-scrollbar {
  width: 4px; /* Set the width of the scrollbar to make it thin */
}
.accordion-container::-webkit-scrollbar-thumb {
  background-color: #d4d4d4; /* Color of the scrollbar thumb */
  border-radius: 4px;
}
.accordion-container::-webkit-scrollbar-thumb:hover {
  background-color: #d4d4d4; /* Color of the scrollbar thumb when hovered */
}
.accordion-button {
  font-weight: bold;
}

.accordion-item {
  border-bottom: 1px solid #ddd; /* Adjust the color and thickness of the border */
}

.erp-banner {
  background: url("https://www.teamcomputers.com/images/manufacturingImages/erp-banner.png")
    no-repeat center center/cover; /* Replace with actual background image */

  color: white;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 450px;
  position: relative;
}

.erp-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0b1627c9; /* Overlay color */
  z-index: 1;
}

.content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  /* margin: auto; */
}
#content {
  padding-left: 3rem;
  position: relative;
  z-index: 2;
  /* max-width: 800px; */
  /* margin: auto;*/
}

.erp-banner-heading {
  font-size: 40px;
  font-weight: 700;
}
.erp-banner-content {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.stats {
  z-index: 3;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
}

.stat {
  text-align: center;
  flex: 1;
  min-width: 120px;
}

.number {
  font-size: 3rem;
  font-weight: bolder;
  display: block;
  color: #009db5;
}

.label {
  font-size: 1rem;
  margin-top: 5px;
}

.cta-button {
  display: inline-block;
  background-color: #009db5;
  color: white;
  padding: 10px 50px;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 5px;
}

.business-impact {
  max-width: 1200px;
  margin: 20px auto;
  text-align: center;
  padding: 20px;
}

.card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

/* Card Styles */
.card {
  width: 250px;
  height: 265px;
  perspective: 1000px; /* Add perspective to create a 3D effect */
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for transform and box-shadow */
}

/* Inner container for card flip animation */
/* .card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}


.card-front,
.card-back {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.card-front {
 
  background: #fbf8f8;
}

.card-back {
  background: #2a2a2a;
  color: white;
  transform: rotateY(180deg);
  font-size: 14px;
  overflow-y: auto; 
  padding: 20px;
  justify-content: flex-start; 
  align-items: flex-start;
}

.business-impact-icon {
  max-width: 80px;
  margin-bottom: 15px;
}

.card-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.card.flipped .card-inner {
  transform: rotateY(180deg);
}


.card:hover {
  transform: scale(1.05); 
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); 
} */

.view-more-btn {
  padding: 8px 20px;
  background-color: transparent;
  color: #01abc5;
  border: 1px solid #01abc5;
  width: 113px;
  cursor: pointer;
  border-radius: 15px;
  font-size: 11px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.view-more-btn:hover {
  background-color: #009db5; /* Darker green on hover */
  color: #fff;
}

.contact-form {
  position: relative; /* Required to position the pseudo-element */
  margin-top: 35px;
  padding: 60px 20px;
  text-align: center;
}

.contact-form::before {
  content: "";
  position: absolute; /* Absolute positioning to cover the entire container */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Ensures the overlay goes behind the content */
}

.contact-form::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://www.teamcomputers.com/images/manufacturingImages/contact-form-one.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2; /* Ensures the image goes behind the overlay */
}
.contact {
  display: flex
;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
}
.contact .left-container, .contactus-form-container {
  flex: 1;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
}
.contact .left-container ul {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 38px;
  color: #fff;
  list-style-type: disc;
  text-align: left;
  padding-left: 20px;
}
.contact .left-container h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  text-align: left;
}
.contact-form h2 {
  font-size: 2em;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0px;
  /* margin-bottom: 30px; */
}

.contact-form form {
  max-width: 600px;
  margin: 0 auto;
  display: grid;
  gap: 15px;
}

.contact-form form input,
.contact-form form select,
.contact-form form textarea,
.contact-form form button {
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 1em;
}

.contact-form form button {
  /* background-color: #94d2bd; */
  background-color: #01abc5;
  border-color: #01abc5;

  color: #fff;
  font-weight: medium;
  cursor: pointer;
  font-size: 1.1em;
}

.contactus-form-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.contact-title-description {
  color: white;
}

.bg-tranparent {
  /* background-color: rgba(0, 0, 0, 0.6); */
  /* background: linear-gradient(
    284.3deg,
    rgba(255, 255, 255, 0.4) -9.8%,
    rgba(255, 255, 255, 0.1) 94.83%
  ); */
  /* background: #43737F; */
  background-color: rgba(
    67,
    115,
    127,
    0.6
  ); /* Adjust the alpha value (0.0 to 1.0) */
  border: 1px solid;
  border-radius: 15px;

  border-image-source: linear-gradient(
    293.41deg,
    rgba(255, 255, 255, 0.8) 16.62%,
    rgba(190, 235, 241, 0.32) 31.35%,
    rgba(98, 206, 222, 0.16) 56.21%,
    rgba(0, 175, 202, 0.8) 82.8%
  );

  width: 650px;
  padding: 20px 0;
}

/* Footer */
.footer {
  background-color: #65747b;
  color: #fff;
  font-size: 11px;
  position: relative;
}

.hd ul:first-child,
.foot-con > ul:first-child {
  margin-bottom: 20px;
  min-height: 170px;
}
ul {
  list-style-type: none; /* Removes bullet points */
  padding-left: 0; /* Removes default left padding */
}

footer .top {
  padding: 30px 0 25px;
  letter-spacing: 0.7px;
}

.card {
  /* background-color: #ffffff; */
  border-radius: 5px;
  width: 86%;
}

.myCity {
  display: flex;
  flex-direction: row;
}

.div2 {
  display: flex;
  flex-direction: row;
}

.contact-myform {
  border-radius: 5px;
  width: 57%;
  margin-left: 19rem;
  height: 30rem;
}

.formm {
  margin-top: 1rem !important;
}

.myParagraph {
  margin-top: -30px;
  margin-left: 19rem;
  width: 57%;
  color: white;
}

.myFormm {
  margin-top: 20rem;
}

.formm {
  margin-top: 4rem;
}

.myHeading {
  font-weight: bold;
  font-size: 40;
}

.stats-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 12%;
  font-weight: 600;
}

.stats-list .para {
  color: black;
}

.industries-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}

.item {
  border-radius: 5px;
  height: 150px;
  width: 150px;
}

.growing-stats1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.growing-stats2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.Expertise {
  height: 120px;
  width: 200px;
  border-radius: 5px;
}

.growing-statics1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.growing-statics2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.container my-5 {
  gap: 20px;
}
.container {
  width: 1400px;
}

.overlap-container {
  position: relative;
  z-index: 1;
}
.btn-us {
  position: relative;
  z-index: 2;
}
.loader-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loader {
  height: 20px;
  width: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loader--dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 2px solid white;
}
.loader--dot:first-child {
  background-color: #8cc759;
  animation-delay: 0.5s;
}

.loader--dot:nth-child(2) {
  background-color: #8c6daf;
  animation-delay: 0.4s;
}

.loader--dot:nth-child(3) {
  background-color: #ef5d74;
  animation-delay: 0.3s;
}

.loader--dot:nth-child(4) {
  background-color: #f9a74b;
  animation-delay: 0.2s;
}

.loader--dot:nth-child(5) {
  background-color: #60beeb;
  animation-delay: 0.1s;
}

.loader--dot:nth-child(6) {
  background-color: #fbef5a;
  animation-delay: 0s;
}

.loader--text {
  position: absolute;
  top: 200%;
  left: 0;
  right: 0;
  width: 4rem;
  margin: auto;
}

.loader--text:after {
  content: "Loading";
  font-weight: bold;
  animation-name: loading-text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes loader {
  15% {
    transform: translateX(0);
  }

  45% {
    transform: translateX(230px);
  }

  65% {
    transform: translateX(230px);
  }

  95% {
    transform: translateX(0);
  }
}

@keyframes loading-text {
  0% {
    content: "Loading";
  }

  25% {
    content: "Loading.";
  }

  50% {
    content: "Loading..";
  }

  75% {
    content: "Loading...";
  }
}

.container my-5 {
  gap: 20px;
}

.offerings1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.BusinessCentral {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.logo-item {
  width: 400px;
  height: 50px;
  border: 2px solid violet;
  border-radius: 5px;
  margin-top: 5px;
}

.card-logo {
  height: 450px;
  width: 400px;
  background-color: #0a9396;
}

.hero-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  background-image: url("https://www.teamcomputers.com/images/new_erp_images/wht-cn-do-bg.jpg");
  text-align: center;
}

.hero-section h1 {
  font-size: 24px;
  margin-bottom: 20px;
  color: white;
}

.hero-section .btn {
  background-color: white;
  color: #585858;
  border: none;
}

.no-border {
  border-radius: 0;
}

.content-sections {
  /* background-image: url("https://www.teamcomputers.com/erp/manufacturing-page/manufacturing/banner-img.jpeg"); */
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%),
    url("https://www.teamcomputers.com/erp/manufacturing-page/manufacturing/banner-img.jpeg");
  background-size: cover;
  /* background-position: center; */
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}

.content-section {
  padding: 49px;
  border-radius: 10px;
}

.industries-section {
  padding-top: 60px;
  margin-bottom: 25px;
}

.sidebar {
  list-style: none;
  padding: 0;
}

.sidebar li {
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.sidebar li.active {
  background-color: #00bcd4;
  color: white;
}

.sidebar li .icon {
  margin-right: 10px;
  font-size: 18px;
}

.sidebar li:hover {
  background-color: #e0f7fa;
}

.section-title {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  gap: 2px;
}

.nav-link {
  color: white !important;
  padding: 7px 2px;
  font-size: 10px;
}

.nav-item2 {
  background: linear-gradient(135deg, #02ae9b, #03be82, #c5ce1e);
}

#mycolHeader {
  display: flex;
  flex-direction: column;
  /* float: right; */
  margin-top: 110px;
  align-items: start;
  margin-left: -80px;
}

.myHeader {
  float: right;
}
.headline {
  /* font-size: 40px; */
  /* font-weight: 800; */
  /* font-size: 50px; */
  font-weight: 900;
  line-break: 60px;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  margin: 0 0 0.4em;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}
.desc {
  font-weight: 600;
  color: #fff;
}
.flip-card-back p{
  color: #fff;
}

.mt-minus-16 {
  margin-top: -16px;
}

.mt-minus-22 {
  margin-top: -22px;
}

.btn-quote {
  color: white;
  padding: 9px 30px;
  font-size: 14px;
  border-radius: 0px;
  border-image: linear-gradient(135deg, #02ae9b, #03be82, #c5ce1e) 1;
  margin-top: 10px;
}

.mt-minus-8 {
  margin-top: -8px;
}

.font-21 {
  font-size: 21px;
}

.container-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header-description {
  font-size: 15px;
  font-weight: lighter;
}

.growing {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.growing .item {
  display: inline-block;
  width: 250px;
  height: 200px;
  padding: 20px;
  margin: 15px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  font-size: 1.1em;
  font-weight: 500;
  text-align: center;
  border-style: solid;
}

.offerP {
  margin-top: 10px;
  font-size: 12px;
  color: black;
}

.icon-box {
  margin-left: 20px;
  border-style: solid;
  width: 34px;
}

.offerings1 .col-md-3 hvr-fade grow-border .card-container-icon-1 {
  background-image: url("https://www.teamcomputers.com/images/new_erp_images/solutions.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.offerings1 .icon-2 {
  background-image: url("https://www.teamcomputers.com/images/new_erp_images/services.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.offerings1 .icon-3 {
  background-image: url("https://www.teamcomputers.com/images/new_erp_images/optimization.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.offerings1 .icon-4 {
  background-image: url("https://www.teamcomputers.com/images/new_erp_images/management.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.offerings1 .icon-5 {
  background-image: url("https://www.teamcomputers.com/images/new_erp_images/support.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.offerings1 .icon-6 {
  background-image: url("https://www.teamcomputers.com/images/new_erp_images/addson.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.offerings1 .icon-7 {
  background-image: url("https://www.teamcomputers.com/images/new_erp_images/consultant.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.offerings1 .icon-8 {
  background-image: url("https://www.teamcomputers.com/images/new_erp_images/approach.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.offerings1 .icon-9 {
  background-image: url("https://www.teamcomputers.com/images/new_erp_images/adoption.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.card-container-new .overlay-text {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 0.9em;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.overlay-text {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 0.9em;
  font-weight: bold;
}

.overlay-text1 {
  position: relative;
  bottom: 62px;
  left: 55%;
  transform: translateX(-50%);
  color: white;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
}

.image-container {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}

.w-image-container {
  position: relative;
  width: 100%;
  max-width: 330px;
  border-radius: 10px;
  overflow: hidden;
}

.w-image-container img {
  width: 100%;
  /* Set image to 100% width of container */
  height: auto;
  /* Maintain aspect ratio */
}

.image-text {
  position: absolute;
  top: 80%;
  /* Position the text in the vertical center */
  left: 50%;
  /* Position the text in the horizontal center */
  transform: translate(-50%, -50%);
  /* Adjust for the centering of the text */
  color: white;
  /* Set the text color to white for contrast */
  font-size: 15px;
  /* Adjust the font size as needed */
  font-weight: 500;
  padding: 10px;
  /* Add some padding around the text */
  border-radius: 5px;
  /* Optionally round the corners of the text box */
  text-align: center;
  /* Center the text inside the div */
}

.w-image-text {
  position: absolute;
  top: 80%;
  /* Position the text in the vertical center */
  left: 50%;
  /* Position the text in the horizontal center */
  transform: translate(-50%, -50%);
  /* Adjust for the centering of the text */
  color: white;
  /* Set the text color to white for contrast */
  font-size: 13px;
  /* Adjust the font size as needed */
  font-weight: 500;
  padding: 0px;
  /* Add some padding around the text */
  border-radius: 5px;
  /* Optionally round the corners of the text box */
  text-align: center;
  /* Center the text inside the div */
}

.image-container img {
  width: 100%;
  /* Set image to 100% width of container */
  height: auto;
  /* Maintain aspect ratio */
}

.col-lg-2 {
  flex: 0 0 auto;
  width: 13.666667%;
}

/** grow style **/
.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.p-50 {
  padding: 50px;
}

.contact-team-title-continer,
.grow-team-title-continer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mb-0 {
  margin-bottom: 0px !important;
  color: black;
}

.card-title {
  font-weight: bolder;
  letter-spacing: 1px;
}

.row-padding {
  padding-top: 20px;
  padding-right: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  /* Align items to the top */
  flex-wrap: wrap;
  /* Allow items to wrap to the next row if needed */
}

.grow-div .col-md-3 {
  flex: 0 0 33%;
  /* Adjust the percentage to control the width of each card */
  max-width: 24%;
  /* Ensure a max width for each card */
  margin: 20px;
  /* Add space between each card */
  box-sizing: border-box;
  /* Ensure padding is included in the width */
}

.offer .col-md-3 {
  flex: 0 0 33%;
  /* Adjust the percentage to control the width of each card */
  max-width: 24%;
  /* Ensure a max width for each card */
  margin: 8px;
  /* Add space between each card */
  box-sizing: border-box;
  /* Ensure padding is included in the width */
}

.primary-font-family {
  font-family: Montserrat;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: black;
}

.card-container-img img {
  width: 82px;
  /* Width from Figma layout */
  height: 82px;
  /* Height from Figma layout */
  object-fit: contain;
  margin-bottom: 15px;
  /* Optional: Add space below the image */
}

.card-container-new img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the image covers the entire container */
}

.grow-border {
  border-style: ridge;
  border-width: 1px;
  padding: 22px;
  border-radius: 12px;
  border-color: #efefef;
  margin-bottom: 7px;
  margin-right: 8px;
}

.grow-border:hover p {
  color: white;
}

/** contact form **/
.contactus-form-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.contact-title-description {
  color: white;
}

.bg-tranparent {
  /* background-color: rgba(0, 0, 0, 0.6); */
  /* background: linear-gradient(
    284.3deg,
    rgba(255, 255, 255, 0.4) -9.8%,
    rgba(255, 255, 255, 0.1) 94.83%
  ); */
  /* background: #43737F; */
  background-color: rgba(
    67,
    115,
    127,
    0.6
  ); /* Adjust the alpha value (0.0 to 1.0) */
  border: 1px solid;
  border-radius: 15px;

  border-image-source: linear-gradient(
    293.41deg,
    rgba(255, 255, 255, 0.8) 16.62%,
    rgba(190, 235, 241, 0.32) 31.35%,
    rgba(98, 206, 222, 0.16) 56.21%,
    rgba(0, 175, 202, 0.8) 82.8%
  );

  width: 700px;
}

.custom-input {
  height: 40px;
  /* Reduce input field height */
  padding: 0.375rem 0.75rem;
  /* Adjust padding for smaller height */
}

.custom-textarea {
  height: 100px;
  padding: 0.375rem 0.75rem;
}

select .custom-input {
  -webkit-appearance: none;
  /* Remove default styling for better control */
  -moz-appearance: none;
  appearance: none;
}

.nav-link1 {
  gap: 5px;
}

.me-3 {
  margin-right: 1rem !important;
  gap: 8px;
  width: 363px;
}

.nav-item .nav-link {
  color: black !important;
  /* Default color for inactive tabs */
}

.nav-item .nav-link.active {
  background-color: #01abc5 !important;
  /* Blue background for active tab */
  color: white !important;
  /* White color for active tab text */
}

.flex-column {
  flex-direction: column !important;
  gap: 8px;
  /* background: grey; */
}

.nav-item3 {
  color: white;
}

.nav-item {
  background-color: #f5f5f5;
}

.Secureandsupported {
  display: flex;
  flex-direction: row;
  gap: 21px;
}

#Secureandsupported1 {
  margin-top: 14px;
}

.secureImages {
  /* height: 174px; */
  width: 75%;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 28px;
  object-fit: cover;
  border-radius: 0%;
}

.col-md-8 {
  background-color: #f5f5f5;
}

.ul {
  color: black;
}

.scrolling-wrapper {
  overflow: hidden;
  /* Hide the scrollbars */
  width: 100%;
  /* Full width container */
}

.scroll-content {
  display: flex;
  /* Display images in a horizontal row */
  width: max-content;
  /* Allow the row to expand as needed */
  animation: scroll 20s linear infinite;
  /* Apply continuous scrolling animation */
}

.scroll-content img {
  width: 205px;
  /* Set the width of each image */
  margin-right: 20px;
  /* Add space between the images */
  height: auto;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-30%);
    /* Move the entire width of the container */
  }
}

.bussiness-nav {
  width: 100%;
  height: 62px;
}

.business-nav-link {
  padding: 20px;
}

/* Add consistent padding for the pill content */
.pill-content {
  height: 500px;
  padding: 20px;
  /* You can adjust the padding as needed */
  background-color: #f9f9f9;
  /* Optional: Add a background color to differentiate */
  border-radius: 8px;
  /* Optional: for rounded corners */
}

/* Ensure the unordered list inside pill-content is visible */
.pill-content ul {
  list-style-type: disc !important;
  /* This will ensure bullet points for <ul>, use 'decimal' for <ol> */
  margin-left: 20px !important;
  /* Space the list properly from the left */
  margin-left: 0 !important;
  /* Add padding to align the list */
  width: 80%;
}

/* Style list items */
.pill-content ul li {
  list-style-position: inside !important;
  margin-bottom: 10px;
  /* Space between list items */
  font-size: 16px;
  /* Ensure the text size is consistent */
}

.height-286 {
  height: 286px;
}

.tab-content > .active {
  display: block;
  margin-top: 25px;
  overflow-y: hidden;
}

.col-md-5 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-md-7 .pill {
  background-color: #f5f5f5;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0px;
  overflow-y: hidden;
}

.navbar-inverse .navbar-nav > li {
  color: #414141;
  font-weight: 500;
  font-size: 13px;
  padding: 0px 0px;
}
/* Custom styles for multi-level dropdown */
.dropdown-submenu {
  position: relative;
}
/* For nav bar to show */
ul.dropdown-menu.show {
  display: block !important;
}
/*===============================*/
.dropdown-submenu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.dropdown-menu {
  padding: 0;
  margin: 0;
  border-radius: 0;
  /* z-index: 1000; */
  box-shadow: none !important;
}
/* .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
} */

/* navbar */

/* .navbar {
  min-height: 50px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.5;
}

.navbar-brand img {
  height: 30px;
  margin-top: 10px;
}



.dropdown-menu > li > a {
  font-size: 13px;
  padding: 8px 10px;
}

.btn-default {
  padding: 5px 15px;
  font-size: 12px;
}

.search-anchor {
  height: 30px;
  font-size: 12px;
  margin-top: 10px;
}

.header-fixd-btn .btn {
  height: 32px;
  font-size: 12px;
  padding: 5px 10px;
}

.navbar-toggle {
  margin-top: 8px;
  padding: 5px;
}

.icon-bar {
  height: 2px;
  width: 20px;
} */

/* .navbar-inverse .navbar-nav>li>a {
  color: #414141;
  font-weight: 600;
  font-size: 13px;
  padding: 30px 0;
}
.pmd-navbar .navbar-nav>li>a {
  text-transform: uppercase;
}

.nav-bg-color {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.mainmenu {
  background: none;
  border: 0 solid;
  margin: 0;
  padding: 0;
  min-height: 20px;
} */

/*harshita*/

/*yash*/
/* header {
  display: block;
}

.nav-bg-color {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

nav.wh-bg-clr {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  border-bottom: none;
  box-shadow: 0 1px 1px #e5e5e5;
}

.mainmenu {
  background: #fff;
  border: 0px;
  margin: 0;
  padding: 0;
  min-height: 20px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.nav-container {
  width: 1280px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.navbar:before {
  display: table;
  content: " ";
}

.navbar-header::before {
  display: table;
  content: " ";
}

.nav-container:before {
  display: table;
  content: " ";
}

.nav-container > .navbar-header {
  margin-right: 15px;
  margin-left: 15px;
}

.pmd-navbar .navbar-toggle {
  border-radius: 50%;
  border: none;
  height: 40px;
  width: 40px;
  padding: 10px;
  margin-top: 12px;
  margin-right: 8px;
}

.pmd-navbar .navbar-toggle {
  margin-top: 16px;
  float: left;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.pmd-navbar .navbar-toggle .icon-bar {
  width: 20px;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
} */

/* footer .bottom {
  border-top: 1px solid rgba(188, 198, 208, 0.12);
  padding: 20px 0 10px;
} */

.bottom li {
  color: #eaeaea;
  font-size: 11px;
  font-weight: 300;
  padding-left: 20px;
  display: inline-block;
}
.footer .bottom {
  border-top: 1px solid rgba(188, 198, 208, 0.12);
  padding: 20px 0 10px;
}
.soc-icon-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
}
.soc-icon-box a {
  padding: 0;
  text-align: center;
  display: flex !important;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.inblo-li li {
  display: inline-block;
  list-style: none;
  font-weight: 200;
  vertical-align: middle;
}
.soc-icon-box a i {
  margin: 0 auto;
  font-size: 16px;
}

.ic_phone {
  background: url(../Images/icon-splash.png) no-repeat;
  background-position: -8px -80px;
  padding-left: 30px !important;
}
.ic_mail {
  background: url("https://www.teamcomputers.com/images/manufacturingImages/icon-splash.png")
    no-repeat;
  background-position: -4px -108px;
  padding-left: 30px !important;
}

/*media query for header*/
@media (min-width: 768px) {
  .pmd-navbar.navbar > .container .navbar-brand,
  .pmd-navbar.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
.pmd-navbar.navbar > .container .navbar-brand,
.pmd-navbar.navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
nav .navbar-header .navbar-brand-custome {
  padding: 19px 19px 19px 19px;
  left: 2rem;
  position: relative;
}

.pmd-navbar .navbar-brand {
  padding-right: 30px;
}
.pmd-navbar .navbar-brand {
  float: left;
  padding: 8px 16px 8px 8px;
  font-size: 24px;
  line-height: 48px;
  height: inherit;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

a {
  background-color: transparent;
}

.search-anchor-xs {
  padding: 8px 10px 8px 0 !important;
  display: none;
}

.navbar-header::before {
  clear: both;
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.pull-right {
  float: right !important;
}
.pull-right {
  float: right;
}

header::after {
  display: table;
  content: " ";
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-collapse::before {
  display: table;
  content: " ";
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
}
.navbar-nav {
  /* margin: 27.5px 58px; */
  /* margin: 18.5px 131px; */
  margin: 28.5px 12px;
}
.nav-header {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.dropdown,
.dropup {
  position: relative;
}
.navbar-inverse .navbar-nav > li > a.active {
  color: #00abc5;
  background-color: transparent;
  border-bottom: 2px solid #00abc5;
}
.nav-header::before {
  display: table;
  content: " ";
}
.disabled {
  cursor: default;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: none;
}

@media only screen and (min-width: 767px) {
  .mainmenu .collapse ul li {
    position: relative;
  }
}
.navbar-inverse .navbar-nav > li {
  color: #090909;
  font-weight: 500;
  font-size: 13px;
  padding: 0 19px;
}
@media (min-width: 768px) {
  .navbar-nav > li {
    float: left;
  }
}
.nav > li {
  position: relative;
  display: block;
}
.navbar-inverse .navbar-nav > li > a {
  color: #414141;
  padding: 30px 0;
}
.pmd-navbar .navbar-nav > li > a {
  text-transform: uppercase;
}

.fright {
  margin-left: -4rem;
  margin-top: -2px;
}
.pull-right {
  float: right !important;
}
.clearfix::before {
  display: table;
  content: " ";
}

.pmd-btn-raised {
  /* height: 36px;
  padding-left: 19px;
  padding-right: 19px; */
  height: 45px;
  padding-left: 26px;
  padding-right: 26px;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 500;
  box-shadow: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  border: none !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  background: linear-gradient(45deg, #00abc5, #dfcf18) !important;
  color: #fff !important;
}
@media (min-width: 768px) {
  .pmd-navbar .navbar-nav > li > a {
    padding-top: 20px;
    /* padding-bottom: 27px; */
    padding-bottom: 34px;
  }
}
.pmd-navbar .navbar-nav > li > a {
  line-height: 24px;
  font-size: 14px;
}

.navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
}

.visible-xs {
  display: none !important;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.navbar-inverse .navbar-nav > li {
  color: #414141;
  font-weight: 500;
  font-size: 13px;
  padding: 0 20px;
}

@media only screen and (min-width: 767px) {
  .nav-container {
    margin-left: 0;
  }
  .mainmenu .collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    display: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  /* border-top-left-radius: 0;
  border-top-right-radius: 0; */
}
.tc-submenu ul,
.cmn-sub-sol ul {
  list-style: none;
  padding: 0;
}

.mainmenu .collapse ul ul > li a {
  padding: 10px 0 5px 25px;
  display: block;
  font-size: 13px;
  white-space: inherit;
  font-weight: 500;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.visible-xs {
  display: none !important;
}

.caret {
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.mainmenu .collapse ul ul ul.dropdown-menu {
  background: #fff;
}
.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
  background-color: #fff;
  padding: 0 10px;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  max-width: 235px;
}

@media only screen and (min-width: 767px) {
  .nav-container {
    margin-left: 0;
  }
  .mainmenu .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none;
  }
}

.tc-submenu ul,
.cmn-sub-sol ul {
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (min-width: 768px) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}

@media (min-width: 768px) {
  .nav-container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-header {
    float: left;
  }
}

/* Responsive*/

/* Tablet Styles */
@media (max-width: 768px) {
  .headline {
    font-size: 2.5rem; /* Smaller font size for tablet */
  }

  .desc {
    font-size: 1.1rem; /* Slightly smaller description text */
  }

  .btn-quote {
    width: 100%; /* Make the button full width on smaller screens */
    margin-top: 20px;
  }

  .col-md-6 {
    text-align: center; /* Center text on tablet screens */
  }

  .myHeader.mt-minus-22 {
    margin-top: -22px; /* Adjust negative margin for better spacing */
  }
  /* .overview-section {
    padding-left: 3%;
    padding-right: 3%;
    margin-left: 2%;
    margin-right: 2%;
  } */

  .overview-section {
    padding: 0; /* Remove horizontal padding */
    margin: 0; /* Remove horizontal margin */
    width: 100%; /* Ensure it spans the full width */
    margin-top: 10px;
  }
  .text-section {
    max-width: 100%; /* Allows full width on mobile */
  }

  .text-section p {
    font-size: 1rem; /* Slightly smaller font size on tablets */
  }
  .overview-section {
    display: flex;
    justify-content: space-between;
  }

  .accordion-container {
    order: 1; /* Accordion comes first */
    margin-left: 5px;
  }

  .image-section {
    order: 2; /* Image comes second */
  }

  .business-impact {
    margin-left: 36px;
  }
}

/* Mobile Styles */
@media (max-width: 576px) {
  .headline {
    font-size: 1.6rem; /* Smaller font size for mobile */
  }

  .desc {
    font-size: 1rem; /* Smaller description text */
  }

  .content-sections {
    /* padding: 30px 0; Add some padding to the section */
    padding: 2px !important;
  }

  .btn-quote {
    padding: 12px 25px;
    font-size: 1rem;
    margin-top: 20px;
  }

  .col-md-6 {
    text-align: center;
    padding: 0 15px; /* Add some padding for better spacing */
  }

  /* Stack the headlines and description vertically on mobile */
  .myHeader {
    margin-bottom: 15px;
  }

  /*second section*/
  /* .overview-section {
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 1%;
    margin-right: 1%;
  } */

  .overview-section {
    padding: 0; /* Remove horizontal padding */
    margin: 0; /* Remove horizontal margin */
    width: 100%; /* Ensure it spans the full width */
    margin-top: 35px;
  }
  .text-section {
    max-width: 100%; /* Allows full width on mobile */
  }

  .text-section p {
    font-size: 0.9rem; /* Smaller font size on mobile */
    line-height: 1.4; /* Adjust line height for better readability */
    width: auto;
  }

  .text-section p strong {
    font-weight: bold;
    width: auto;
  }
  .overview-section {
    display: block; /* Stack elements vertically */
  }

  .accordion-container,
  .image-section {
    width: 100%; /* Ensure both take full width */
    order: 0; /* Reset order on mobile */
    margin-left: 5px;
    margin-top: 18px;
  }
  .image-section img {
    width: 214%;
  }
}

@media only screen and (max-width: 375px) and (max-height: 667px) {
  /* Styles for all iPhone SE generations */
  .content-section {
    padding: 0;
  }
}

/* Responsive styles */
@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
    margin-left: 50px;
  }

  .card h1 {
    font-size: 1.25rem;
  }

  .card .view-more-btn {
    font-size: 0.9rem;
  }
  /* .stats {
    display: flex;
    flex-direction: column;
  } */
}

@media (max-width: 576px) {
  .grid-container {
    gap: 15px;
    margin-left: 50px;
  }

  .card h1 {
    font-size: 1rem;
  }

  .card .view-more-btn {
    font-size: 0.8rem;
    padding: 8px 10px;
  }

  .modal-content {
    width: 90%;
  }
  .erp-banner {
    display: flex;
    flex-direction: column;
  }
}

/* Responsive styles */
@media (max-width: 1024px) {
  /* Specific styles for iPad and iPad Mini */
  .grid-container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .card h1 {
    font-size: 1.35rem;
  }

  /* .card .view-more-btn {
    font-size: 0.95rem;
    padding: 10px 12px;
  } */
}

/* Section styles */
.section-two {
  /* padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px; */
  /* margin: 0 auto; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 15px;
}

/* Swiper container styles */
.swiper {
  /* width: 70%; */
  padding: 20px;
}

/* Swiper slide styles */
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 
.flip-card-box {
  position: relative;
  width: 380px;
  height: 350px;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.flip-card-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s, filter 0.3s;
}

.flip-card-box:hover img {
  transform: scale(1.2);
  filter: blur(4px);
}

.flip-card-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}

.flip-card-box:hover::after {
  opacity: 1;
}

.flip-card-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 1;
  pointer-events: none;
} */

.title {
  position: absolute;
  bottom: 100px;
  left: 0;
  top: 2px;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.title h4 {
  font-size: 1.6rem;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
  padding: 10px;
}

.content-section-two {
  position: absolute;
  right: -100%;
  /* bottom: 50px; */
  margin-top: 45px;
  font-weight: 400;

  width: calc(100% - 40px);
  padding: 10px 20px;
  color: #333;
  border-radius: 10px;
  z-index: 2;
  transition: right 0.5s ease;
}

/* .flip-card-box:hover .content-section-two {
  right: 20px;
  top: 20px;
} */

/* Responsive styles */
@media screen and (max-width: 768px) {
  .section-two {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .swiper-wrapper {
    gap: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
  }

  .swiper-slide {
    flex: 1 1 100%; /* Full width for smaller screens */
    max-width: 100%; /* Ensure each card takes the full width */
  }

  /* .flip-card-box {
    width: 100%; 
    height: 300px; 
    border-radius: 10px;
  } */

  .title h4 {
    font-size: 1.2rem;
    padding: 5px;
  }

  .content-section-two {
    font-size: 0.9rem;
    padding: 8px 15px;
  }
}

@media screen and (max-width: 480px) {
  .section-two {
    padding-left: 10px;
    padding-right: 10px;
  }

  .swiper {
    padding: 10px;
  }

  /* .flip-card-box {
    height: 250px; 
  } */

  .title h4 {
    font-size: 1rem;
    padding: 5px;
  }

  .content-section-two {
    font-size: 0.8rem;
    padding: 5px 10px;
  }
}

.section-heading {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  /* margin: 0 0 0.4em; */
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

/*  */
.feature-icon {
  width: 35px;
  color: #fff;
  /* margin-bottom: 15px; */
}

.feature-card {
  background: #f8f9fa;
  padding: 25px;
  color: #000;
  border-radius: 10px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.feature-card p {
  color: #000;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.feature-title {
  font-weight: 600;
  font-size: 1.1rem;
}

.section-title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 40px;
  text-align: center;
}
.icon-card {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  background-color: rgba(1, 121, 140, 1);

  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

/* flip card */
.flip-card {
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 350px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.flip-card-front {
  background-color: #fff;
  z-index: 2;
}

.flip-card-back {
  background: linear-gradient(180deg, #005e6c 0%, #009db5 100%);

  color: white;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 1;
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.85);
}

.flip-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}

/* accordion */

.accordion {
  width: 100%;
  max-width: 600px;
  border-radius: 5px;
  overflow: hidden;
}
.accordion-item {
  border: 1px solid #ddd;
  margin-bottom: 5px;
  border-radius: 5px;
  border: none;
  overflow: hidden;
}
.accordion-header {
  /* background-color: #eee; */
  color: black;
  border: none;
  padding: 12px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  border-radius: 5px;
  transition: background 0.3s;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 22px;
}
/* .accordion-item.active .accordion-header {
  background-color: #005b74;
  color: white;
} */

.accordion-item.active .accordion-header .icon {
  content: "-";
}
/* .accordion-header:hover {
  background-color: #ddd;
} */
.accordion-content {
  display: none;
  padding: 10px;
  /* background: #f8f8f8; */
  color: #333;
}

.accordion-content p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
}
.accordion-item.active .accordion-content {
  display: block;
}
.accordion-header .accordion-header-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f9fe;
  border-radius: 10px;
}
.accordion-header-icon {
  font-size: 32px;
  color: #009db5;

  transition: transform 0.3s;
}
.accordion-item.active .accordion-header-icon {
  transform: rotate(180deg);
}
.accordion-content p{
  color: #000;
}
/* Styling for the list */
.accordion-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accordion-content ul li {
  padding: 5px 0;
  display: flex;
  align-items: start;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 28.08px;
  letter-spacing: 0%;
}

.accordion-content ul li::before {
  content: "▶";
  color: #0073aa;
  margin-right: 8px;
  font-size: 12px;
}

.accordion-item.active .accordion-content ul li::before {
  color: #005a88;
}

.sub-li {
  margin-left: 30px;
}

.third-container {
  margin: 0 auto;
  padding: 0 75px;
  margin-top: 30px;
}

.third-container .text-container {
  width: 100%;
  max-width: 600px;
}

#implementation .image-container img {
  /* width: 530px;
  height: 480px; */
  position: relative;
  width: 700px;
  height: 350px;

}
#implementation {
  /* display: flex;
  justify-content: space-around;
  align-items: center; */
  display: flex;
  justify-content: space-between;
}

#image-container {
  position: relative;
  width: 100%;
  max-width: 200px;
  /* margin: auto; */
  /* border-radius: 10px; */
  /* overflow: hidden; */
}
