@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Montserrat;
}

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*/
.nav-scrolled {
  background-color: black !important;
}

#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 40px;
  }
}

.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: 1230px;
  /* background-color: white; */
  background-color: transparent;
  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;
  color: #fff;
}

.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 40px;
}

@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/jamf-microsite/hero-section.jpg");
  /* 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;
  }
}

/*  */

.container {}

.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;
  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;
}



/* 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: #555555;
  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%;
  background: #0b5660cc;
  /* Overlay color with transparency */
  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; */
    /*     
    padding: 20px; */
    padding: 80px 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;
  }
}

/*  */

.hero {
  background: url('https://www.teamcomputers.com/images/jamf-microsite/hero-section.jpg') no-repeat center center;
  /* background-size: cover; */
  background-size: 145%;
  color: white;
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}

.overlay {
  background: rgba(0, 0, 0, 0.4);
  /* optional dark overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero h5 {
  color: #cccccc;
}

.hero h1 {
  font-weight: 700;
  font-size: 2.5rem;
}

.btn-primary {
  background-color: #007bff;
  border: none;
  border-radius: 25px;
  padding: 10px 45px;
  font-weight: 600;

}

.btn-outline-light {
  border-radius: 25px;
  padding: 10px 45px;
  font-weight: 600;
  margin-left: 1rem;
}

.hero-content .heading-one {
  color: #FFF;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 123.034%;
  /* 49.213px */
  text-transform: capitalize;
}

.hero-content .heading-two {
  color: #FFF;
  font-family: Montserrat;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  /* 84.96px */
  text-transform: capitalize;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .hero {
    height: auto;
    padding: 4rem 1rem;
    text-align: center;
  }

  .btn-outline-light {
    margin-left: 0;
    margin-top: 1rem;
  }

  .hero h1 {
    font-size: 2rem;
  }
}

.why-section {
  padding: 60px 20px;
  background-color: #ffffff;
  text-align: center;

}

.why-section h2 {
  color: #2E3438;
  text-align: center;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.why-section p {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  /* 27.6px */
}

.why-card {
  /* background-color: #f5f7fb;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  height: 100%; */

  width: 293px;
  height: 300px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 0.75px solid #E5E5E5;
  background: #F5F7FA;
  box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 20px;
}

.why-card-one {
  /* background-color: #f5f7fb;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  height: 100%; */

  width: 293px;
  height: 300px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 0.75px solid #E5E5E5;
  background: #FFF;
  box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 20px;
}

/* .why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
} */


.why-icon {

  width: 48px;
  height: 48px;
  margin-bottom: 15px;
}

.why-card h5 {
  font-weight: 700;
  font-size: 1.1rem;
}

.icon-circle {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

.icon-circle img {
  width: 28px;
  height: 28px;
}

.icon-circle {

  width: 60px;
  height: 60px;
  /* background-color: #ffffff; */
  border-radius: 50%;
  background-color: #F5F7FA;
  stroke-width: 1px;
  stroke: #F5F7FA;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

.icon-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;

}

.why-card-one h5 {
  font-weight: 700;
  font-size: 1.1rem;
}

.trusted-section {
  background-color: #f5f7fb;
  padding: 60px 20px;
  text-align: center;
}

.trusted-section h2 {
  /* font-weight: 700;
      font-size: 2rem;
      margin-bottom: 40px; */
  color: #2E3438;
  text-align: center;
  font-family: Montserrat;
  font-size: 47px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.logo-item img {
  max-height: 50px;
  max-width: 180px;
  opacity: 0.85;
  transition: all 0.3s ease;
}

.logo-item img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/*  */
.services-section {
  background: url('https://www.teamcomputers.com/images/jamf-microsite/service-bg.png') no-repeat center/cover;
  padding: 60px 20px;
  color: #000;
  font-family: 'Noto Sans', sans-serif;
}

.services-section .container {
  /* max-width: 1200px; */
  max-width: 1350px;
  margin: 0 auto;
}

.services-section h2 {
  /* text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 700; */
  color: #2E3438;
  text-align: center;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.services-section .intro {
  /* text-align: center;
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto 50px;
  line-height: 1.6; */
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  /* 27.6px */
}

.service-card {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.service-card.reverse {
  flex-direction: row-reverse;
}

.service-card .image img {
  width: 100%;
  max-width: 700px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.service-card .content {
  /* flex: 1; */
  /* min-width: 300px; */
  max-width: 600px;
  margin: auto;
  text-align: left;
}

.service-card .content h3 {
  /* font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px; */
  color: #000;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.service-card .content p {
  /* font-size: 16px;
  line-height: 1.5; */
  color: rgba(0, 0, 0, 0.80);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

/* Responsive */
@media (max-width: 768px) {

  .service-card,
  .service-card.reverse {
    flex-direction: column;
    text-align: center;
  }

  .service-card .image img {
    max-width: 100%;
  }
}

/*  */

/* .industry-section {
  background: url('https://www.teamcomputers.com/images/jamf-microsite/industry-bg.png') no-repeat center center/cover;
  padding: 80px 20px;
} */

.industry-section {
  position: relative;
  /* ✅ Add this */
  background: url('https://www.teamcomputers.com/images/jamf-microsite/industry-bg.png') no-repeat center center/cover;
  padding: 80px 20px;
  overflow: hidden;
  /* Optional: hides any overlay spill */
}

/* 
.industry-section .bg-overlay {
  position: absolute;
  
  width: 100%;
  height: 100%;
  background: #4F6478;
  mix-blend-mode: multiply;
  z-index: 2;
  pointer-events: none;
} */
.industry-section .bg-overlay {
  position: absolute;
  top: 0;
  /* ✅ Add this */
  left: 0;
  /* ✅ Add this */
  width: 100%;
  height: 100%;
  background: #4F6478;
  mix-blend-mode: multiply;
  z-index: 2;
  pointer-events: none;
}


/* .content {
  max-width: 1200px;
  margin: auto;
  text-align: center;
   z-index: 3;
} */
.industry-section-content {
  position: relative;
  /* ✅ Required */
  z-index: 3;
  /* ✅ Ensure it's above the overlay */
  max-width: 1200px;
  /* max-width: 600px; */
  margin: auto;
  text-align: center;
}


.industry-section-content h2 {
  text-align: left;
  color: #FFF;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-left: 40px;
}

.subtitle {
  text-align: left;
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  margin-left: 40px;
  /* 27.6px */
}

/*  */

.jamf-section {
  /* font-family: 'Segoe UI', sans-serif; */
  text-align: center;
  padding: 40px 20px;
  background-color: #fff;

}

/* .container {
  max-width: 1000px;
  margin: auto;
} */

.jamf-section .section-title {
  color: #2E3438;
  text-align: center;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.section-description {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
  text-transform: capitalize;
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 35px;
  background: #F5F7FA;
}

.tab {
  padding: 12px 20px;
  border: 3px solid #F5F7FA;
  background-color: #fff;
  border-radius: 8px;
  font-weight: 500;
  color: #888;
  cursor: pointer;
  transition: all 0.2s ease;
}

.tab:hover {
  background-color: #e0e0e0;
}

.tab.active {
  background-color: #F5F7FA;
  font-weight: bold;
  color: #000;
  /* border: 1px solid #ddd;
  border-bottom: none; */
}

.jamf-card {
  border-radius: 11px;
  background: #F5F7FA;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  /* background-color: #f9f9f9; */
  padding: 30px;
  border-radius: 12px;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.jamf-container {
  width: 1200px;
  display: flex;
  justify-content: space-around;
  gap: 30px;
  align-items: center;
  /* background-color: #f9f9f9; */
  padding: 30px;
}

.jamf-image img {

  border-radius: 8px;
  width: 700px;
  height: 350px;
  flex-shrink: 0;
}

.jamf-content h3 {
  /* font-size: 24px;
  color: #2b2b2b;
  margin-bottom: 10px;
  line-height: 1.3; */
  color: #000;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.jamf-content p {
  /* font-size: 14px;
  color: #666;
  margin-bottom: 15px; */
  color: rgba(0, 0, 0, 0.80);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.learn-more {
  /* font-weight: bold;
  color: #000;
  font-size: 14px;
  text-decoration: none; */
  color: rgba(0, 0, 0, 0.80);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}





/*  */

/*  */

/* 
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.card {
  background-color: #fff;
  color: #000;
  padding: 25px;
  border-radius: 16px;
  text-align: left;
  transition: transform 0.3s ease;
 
  
} */


.card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  color: #000;
  padding: 20px;
  /* reduced padding */
  border-radius: 16px;
  text-align: left;
  transition: transform 0.3s ease;
  max-width: 560px;
  /* limit card width */
  max-height: 364px;
  margin: 0 auto;
  /* center it if needed */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.card:hover {
  background-color: #4988DB;
  color: #fff;
  transform: translateY(-8px);
  cursor: pointer;
}

.card:hover h3,
.card:hover p {
  color: #fff;
}


.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-items: center;
}




/* .card:hover {
  transform: translateY(-8px);
} */

.card .icon {
  font-size: 28px;
  /* margin-bottom: 12px; */
  margin: 22px;
}

.card h3 {
  /* font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px; */
  color: #000;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 14px;
}

.card p {
  color: #000;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}

.default-icon {
  opacity: 1;
  z-index: 1;
}

.white-icon {
  opacity: 0;
  z-index: 2;
}

.card:hover .default-icon {
  opacity: 0;
}

.card:hover .white-icon {
  opacity: 1;
}

/* 
.card:hover {
  
  color: #fff;
  border-radius: 15px;
  border: 0 solid rgba(0, 0, 0, 0.08);
  background: #4988DB;
  box-shadow: 1px 4px 12px 1px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateY(-8px);
  cursor: pointer;
} */


.card.healthcare p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.card.healthcare h3 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 14px;
}

.icon {
  width: 45px;
  height: 48px;
  flex-shrink: 0;
}

/*  */

.form-section {

  padding: 30px 110px;
  background-color: #F5F7FA;
  ;
}

.form-title {
  color: #2E3438;
  text-align: center;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.left-info h2 {
  color: #474F62;
  font-family: Montserrat;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.left-info p {
  color: #474F62;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.left-info .main-para p {
  color: #474F62;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 30px;
}

.contact-form {
  background-color: #fff;
  border-radius: 8px;
  padding: 0;
}

.form-control,
.form-select {
  border-radius: 6px;
  border: 1px solid #ddd;
  height: 50px;
  font-size: 14px;
  color: #333;
  background-color: #f8f8f8;
}

.form-control:focus,
.form-select:focus {
  border-color: #2196f3;
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
  background-color: #fff;
}

.submit-btn {
  height: 50px;
  width: 100%;
  font-weight: bold;
  background-color: #007bff;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  border: none;
}

.submit-btn:hover {
  background-color: #0056b3;
}

@media (max-width: 768px) {
  .left-info {
    margin-bottom: 30px;
    text-align: center;
  }
}

/*  */

/* responsive */

/* Tablet (768px - 991px) */
@media (max-width: 991px) {
  .heading-two {
    font-size: 2rem;
  }

  .hero {
    background-size: cover;
  }

  .hero-content .heading-one {
    color: #FFF;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 123.034%;
    text-transform: capitalize;
    text-align: left;
  }

  .hero-content .heading-two {
    color: #FFF;
    font-family: Montserrat;
    font-size: 40px;
    text-align: left;
    font-style: normal;
    font-weight: 700;
    line-height: 118%;
    text-transform: capitalize;
    margin-bottom: 10px;
  }

  .why-section {
    padding: 0;
  }

  .trusted-section {
    padding: 0;
  }

  .logo-item img {
    max-height: 40px;
    max-width: 100px;
    opacity: 0.85;
    transition: all 0.3s ease;
  }

  .services-section {
    padding: 0;
  }

  .services-section .intro {
    font-size: 18px;
  }

  .service-card {
    flex-direction: column;
    /* Stack everything */
    text-align: center;
  }

  .service-card .content {
    /* order: 1; */
    /* Put heading first */
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .service-card .content h3 {
    margin-bottom: 15px;
    font-size: 23px;
  }

  .service-card .image {
    order: 2;
    /* Put image second */
    width: 100%;
    margin: 10px 0;
  }

  .service-card .content p {
    order: 3;
    /* Put paragraph last */
    font-size: 16px;
    margin-top: 10px;
  }

  .cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    justify-items: center;
  }

  .industry-section-content h2 {
    font-size: 36px;
  }

  .jamf-section {
    padding: 0;
  }

  .section-description {
    font-size: 18px;
  }

  /* tab */

  .jamf-section {
    padding: 30px 15px;
  }

  .jamf-section .section-title {
    font-size: 28px;
    text-align: center;
  }

  .section-description {
    font-size: 14px;
    line-height: 20px;
  }

  .tab {
    font-size: 12px;
    padding: 8px 10px;
  }

  .jamf-content h3 {
    font-size: 22px;
  }

  .jamf-content p {
    font-size: 13px;
  }

  .jamf-container {
    width: 300px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    gap: 30px;
    align-items: center;
    /* background-color: #f9f9f9; */
    padding: 0 30px;
  }

  .jamf-image img {
    border-radius: 8px;
    width: 300px;
    object-fit: fill;
    /* height: 350px; */
    flex-shrink: 0;
  }

  .form-section {
    padding: 10px;
  }

  .form-title {
    font-size: 36px;
    color: #2E3438;
    text-align: center;
    font-family: Montserrat;

    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 40px;
  }

  .left-info h2 {
    color: #474F62;
    font-family: Montserrat;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }


  /* tab */

}

/* Mobile (<= 767px) */
@media (max-width: 767px) {
  .hero {
    text-align: center;
    padding: 40px 15px;
  }

  .heading-one {
    font-size: 1rem;
  }

  .heading-two {
    font-size: 1.6rem;
  }

  .hero .d-flex {
    flex-direction: column;
    align-items: center;
  }

  .hero .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}