/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* Google Fonts End */
/* Basic Styles */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
::before,
::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
:focus-visible {
  outline: none;
}
html {
  font-family: "Montserrat", sans-serif;
}
body {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #262020;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
iframe {
  border: 0;
  width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
i {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  transition: all ease-in-out 0.3s;
}
i:hover {
  transition: all ease-in-out 0.3s;
}
.container {
  padding: 0;
  max-width: 1140px;
}
.container-fluid {
  padding: 0;
}
.mobile-only .custom-logo-link {
  display: none;
}
.admin-bar header {
  margin-top: 32px;
}
.button-row,
.button-row > p {
  display: flex;
  align-items: center;
  gap: 20px;
}
/* Basic Styles End */
/* Form Styling */
input,
select,
textarea,
.form-control {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  border-radius: 8px;
  border: 1px solid #d6d6d6;
  color: #262020;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.form-control:focus,
.form-control:active {
  outline: none;
  box-shadow: none;
  border-color: #d6d6d6;
}
input,
textarea,
.form-control {
  padding: 12px 15px;
}
textarea {
  resize: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(../mshealth/assets/images/icon_down_arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-color: #fff;
}
input[type="checkbox"],
input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: 0;
  box-shadow: none;
}
input::placeholder,
input::-moz-placeholder,
input::-webkit-input-placeholder,
textarea::placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder {
  color: #4f4f4f;
  opacity: 1;
  font-weight: 300;
}
.form-group {
  margin-bottom: 20px;
}
.form-group input,
.form-group textarea {
  width: 100%;
}
label {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #262020;
  margin-bottom: 8px;
  display: inline-flex;
  column-gap: 2px;
}
label .required {
  display: inline-block;
  color: #ef5151;
}
/* .wpcf7-spinner {
  opacity: 1;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #262020;
} */
/* .wpcf7-spinner::before {
  background-color: #2591eb;
} */
.wpcf7-spinner {
  opacity: 1;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #2591eb;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wpcf7-spinner::before {
  content: "Loading...";
  animation: none;
  color: #ffffff;
  background-color: transparent;
  position: static;
  width: auto;
  height: auto;
}
.wpcf7 form.invalid .wpcf7-response-output {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  border-color: #ef5151;
  margin-top: 16px;
  border-radius: 8px;
  padding: 2px 10px;
}
.wpcf7-not-valid {
  border: 1px solid #ef5151;
}
.wpcf7 form.sent .wpcf7-response-output {
  margin-top: 16px;
}
.wpcf7 form .wpcf7-response-output {
  border-radius: 8px;
  border-color: #181717;
  border: 1px solid #181717;
  margin: 0;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 4px;
  color: #ef5151;
}
/* .wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {
  display: none;
} */
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item label {
  display: flex;
  margin-bottom: 0;
}
.wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #6a6a6a;
  display: inline-block;
}
.error-text {
  color: #ef5151;
}
/* Form Styling End */
/* Typography */
h1,
.heading-one {
  font-size: 60px;
  line-height: 72px;
}
h2,
.heading-two {
  font-size: 40px;
  line-height: 48px;
}
h3,
.heading-three {
  font-size: 36px;
  line-height: 48px;
}
h4,
.heading-four {
  font-size: 26px;
  line-height: 31px;
}
h5,
.heading-five {
  font-size: 24px;
  line-height: 29px;
}
h6,
.heading-six {
  font-size: 20px;
  line-height: 24px;
}
h1,
.heading-one {
  font-weight: 700;
}
h2,
.heading-two {
  font-weight: 600;
}
h3,
.heading-three,
h4,
.heading-four,
h5,
.heading-five,
h6,
.heading-six {
  font-weight: 600;
}
h1,
.heading-one,
h2,
.heading-two,
h3,
.heading-three,
h4,
.heading-four,
h5,
.heading-five,
h6,
.heading-six,
p {
  color: #262020;
}
p,
a,
p > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}
a {
  display: inline-block;
}
a,
p > a {
  color: #2591eb;
  transition: all ease-in-out 0.3s;
}
a:hover,
p > a:hover {
  color: #262020;
  transition: all ease-in-out 0.3s;
}
a.white,
p > a.white {
  color: #ffffff;
}
a.white:hover,
p > a.white:hover {
  color: #2591eb;
}
.text-xs {
  font-size: 12px;
  line-height: 18px;
}
.text-sm {
  font-size: 14px;
  line-height: 21px;
}
.text-normal {
  font-size: 16px;
  line-height: 26px;
}
.text-xl {
  font-size: 18px;
  line-height: 28px;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
  margin: 0 0 16px 0;
}
p:last-child {
  margin-bottom: 0;
}
dl,
ol,
ul,
ul li {
  list-style-type: none;
  padding: 0;
}
/* Typography End */
/* Color Style */
.primary-text {
  color: #2591eb;
}
.secondary-text {
  color: #262020;
}
.light-grey-text {
  color: #4f4f4f;
}
.black-text {
  color: #181818;
}
.white-text {
  color: #ffffff;
}
.light-grey-bg {
  background-color: #f9f9f9;
}
.black-bg {
  background-color: #262020;
}
.blue-bg {
  background-color: #2591eb;
}
.light-blue-bg {
  background-color: #e7f4ff;
}
/* Color Style End */
/* Spacing Class */
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-60 {
  margin-top: 60px;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
/* Spacing Class End */
/* Button Style */
.solid-btn,
.wpcf7-submit {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #ffffff;
  background: #2591eb;
  border: 1px solid #2591eb;
  border-radius: 8px;
  padding: 12px 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all ease-in-out 0.3s;
}
.solid-btn.white {
  color: #262020;
  background: #ffffff;
  border-color: #ffffff;
}
.solid-btn:hover,
.solid-btn:focus,
.wpcf7-submit:hover,
.wpcf7-submit:focus,
.solid-btn.white:hover,
.solid-btn.white:focus {
  color: #2591eb;
  background-color: #ffffff;
  border-color: #2591eb;
  transition: all ease-in-out 0.3s;
}
.solid-btn i,
.wpcf7-submit i {
  background: #ffffff;
  transition: all ease-in-out 0.3s;
}
.solid-btn.white i {
  background: #262020;
}
.solid-btn:hover i,
.solid-btn:focus i,
.wpcf7-submit:hover i,
.wpcf7-submit:focus i,
.solid-btn.white:hover i,
.solid-btn.white:focus i {
  background: #2591eb;
  transition: all ease-in-out 0.3s;
}
.line-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #262020;
  background: #ffffff;
  border: 1px solid #262020;
  border-radius: 8px;
  padding: 12px 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all ease-in-out 0.3s;
}
.line-btn:hover,
.line-btn:focus {
  color: #ffffff;
  background-color: #262020;
  transition: all ease-in-out 0.3s;
}
.line-btn i {
  background: #262020;
  transition: all ease-in-out 0.3s;
}
.line-btn:hover i,
.line-btn:focus i {
  background: #ffffff;
  transition: all ease-in-out 0.3s;
}
/* Button Style End */
/* Icons */
.icon-call {
  -webkit-mask-image: url(./assets/images/icon-call.svg);
  mask-image: url(./assets/images/icon-call.svg);
  width: 18px;
  height: 18px;
  background: #262020;
}
.icon-location {
  -webkit-mask-image: url(./assets/images/icon-location.svg);
  mask-image: url(./assets/images/icon-location.svg);
  width: 18px;
  height: 18px;
  background: #262020;
}
.icon-clock {
  -webkit-mask-image: url(./assets/images/icon-clock.svg);
  mask-image: url(./assets/images/icon-clock.svg);
  width: 18px;
  height: 18px;
  background: #262020;
}
.icon-mail {
  -webkit-mask-image: url(./assets/images/icon-mail.svg);
  mask-image: url(./assets/images/icon-mail.svg);
  width: 24px;
  height: 24px;
  background: #262020;
}
.icon-plus {
  -webkit-mask-image: url(./assets/images/icon-plus.svg);
  mask-image: url(./assets/images/icon-plus.svg);
  width: 24px;
  height: 24px;
  background: #262020;
}
.icon-minus {
  -webkit-mask-image: url(./assets/images/icon-minus.svg);
  mask-image: url(./assets/images/icon-minus.svg);
  width: 24px;
  height: 24px;
  background: #262020;
}
/* End Icons */
/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  transition: all ease-in-out 0.3s;
}
.site-header.sticky {
  box-shadow: 0px 4px 44px 0px #00000012;
  transition: all ease-in-out 0.3s;
}
.site-header .header-top {
  transition: all ease-in-out 0.3s;
  display: block;
}
.site-header.sticky .header-top {
  transition: all ease-in-out 0.3s;
  display: none;
}
.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 0;
}
.header-info {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 0;
}
.header-info li p,
.header-info li a {
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.header-info li a:hover {
  color: #262020;
}
.header-info li p i,
.header-info li a i {
  width: 16px;
  height: 16px;
  background: #ffffff;
}
.header-info li a:hover i {
  background: #262020;
}
.header-social {
  display: flex;
  align-items: center;
  gap: 18px;
}
.header-social-media {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 0;
}
.header-social-media {
  gap: 12px;
}
.header-social-media li a {
  transition: all ease-in-out 0.3s;
}
.header-social-media li a:hover {
  transform: translateY(-5px);
  transition: 0.4s;
}
.header-social-media li a,
.header-social-media li a img {
  display: block;
}
.header-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}
.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  gap: 14px;
}
.menu .menu-item {
  /* position: relative; */
  padding-bottom: 47px;
  margin-top: 48px;
}
.menu .menu-item a {
  font-weight: 600;
  line-height: 21px;
  color: #262020;
  display: block;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.menu .menu-item a:hover {
  transition: 0.3s;
  color: #2591eb;
}
.menu .menu-item.current-menu-item > a,
.menu .menu-item.current-menu-ancestor > a {
  color: #2591eb;
}
.menu .menu-item.current-menu-item > a:hover,
.menu .menu-item.current-menu-ancestor > a:hover {
  color: #262020;
}
.menu .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 10px);
  transition: 0.3s;
  display: block;
  background: #ffffff;
  z-index: 9;
  border-radius: 12px;
  box-shadow: 0px 4px 44px 0px #00000012;
  /* column-count: 2; */
  column-count: 3;
  padding: 24px 40px;
  margin: 0 auto;
}
.menu .menu-item.menu-item-400 .sub-menu {
  column-count: 5;
  column-gap: 30px;
}
.menu .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transition: 0.3s;
}
.menu .sub-menu .menu-item {
  display: block;
  /* border-bottom: 1px solid #d4d4d4; */
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 12px;
  break-inside: avoid;
}
.menu .menu-item.menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}
.menu .menu-item.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  background: url(../mobileguard/assets/images/icon-down-arrow.svg) no-repeat
    center;
  width: 16px;
  height: 16px;
  transition: all 0.3s;
}
.menu .menu-item.menu-item-has-children:hover > a::before {
  transform: rotate(180deg);
  transition: all 0.3s;
}
.menu .sub-menu .menu-item:last-child {
  border-bottom: none;
}
.menu .sub-menu .menu-item a {
  font-size: 14px;
  line-height: 21px;
  /* padding: 11px 20px; */
  display: block;
  text-transform: capitalize;
  position: relative;
  left: 0;
  margin: 0;
}
.menu .sub-menu .menu-item a:hover {
  left: 4px;
}
.hamburger-wrapper {
  display: none;
}
.drop-arrow {
  display: none;
}
/* Header End */
/* Banner */
.site-content {
  padding-top: 157px;
}
.banner {
  position: relative;
  padding-bottom: 154px;
}
.banner-block {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 202px 0 203px;
  position: relative;
  z-index: 0;
}
.banner-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    89.64deg,
    rgba(22, 22, 22, 0.56) 10%,
    rgba(58, 57, 57, 0) 91.54%
  );
  z-index: -1;
}
/* Banner End */
/* Industry Highlights */
.industry-highlights {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.industry-highlights-block {
  padding: 32px;
  background-color: #ffffff;
  box-shadow: 0px 4px 44px 0px #00000012;
  border-radius: 12px;
}
.industry-highlights-list-image {
  display: inline-block;
  padding: 12px;
  border-radius: 8px;
  background-color: #2591eb;
}
.industry-highlights-block h2 {
  margin-bottom: 12px;
}
.industry-highlights-block p {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.title-wrapper {
  text-align: center;
}
.industry-highlights-list {
  margin-bottom: 32px;
}
.industry-highlights-list li:not(:last-child) {
  margin-bottom: 24px;
}
/* Industry Highlights End */
/* Why Choose */
.why-choose-image {
  margin-right: 29px;
  border-radius: 12px;
  overflow: hidden;
}
.why-choose-image img {
  width: 100%;
  height: 100%;
}
.common-list li,
.blog-detail-content ul li,
.area-we-serve-content ul li {
  padding-left: 24px;
  position: relative;
}
.common-list li::before,
.blog-detail-content ul li::before,
.area-we-serve-content ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 6px;
  background: #2591eb;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}
.common-list li:not(:last-child),
.blog-detail-content ul li:not(:last-child),
.area-we-serve-content ul li:not(:last-child) {
  margin-bottom: 8px;
}

.common-list:last-child {
  margin-bottom: 0;
}
.common-check-list li {
  padding-left: 24px;
  position: relative;
}
.common-check-list li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url(../mobileguard/assets/images/icon-check-black.svg) no-repeat
    center;
  width: 16px;
  height: 16px;
}
.common-check-list li:not(:last-child) {
  margin-bottom: 18px;
}
.why-choose-list li:not(:last-child) {
  margin-bottom: 20px;
}
.why-choose-list li p {
  line-height: 20px;
}
/* Why Choose End */
/* CTA */
.cta {
  background-image: url(./assets/images/cta-background.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.cta-image {
  position: absolute;
  top: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  z-index: -1;
  object-position: left;
  object-fit: cover;
}
.cta-content .text-xl {
  font-size: 20px;
}
/* CTA End */
/* Footer */
.site-footer {
  border-top: 1px solid #d0d0d0;
}
.footer-top {
  padding: 60px 0 58px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-left .custom-logo-link {
  margin-bottom: 16px;
}
.menu-footer-quick-links-container .menu {
  display: block;
  column-count: 2;
  column-gap: 20px;
  margin-bottom: -10px;
}
.menu-footer-quick-links-container .menu .menu-item {
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 10px;
  break-inside: avoid;
  border: 0;
}
.menu-footer-quick-links-container .menu .menu-item a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding: 0;
  position: relative;
  left: 0;
}
.menu-footer-quick-links-container .menu .menu-item a:hover {
  left: 4px;
  transition: all ease-in-out 0.3s;
}
.footer-info {
  margin-bottom: 0;
}
.footer-info li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-info li p,
.footer-info li a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.footer-info li a {
  color: #262020;
  width: max-content;
}
.footer-info li a:hover {
  color: #2591eb;
}
.footer-info li a span,
.footer-info li p span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-color: #2591eb;
  border-radius: 100%;
  transition: all ease-in-out 0.3s;
}
.footer-info li a:hover span {
  background-color: #262020;
  transition: all ease-in-out 0.3s;
}
.footer-info li a span i,
.footer-info li p span i {
  width: 14px;
  height: 14px;
  background: #ffffff;
}
.footer-info li a span i::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #2591eb;
}
.footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 11px 0 10px;
}
.footer-bottom-wrapper p,
.footer-bottom-wrapper p > a {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  margin-bottom: 0;
}
.footer-bottom-wrapper p > a:hover {
  color: #262020;
}
.go-top.solid-btn {
  position: fixed;
  right: 24px;
  bottom: 80px;
  padding: 0;
  border-color: #ffffff;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  z-index: 999;
  transition: 0.4s;
}
.go-top.solid-btn:hover {
  border-color: #2591eb;
}
/* Footer End */
/* Industry We Serve */
.industry-we-serve {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.industry-we-serve-content {
  max-width: 360px;
}
.industry-we-serve-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #100f0fb2;
  width: 43%;
  height: 100%;
  z-index: -1;
}
.industry-we-serve-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 43%;
  object-fit: cover;
  height: 100%;
  z-index: -2;
}
.industry-we-serve-list.common-list {
  display: block;
  column-count: 2;
  column-gap: 40px;
}
.industry-we-serve-list.common-list li {
  break-inside: avoid;
}
.industry-we-serve-list.common-list li:not(:last-child) {
  margin-bottom: 12px;
}
.industry-we-serve-list.common-list li p {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
/* Industry We Serve End */
/* Error Page */
.error404 .site-header {
  display: none;
}
.error404 .site-content {
  padding-top: 0;
}
.error404 .site-footer {
  display: none;
}
.not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.error-page-block {
  text-align: center;
}
.error404 .go-top {
  display: none !important;
}
.content h1.wrong {
  color: #262020;
}
.content h1.wrong {
  --distance: 0.01em;
  --dist-factor: 1;
  position: relative;
  display: block;
  font-size: 160px;
  line-height: 180px;
  color: #262020;
}
.content h1.wrong > [data-overlay] {
  position: relative;
}
.content h1.wrong > [data-overlay]::after {
  --dist-factor: 32;
  content: attr(data-overlay);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.125em;
}
.content h1.wrong,
.content h1.wrong::after,
.content h1.wrong [data-overlay]::after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: animText 3s linear infinite;
  animation: animText 3s linear infinite;
}
.content h1.wrong::after {
  --dist-factor: 2;
  content: attr(data-txt);
  position: absolute;
  left: 0;
  right: 0;
  color: #2591eb;
}
.content h1.wrong::after,
.content h1.wrong [data-overlay]:first-child::after {
  animation-direction: reverse;
}
.content p {
  position: relative;
  text-align: center;
}

@-webkit-keyframes animText {
  0% {
    transform: rotate(0deg)
      translate(
        calc(var(--distance) * -1 * var(--dist-factor)),
        calc(var(--distance) * -1 * var(--dist-factor))
      )
      rotate(0deg);
  }
  100% {
    transform: rotate(360deg)
      translate(
        calc(var(--distance) * -1 * var(--dist-factor)),
        calc(var(--distance) * -1 * var(--dist-factor))
      )
      rotate(-360deg);
  }
}
@keyframes animText {
  0% {
    transform: rotate(0deg)
      translate(
        calc(var(--distance) * -1 * var(--dist-factor)),
        calc(var(--distance) * -1 * var(--dist-factor))
      )
      rotate(0deg);
  }
  100% {
    transform: rotate(360deg)
      translate(
        calc(var(--distance) * -1 * var(--dist-factor)),
        calc(var(--distance) * -1 * var(--dist-factor))
      )
      rotate(-360deg);
  }
}
/* Error Page End */
/* Thank You */
.thank-you-block {
  padding: 40px;
  border: 1px solid rgba(0, 32, 21, 0.1);
  text-align: center;
  border-radius: 12px;
}
.thank-you-image {
  display: inline-block;
  margin: 0 auto 24px;
  max-width: 100px;
}
#check-group {
  /* animation: 0.32s ease-in-out 1.03s check-group; */
  animation: 3s ease-in-out infinite check-group;
  transform-origin: center;
}

#check-group #check {
  animation: 0.34s cubic-bezier(0.65, 0, 1, 1) 0.8s forwards check;
  stroke-dasharray: 0, 75px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#check-group #outline {
  animation: 0.38s ease-in outline;
  transform: rotate(0deg);
  transform-origin: center;
}

#check-group #white-circle {
  animation: 0.35s ease-in 0.35s forwards circle;
  transform: none;
  transform-origin: center;
}

@keyframes outline {
  from {
    stroke-dasharray: 0, 345.576px;
  }
  to {
    stroke-dasharray: 345.576px, 345.576px;
  }
}
@keyframes circle {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@keyframes check {
  from {
    stroke-dasharray: 0, 75px;
  }
  to {
    stroke-dasharray: 75px, 75px;
  }
}
@keyframes check-group {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.09);
  }
  to {
    transform: scale(1);
  }
}
/* Thank You End */
/* About Us */
.inner-banner h1 {
  font-size: 48px;
  line-height: 60px;
}
.about-us-img {
  max-height: 390px;
  overflow: hidden;
}
.about-us-img {
  max-height: 400px;
  overflow: hidden;
  border-radius: 12px;
  position: sticky;
  top: 100px;
}
.about-us-row:last-child {
  padding-bottom: 0;
}
.about-us-row:nth-child(even) .about-us-col-left {
  order: 2;
}
.about-us-row:nth-child(even) .about-us-col-right {
  order: 1;
}
.about-us-content .about-us-img {
  display: none;
}
/* About Us End */
/* Why Us */
.why-us-row {
  margin-bottom: -24px;
}
.why-us-col {
  margin-bottom: 24px;
}
.why-us-block {
  padding: 24px;
  background-color: #ffffff;
  box-shadow: 0px 4px 44px 0px #00000012;
  border-radius: 12px;
  height: 100%;
}
.why-us-icon {
  display: inline-block;
  padding: 12px;
  border-radius: 8px;
  background-color: #2591eb;
}
.why-us-icon img {
  width: 36px;
  height: 36px;
}
.why-us-block h3 {
  margin-bottom: 12px;
}
/* Why Us End */
/* Industries */
.industries-row {
  margin-bottom: -24px;
}
.industries-col {
  margin-bottom: 24px;
}
.industries-block {
  padding: 24px;
  background-color: #f9f9f9;
  height: 100%;
  transition: all ease-in-out 0.3s;
  border-radius: 8px;
}
.industries-block:hover {
  background-color: #e7f4ff;
  transition: all ease-in-out 0.3s;
}
/* Industries End */
/* Our Services */
.services-row {
  margin-bottom: 16px;
}
.services-col {
  margin-bottom: 24px;
}
.service-card {
  padding: 32px;
  box-shadow: 0px 4px 44px 0px #00000012;
  background-color: #ffffff;
  border-radius: 12px;
  height: 100%;
  position: relative;
  transition: all ease-in-out 0.3s;
  border: 1px solid transparent;
}
.service-card:hover {
  box-shadow: none;
  border-color: #00000012;
  transition: all ease-in-out 0.3s;
}
/* .service-card:hover {
  border-color: #2591eb;
  background-color: #2591eb;
  transition: all ease-in-out 0.3s;
} */
.service-icon {
  display: inline-block;
  padding: 12px;
  background-color: #2591eb;
  border-radius: 8px;
  /* margin-bottom: 20px; */
  /* transition: all ease-in-out 0.3s; */
}
/* .service-card:hover .service-icon {
  filter: brightness(0) invert(1);
  transition: all ease-in-out 0.3s;
} */
.service-icon img {
  width: 36px;
  height: 36px;
}
.service-card p {
  font-weight: 500;
  color: #4f4f4f;
  margin-bottom: 10px;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
}
.service-card h3 {
  transition: all ease-in-out 0.3s;
}
/* .service-card:hover h3,
.service-card:hover p {
  color: #ffffff;
  transition: all ease-in-out 0.3s;
} */
.service-card a {
  line-height: 19px;
  transition: all ease-in-out 0.3s;
}
/* .service-card:hover a {
  color: #ffffff;
  transition: all ease-in-out 0.3s;
} */
/* Our Services End */
/* Service Detail */
.service-detail .title-wrapper p.light-grey-text {
  max-width: 100%;
}
.service-detail-block:nth-child(odd) {
  background-color: #f9f9f9;
}
.service-detail-block:nth-child(odd) .service-detail-block-col-left {
  order: 2;
}
.service-detail-block:nth-child(odd) .service-detail-block-col-right {
  order: 1;
}
.service-detail-image {
  position: sticky;
  top: 130px;
  border-radius: 12px;
  overflow: hidden;
  max-height: 400px;
}
/* Service Detail End */
/* Employment */
.career-from-block {
  padding: 40px;
  background: #f9f9f9;
  border-radius: 12px;
}
.button-row {
  margin-bottom: 0;
}
.button-row li p {
  position: relative;
}
/* Employment End */
/* Blog */
.blog-col {
  margin-bottom: 24px;
}
.blog-card {
  padding: 16px;
  position: relative;
  height: 100%;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: none;
  border: 1px solid #00000012;
  transition: all ease-in-out 0.3s;
}
.blog-card:hover {
  border: 1px solid transparent;
  box-shadow: 0px 4px 44px 0px #00000012;
  transition: all ease-in-out 0.3s;
}
.blog-image {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 16px;
  max-width: 364px;
  height: 220px;
  width: 100%;
}
.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.blog-card:hover .blog-image img {
  transform: scale(1.1);
  transition: all ease-in-out 0.3s;
}
/* .blog-content {
  background-color: #f9f9f9;
  padding: 12px;
  height: calc(100% - 220px);
} */
.blog-content h2 {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-content p {
  font-size: 14px;
  line-height: 20px;
  color: #4f4f4f;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.recent-post {
  position: sticky;
  top: 130px;
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4;
  border-radius: 12px;
}
.recent-post .widget_block {
  padding: 16px;
  border-bottom: 1px solid #d4d4d4;
}
.recent-post .widget_block .wp-block-heading {
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 0;
}
.recent-post .rpwwt-widget ul {
  margin-bottom: 0;
  list-style: none;
  padding: 16px;
}
.recent-post .rpwwt-widget ul li:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.recent-post .rpwwt-widget ul li a {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.recent-post .rpwwt-widget ul li img {
  display: inline-block;
  float: none;
  margin: 0;
  flex-shrink: 0;
  border-radius: 12px;
}
.rpwwt-post-title,
.rpwwt-post-date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  display: block;
}
.recent-post .rpwwt-widget ul li a .rpwwt-post-title,
.recent-post .rpwwt-widget ul li a .rpwwt-post-date {
  color: #262020;
  transition: all ease-in-out 0.3s;
}
.recent-post .rpwwt-widget ul li a:hover .rpwwt-post-title {
  color: #2591eb;
  transition: all ease-in-out 0.3s;
}
.recent-post .rpwwt-widget ul li a .rpwwt-post-date {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 4px;
}
.post-featured-image {
  margin-bottom: 24px;
  border-radius: 12px;
  overflow: hidden;
}
.post-featured-image img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
}
/* Blog End */
/* Contact Home */
.contact-content {
  max-width: 458px;
  margin-left: 60px;
}
.contact-content .footer-info li:not(:last-child) {
  margin-bottom: 12px;
}
.contact-content .footer-info li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  width: max-content;
}
.contact-content .footer-info li a i,
.contact-us-content .footer-info li a i {
  width: 24px;
  height: 24px;
}
/* Contact Home End */
/* Contact Us */
.contact-us-content {
  max-width: 458px;
}
.contact-us-content .footer-info li a {
  width: max-content;
}
/* .contact-us-from {
  background-color: #f9f9f9;
  padding: 24px;
  border-radius: 12px;
} */
.contact-us-map {
  overflow: hidden;
  height: 100%;
}
.contact-us-map iframe {
  height: 400px;
  width: 100%;
  border-radius: 12px;
  display: block;
}
/* Contact Us End */
/* Area We Serve */
.area-serve-listing {
  column-count: 4;
}
.area-serve-listing li {
  break-inside: avoid;
}
.area-serve-listing li a {
  color: #262020;
  transition: all ease-in-out 0.3s;
}
.area-serve-listing li a:hover {
  color: #2591eb;
  transition: all ease-in-out 0.3s;
}
.area-we-serve-listing .common-list li a.active {
    color: #2591eb;
}
.area-we-serve-listing {
  position: sticky;
  top: 140px;
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4;
}
.area-we-serve-listing-title {
  padding: 16px;
  border-bottom: 1px solid #d4d4d4;
}
.area-we-serve-listing .common-list {
  padding: 0 16px;
  margin: 16px 0;
  max-height: 460px;
  overflow-y: auto;
  overflow-x: hidden;
}
.area-we-serve-listing .common-list li:not(:last-child) {
  margin-bottom: 4px;
}
.area-we-serve-listing .common-list li a {
  color: #262020;
  transition: all ease-in-out 0.3s;
}
.area-we-serve-listing .common-list li a:hover {
  color: #2591eb;
  transition: all ease-in-out 0.3s;
}
/* Area We Serve End */

/* 23/6/2025 */
/* Service Detail */
.service-detail .title-wrapper {
  text-align: left;
}
.service-detail .common-list-numeric > li:not(:last-child),
.area-we-serve .common-list-numeric > li:not(:last-child) {
  margin-bottom: 24px;
}
.service-detail .common-list-numeric .common-list,
.area-we-serve .common-list-numeric .common-list {
  margin-top: 8px;
}
.service-detail .common-list-numeric > li,
.area-we-serve .common-list-numeric > li {
  font-weight: 700;
}
.service-detail .common-list li:not(:last-child),
.area-we-serve .common-list li:not(:last-child) {
  margin-bottom: 4px;
}

.service-detail .common-list li,
.area-we-serve .common-list li {
  font-weight: 500;
}
.common-list-numeric {
  counter-reset: item;
  margin-left: 0;
}
.common-list-numeric > li:before,
.common-list li .common-list-numeric > li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    background: transparent;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
}
 
.common-list-numeric > li:not(:last-child) {
  margin-bottom: 16px;
}
.common-list-numeric .common-list {
  margin-top: 12px;
}
/* Table */
.common-list .table-container,
.common-list-numeric .table-container {
  margin-top: 6px;
}
.table-container {
  overflow-x: auto;
}
.data-table {
  border: 1px solid #d4d4d4;
  margin-bottom: 0;
}
.data-table th {
  background-color: #f9f9f9;
}
.data-table th,
.data-table td {
  border: 1px solid #d4d4d4;
  padding: 6px 12px;
 
}
/* Table */
/* 23/6/2025 */
/* 24/6/2025 */
.pt-60 {
  padding-top: 60px;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-us-content .common-list-numeric > li,
.blog-detail-content .common-list-numeric > li{
      font-weight: 700;
}
.about-us-content .common-list li,
.blog-detail-content ul li{
  font-weight: 500;
}
.common-list .common-list{
  margin-top: 8px;
}
/* 24/6/2025 */
/* 26/6/2025 */
.request-quote a{
  color: #262020;
  text-decoration: underline;
}
.request-quote a:hover{
  color: #2591eb;
}
.common-list li .common-list li::before,
.common-list li ul li::before{
  background: transparent;
    border: 1px solid #2591eb;
}
.table-container .data-table th,.table-container .data-table td {
   text-wrap: nowrap;
}
.area-we-serve-content table{
  margin-bottom: 16px;
}
/* 26/6/2025 */
/* 27/6/2025 */
.icon-available {
  -webkit-mask-image: url(./assets/images/icon-available.svg);
  mask-image: url(./assets/images/icon-available.svg);
  width: 18px;
  height: 18px;
  background: #262020;
}
/* 27/6/2025 */