* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font-family: Montserrat;
  /* font-family: "Poppins"; */

  line-height: 1.6;
  /* background-color: #f8f9fa; */
  overflow-x: hidden;
}

/*Header*/
#contactus-form-container-popup {
  padding: 0 12px;
}

/* #modal-dialog-popup {
  background-image: url("https://www.teamcomputers.com/images/business-central-new/contact-form-one.jpeg");
  background-size: cover;
  background-position: center;
} */
.modal-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;
  } */

/*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 */

#footer-container {
  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: center;
}

.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;
}
a {
  background-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
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;
}

/* Final Header */

.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: 12px;
  border-radius: 5px;
  /* border: 1px solid #ccc; */
  font-size: 1em;
}

.contact-form form button {
  /* background-color: #94d2bd; */
  background-color: #01abc5;
  border-color: #01abc5;

  color: #fff;
  font-weight: medium;
  cursor: pointer;
  font-size: 1.1em;
}

/** 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;
  }

  .contact {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
  }
}

/* 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: 0px auto; /* Center the container */
    padding: 20px;
  }
  /* .quote-btn {
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 156px;
  } */

  .contact {
    display: flex;
    flex-direction: column;
  }
}

.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: 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;
}

/* body */
/* hero-section */
/* .hero-section {
  background-image: url("..https://www.teamcomputers.com/images/licensing-page/hero-bg.png");
  background-repeat: no-repeat;
  height: 85vh;
  width: 100vw;

  object-fit: contain;
  color: white;
  padding: 40px 0;
} */

.hero-section {
  background: url("https://www.teamcomputers.com/erp/licensing-page/licensing-page/hero-bg.png")
    no-repeat center center;
  background-size: cover;
  color: white;
  padding: 40px 0;
  min-height: 80vh;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0px;
}
.hero-content h1 {
  /* font-size: 2rem;
  font-weight: bold; */
  font-family: Montserrat;
  font-weight: 700;
  font-size: 42px;
  /* line-height: 123%;
  letter-spacing: 0%; */
}
.hero-content p {
  font-size: 24px;
  margin-bottom: 20px;
}
.quote-btn {
  padding: 9px 30px;
  margin-top: 25px;
  font-size: 14px;
  /* background: #006675; */
  background: transparent;
  color: #fff;
  border-image: linear-gradient(135deg, #02ae9b, #03be82, #c5ce1e) 1;
  transition: ease-in 3ms;
}
.quote-btn:hover {
  background-color: #fff;
  color: #000;
  border: none;
}
.first-image {
  width: 550px;
  height: 450px;
  object-fit: contain;

  border-radius: 10px;
}
.overlay-image {
  position: absolute;
  bottom: -20px;
  left: 2%;
  transform: translateX(-50%);
  width: 60%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
/* hero-section-ends */

/* second-section */
.highlight-text {
  /* color: #0096d6;
  font-weight: bold; */
  font-family: Montserrat;
  font-weight: 700;
  font-size: 40px;
  line-height: 123%;
  letter-spacing: 0%;
  color: #009db5;
  margin-bottom: 0;
}
.black-text {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 40px;
  line-height: 123%;
  letter-spacing: 0%;
}
.integration-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.integration-icons img {
  width: 50px;
  height: 50px;
  margin: 10px;
}
.shopify-icon {
  width: 500px;
  height: auto;
  position: absolute;
  bottom: 40px;
  left: 8%;
}
.side-image-container {
  position: relative;
}
.text-side p {
  /* font-family: Montserrat;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%; */
  color: #000;
  font-size: 18px;
}
/* second-section ends */

/* recognizing */

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.6); */
  /* background: #0b5660e5; */

  background: rgba(11, 86, 96, 0.9);
}
.content {
  position: relative;
  /* color: white; */
  padding: 30px 20px;
  text-align: center;
}
.card-one {
  /* background-color: rgba(255, 255, 255, 0.1);
  border: none;
  color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center; */
  width: 310px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: transparent;
  border-width: 1px;
  border-radius: 26px;
  border: 1px solid #ffffff1a;
  /* color: #fff; */
  text-align: center;
  padding: 5px;
}
.icon {
  font-size: 30px;
  margin-bottom: 15px;
}
.recognizing {
  background: url("https://www.teamcomputers.com/images/upgrade/recognizing.png");
  /* background: rgba(244, 249, 254, 1); */

  position: relative;
  width: 100%;
  height: auto;
  /* color: #fff; */
}
#Strategic {
  /* background: url(https://www.teamcomputers.com/images/integration/Group-456.png); */
  color: #fff;
}
#reporting {
  background: url(https://www.teamcomputers.com/images/integration/Group-456.png);
  color: #fff;
}
#reporting .icon {
  background-color: #fff;
}

#reporting .card-one {
  width: 370px;
}

#Strategic .icon {
  background-color: #fff;
}
#Strategic .card-one {
  width: 370px;
}
.icon {
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  /* background-color: #fff; */
  background-color: rgba(1, 121, 140, 1);
  border-radius: 10px;
}
.icon img {
  width: 40px;
}

.recoginizing-card .card h5 {
  font-size: 18px;
}
.section-title h4 {
  font-size: 30px;
  font-weight: 700;
  color: #fff !important;
}

.recognizing .section-title h4 {
  font-size: 30px;
  font-weight: 700;
  color: #fff !important;
}
/* recognizing ends */
.suite img {
  width: 900px;
  height: 500px;
}

/* flip card */
.card-container {
  perspective: 1000px;
}
.Unlocking h2 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 40px;
  line-height: 123%;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(0, 157, 181, 1);
}
.Unlocking h4 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 40px;
  line-height: 123%;
  letter-spacing: 0%;
  text-align: center;
}
.card {
  width: 385px;
  height: 300px;

  background: transparent;
  border-width: 1px;
  border-radius: 26px;
  border: 1px solid #ffffff1a;
  color: #fff;
  text-align: left;
  padding: 5px;
  width: 100%;
  height: 350px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}
.card:hover {
  transform: rotateY(180deg);
}
/* flip card ends */

/* third container */
.third-section {
  display: flex;
  background: url("https://www.teamcomputers.com/erp/licensing-page/licensing-page/third-bg.png");
  height: 400px;
  color: #fff;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* .third-section .container {
  position: relative;
} */
.third-section .image-container img {
  position: absolute;
  width: 610px;
  right: 0;
  bottom: 0;
}

.third-section .image-containe {
  position: absolute;

  right: 0;
  bottom: 0;
}
/* third container */

.card-new {
  background: url("https://www.teamcomputers.com/images/support-page/crad-new.png");
  border-radius: 15px;
  padding: 10px 35px;
  color: #fff;
  height: 500px;
}

.support-section ul li {
  list-style-type: disc;
  margin-left: 15px;
}
.support-section h5 {
  font-size: 28px;
  font-weight: 600;
}
.support-btn {
  border: transparent;
  background: #009db5;
  padding: 9px 14px;
  border-radius: 7px;
  color: #fff;
}
.support-section h2 {
  font-size: 32px;
  font-weight: 600;
}

/* custom */
.container-custom .badge-custom {
  background-color: #005e6c;
  color: #fff;
  border-radius: 18px;
  padding: 8px;
  font-size: 14px;
}
.container-custom h2 {
  font-size: 36px;
  font-weight: 700;
}
.container-custom .highlight {
  font-size: 30px;
  color: rgba(0, 157, 181, 1);
  font-weight: 600;
}
.card-custom {
  background: rgba(244, 249, 254, 1);
  width: 320px;
  height: 200px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.icon-img {
  width: 45px;
  margin-bottom: 12px;
}
.card-custom p {
  font-size: 17px;
  font-weight: 500;
}
/* custom */

/*  */

/* .section-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 40px 0;
  text-align: center;
} */

.card-second {
  /* background-color: rgba(8, 52, 65, 0.95); */
  background: rgba(7, 7, 7, 0.2);

  border-radius: 15px;
  border: none;
  padding: 20px;
  margin-bottom: 30px;
  height: 100%;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
  border: 1px solid rgb(108, 104, 104);
  /* border-image-source: linear-gradient(
    281.7deg,
    rgba(255, 255, 255, 0.4) -1.16%,
    rgba(1, 171, 197, 0.4) 93.27%
  );
  border-image-slice: 1; */

  backdrop-filter: blur(24px);

  color: white;
  z-index: 1;
  text-align: left;
}

.card-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  text-align: left;
  margin-left: 16px;
}
.card-para {
  text-align: left;
  margin-left: 16px;
  font-weight: 500;
}

.card-text {
  color: #cdd6d7;
}

.card-text ul {
  padding-left: 20px;
}

.card-text li::marker {
  color: #00d1d1;
}

.bottom-note {
  text-align: center;
  font-size: 1rem;
  padding: 20px;
  color: #c9e5e5;
}

/* straight */
.straight {
  background: rgba(244, 249, 254, 1);
  border-radius: 15px;
}
.card-box {
  width: 320px;
  height: 420px;
  color: #fff;
  padding: 30px;
  border-radius: 23px;
  margin: 0 auto;
}
.essentials {
  background: url("https://www.teamcomputers.com/erp/licensing-page/licensing-page/essentials.png");
}

.premium {
  background: url("https://www.teamcomputers.com/erp/licensing-page/licensing-page/premium.png");
}
.team {
  background: url("https://www.teamcomputers.com/erp/licensing-page/licensing-page/team.png");
}

.team ul {
  height: 220px;
  text-decoration: dotted;
  list-style-type: disc;
  padding-left: 16px;
}
.premium ul {
  height: 220px;
  list-style-type: disc;
  padding-left: 16px;
}
.essentials ul {
  height: 220px;
  list-style-type: disc;
  padding-left: 16px;
}

/* plan details */
/* 
.plan-card {
  border: 1px solid #eee;
  border-radius: 1rem;
  padding: 2rem;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s ease;
}

.plan-card h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #e5e5e5;
}

.plan-card.active {
  background-color: #007d8a;
  color: white;
}

.plan-card.active h1 {
  color: #b2e6eb;
}

.plan-card.active h5,
.plan-card.active p {
  color: white;
}

.section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .plan-card {
    margin-bottom: 1rem;
  }
} */

.plan-card {
  border: 1px solid #eee;
  border-radius: 1rem;
  padding: 2rem;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s ease;
  color: #000;
}

.plan-card h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #e5e5e5;
  transition: color 0.3s ease;
}

.plan-card:hover {
  background-color: #007d8a;
  color: white;
}

.plan-card:hover h1 {
  color: #b2e6eb;
}

.plan-card:hover h5,
.plan-card:hover p {
  color: white;
}

.section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .plan-card {
    margin-bottom: 1rem;
  }
}

/* excellence */
.excellence-wrapper {
  background-image: url("https://www.teamcomputers.com/images/licensing-page/excellence.png");
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  padding: 3rem 2rem;
  color: white;
  min-height: 400px; /* Increased height */
}

.excellence-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(6, 108, 114, 0.85); */

  background-color: rgba(11, 86, 96, 0.9);

  z-index: 1;
}

.excellence-content {
  position: relative;
  z-index: 2;
}

.excellence-img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%; /* Allow full width */
  max-width: 450px; /* Prevent over-expansion */
  height: auto;
  opacity: 0.3; /* Optional subtle effect */
}
.excellence-text h2 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 36px;
  line-height: 123%;
  letter-spacing: 0%;
}

.excellence-text p {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
}

@media (max-width: 768px) {
  .excellence-wrapper {
    min-height: 600px;
    padding: 3rem 1.5rem;
  }

  .excellence-img {
    max-width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* roadmap */
.roadmap-point {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.roadmap-dot {
  width: 10px;
  height: 10px;
  background-color: #00bcd4;
  border-radius: 50%;
  margin-right: 1rem;
  margin-top: 0.4rem;
}

.roadmap-wrapper img {
  border-radius: 1rem;
}

.roadmap-title {
  font-weight: 700;
  font-size: 2rem;
}
.roadmap-content p {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
}

.roadmap-wrapper {
  padding: 2rem 1rem;
}

@media (max-width: 767px) {
  .roadmap-wrapper {
    text-align: center;
  }

  .roadmap-content {
    margin-bottom: 2rem;
  }

  .roadmap-point {
    justify-content: center;
  }
}

/*  */
.last-card-container {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 1rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  /* background: url("https://www.teamcomputers.com/images/licensing-page/last.png"); */
  /* background: rgba(0, 86, 107, 0.9); */
  border-radius: 20px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
}

.last-card {
  /* background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2); */
  color: white;
  font-weight: 500;
  padding: 1rem;
  border-radius: 10px;
  /* min-width: 250px; */
  width: 350px;
  border: none;
  background-color: white;
  color: #000;
}

#blue {
  background: rgba(0, 157, 181, 1);
  color: #fff;
}

.last-container {
  position: relative;
  background: url("https://www.teamcomputers.com/images/licensing-page/last.png")
    no-repeat center center;
  background-size: cover;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 20px;
  overflow: hidden;
}

/* The actual overlay on top of the background */
.last-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(11, 86, 96, 0.9); /* your overlay color */
  z-index: 1; /* overlay sits above background */
  border-radius: 20px;
}

/* Content inside this will appear above the overlay */
.card-four {
  position: relative;
  z-index: 2; /* higher than overlay */
}

.card-four h2 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 33px;
  line-height: 123%;
  letter-spacing: 0%;
  text-align: center;
}

.benefit-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 32px;
}
.benefit-container-main {
  background: #f4f9fe;
  margin-top: 3rem;
}

.benefit-grid-heading h1 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 40px;
  line-height: 49.21px;
  margin-top: 10px;
  margin-bottom: 15px;
  letter-spacing: 0%;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 25px;
}
#benefit {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 25px;
}
#benefit-icon {
  width: 70px;
  height: 70px;
  background-color: #fff;
}
#benefit-icon-circle {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #009db5;
  margin-top: -50px;
}
#feature-card-blue {
  background-color: #009db5;
  border: none;
  color: #fff;
}
.feature-card {
  /* background: #fff;
  border-radius: 10px; */
  /* padding: 1.5rem; */
  /* padding: 0 1rem; */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  text-align: left;
  padding: 0;
  border: 1px solid #0000001a;
  padding: 20px;
  border-radius: 30px;

  /* transition: transform 0.2s ease; */
}
#feature-card-white {
  background-color: #fff;
  border: none;
}

/* .feature-card:hover {
  transform: translateY(-5px);
} */

.feature-icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  margin-bottom: 1rem;
  /* color: #0078d4; */
  background: #f4f9fe;
}
.feature-icon img {
  width: 40px;
  height: 40px;
}

.feature-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.feature-description {
  /* font-size: 0.9rem;
  color: #555;
  line-height: 1.4; */
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 25.2px;
  letter-spacing: 0%;
}
.second-section-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  /* padding: 40px 230px; */
  margin: 0 75px;
  padding: 14px 0;
}
#second-text p {
  /* margin-top: -6px;
  font-weight: 400; */

  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: -6px;
}

/* BeNEFITS SECTION OVER */

/* FAQ */

.faq-container {
  max-width: 1300px;
  margin: auto;
  text-align: left;
}
.faq-item {
  background: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}
.faq-question {
  background: #f4f9fe;

  padding: 1px 22px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;

  font-family: Montserrat;
}
/* .faq-question:hover {
  background: #d0e0ff;
} */
.faq-answer {
  padding: 15px;
  display: none;
  font-weight: 400;
  background: #f4f9fe;
}
.icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}
.open .icon {
  transform: rotate(180deg);
}
.container.py-5.straight {
  display: block;
}
.container.my-5.last-container.business-central {
  display: block;
}
.query-form-sec-mk {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0px;
}

@media screen and (max-width: 1200px) {
  .query-form-sec-mk {
      flex-wrap: wrap;
      gap: 0;
  }
}
@media screen and (max-width: 776px) {
  #benefit {
    grid-template-columns: repeat(1, 1fr);
  }
  .features-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  #implementation .image-container img {
    width: 100% !important;
    height: 100% !important;
  }
  .third-container {
    padding: 0 10px;
  }
  .third-sub-container {
    display: block;
  }
  .third-sub-container .image-container img {
    width: 100%;
    height: 100%;
}

  }

@media (min-width: 320px) and (max-width: 767px) {
.content {
      display: block;
  }
.scrolled .container {
    margin: 0px auto;
    padding: 10px;
}
header {
  padding: 10px;
}
header .container {
  margin: 0 auto;
  padding: 0;
}
header .header-main {
  width: 100%;
}
.first-image {
  width: 100%;
  height: 100%;
}
.hero-content .btn-container {
  margin-bottom: 20px;
}
#Strategic .content {
  margin-left: 0;
}
.hero-content {
  padding-top: 50px;
}
.hero-content h1 {
  font-size: 36px;
}
.last-card-container {
  grid-template-columns: repeat(1, auto);
}
}

