* {
  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;
}

.custom-button {
  background-color: #0097a7; /* Teal blue */
  color: white;
  margin-left: 43px;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-button:hover {
  background-color: #007c91; /* Slightly darker teal */
}
/*Header*/
#contactus-form-container-popup {
  padding: 0 12px;
}
.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;
}
#modal-header-popup {
  display: flex !important;
}
/* .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
  } */

.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;
  /* top: 46px; */
  background-color: #fff;
  margin-left: 11px;
  padding: 0 10px;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  max-width: 100px;
}
a {
  color: inherit;
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: row;
  float: left;
  padding: 0;
  margin: 0;
}
.navbar-expand-lg .navbar-collapse {
  display: flex !important;
}

.navbar-inverse {
  border-color: #efefef;
}
.nav-bg-color {
  /* background-color: transparent; */
  background-color: #fff;

  border: none;
  box-shadow: none;
}
.mainmenu {
  background: none;
  border: 0 solid;
  margin: 0;
  padding: 0;
  min-height: 20px;
}
.mainmenu {
  /* background-color: transparent; */
  background-color: #fff;
  background-color: #fff;

  /* border-color: transparent; */
  margin-bottom: 0;
  border: 0px !important;
}
.pmd-z-depth {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.navbar-inverse {
  /* background-color: #222; */
  border-color: #080808;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-container {
  width: 1280px;
  background-color: white;
  padding-right: 15px;
  /* padding-left: 15px;
    margin-right: auto;
    margin-left: auto; */
  /* height: 65px; */
  height: 86px;
}

.pmd-navbar .navbar-toggle {
  border-radius: 50%;
  border: none;
  height: 40px;
  width: 40px;
  padding: 10px;
  margin-top: 12px;
  margin-right: 8px;
}
.pmd-navbar .navbar-toggle {
  margin-top: 16px;
  float: left;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.search-anchor-xs {
  padding: 8px 10px 8px 0 !important;
  display: none;
}
.search-anchor {
  padding: 22px 0 !important;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > li > a {
  color: #414141;
  font-weight: 600;
  font-size: 13px;
  padding: 30px 0;
}
.pmd-navbar .navbar-nav > li > a {
  text-transform: uppercase;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
  background-color: #fff;
  padding: 0 10px;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  max-width: 235px;
}
.fright {
  margin-top: 22px;
}
.pull-right {
  float: right !important;
}
.pull-right {
  float: right;
}

@media (max-width: 767px) {
  .container-fluid > .navbar-collapse.pmd-navbar-sidebar,
  .container > .navbar-collapse.pmd-navbar-sidebar {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .navbar-inverse .pmd-navbar-sidebar {
    background-color: #fff;
  }
}

/*header completed*/
/*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/business-central-new/main-banner-final.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: 76px 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;
  width: 100%; /* Or any specific width */
  max-width: 1800px; /* Optional to limit the width */
  margin: 0 auto; /* Center the container */
  padding: 20px; /* Add controlled padding instead of default spacing */
}

.first-box .second-box {
  flex: 1;
}
.first-box {
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  flex-direction: column;
  text-align: justify;
  position: relative;
}

.text h1 {
  color: #fff;
  font-weight: 800;
  font-size: 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: 16rem;
  left: 0;
}
.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;
}

.quote-btn:hover {
  background-color: #fff;
  outline: 0;
  border: 0;
  color: #000;
}

.first-img {
  width: 480px;
  height: 450px;
  object-fit: cover;
  border: 1px solid #fff; /* Black border */
  border-radius: 35px; /* Rounded corners */
  padding: 0px; /* Space between image and border */
}
.second-img {
  width: 350px;
  height: 200px;
  object-fit: cover;
  position: absolute;
  /* top: -248px; */
  top: -228px;
  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: -165px;
  border: 8px solid #ffffffb2;
  border-radius: 10px;
  padding: 0px;
}

.main-image {
  position: relative;
}
.mockup-container {
  position: absolute;
}

.second-banner {
  background: url("https://www.teamcomputers.com/images/business-central-new/second-section.png");
  position: relative;
  margin-top: -10px;
}
.second-section-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  /* padding: 40px 230px; */
  margin: 0 75px;
  padding: 20px 0;
}

.second-section-text h1 {
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 700;
  line-height: 61.52px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #01abc5;
}
.second-section-text span {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 700;
  /* line-height: 49.21px; */
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.second-section-text p {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 15px;
}

.third-banner {
  display: flex;
  flex-direction: row;
  justify-content: space-around;

  /* padding: 30px 65px; */
  /* margin: 40px 96px; */
  margin: 20px 75px;
}

.third-banner-text {
  width: 550px;
  height: 322px;
  top: 1619px;
  left: 140px;
  gap: 0px;
  opacity: 0px;

  flex: 1;
}
.third-banner-text 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;
}
.third-banner-text p {
  font-family: Montserrat;
  font-size: 19px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.third-banner-image {
  flex: 1;
  /* width: 873px;
  height: 451px;
  top: 1480px;
  left: 802px;
  gap: 0px;
  opacity: 0px; */
  width: 600px;
  height: 700px;
  overflow: hidden;
  position: relative;
}
.fourth-banner {
  width: 100%;
  /* padding: 60px; */

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -310px;
}

.fourth-banner 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;
  margin-bottom: 25px;
}

.third-banner-image img {
  /* width: 873px;
  height: 451px;
  top: 1480px;
  left: 802px;
  gap: 0px;
  opacity: 0px;
  object-fit: cover; */
  width: 100%;
  height: auto;
  position: absolute;
  top: 28px;
}
.img-container-box {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}

.inner-card {
  position: relative;
  width: 380px;
  height: 320px;
  perspective: 1000px;
  cursor: pointer;
}

.card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 30px;
  /* overflow: auto; */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.6s;
}

.front {
  background: #f3f3f3;
}

.back {
  background: #009db5;

  color: white;
  transform: rotateY(180deg);
  /* padding: 20px; */
  padding: 8px 0px;
  text-align: justify;
}
.back-text {
  width: 100%;
  font-size: 16px;
  color: white;
  line-height: 1.5;
  padding: 20px;
  box-sizing: border-box;
  overflow-y: auto;
  height: 100%;

  text-align: left; /* Ensures proper text alignment */
}

.back-text ul {
  list-style-type: disc;
  text-align: left;
  margin-left: 15px;
}

.inner-card:hover .front {
  transform: rotateY(180deg);
}

.inner-card:hover .back {
  transform: rotateY(360deg);
}

.img-item img {
  width: 380px;
  height: 320px;
  border-radius: 30px 0px 0px 0px;
}

.img-item p {
  position: absolute;
  color: white;
  /* background: rgba(0, 0, 0, 0.6); */
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 18px;
  text-align: center;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%; /* Optional for better layout on the card */
}

.core-section {
  display: flex;
  margin: 20px 75px;
  flex-direction: column;
  margin-bottom: 108px;
}
.core-section h1 {
  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;
  text-align: center;
  margin-bottom: 25px;
}

/* .core-section-container {
  display: flex;
}

.left {
  width: 40%;
}

.right {
  width: 60%;
}

.inner-left {
  display: flex;
  flex-direction: column;
}
.right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
} */

.feature-item {
  display: flex;
  align-items: flex-start;
  /* background: #ffffff; */
  border-radius: 10px;
  padding: 15px;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

.feature-item i {
  color: teal;
  font-size: 23px;
  margin-top: 5px;
  margin-right: 16px;
}

.feature-content {
  max-width: 90%;
}

.feature-title {
  /* font-weight: bold;
  font-size: 1.2em; */
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 22.15px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.feature-description {
  /* font-size: 0.95em;
  color: #555;
  margin-top: 5px; */
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 18.29px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.layout {
  display: flex;
  max-width: 1200px;
  margin: auto;
}

/* Left Navigation */
.sidebar {
  /* width: 250px;
  background: #f4f4f4;
  border-radius: 10px;
  overflow: hidden; */
}

.sidebar ul {
  list-style: none;
}

.sidebar li {
  /* padding: 15px;
  cursor: pointer;
  font-size: 1rem;
  background: #ffffff;
  border-bottom: 1px solid #ddd;
  color: #333; */

  /*width: 300px;
  height: 48px;
  top: 3333px;
  left: 173px;
  gap: 0px;
  border-radius: 8px;
  opacity: 0px;
  padding: 10px 12px;
  margin-bottom: 15px;
*/

width: 300px;
    height: 66px;
    top: 3333px;
    left: 173px;
    gap: 0px;
    border-radius: 8px;
    opacity: 0px;
    padding: 19px 18px;
    margin-bottom: 15px;

  background: #fafafa;
}

.sidebar li.active {
  color: white;
  font-weight: bold;
  background: #006473;
}

.sidebar li:hover {
  background: #006473;
  color: #fff;
}

/* Content Area */
.content {
  /* flex-grow: 1;
  padding: 0 20px;
  border-radius: 10px;
  margin-left: 20px;
  background: #fafafa;
  overflow-y: auto; */
  flex-grow: 1;
  padding: 2px 20px;
  border-radius: 10px;
  margin-left: 20px;
  background: #fafafa;
  /* overflow-y: auto; */
  max-height: 900px; /* Set your preferred height */
}

/* Custom scrollbar for .content, .back-text, and .card ul */
.content::-webkit-scrollbar,
.back-text::-webkit-scrollbar,
.card ul::-webkit-scrollbar {
  width: 6px !important; /* Thin scrollbar width */
}

.content::-webkit-scrollbar-thumb,
.back-text::-webkit-scrollbar-thumb,
.card ul::-webkit-scrollbar-thumb {
  background: #e0e0e0 !important;
  border-radius: 10px !important;
  height: 30px !important; /* Control scrollbar thumb size */
}

.content::-webkit-scrollbar-thumb:hover,
.back-text::-webkit-scrollbar-thumb:hover,
.card ul::-webkit-scrollbar-thumb:hover {
  background: #bdbdbd !important; /* Hover color for scrollbar */
}

.content::-webkit-scrollbar-track,
.back-text::-webkit-scrollbar-track,
.card ul::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  border-radius: 10px !important; /* Rounded scrollbar track */
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* gap: 20px; */
}

.feature-item {
  display: flex;
  align-items: flex-start;
}

.feature-item i {
  color: teal;
  font-size: 18px;
  margin-right: 10px;
}

.feature-content {
  max-width: 90%;
}

.feature-title {
  font-weight: bold;
  font-size: 1.1em;
}

.feature-description {
  font-size: 0.95em;
  color: #555;
  margin-top: 5px;
}

.know-more {
  /* display: flex; */
  background: #006675;

  /* padding: 25px 148px; */
  margin-bottom: 40px;
}
.know-more-container {
  display: flex;
  padding: 20px 75px;
}

.image-container {
  margin-right: 12px;
}

.image-container img {
  width: 550px;
  height: 480px;

  border-radius: 32px 0px 0px 0px;
  opacity: 0px;
}

.text-container {
  display: flex;
  flex-direction: column;
  color: #fff;
  /* align-items: center; */
  align-items: flex-start;
  margin-top: 25px;
}

.text-container h2 {
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  line-height: 49.21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  /* margin-bottom: 14px; */
}

.text-container p {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-align: justify;
  /* margin-bottom: 6px; */
}

.offer {
  /* padding: 5px 146px; */
  margin: 0 75px;
  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;
}

.partner {
  display: flex;
  /* background: #006675; */

  /* padding: 25px 148px; */
  margin: 0 75px;
  margin-bottom: 100px;
  align-items: center;
  position: relative;
}

.partner .image-container .img {
  width: 652px;
  height: 582px;
  top: 5513px;
  left: 218px;
  gap: 0px;
  border-radius: 44px 0px 0px 0px;
  opacity: 0px;
}

#partner-text-container {
  color: #000;
}

#partner-text-container 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;
}

#partner-text-container p {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

#partner-text-container ol {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  /* line-height: 35.46px; */
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.partner-absolute-img img {
  width: 462px;
  height: 261px;
  top: 350px;
  left: 40px;
  gap: 0px;
  border-radius: 9px 0px 0px 0px;
  border: 6px 0px 0px 0px;
  opacity: 0px;
  position: absolute;
}

.licensing {
  display: flex;
  flex-direction: column;
  /* padding: 25px 148px; */
  margin: 60px 75px;
}

.licensing h2 {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 49.21px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.licensing p {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  margin-bottom: 35px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.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: 38px;
  text-align: left;
}

.contact .left-container ul {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;

  line-height: 41px;
  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: 530px;
  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: 70px;
  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);
  margin-top: 3px;
  font-size: 12px;
  transition: ease-in 3ms;
}

.card ul {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 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;
}

.hero-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  background: url("https://www.teamcomputers.com/images/new_erp_images/wht-cn-do-bg.jpg")
    no-repeat;
  text-align: center;

  background-size: cover;
}

.hero-section h1 {
  font-size: 24px;
  margin-bottom: 20px;
  color: white;
}

.hero-section .btn {
  background-color: white;
  color: #585858;
  border: none;
  border-radius: 0;
}
.hero-section h1 {
  font-size: 24px;
  margin-bottom: 20px;
  color: white;
}

.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/business-central-new/icon-splash.png)
    no-repeat;
  background-position: -8px -80px;
  padding-left: 30px !important;
}
.ic_mail {
  background: url("https://www.teamcomputers.com/images/business-central-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;
  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/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 */
}

.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: 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;
  }

  .first-box {
    text-align: justify;
  }

  .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: 15px;
  }
  .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: -165px;
    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;
  }

  .main-image img {
    max-width: 100%;
    height: auto;
    margin-top: 51px;
  }

  .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: 24px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .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;
  }
}
