* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font-family: Montserrat;
  /* font-family: "Poppins"; */

  line-height: 1.6;
  /* background-color: #f8f9fa; */
  overflow-x: hidden;
}
/*Header*/
#contactus-form-container-popup {
  padding: 0 12px;
}

/* #modal-dialog-popup {
  background-image: url("https://www.teamcomputers.com/images/business-central-new/contact-form-one.jpeg");
  background-size: cover;
  background-position: center;
} */
#modal-header-popup {
  display: flex !important;
}
.modal-content {
  background-color: transparent;
  border: none;
  border-radius: 5px;
}
.modal-content::before {
  content: "";
  border-radius: 15px;
  position: absolute; /* Absolute positioning to cover the entire container */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 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%
  ); */
  opacity: 0.8; /* Adjust opacity value as needed */

  background: #0b5660cc;
  /* background: #106b77cc; */

  z-index: -1; /* Ensures the overlay goes behind the content */
}
.modal-content::after {
  content: "";
  position: absolute;
  border-radius: 18px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://www.teamcomputers.com/images/business-central-new/contact-form-one.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2; /* Ensures the image goes behind the overlay */
}
#popup-button {
  background-color: #01abc5;
  border-color: #01abc5;

  color: #fff;
  font-weight: medium;
  cursor: pointer;
  font-size: 1.1em;
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  /* border: 1px solid #ccc; */
  font-size: 1em;
}

/* .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
  } */
#know-more-white {
  margin-left: 20px;
  color: #fff;
  text-decoration: underline;
}

.modal-header h2 {
  font-size: 21px !important;
}
.modal-header {
  display: block !important;
}

.modal .modal-dialog {
  /* display: inline-block; */
  text-align: left;
  vertical-align: middle;
}
.modal-dialog.custom-width {
  max-width: 400px;
  margin: 0 auto;
}

.custom-width .modal-header {
  padding: 24px 24px;
}

.modal-header.pmd-modal-bordered {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 16px;
}

.custom-width .close {
  font-size: 30px;
  opacity: 0.4;
  padding: 7px 0;
}
.modal-header .close {
  margin-top: -2px;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity = 20);
  opacity: 0.2;
}

.custom-width .modal-body {
  padding: 0 24px;
}
.modal-body {
  color: rgba(0, 0, 0, 0.84);
  margin-bottom: 16px;
  margin-top: 16px;
  padding: 0 16px;
}
.modal-body {
  position: relative;
  padding: 15px;
}

.cta-form {
  position: relative;
  width: 100%;
  padding: 0 8px;
}
.col-xs-12 {
  width: 100%;
}
.cta-form .form-group {
  text-align: left;
  position: relative;
}
.form-group.pmd-textfield {
  margin-bottom: 16px;
  line-height: 22px;
}
.pmd-textfield input.form-control {
  height: inherit;
}
.pmd-textfield .form-control {
  background: 0 0;
  border: none;
  border-bottom: solid 1px #e6e6e6;
  outline: 0;
  box-shadow: none;
  padding: 2px;
  border-radius: 0;
  font-size: 13px;
  padding-bottom: 6px;
}

.cta-form .btn {
  font-size: 13px !important;
  width: 100%;
  color: #fff;
  margin-top: 11px;
  padding: 11px !important;
  background: linear-gradient(45deg, #00abc5, #dfcf18);
  border: 1px solid #fff;
}

.cta-form a {
  color: #414141;
  font-size: 11px;
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
  text-align: center;
}

/*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;
  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*/
/*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;
  }
}

/* Final header complete */

/* Banner */

.main-banner {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  /* align-items: center; */
  /* background-color: #006675; */
  color: #fff;
  display: flex;
  /* margin-top: 25px; */
  background: url("https://www.teamcomputers.com/images/erp-landing-page-new/main-banner.png");
  /* background: linear-gradient(rgba(0, 102, 117, 0.5), rgba(0, 102, 117, 0.5)),
    url("https://www.teamcomputers.com/images/business-central-new/main-banner-final.png"); */
  /* background-size: cover; */
  background-position: center;
  padding: 70px 0;
  height: 610px;
  min-height: 610px;
}
/* Ensure the image scales properly on all screen sizes */
@media (max-width: 1200px) {
  .main-banner {
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .main-banner {
    background-size: cover;
  }
}

/* Handling 100% - 150% zoom level for laptop and larger screens */
@media (min-width: 1024px) {
  .main-banner {
    background-size: cover;
  }
}
.main-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #006675;
  z-index: 1;
  mix-blend-mode: multiply;
}
.main-banner * {
  position: relative;
  z-index: 2; /* Keep child elements above the overlay */
}

.container {
  /* width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  padding: 20px; */
  display: flex;

  justify-content: space-between;
  align-items: flex-start; /* Fix the typo here */
  width: 100%; /* Or any specific width */
  max-width: 1800px; /* Optional to limit the width */
  margin: 0 auto; /* Center the container */
  padding: 22px 70px;
}
.mircosoft-logo {
  width: 130px;
  height: 33px;
  gap: 0px;
  border-radius: 30px;
  opacity: 0px;
  background: #00404b;
}
.mircosoft-logo img {
  width: 95px;
  height: 30px;
  left: 20px;
  top: 3px;
  object-fit: cover;
  gap: 0px;
  opacity: 0px;
}

.first-box .second-box {
  flex: 1;
}
.first-box {
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  flex-direction: column;
  text-align: left;
  position: relative;
}

.text h1 {
  color: #fff;
  font-weight: 800;
  font-size: 2.3em;
  margin: 0px 0px 0.4em;
}

.text p {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  text-align: left;
  color:#fff;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.btn-container {
  /* position: absolute; */
  /* margin: 0 auto;
  margin: 0px 0px 0.4em; */
  /* padding: 75px; */
  /* margin-top: 20rem; */
  left: 0;
  position: relative; /* Remove absolute positioning */
}
.quote-btn {
  padding: 9px 30px;
  margin-top: 25px;
  font-size: 14px;
  background: #006675;
  color: #fff;
  border-image: linear-gradient(135deg, #02ae9b, #03be82, #c5ce1e) 1;
  transition: ease-in 3ms;
}
/* #know-more-btn {
  margin-top: 0;
} */
.know-more {
  font-family: Arial, sans-serif;
  font-size: 16px;
  /* font-weight: bold; */
  color: #0097a7; /* Teal color */
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease-in-out;
}

.know-more:hover {
  color: #007c8b; /* Slightly darker teal on hover */
}
.box-container {
  position: relative;
  z-index: 1;
}

.box-overlap-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  width: 100%;
  max-width: 1000px;
  background-color: #d2ecf8;
  padding: 10px 12px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}

.box-overlap-container .text {
  font-family: Montserrat;
  font-size: 26px;
  font-weight: 700;

  text-align: center;
}

/* Services Section Styling */
.services-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: #d2ecf8; */
  padding: 20px;
  margin-top: 9px;
  /* border-radius: 10px; */
}
.know-more-btn {
  text-align: center;
  margin-top: -4px;
}
.service-item {
  text-align: start;
  max-width: 200px;
  display: flex;
  gap: 10px;
}

.service-item img {
  width: 40px;
  height: 40px;
}

.service-item p {
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 600;
  /* line-height: 21.94px; */
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.quote-btn:hover {
  background-color: #fff;
  outline: 0;
  border: 0;
  color: #000;
}

.first-img {
  width: 620px;
  height: 470px;
  object-fit: cover;
  /* border: 1px solid #fff; */
  border-radius: 35px;
  padding: 0px;
}
.second-img {
  width: 350px;
  height: 200px;
  object-fit: cover;
  position: absolute;
  /* top: -248px; */
  top: -240px;
  right: -125px;
  border: 8px solid #ffffffb2; /* Black border */
  border-radius: 10px; /* Rounded corners */
  padding: 0px; /* Space between image and border */
}
.third-img {
  width: 340px;
  height: 200px;
  object-fit: cover;
  position: absolute;
  right: -562px;
  top: -130px;
  border: 8px solid #ffffffb2;
  border-radius: 10px;
  padding: 0px;
}

.main-image {
  position: relative;
}
.mockup-container {
  position: absolute;
}

.second-banner {
  position: relative;
  margin-top: 10rem;
  margin-bottom: 45px;
}
.second-section-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  /* padding: 40px 230px; */
  margin: 0 75px;
  padding: 18px 0;
}

.second-section-text h1 {
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 700;
  line-height: 61.52px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.stats-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.stats-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.stat-item {
  text-align: center;
  /* font-size: 65px;
  color: #009db5;
  font-weight: 700; */
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stat-number-wrapper {
  display: flex;
  align-items: flex-end;
}

.stat-number {
  font-size: 65px;
  color: #009db5;
  font-weight: bold;
}

/* .stat-plus {
  font-size: 40px;
  margin-left: 2px;
  color: #009db5;
} */
.stat-number-wrapper .stat-plus {
  text-align: center;
  font-size: 65px;
  color: #009db5;
  font-weight: 700;
  font-family: Montserrat;
}

.stat-number-wrapper .stat-number .count {
  /* font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-top: 5px; */
  text-align: center;
  font-size: 65px;
  color: #009db5;
  font-weight: 700;
  font-family: Montserrat;
}

.stat-item .stat-text {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-top: 5px;
}

.video-section {
  max-width: 1200px;
  margin: 25px auto;
  padding: 20px;
  text-align: center;
}

.section-title {
  /* font-size: 30px;
  font-weight: bold; */
  /* color: #009db5; */
  margin-bottom: 30px;
  font-family: Montserrat;
  font-size: 42px;
  font-weight: 700;
}

.video-container {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
}

.video-card {
  position: relative;
  width: 500px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.video-card:hover {
  transform: translateY(-10px);
}

video {
  width: 100%;
  border-radius: 12px;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
  transition: opacity 0.4s ease;
  border-radius: 12px;
}

.video-card:hover .video-overlay {
  opacity: 1;
}

/* Industry Section */
.industry-section {
  /* margin: 0 165px; */
  margin: 0 75px;
  text-align: center;
}

.industry-title {
  /* font-size: 30px;
  font-weight: bold;
  color: #333; */
  margin-bottom: 30px;
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 700;

  text-align: center;
}

.industry-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  /* flex-wrap: wrap; */
}

/* .industry-card {
  position: relative;
  width: 220px;
  height: 300px;
  background-color: #f5f5f5;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease;
} */

.industry-card {
  position: relative;
  width: 315px;
  height: 275px;
  /* top: 1803px;
  left: 32px;
  gap: 0px; */
  border-radius: 16px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  overflow: hidden;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.industry-card:hover {
  transform: translateY(-10px);
}

.industry-card img {
  /* width: 100%;
  height: 100%;
  object-fit: cover; */
  width: 315px;
  height: 320px;
  top: 1803px;
  left: 32px;
  gap: 0px;

  border: 1px 0px 0px 0px;
  opacity: 0px;
}

.industry-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  /* background: rgba(0, 0, 0, 0.6); */
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;

  font-family: Montserrat;
}

/* Responsive Design */
@media (max-width: 768px) {
  .industry-container {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .industry-card {
    width: 100%;
    max-width: 300px;
  }
}

.grow-container {
  margin: 0 75px;
  text-align: center;
  margin-top: 50px;
}

.grow-container .heading {
  font-family: Montserrat;

  text-align: center;

  margin-bottom: 20px;
}

.heading h1 {
  font-size: 50px;
  font-weight: 700;
}

.heading p {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;

  text-align: center;

  margin-top: 10px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, max-content));
  justify-content: center; /* Center the cards horizontally */
  gap: 40px;
  margin-top: 30px;
}

.grow-card {
  /* background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease; */
  width: 420px;
  height: 350px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 27px;
  border: 1px solid #dfdfdf;
  opacity: 0px;
  padding: 30px;
}

.grow-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.grow-card h3 {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;

  text-align: left;

  margin-bottom: 10px;
}

.grow-card p {
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 400;

  text-align: left;
}

.grow-card:hover {
  background-color: #009db5;
  color: #fff;
}

.small-card {
  width: 75px;
  height: 75px;
  top: 2553px;
  left: 190px;
  gap: 0px;
  border-radius: 10px;
  opacity: 0px;
  box-shadow: 4px 4px 14px 4px #00000014;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

.small-card img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  text-align: center;
}

@media (max-width: 768px) {
  .heading h1 {
    font-size: 1.5rem;
  }

  .heading p {
    font-size: 0.9rem;
  }

  .card h3 {
    font-size: 1rem;
  }

  .card p {
    font-size: 0.8rem;
  }
}

.offer {
  /* padding: 5px 146px; */
  margin: 0 75px;
  margin-top: 26px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.offer h2 {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 700;
  line-height: 49.21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.offer p {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

/* Container for icons */
.icons-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 30px;
}

.icon-one,
.icon-two {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
}

.icons-sub-container:hover{
transform: translateY(-5px) scale(1.1);
}
.icons-sub-container {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100px;
  transition : 0.5s ease-in-out;
}

.icons-sub-container img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 8px;
}

.icons-sub-container p {
  /* font-size: 14px;
  color: #333; */
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

  white-space: nowrap;
}

.contact {
  display: flex;
  justify-content: space-between;
  gap: 20px; /* Space between the two containers */
  padding: 20px;
}

.contact .left-container,
.contactus-form-container {
  flex: 1; /* Equal width for both containers */
  padding: 20px;
  border-radius: 10px;

  color: #fff;
}

.contact .left-container h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  text-align: left;
}

.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; /* Indentation for the bullet points */
}

.contactus-form-container {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.card-container {
  display: flex;
  justify-content: space-around;
  gap: 15px;
}

.card {
  /* width: 500px;
  height: 485px; */
  width: 510px;
  height: 550px;
  padding: 20px;

  border-radius: 22px;
  opacity: 0px;
  background: #f1f1f1;
}

.heading {
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 600;
  line-height: 36.91px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.includes-btn {
  width: 92px;
  height: 23px;
  text-align: -webkit-center;
  /* top: 6685px;
  left: 173px; */
  gap: 0px;
  border-radius: 15px;
  opacity: 0px;
  background: #006675;
  color: #fff;
  border: none;
  background: linear-gradient(135deg, #02ae9b, #03be82, #c5ce1e);

  transition: ease-in 3ms;
}

.card ul {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.32px;
  text-align: left;
  text-decoration: dotted;
  margin-top: 15px;
  margin-bottom: 30px;
  list-style-type: disc;
  padding: 5px 30px;
  height: 300px;
  overflow-y: auto;
}

.get-started {
  width: 200px;
  height: 50px;
  top: 6944px;
  left: 188px;
  gap: 0px;
  border-radius: 24px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  border: 1px solid #009db5;
  margin-top: auto;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 24.48px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #01abc5;
  text-align: center;
}

.get-started:hover {
  background: #00a2b5;
  color: #fff;
}

.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;
}

.footer .bottom {
  border-top: 1px solid rgba(188, 198, 208, 0.12);
  padding: 20px 0 10px;
}

.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(https://www.teamcomputers.com/images/erp-landing-page-new/icon-splash.png)
    no-repeat;
  background-position: -8px -80px;
  padding-left: 30px !important;
}
.ic_mail {
  background: url("https://www.teamcomputers.com/images/erp-landing-page-new/icon-splash.png")
    no-repeat;
  background-position: -4px -108px;
  padding-left: 30px !important;
}
.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;
}

.contact-form {
  position: relative; /* Required to position the pseudo-element */
  /* margin-top: 35px; */
  margin-top: -10px;
  /* 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/erp-landing-page-new/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-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: 10px;
  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;
}

/** 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;
  padding: 35px 0; */
  width: 650px;
  padding: 20px 0;
}
.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;
}
.custom-input {
  height: 40px;
  padding: 0.375rem 0.75rem;
}
.mb-3 {
  margin-bottom: 12px !important;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-team-title-continer,
.grow-team-title-continer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

/* media query for responsiveness */

/* Tablet View */
@media (max-width: 1024px) {
  section.main-banner {
    flex-direction: row;
    position: relative;
  }

  .container {
    flex-direction: row;
  }
  /*.btn-container {
    margin-top: 23.5rem;
  }*/

  .first-box {
    text-align: left;
  }

  .first-box h1 {
    font-size: 2rem;
  }

  .first-box p {
    font-size: 1rem;
  }

  .image-section {
    padding-top: 20px;
  }

  .mockup-container {
    position: absolute;
    z-index: 2;
    flex-direction: column;
    align-items: center;
  }

  .third-img {
    right: -523px;
  }
  section.third-banner {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .third-banner {
    flex-direction: column;
  }

  .third-banner-text {
    text-align: center;
  }

  .third-banner-text h2 {
    font-size: 2rem;
  }

  .third-banner-text p {
    font-size: 14px;
    color: #000;
  }

  .third-banner-image {
    padding-top: 20px;
  }

  .inner-card {
    position: relative;
    width: 280px;
    height: 280px;
  }
  .card-face {
    overflow: hidden;
  }
}

/* responsive mobile devices */
/* General Mobile Devices */
@media (min-width: 320px) and (max-width: 767px) {
  .main-banner {
    padding: 20px 10px;
  }

  .container {
    /* display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; */

    display: flex;
    flex-direction: column;

    justify-content: space-between;
    align-items: flex-start;
    width: 100%; /* Or any specific width */

    margin: 80px auto; /* Center the container */
    padding: 20px;
  }

  .first-box {
    width: 100%;
  }

  .first-box .text h1 {
    font-size: 20px;
    line-height: 1.2;
  }

  .first-box .text p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
  }

  .btn-container {
    margin-top: -120px;
  }
  .first-img {
    width: 330px;
  }
  .second-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    position: absolute;
    /* top: -248px; */
    top: -76px;
    right: -178px;
    border: 8px solid #ffffffb2;
    border-radius: 10px;
    padding: 0px;
  }
  .third-img {
    width: 150px;
    height: 200px;
    object-fit: cover;
    position: absolute;
    right: -338px !important;
    top: -117px;
    border: 8px solid #ffffffb2;
    border-radius: 10px;
    padding: 0px;
  }

  .quote-btn {
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 156px;
  }

  .image-section {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center; /* Ensures alignment for child elements */
  }

  .main-image img {
    max-height: 100%; /* Control image size */
    max-width: 100%;
    object-fit: cover; /* Maintain aspect ratio */
    display: block;
  }

  .mockup-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
  }

  .mockup-container img {
    /* width: 45%; */
    height: auto;
    object-fit: contain;
  }
  .second-banner {
    /* padding: 20px 15px; */
    text-align: center;
  }

  .second-section-text {
    max-width: 100%;
  }

  .second-section-text h1 {
    font-size: 23px;
    line-height: 1.4;
    margin-top: 120px;
    margin-bottom: -14px;
  }

  .second-section-text span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .second-section-text p {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
  }
  .third-banner {
    max-width: 100%;
    padding: 20px 15px !important;
    justify-content: flex-start;
    display: flex;

    flex-direction: column !important;
    text-align: justify;
  }

  .third-banner-text {
    margin-bottom: 20px;
    max-width: 100%;
    text-align: justify;
    margin: 0;
    padding: 0;
  }

  .third-banner-text h2 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 10px;
    max-width: 100%;
    text-align: justify;
    margin: 0;
    padding: 0;
  }

  .third-banner-text p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    max-width: 100%;
    text-align: justify;
    margin: 0;
    padding: 0;
  }

  .third-banner-image {
    max-width: 100%;
  }

  .third-banner-image img {
    width: 100%;
    height: auto;
    position: relative;
  }

  .fourth-banner {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    padding: 20px;
  }
  .fourth-banner h2 {
    font-size: 28px;
    text-align: center;
    line-height: 36px;
  }

  .img-container-box {
    display: flex;
    flex-direction: column;
  }
  .core-section {
    display: flex;
    flex-direction: column;
  }
  .core-section h1 {
    font-size: 28px;
    text-align: center;
    line-height: 36px;
  }

  .layout {
    display: flex;
    flex-direction: column;
  }
  .sidebar ul {
    width: 100%;
    margin-left: -30px;
    justify-content: flex-start;
    display: flex;

    flex-direction: column !important;
    text-align: justify;
  }
  .content {
    width: 100%;
    margin-left: -30px;
    justify-content: flex-start;
    display: flex;
  }
  .content-grid {
    display: flex;
    flex-direction: column;
  }
  .know-more-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .image-container {
    width: 100%;
    text-align: center;
  }

  .image-container img {
    width: 80%;
    height: auto;
  }

  .text-container {
    margin-top: 20px;
    text-align: center;
  }

  .text-container h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .text-container p {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0 10px;
  }

  .quote-btn {
    margin-top: 145px;
    padding: 10px 20px;
    font-size: 1rem;
  }

  .offer {
    padding: 20px;
    text-align: justify;
  }

  .offer h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .offer p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: justify;
  }

  .icons-container {
    display: flex;
    flex-direction: column;
    /* align-items: center;
    justify-content: center; */
  }

  .icon-one,
  .icon-two {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    margin-bottom: 20px;
  }

  .icons-sub-container {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    margin-bottom: 15px;
  }

  .icons-sub-container img {
    width: 40px;
    height: auto;
    margin-bottom: 10px;
  }

  .icons-sub-container p {
    font-size: 1rem;
    margin: 0;
  }
  .partner {
    display: flex;
    flex-direction: column;
  }
  .partner .image-container img {
    width: 300px;
    margin-left: -22px;
  }
  .partner-absolute-img img {
    width: 230px !important;
    margin-top: -195px;
  }
  #partner-text-container h2 {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }

  #partner-text-container p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: justify;
  }
  .licensing {
    margin-top: -115px;
  }
  .card-container {
    display: flex;
    flex-direction: column;
  }
  .licensing h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .licensing p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: justify;
  }
  .card {
    width: 310px;
    height: 420px;
    padding: 20px;
    margin-left: -38px;
    border-radius: 22px;
    opacity: 0px;
    background: #f1f1f1;
  }
  .card .includes-btn {
    font-size: 12px;
  }
  .card .heading {
    font-size: 1rem;
  }
  .card ul {
    font-size: 14px;
    overflow-y: auto;
  }
}
/* logo section */
.logo-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  background: #fff;
  margin: 0 auto;
  padding: 2px 0;
}
.logo-track {
  display: flex;
  justify-content: center;
  gap: 30px;
  /* animation: moveLogos 10s linear infinite; */
}
.logo-track img {
  height: 130px;
  max-width: 130px;
  object-fit: contain;
}
/* @keyframes moveLogos {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
} */

/* Responsive styles */
@media only screen and (max-width: 768px) {
  .main-banner .container {
    flex-direction: column;
    text-align: left;
  }
  .first-box {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .text h1 {
    font-size: 2rem;
  }
  .text p {
    font-size: 1rem;
  }
  .btn-container {
    text-align: left;
  }
  .image-section {
    max-width: 100%;
  }
  .main-image img {
    max-width: 80%;
  }
  .box-overlap-container {
    padding: 15px;
    width: 90%;
    transform: translate(-50%, -30%);
  }

  .box-overlap-container .text {
    font-size: 20px;
  }

  .services-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-item {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }

  .service-item img {
    width: 30px;
    height: 30px;
  }

  .service-item p {
    font-size: 14px;
  }

  .know-more-btn button {
    width: 50%;
    padding: 10px 0;
    font-size: 16px;
  }
  .stats-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
  .industry-container {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .grow-container {
    margin: 0 15px;
    margin-top: 38px;
  }
  .grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .grow-card {
    width: 100%; /* Ensure full width for mobile */
  }
  .contact {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .text h1 {
    font-size: 1.75rem;
  }
  .text p {
    font-size: 0.9rem;
  }
  .quote-btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
  .main-image img {
    max-width: 100%;
  }
  .stats-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
}

/* Responsive styles for tablet devices only */
@media only screen and (min-width: 481px) and (max-width: 1024px) {
  .main-banner .container {
    flex-direction: column;
    text-align: left;
  }
  .first-box {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .text h1 {
    font-size: 2rem;
  }
  .text p {
    font-size: 1rem;
  }
  .btn-container {
    text-align: left;
  }
  .image-section {
    max-width: 100%;
    text-align: center;
  }
  .main-image img {
    max-width: 80%;
  }
  .second-banner {
    margin-top: 16rem;
  }
}


