@import url("https://p.typekit.net/p.css?s=1&k=gfi6yqw&ht=tk&f=1980.2007.2009.2011&a=93757329&app=typekit&e=css");

@font-face {
  font-family: "museo";
  src: url("https://use.typekit.net/af/2c2402/00000000000000007735993f/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff2"), url("https://use.typekit.net/af/2c2402/00000000000000007735993f/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff"), url("https://use.typekit.net/af/2c2402/00000000000000007735993f/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
}

@font-face {
  font-family: "museo-sans";
  src: url("https://use.typekit.net/af/2989c9/00000000000000007735da17/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/2989c9/00000000000000007735da17/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/2989c9/00000000000000007735da17/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}

@font-face {
  font-family: "museo-sans";
  src: url("https://use.typekit.net/af/69a3e8/00000000000000007735da1d/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/69a3e8/00000000000000007735da1d/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/69a3e8/00000000000000007735da1d/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "museo-sans";
  src: url("https://use.typekit.net/af/91b08f/00000000000000007735da1f/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"), url("https://use.typekit.net/af/91b08f/00000000000000007735da1f/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"), url("https://use.typekit.net/af/91b08f/00000000000000007735da1f/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

@font-face {
  font-family: "museo";
  src: url("../fonts/museo/museo.otf");
}

body {
  font-family: "museo";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #3E3B4D;
  background-color: #FFFFFF;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.overflow-hidden {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  max-width: 1350px;
  padding: 0 15px;
  width: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* start common css  */
.inner-hero-banner {
  display: none;
}

.about-service-content-wrapper {
  padding: 0 20px 0 50px;
}

.about-details-title-box {
  padding: 0 20px 0 50px;
}

.footer-card-shape {
  position: relative;
  padding: 0 0 0 49px;
}

.footer-card-shape::after {
  position: absolute;
  content: "";
  left: 0;
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  width: 10px;
  height: 100%;
  top: 0;
}

.hero-card-shape {
  position: relative;
  padding: 0 0 0 59px;
}

.hero-card-shape::after {
  position: absolute;
  content: "";
  left: 0;
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  width: 10px;
  height: 100%;
  top: 0;
}

.shape-purple-color::after {
  background-color: #3C384C;
}

.shape-red-color::after {
  background-color: #DF270B;
}

.shape-white-color::after {
  background-color: #FFFFFF;
}

.shape-green-color::after {
  background-color: #337F44;
}

.shape-blue-color::after {
  background-color: #476AE7;
}

.service-section-details-main {
  position: relative;
  padding: 0 75px;
}

.service-sector-listing-box {
  padding: 0 75px;
}

.service-section-details-main::after {
  position: absolute;
  content: "";
  left: 0;
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  width: 10px;
  height: 100%;
  bottom: 0;
  background-color: #FFFFFF;
}

.rounded-btn {
  font-size: 20px;
  line-height: 1.1;
  font-family: "museo-sans";
  font-weight: 400;
  padding: 4px 25px 4px 4px;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 213px;
  max-width: max-content;
  transition: all 0.3s;
}

.rounded-btn:hover {
  opacity: 0.7;
}

.rounded-btn-icon {
  height: 40px;
  width: 40px;
  object-fit: contain;
}

.white-rounded-btn {
  background-color: #FFFFFF;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  color: #3E3B4D;
  font-size: 20px;
  line-height: 1.1;
  font-family: "museo-sans";
  font-weight: 400;
  padding: 15px 35px 15px 35px;
  border: 0;
  transition: all 0.3s;
}

.white-rounded-btn:hover {
  background-color: #CCCADA;
}

.purple-icon-rounded-btn {
  background-color: #3E3B4D;
  border: 2px solid #3E3B4D;
  color: #FFFFFF;
}

.purple-rounded-btn {
  background-color: #3E3B4D;
  border: 2px solid #3E3B4D;
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.1;
  font-family: "museo-sans";
  font-weight: 400;
  padding: 13px 19px;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  min-width: 213px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  transition: all 0.3s;
}

.inner-rounded-icon-btn {
  justify-content: inherit;
}

.cream-rounded-btn {
  padding: 15px 30px 15px 21px;
  color: #3E3B4D;
  font-size: 20px;
  line-height: 1.1;
  font-family: "museo-sans";
  font-weight: 400;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #EBE3D1;
  transition: all 0.3s;
}

.cream-rounded-btn:hover {
  background-color: #CCCADA;
}

.cream-rounded-btn-icon {
  height: 22px;
  width: 23px;
  object-fit: contain;
}

.rounded-btn-text-center {
  width: 100%;
  text-align: center;
}

.section-title {
  font-size: 46px;
  line-height: 1.2;
  font-family: 'museo';
  font-weight: 200;
  color: #3E3B4D;
}

.shape-title.shape-hero-sec::after {
  left: -59px;
}

.shape-title.shape-hero-sec {
  padding: 0;
}

.shape-title {
  position: relative;
  padding: 0 0 0 50px;
}

.shape-title::after {
  position: absolute;
  content: "";
  left: 0;
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  width: 10px;
  height: 100%;
  top: 0;
}

.shape-title-purple::after {
  background-color: #3E3B4D;
}

.shape-title-red::after {
  background-color: #DF270B;
}

.shape-title-white::after {
  background-color: #fff;
}

.shape-title-blue::after {
  background-color: #476AE7;
}

.shape-title-green::after {
  background-color: #337F44;
}

.common-content-wrapper {
  padding: 0 0 0 55px;
}

/* end common css  */


/* start header css  */

.header-main {
  background-color: #fff;
  padding: 19px 0 20px 0;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: 332px;
  height: 66px;
  object-fit: contain;
}

.header-btn {
  background-color: #EBE3D1;
  color: #3E3B4D;
  font-size: 19px;
  font-family: "museo-sans";
  font-weight: 400;
  line-height: 1.10;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  text-transform: uppercase;
}

.header-btn:hover {
  background-color: #3E3B4D;
  color: #FFFFFF;
}

.header-btn:hover .header-btn-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(326deg) brightness(105%) contrast(113%);
}

.header-call-btn {
  padding: 16px 26px 15px 14px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 21px;
}

.header-email-btn {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  height: 62px;
  width: 62px;
}

.header-btn-icon {
  height: 31px;
  width: 31px;
  object-fit: contain;
}

.header-toggle-btn {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  height: 62px;
  width: 62px;
  border: 2px solid #3E3B4D;
  background-color: #FFFFFF;
  transition: all 0.3s;
}

.header-toggle-btn:hover {
  background-color: #3E3B4D;
}

.header-toggle-btn:hover .header-toggle-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(326deg) brightness(105%) contrast(113%);
}

.header-toggle-icon {
  width: 19px;
  height: 14px;
  object-fit: contain;
}

.header-btn-flex {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-right-main {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* end header css  */


/* start trusted section css  */
.trusted-box {
  display: flex;
  align-items: center;
  gap: 17px;
  max-width: 253px;
  width: 100%;
  flex: 0 0 253px;
}

.trusted-box img {
  width: 45px;
  height: 50px;
  object-fit: contain;
}

.trusted-title {
  color: #3E3B4D;
  font-size: 20px;
  line-height: 1.5;
  font-family: 'museo-sans';
  font-weight: 700;
  min-width: 192px;
  width: 100%;
  word-break: break-word;
}

.trusted-flex {
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 49px;
}

.home-trusted-section {
  padding: 33px 0 0 357px;
}

.partner-logo {
  min-width: 100%;
  height: 70px;
  object-fit: contain;
}

/* end trusted section css  */

/* start footer css  */
.footer-main {
  background-color: #3E3B4D;
  padding: 0 0 74px 0;
}

.footer-image-bg {
  background-image: url(../images/png/footer-bg.jpg);
  height: 689px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.footer-row {
  row-gap: 51px;
}

.footer-content-wrapper {
  margin: -140px 0 0 0;
  position: relative;
}

.shape {
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  width: 100%;
  max-width: 10px;
  flex: 0 0 10px;
}

.shape-white {
  background-color: #FBF9F6;
}

.shape-title-flex {
  display: flex;
}

.footer-title-flex {
  margin: 0 0 53px 0;
}

.footer-title {
  font-size: 42px;
  line-height: 1.2;
  color: #FFFFFF;
  font-family: 'museo';
  font-weight: 200;
  max-width: 527px;
  width: 100%;
  word-break: break-word;
}

.footer-link {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  /* text-decoration: underline; */
  color: #B4B1C4;
}

.footer-link-item {
  margin: 0 0 4px 0;
}

.footer-links-flex {
  display: flex;
  align-items: center;
  gap: 55px;
  margin: 14px 0 0 0;
}

.footer-join-flex {
  display: flex;
  align-items: flex-start;
  gap: 56px;
}

.footer-join-team-box {
  background-color: #CCCADA12;
  padding: 17px 13px 26px 18px;
  max-width: 287px;
  border-radius: 8.35px;
  -webkit-border-radius: 8.35px;
  -moz-border-radius: 8.35px;
  -ms-border-radius: 8.35px;
  -o-border-radius: 8.35px;
  transition: all 0.3s;
  cursor: pointer;
}

.footer-join-team-box:hover {
  background-color: #CCCADA45;
}

.footer-join-team-title {
  color: #FFFFFF;
  font-size: 25.16px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 12px 0;
  word-break: break-word;
}

.footer-join-team-para {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1.5;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 21px 0;
  word-break: break-word;
}

.footer-join-team-btn {
  background-color: #FFFFFF;
  color: #3E3B4D;
  font-size: 13.42px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 400;
  padding: 5px 18px;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border: none;
  cursor: pointer;
}

.footer-part-of-title {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}

.compliance-footer-logo {
  width: 284px;
  height: 40px;
  object-fit: contain;
}


.footer-content-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-part-of-box {
  margin: 15px 0 0 0;
  max-width: 285px;
  margin-left: auto;
}

.footer-terms-desktop {
  display: block;
}

.footer-terms-para-mobile {
  display: none;
}

.footer-terms-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 51px 0 0 0;
}

.footer-terms-link-flex {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.footer-terms-link {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 2;
  font-family: "museo-sans";
  font-weight: 400;
  text-decoration: none;
}

.footer-terms-link:hover {
  text-decoration: underline;
}

.footer-terms-link-item {
  position: relative;
      display: inline-block;
}

.footer-terms-link-item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  width: 2px;
  height: 15px;
  /* background-color: #FFFFFF; */
  border-left: 2px solid #ffff;
}

.footer-terms-link-item:last-child::after {
  display: none;
}

.footer-terms-para {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 2;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 6px 0 0 0;
}

.footer-social-list {
  display: flex;
  align-items: center;
  gap: 36px;
  margin: 0 0 0 30px;
}

.footer-social-logo {
  height: 30px;
  width: 30px;
  object-fit: contain;
}

/* end footer css  */


/* start company registration section css   */

.company-registration-box {
  display: flex;
  align-items: center;
  gap: 17px;
  max-width: 311px;
  flex: 0 0 311px;
  width: 100%;
}

.company-registration-section {
  padding: 199px 0 0 0;
}

.company-registration-title {
  color: #3E3B4D;
  font-size: 20px;
  line-height: 1.5;
  font-family: 'museo-sans';
  font-weight: 700;
  min-width: 250px;
  width: 100%;
  word-break: break-word;
}

.company-registration-flex {
  display: flex;
  align-items: center;
  padding: 86px 0 120px 300px;
  overflow: hidden;
  gap: 49px;
}

.company-registration-logo {
  min-width: 100%;
  height: 100px;
  object-fit: contain;
}

/* end company registration section css   */

/* start judge us css section */

.judge-us-section {
  padding: 81px 0 0 0;
}

.judge-us-row {
  display: flex;
  justify-content: space-between;
  gap: 149px;
}

.judge-us-left {
  margin: 15px 0 0 0;
}

.judge-us-title {
  margin: 0 0 21px 0;
}

.judge-us-para p {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.8;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 30px 0;
  word-break: break-word;
}

.judge-us-para p:last-child {
  margin: 0;
}

.judge-us-img-box {
  position: relative;
}

.judge-us-img {
  min-height: 318px;
  min-width: 529px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}

.judge-us-card {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.judge-us-round {
  background-color: #EBE3D1;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  position: absolute;
  top: 29px;
  left: 27px;
}

.judge-us-round-text {
  color: #3E3B4D;
  font-size: 16px;
  line-height: 1.5;
  font-family: "museo-sans";
  font-weight: 400;
  padding: 7px 16px 6px 16px;
}

.judge-us-content-box {
  background-color: #3E3B4D;
  padding: 37px 18px 43px 27px;
  border-radius: 0 0 10px 10px;
}

.judge-us-box-title {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 1.3;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 30px 0;
}

.judge-us-btn-flex {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* end judge us css section */

/* start setting the highest section */
.setting-the-highest-bg-wrapper {
  background-color: #FBF9F6;
  padding: 116px 0 108px 0;
  position: relative;
  z-index: 1;
}

.setting-the-highest-bg-wrapper::after {
  content: "";
  min-height: 791px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url(../images/png/home-service-bg.jpg);
}

.shape-purple {
  background-color: #3E3B4D;
}

.shape-setting-title-shape {
  height: 68px;
}

.setting-left-main {
  padding: 0 0 0 49px;
  flex: 1;
}

.setting-right-main {
  max-width: 416px;
  width: 100%;
  flex: 0 0 416px;
}

.setting-title-flex {
  gap: 39px;
  margin: 0 0 45px 0;
}

.setting-card-flex {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0 0 24px 0;
}

.setting-card-flex:last-child {
  margin-bottom: 0;
}

.setting-card-img {
  max-width: 311px;
  width: 100%;
  height: 172px;
  object-fit: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.setting-row {
  display: flex;
  gap: 30px;
}

.setting-section {
  margin: 0 0 121px 0;
}

.setting-card-title {
  color: #3E3B4D;
  font-size: 30px;
  line-height: 1.4;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0;
  max-width: 358px;
  word-break: break-word;
}

.setting-check-img {
  min-height: 334px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}

.setting-check-btn {
  background-color: #337F44;
  border: 2px solid #337F44;
  color: #FFFFFF;
}

.setting-check-title {
  color: #3E3B4D;
  font-size: 30px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 35px 0;
  max-width: 329px;
  width: 100%;
  word-break: break-word;
}

.setting-check-content-box {
  padding: 28px 32px 43px;
}

.setting-check-card {
  background-color: #FFFFFF;
  border-radius: 10px;
}

.tech-support-card-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 36px;
  row-gap: 20px;
}

.tech-support-card {
  padding: 43px 39px;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 19px;
}

.tech-support-title {
  font-size: 18px;
  line-height: 1.5;
  color: #3E3B4D;
  font-family: "museo-sans";
  font-weight: 600;
  margin: 0 0 29px 0;
  word-break: break-word;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical; */
}

.tech-support-logo {
  min-width: 291px;
  height: 73px;
  object-fit: contain;
  width: 100%;
}

.tech-support-section {
  margin: 0 0 91px 0;
}

.service-sector-section {
  background-color: #3E3B4D;
  padding: 60px 0 34px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
}

.inner-service-sector-section {
  padding: 60px 0 107px;
}

.service-sectior-logo-box {
  height: 140px;
  width: 140px;
  background-color: #FFFFFF;
  position: absolute;
  right: 17px;
  bottom: 18px;
}

.service-sectior-logo-text {
  color: #3E3B4D;
  font-size: 30px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 600;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.service-sector-title {
  color: #FFFFFF;
  margin: 0 0 32px 0;
}

.service-sector-list {
  column-count: 3;
  column-gap: 150px;
}

.service-sector-list-item {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.4;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 10px 0;
  word-break: break-word;
}

.service-sector-quote-icon {
  width: 41px;
  height: 33px;
  object-fit: contain;
  margin: -65px 10px 0px 0px;
}

.service-section-details-titles {
  font-size: 30px;
  line-height: 1.2;
  color: #FFFFFF;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 46px 0;
  word-break: break-word;
  padding: 28px 0 0 0;
}

.service-section-details-flex {
  display: flex;
  align-items: flex-start;
  gap: 78px;
}

.service-section-details-img {
  width: 100%;
  min-height: 379px;
  object-fit: cover;
}

.service-sector-img-box {
  position: relative;
  width: 100%;
  max-width: 567px;
  flex: 0 0 567px;
}

.service-section-details-main {
  margin: 90px 0 0 0;
}

.service-sector-img-title-box {
  background-color: #3E3B4D;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  padding: 8px 30px;
  position: absolute;
  top: 34px;
  left: 32px;
}

.service-sector-img-title {
  font-size: 16px;
  line-height: 1.2;
  color: #FFFFFF;
  font-family: "museo-sans";
  font-weight: 600;
  margin: 0;
}

.service-sector-logo {
  height: 140px;
  width: 140px;
  object-fit: contain;
}

.service-sector-details-para {
  font-size: 24px;
  line-height: 1.5;
  color: #FFFFFF;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 30px 0;
  word-break: break-word;
}

.service-sector-details-para-bold {
  font-weight: 600;
  margin: 0 0 50px 0;
}

.service-sector-details-box {
  position: relative;
  margin: 15px 0 0 0;
  flex: 1;
}

.service-sector-details-box .service-sector-details-para p:first-of-type {
  position: relative;
}

.service-sector-details-box .service-sector-details-para p:first-of-type::before {
  content: "";
  float: left;
  width: 41px;
  height: 33px;
  margin: -31px 10px 0 0;
  background-image: url('../images/svg/white-qoute-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  shape-margin: 1rem;
}

.service-sector-btn-flex {
  display: flex;
  align-items: center;
  gap: 11px;
}

.technical-support-section {
  padding: 139px 0 124px 0;
}

.technical-support-title {
  margin: 0 0 62px 355px;
  max-width: 510px;
}

/* end setting the highest section */

/* start tab accoridan section */

.accordion-wrapper {
  display: flex;
}

.tab-list {
  min-width: 482px;
  flex: 0 0 482px;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}

.accordion-tab {
  padding: 65px 49px 53px 49px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  margin: 0 23px 0 0;
}


/* .accordion-tab:nth-child(3),
.accordion-tab:nth-child(4),
.accordion-tab:nth-child(5) {
  padding: 15px 49px 15px 49px;
} */

.accordion-tab .accordion-tab-line {
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
}

.accordion-tab:hover {
  opacity: 0.9;
}

.accordion-tab.water .accordion-tab-line {
  background-color: #476AE7;
}

.accordion-tab.fire .accordion-tab-line {
  background-color: #DF270B;
}

.accordion-tab.tech .accordion-tab-line {
  background-color: #3E3B4D;
}

.accordion-tab.training .accordion-tab-line {
  background-color: #337F44;
}

.accordion-tab.active::before,
.accordion-tab.active::after {
  content: '';
  position: absolute;
  width: 31px;
  height: 31px;
}

.accordion-tab.active::before {
  right: 0;
  bottom: -29px;
}

.accordion-tab.active::after {
  right: 0;
  top: -29px;
}

.accordion-tab.water.active::before {
  background-image: url(../images/png/water-tab-shape.png);
}

.accordion-tab.fire.active::after {
  background-image: url(../images/png/fire-tab-top-shape.png);
}

.accordion-tab.fire.active::before {
  background-image: url(../images/png/fire-tab-bottom-shape.png);
}

.accordion-tab.tech.active::after {
  background-image: url(../images/png/tech-tab-top-shape.png);
}

.accordion-tab.tech.active::before {
  background-image: url(../images/png/tech-tab-bottom-shape.png);
}

.accordion-tab.training.active::after {
  background-image: url(../images/png/training-tab-top-shape.png);
}

.accordion-tab.water {
  background: #EDF0FD;
  color: #476AE7;
}

.accordion-tab.fire {
  background: #F9EAE6;
  color: #DF270B;
}

.accordion-tab.tech {
  background: #FBF9F6;
  color: #3E3B4D;
  padding: 15px 49px 15px 49px;
}

.accordion-tab.training {
  background: #F1F6F2;
  color: #337F44;
  padding: 15px 49px 15px 49px;
}

.accordion-content {
  flex-grow: 1;
  padding: 39px 37px 39px 78px;
  border-radius: 0 20px 20px 10px;
  transition: background-color 0.3s;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.bg-water {
  background-color: #EDF0FD;
}

.bg-fire {
  background-color: #F9EAE6;
}

.bg-tech {
  background-color: #FBF9F6;
}

.bg-training {
  background-color: #F1F6F2;
  border-radius: 0 20px 20px 0;
}

.accordion-tab-icon {
  height: 61px;
  width: 61px;
  object-fit: contain;
}

.blue-check-icon {
  width: 26px;
  height: 21px;
  object-fit: contain;
}

.tab-services-para {
  font-size: 18px;
  line-height: 1.5;
  color: #3E3B4D;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 40px 0;
  word-break: break-word;
}

.tab-services-list-item {
  font-size: 19px;
  line-height: 1.2;
  color: #3E3B4D;
  font-family: "museo-sans";
  font-weight: 600;
  margin: 0 0 17px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  word-break: break-word;
}

.tab-services-img {
  width: 100%;
  min-width: 317px;
  height: 534px;
  object-fit: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.tab-services-img-flex {
  display: flex;
  gap: 58px;
}

.tab-service-content-box {
  margin: 35px 0 0 0;
}

.white-arrow-icon {
  height: 15px;
  width: 15px;
  object-fit: contain;
}

.water-services-learn-more-btn {
  background-color: #476AE7;
  border: 2px solid #476AE7;
}

.fire-services-learn-more-btn {
  background: #DF270B;
  border: 2px solid #DF270B;
}

.tech-services-learn-more-btn {
  background: #3E3B4D;
  border: 2px solid #3E3B4D;
}

.training-services-learn-more-btn {
  background: #337F44;
  border: 2px solid #337F44;
}

.learn-more-btn {
  color: #FFFFFF;
  padding: 12px 20px 12px 30px;
  border-radius: 10px;
  font-size: 20px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 400;
  transition: all 0.3s;
  border-radius: 26px;
  gap: 18px;
  max-width: max-content;
  display: flex;
  align-items: center;
  margin: 40px 0 0 0;
  min-width: 213px;
  justify-content: space-between;
}

.learn-more-btn:hover {
  opacity: 0.7;
}

.accordion-tab.active {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: relative;
  margin-right: 0;
}

.accordion-tab-arrow-icon {
  height: 15px;
  width: 17px;
  object-fit: contain;
}

.accordion-tab-inner-flex {
  display: flex;
  align-items: center;
  gap: 36px;
}

.accordion-tab-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-tab-title {
  font-size: 30px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 600;
  word-break: break-word;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical; */
}

/* end tab accoridan section */

/* start hero section  */

.hero-banner-img {
  height: 683px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  border-radius: 0 0 0 30px;
  -webkit-border-radius: 0 0 0 30px;
  -moz-border-radius: 0 0 0 30px;
  -ms-border-radius: 0 0 0 30px;
  -o-border-radius: 0 0 0 30px;
}

.hero-banner-content-flex {
  display: flex;
}

.hero-card {
  background-color: #FFFFFF;
  padding: 88px 19px 88px 0;
  max-width: 430px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 683px;
  position: relative;
}

.hero-card::after {
  content: "";
  height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/png/hero-after-shape.png);
}

.hero-expert-btn {
  color: #3E3B4D;
  font-size: 24px;
  line-height: 2.2;
  font-family: "museo-sans";
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s;
}

.hero-expert-btn:hover {
  color: #B4B1C4;
}

.hero-expert-icon {
  height: 18px;
  min-width: 18px;
  max-width: 18px;
  object-fit: contain;
}

.hero-service-btn-span {
  display: flex;
  align-items: center;
  gap: 15px;
}

.hero-service-btn {
  background-color: #FFFFFF;
  padding: 4px 17px 4px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #3E3B4D;
  font-size: 20px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 400;
  text-decoration: none;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  gap: 15px;
  position: absolute;
  /* min-width: 242px; */
  min-width: 253px;
  word-break: break-word;
  transition: all 0.3s;
}

.hero-service-btn:hover {
  box-shadow: 0px 0px 20px 0px #FFFFFF;
  background: #FFFFFF;
}

.hero-service-icon {
  height: 45px;
  max-width: 45px;
  min-width: 45px;
  object-fit: contain;
}

.hero-redirect-icon {
  height: 17px;
  max-width: 17px;
  min-width: 17px;
  object-fit: contain;
  transition: all 0.3s;
}

.hero-service-btn:hover .hero-redirect-icon {
  margin-right: -5px;
}

.hero-water-service-btn::after {
  height: 100px;
  top: 17px;
}

.hero-fire-service-btn::after {
  height: 67px;
  top: 17px;
}

.hero-technology-service-btn::after {
  height: 169px;
  top: 17px;
}

.hero-training-service-btn::after {
  height: 115px;
  bottom: 17px;
}

.hero-water-service-btn {
  top: 12%;
  left: 29%;
}

.hero-fire-service-btn {
  top: 25%;
  right: 28%;
}

.hero-technology-service-btn {
  bottom: 29%;
  right: 11%;
}

.hero-training-service-btn {
  bottom: 26%;
  left: 36%;
}

.hero-container {
  padding: 0 0 0 300px;
  position: relative;
}

.hero-container::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  height: 100%;
  background-color: #3E3B4D;
  border-radius: 0 0 30px 0;
  -webkit-border-radius: 0 0 30px 0;
  -moz-border-radius: 0 0 30px 0;
  -ms-border-radius: 0 0 30px 0;
  -o-border-radius: 0 0 30px 0;
}

.hero-service-btn-main {
  position: relative;
  flex: 1;
}

.hero-service-btn::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 1px;
  width: 2px;
  background-color: #FFFFFF;
}

.hero-section {
  background-color: #FFFFFF;
}

/* end hero section  */

/* start header menu css  */

.back-item .submenu-back-link {
  justify-content: initial;
}

.mobile-header-logo {
  display: none;
}

.menu-call-btn {
  background-color: #3E3B4D;
  color: #FFFFFF;
  font-size: 19px;
  line-height: 1.10;
  font-family: "museo-sans";
  font-weight: 400;
  border: 0;
  padding: 17px 26px 17px 14px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 21px;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  max-width: max-content;
  margin: auto;
  text-transform: uppercase;
  transition: all 0.3s;
}

.menu-call-btn:hover {
  background-color: #CCCADA;
}

.header-menu-wrapper {
  margin-right: -10px;
}

.header-menu-ul {
  overflow-y: auto;
  height: calc(100vh - 315px);
  padding-right: 10px;
}

.scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.scrollbar::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.submenu {
  display: none;
}

.submenu.active {
  display: block;
  margin: 0;
}

.header-menu-ul.hide-others>.header-menu-item:not(.submenu-parent.active) {
  display: none;
}

.submenu-parent.hide-parent>.header-menu-link {
  display: none;
}

.hide-others .hide-parent {
  border: 0;
  padding: 0;
}


.header-menu-main {
  background-color: #FFFFFF;
  padding: 172px 42px;
  position: fixed;
  right: -100%;
  top: 0;
  width: 417px;
  bottom: 0;
  height: 100vh;
  transition: right 0.4s ease;
  z-index: 9999;
}

.header-menu-main.active {
  right: 0;
}

.header-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000CC;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 9998;
}

.header-overlay.active {
  opacity: 1;
  visibility: visible;
}

.header-menu-item {
  border-top: 1px solid #CCCADA;
  padding: 15px 12px;
}

.header-menu-item:last-child {
  border-bottom: 1px solid #CCCADA;
}

.header-menu-link {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 400;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  max-width: max-content;
  transition: all 0.3s;
}

.header-menu-link:hover {
  color: #B4B1C4;
}

.header-menu-close-icon {
  height: 31px;
  width: 31px;
  object-fit: contain;
}

.header-menu-close-btn {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 78px;
  right: 39px;
}

/* end header menu css  */

/* start about us page  */

/* start speak with us section  */
.about-speak-with-us-section {
  margin: 88px 0 178px;
}

.water-speck-with-us {
  background-color: #476AE7;
}

.speak-with-us-flex {
  padding: 61px 48px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.speak-with-us-title {
  font-size: 30px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 400;
  color: #FFFFFF;
  word-break: break-word;
}

.speak-with-us-content {
  font-size: 15px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 400;
  color: #FFFFFF;
}

.btn-right-arrow {
  height: 17px;
  width: 17px;
  object-fit: contain;
}

.speck-with-us-arrow {
  margin-left: 18px;
}

.speak-with-us-section {
  margin: 70px 0;
}

/* end speak with us section  */

.company-regi-title-flex {
  margin: 0 0 76px 0;
  gap: 39px;
  align-items: center;
}

.company-regi-section-title {
  max-width: 637px;
  width: 100%;
}

.company-regi-sub-title {
  color: #3E3B4D;
  font-size: 24px;
  line-height: 1.25;
  font-family: "museo-sans";
  font-weight: 600;
  margin: 0 0 21px 0;
  word-break: break-word;
}


/* start company registration section  */

.company-regi-card-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 36px;
  row-gap: 39px;
  margin: 0 0 88px 0;
}

.company-regi-card {
  background-color: #FBF9F6;
  padding: 53px 59px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.company-regi-logo {
  width: 169px;
  height: 107px;
  object-fit: contain;
  margin: 0 0 42px 0;
}

.company-regi-card-title {
  color: #3E3B4D;
  font-size: 24px;
  line-height: 1.25;
  font-family: "museo-sans";
  font-weight: 600;
  margin: 0 0 30px 0;
  word-break: break-word;
}

.company-regi-card-para {
  font-size: 18px;
  line-height: 1.8;
  font-family: "museo-sans";
  font-weight: 400;
  color: #3E3B4D;
  margin: 0 0 35px 0;
  word-break: break-word;
}

.company-regi-card-link {
  color: #007AFF;
  font-size: 17px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 400;
  text-decoration: none;
  margin: 0 0 5px 0;
  display: block;
  word-break: break-word;
}

.company-regi-text {
  color: #007AFF;
  font-size: 19px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 400;
  display: block;
}


/* start about service location  */
.about-inner-sector-section {
  padding: 60px 75px 62px 0;
}

.about-sector-section {
  margin: -57px 0 0 0;
}

.about-service-location-sec {
  position: relative;
  height: 888px;
  background-color: #3E3B4D;
}

.about-service-location-bg {
  background-image: url(../images/png/about-bg.jpg);
  height: 606px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.about-service-btn-main {
  position: relative;
}

.about-service-btn::after {
  content: "";
  position: absolute;
  right: -109px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFFFFF;
  width: 115px;
}

.about-service-btn {
  background-color: #FFFFFF;
  padding: 4px 17px 4px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #3E3B4D;
  font-size: 20px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 400;
  text-decoration: none;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  gap: 15px;
  position: absolute;
  min-width: 242px;
  transition: all 0.3s;
}

.about-service-btn:hover {
  box-shadow: 0px 0px 20px 0px #FFFFFF;
  background: #FFFFFF;
}

.about-service-btn:hover .about-redirect-icon {
  margin-right: -5px;
}

.about-service-icon {
  height: 45px;
  max-width: 45px;
  min-width: 45px;
  object-fit: contain;
}

.about-redirect-icon {
  height: 17px;
  max-width: 17px;
  min-width: 17px;
  transition: all 0.3s;
  object-fit: contain;
}

.about-water-service-btn {
  top: 88px;
  right: 40%;
}

.about-fire-service-btn {
  top: 167px;
  right: 29%;
}

.about-technology-service-btn {
  top: 341px;
  right: 23%;
}

.about-training-service-btn {
  top: 249px;
  right: 37%
}

/* end about service location  */


/* start about details section  */
.inner-details-bg {
  background-color: #3E3B4D;
  position: relative;
}

.section-sub-title {
  font-size: 30px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 400;
  color: #3E3B4D;
  margin: 0 0 23px 0;
  word-break: break-word;
}

.about-details-card {
  padding: 65px 59px 60px 0;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 0 0 0 30px;
  -webkit-border-radius: 0 0 0 30px;
  -moz-border-radius: 0 0 0 30px;
  -ms-border-radius: 0 0 0 30px;
  -o-border-radius: 0 0 0 30px;
  width: 100%;
}

.inner-details-card {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 0 0 0 30px;
  -webkit-border-radius: 0 0 0 30px;
  -moz-border-radius: 0 0 0 30px;
  -ms-border-radius: 0 0 0 30px;
  -o-border-radius: 0 0 0 30px;
  width: 100%;
  padding: 65px 59px 60px 59px;
}

.inner-details-container {
  padding: 0 0 0 300px;
}

.about-details-container {
  margin: 0 0 63px 0;
}

.about-details-card-title {
  max-width: 529px;
  width: 100%;
}

/* end about details section  */

/* start about slide section  */

.about-slider-img {
  /*width: 452px;
    height: 340px;
    object-fit: cover;
    border-radius: 20px;
    */
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.about-slider-card {
  flex-shrink: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
  width: 30vw;
}

.cus-marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: 0 0 13px 0;
}

.cus-marquee-content {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: scroll-left 60s linear infinite;
}

.about-slide-left-right .cus-marquee-content {
  animation: scroll-right 60s linear infinite;
}

/* Right to Left */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Left to Right */
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0%);
  }
}

/* end about slide section  */



.about-details-main {
  padding: 80px 0 50px 0;
}

.about-details-sub-title {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 1.3;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 35px 0;
  word-break: break-word;
}

.about-details-para {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.7;
  font-family: "museo-sans";
  font-weight: 400;
  word-break: break-word;
  margin: 0 0 45px 0;
}

.about-details-title-box {
  max-width: 812px;
  width: 100%;
}

.about-details-title-flex {
  gap: 50px;
}

.about-details-btn {
  padding: 13px 45px 17px;
}

.about-mission-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin: 57px 0 50px 0;
}

.about-mission-box {
  text-align: center;
}

.about-mission-icon {
  width: 44px;
  height: 49px;
  object-fit: contain;
  margin: 0 0 27px 0;
}

.about-mission-sub-title {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 400;
  max-width: 285px;
  margin: auto;
  word-break: break-word;
}

.about-mission-title {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.25;
  font-family: "museo-sans";
  font-weight: 600;
  text-align: center;
  word-break: break-word;
}

.about-mission-main {
  background-image: url(../images/png/about-banner.jpg);
  background-size: 100% 718px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0 0 0;
  height: 718px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.about-our-story-para {
  font-size: 18px;
  line-height: 1.8;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 40px 0;
  color: #FFFFFF;
  word-break: break-word;
}

.about-our-story-title {
  margin: 0 0 42px 0;
  color: #FFFFFF;
}

.about-story-img {
  min-height: 370px;
  min-width: 370px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.about-story-flex {
  display: flex;
  align-items: flex-start;
  gap: 79px;
  margin: 0 0 40px 0;
}

.about-our-story-sec {
  padding: 77px 0 105px 0;
}

.about-service-li {
  font-size: 18px;
  line-height: 1.8;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 3px 0;
  color: #FFFFFF;
  list-style-type: disc;
  word-break: break-word;
}

.about-service-ul {
  column-count: 2;
  gap: 100px;
  padding: 0 0 0 20px;
}

/* end about us page  */


.common-speck-with-us {
  background-color: #3E3B4D;
}

.offer-tech-section {
  margin: 73px 0 184px 0;
}

/* start water dervice page */

/* start offer tectnology section */

.offer-tech-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 119px;
  background-color: #FBF9F6;
  padding: 43px 69px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.offer-tech-title {
  color: #3E3B4D;
  font-size: 30px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 400;
  min-width: 433px;
  width: 100%;
  word-break: break-word;
}

.offer-tech-inner-flex {
  display: flex;
  align-items: center;
  column-gap: 103px;
  row-gap: 15px;
}

.offer-tech-para {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.55;
  font-family: "museo-sans";
  font-weight: 600;
  margin: 0 0 29px 0;
  max-width: 254px;
  min-width: 254px;
  width: 100%;
  word-break: break-word;
}

.offer-tech-img {
  width: 291px;
  height: 73px;
  object-fit: contain;
}

/* end offer tectnology section */

/* start how can help  */
.how-can-flex {
  display: flex;
  gap: 47px;
}

.how-can-help-card {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 45px 46px;
  margin: 0 0 70px 0;
}

.how-can-help-card:last-child {
  margin: 0;
}

.how-can-help-img {
  min-width: 370px;
  max-width: 370px;
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.how-can-help-para p {
  font-size: 18px;
  color: #3E3B4D;
  line-height: 1.7;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 29px 0;
  word-break: break-word;
}

.water-how-can-bg {
  background-color: #EDF0FD;
}

.water-icon-btn {
  border: 2px solid #476AE7;
  background-color: #476AE7;
  color: #FFFFFF;
}

.service-help-title {
  margin: 0 0 40px 0;
}

.how-can-help-list-item {
  font-size: 18px;
  color: #3E3B4D;
  line-height: 1.667;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 2px 0;
  list-style-type: disc;
  word-break: break-word;
}

.how-can-help-list {
  margin: 0 0 40px 0;
  padding: 0 0 0 25px;
}

.service-how-can-title {
  margin: 0 0 39px 0;
}

/* end how can help  */

.services-trusted-section {
  padding: 94px 0 165px 357px;
}


/* start compliance section css  */
.compliance-card {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px 0px #00000026;
  margin: 0 0 5px 0;
  transition: .3s ease-in-out;
}

.compliance-card:hover {
  transform: scale(1.05);
}

.compliance-img-box {
  position: relative;
}

.compliance-card-img {
  width: 100%;
  height: 197px;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.compliance-icon-round {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 4px 0px #00000040;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  position: absolute;
  left: 9px;
  bottom: -35px;
  height: 60px;
  width: 60px;
}

.compliance-icon {
  height: 49px;
  width: 49px;
  object-fit: contain;
}

.compliance-card-content {
  padding: 53px 16px 20px 20px;
}

.compliance-card-title {
  margin: 0 0 12px 0;
  color: #3E3B4D;
  font-size: 17px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 47px;
}

.compliance-card-para {
  color: #3E3B4D;
  font-size: 15px;
  line-height: 1.3;
  font-family: "museo-sans";
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 78px;
}

.compliance-container {
  padding: 0 0 0 290px;
}

.compliance-title-icon {
  height: 95px;
  width: 95px;
  object-fit: contain;
}

.compliance-title-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 59px 0;
}

.shape-green {
  background-color: #337F44;
}

.compliance-title-box {
  display: flex;
  align-items: center;
  gap: 48px;
}

.compliance-title {
  max-width: 450px;
  width: 100%;
}

.compliance-title-small {
  max-width: 250px;
  width: 100%;
}

.compliance-more-box {
  background-color: #F1F6F2;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 23px 46px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}

.compliance-more-title.compliance-more-title-green {
  color: #337F44;
  font-weight: 600;
}

.compliance-more-title {
  color: #3E3B4D;
  font-size: 24px;
  line-height: 1.3;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 0 0;
}

.compliance-inner-box {
  max-width: 290px;
  width: 100%;
}

.compliance-more-btn {
  background-color: #337F44;
  border: 2px solid #337F44;
}

.compliance-section {
  margin: 0 0 177px 0;
  z-index: 2;
  position: relative;
}

.compliance-card-carouse .owl-stage-outer {
  padding: 10px 10px;
}

.compliance-card-carouse .owl-next.disabled,
.compliance-card-carouse .owl-prev.disabled {
  opacity: 0.3;
}

.compliance-card-carouse .owl-nav {
  position: absolute;
  bottom: -74px;
  display: flex;
  align-items: center;
  gap: 30px;
  left: 30px;
}

.compliance-card-carouse .owl-nav .owl-next img,
.compliance-card-carouse .owl-nav .owl-prev img {
  height: 30px;
  width: 30px;
  object-fit: contain;
}

/* end compliance section css  */


/* start service hero section */
.service-hero-container {
  padding: 0 0 0 300px;
}

.ser-banner-content-flex {
  display: flex;
}

.ser-hero-card {
  background-color: #FFFFFF;
  padding: 68px 36px 68px 0;
  width: 430px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 510px;
  position: relative;
  border-radius: 0 0 0 30px;
  -webkit-border-radius: 0 0 0 30px;
  -moz-border-radius: 0 0 0 30px;
  -ms-border-radius: 0 0 0 30px;
  -o-border-radius: 0 0 0 30px;
}

.legionella-speak-with-us-section {
  margin: 70px 0 149px 0;
}

.ser-hero-card-subtitle {
  font-size: 24px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 600;
  margin: 0 0 30px 0;
  word-break: break-word;
}

.ser-hero-card-water-subtitle {
  color: #476AE7;
}

.ser-hero-banner-img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}

.water-hero-section {
  background-color: #EDF0FD;
}

.ser-hero-banner-box {
  flex: 1;
}

/* end service hero section */

/* start service card section */
.service-flex {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  padding: 58px 0 0 59px;
}

.service-left-main {
  max-width: 191px;
  width: 100%;
  flex: 0 0 191px;
}

.service-left-large-main {
  max-width: 219px;
  width: 100%;
  flex: 0 0 219px;
}

.service-left-large-main .service-left-title {
  max-width: 219px;
}

.service-right-main {
  flex: 1;
}

.service-left-title {
  font-size: 30px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 400;
  max-width: 199px;
  width: 100%;
  word-break: break-word;
}

.water-service-left-title {
  color: #476AE7;
}

.service-card-flex {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 24px;
  row-gap: 16px;
}

.service-card {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-align: center;
  padding: 23px 15px 29px;
  transition: all 0.3s;
  position: relative;
}

.service-card:hover {
  transform: translateY(10px);
}

.water-services-card {
  background-color: #476AE7;
}

.water-services-card:hover {
  background-color: #7E97EE;
}

.service-card-title {
  font-size: 24px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 600;
  color: #FFFFFF;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical; */
  min-height: 89px;
  max-width: 160px;
  width: 100%;
  margin: 16px auto;
  /* word-break: break-word; */
}

.service-card-icon {
  width: 44px;
  height: 49px;
  object-fit: contain;
}

.service-down-icon {
  height: 17px;
  width: 17px;
  object-fit: contain;
}

.need-down-icon {
  height: 17px;
  width: 17px;
  object-fit: contain;
}

.need-check-icon {
  height: 46px;
  width: 46px;
  object-fit: contain;
  transition: all 0.3s;
}

.need-box:hover .need-down-icon {
  transform: translateY(15px);
}

.need-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 38px 70px 43px;
  margin: 26px 0 0 0;
  transition: all 0.3s;
}

.need-box:hover {
  transform: translateY(10px);
}

.need-icon-flex {
  display: flex;
  align-items: center;
  gap: 29px;
}

.need-title {
  font-size: 24px;
  line-height: 1.4;
  font-family: "museo-sans";
  font-weight: 400;
  color: #3E3B4D;
}

.need-span {
  color: #337F44;
  font-weight: 600;
}

/* end service card section */

/* start service help section  */

.service-help-para {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 40px 0;
}

.service-help-para:last-child {
  margin: 0;
}

.service-help-section {
  margin: -400px 0 0 300px;
  position: relative;
  padding: 75px 0 0 0;
}

.service-help-container {
  background-color: #FFFFFF;
  padding: 73px 96px 0px 59px;
  border-radius: 30px 0 0 0;
  -webkit-border-radius: 30px 0 0 0;
  -moz-border-radius: 30px 0 0 0;
  -ms-border-radius: 30px 0 0 0;
  -o-border-radius: 30px 0 0 0;
}

.service-help-left-main {
  flex: 1;
  margin: 47px 0 0 0;
}

.service-help-right-main {
  max-width: 565px;
  width: 100%;
  flex: 0 0 565px;
}

.service-help-flex {
  display: flex;
  gap: 54px;
  max-width: 1250px;
  justify-content: center;
}

.water-rounded-btn {
  background-color: #476AE7;
}

.service-help-icon-btn {
  padding: 15px 30px 15px 21px;
  color: #FFFFFF;
}

.service-help-btn-flex {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 48px 0 0 0;
}

.service-help-subtitle {
  color: #3E3B4D;
  font-size: 24px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 600;
  max-width: 357px;
  width: 100%;
  word-break: break-word;
}

.ser-get-help-title {
  color: #FFFFFF;
  margin: 0 0 20px 0;
  word-break: break-word;
}

.ser-get-help-para p {
  font-size: 18px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 600;
  margin: 0 0 36px 0;
  color: #FFFFFF;
  word-break: break-word;
}

.cus-form-control {
  background-color: #FFFFFF;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 0;
  padding: 15px 21px;
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 400;
  width: 100%;
}

.cus-form-control::placeholder {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 400;
}

.cus-form-group {
  margin: 0 0 10px 0;
}

.cus-form-group:last-child {
  margin: 0;
}

.ser-get-help-card {
  padding: 47px 67px 50px 61px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
}

.ser-get-help-card-small {
  padding: 47px 44px 50px 44px;
}

.water-get-help-card {
  background-color: #476AE7;
}

.ser-get-help-btn {
  margin: 25px 0 0 0;
}

.white-rounded-btn.ser-get-help-btn:hover {
  background-color: #F1F6F2;
  opacity: initial;
}

.get-help-textarea {
  height: 195px;
  resize: none;
}

.shape-get-help-title {
  position: absolute;
  left: 0;
  height: 128px;
  top: 42px;
}

.services-hero-section {
  padding: 0 0 400px 0;
  position: relative;
}

.services-hero-section::after {
  content: '';
  position: absolute;
  left: 269px;
  bottom: 0;
  width: 31px;
  height: 31px;
  background-image: url(../images/png/service-squre-shape.png);
}

.water-sector-service-section {
  background-color: #FBF9F6;
  padding: 90px 0 0 0;
  z-index: 1;
  position: relative;
}

.sector-oevrlap-section {
  margin: -390px 0 0 0;
  padding: 390px 0 0 0;

}

/* end service help section  */


/* start fire services page  */
.fire-hero-section {
  background-color: #F9EAE6;
}

.fire-inner-hero-section {
  margin: 0 0 21px 0;
}

.ser-hero-card-fire-subtitle {
  color: #DF270B;
}

.shape-fire-ser-card {
  background-color: #DF270B;
  height: 296px;
}

.fire-service-left-title {
  color: #DF270B;
}

.fire-services-card {
  background-color: #DF270B;
}

.fire-services-card:hover {
  background-color: #F37360;
}

.fire-rounded-btn {
  background-color: #DF270B;
}

.fire-get-help-card {
  background-color: #DF270B;
}

.fire-how-can-bg {
  background-color: #F9EAE6;
}

.fire-icon-btn {
  background-color: #DF270B;
  border: 2px solid #DF270B;
  color: #FFFFFF;
}

.fire-speck-with-us {
  background-color: #DF270B;
}

.ser-hero-fire-logo {
  width: 100%;
  height: 51px;
  object-fit: contain;
  margin: 44px 0 0 0;
}

.important-info-flex {
  display: flex;
  align-items: flex-start;
  gap: 45px;
  padding: 41px 46px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.important-fire-info-flex {
  background-color: #F9EAE6;
}

.important-info-fire-section {
  margin: 70px 0 0 0;
}

.important-info-img {
  max-width: 200px;
  width: 100%;
  height: 133px;
  object-fit: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.important-info-title {
  color: #3E3B4D;
  font-size: 30px;
  line-height: 1.1;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 10px 0;
  word-break: break-word;
}

.important-info-para {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.65;
  font-family: "museo-sans";
  font-weight: 400;
  word-break: break-word;
}

/* end fire services page  */


/* start training services page */
.shape-training-ser-card {
  background-color: #337F44;
  height: 246px;
}

.training-hero-section {
  background-color: #F1F6F2;
}

.ser-hero-card-training-subtitle {
  color: #337F44;
}

.training-get-help-card {
  background-color: #337F44;
}

.traning-ser-hero-card {
  justify-content: flex-start;
}

.training-card-flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 16px;
}

.training-service-left-title {
  color: #337F44;
}

.important-info-training-section {
  margin: 50px 0 93px 0;
}

.training-services-card {
  background-color: #337F44;
}

.training-services-card:hover {
  background-color: #70A57C;
}

.important-training-info-flex {
  background-color: #F1F6F2;
}

.important-training-info-img {
  max-width: 295px;
  width: 100%;
  height: 133px;
  object-fit: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.training-mission-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 115px;
  row-gap: 15px;
  margin: 57px 0 107px 0;
  padding: 0 100px;
}

.training-mission-box {
  text-align: center;
}

.training-mission-icon {
  width: 44px;
  height: 49px;
  object-fit: contain;
  margin: 0 0 16px 0;
}

.training-mission-sub-title {
  color: #337F44;
}

.mission-sub-title {
  font-size: 18px;
  line-height: 1.237;
  font-family: "museo-sans";
  font-weight: 400;
  max-width: 242px;
  margin: auto;
}

.training-how-can-bg {
  background-color: #F1F6F2;
}

.training-icon-btn {
  background-color: #337F44;
  border: 2px solid #337F44;
  color: #fff;
}

.how-can-help-list-item-bold {
  font-weight: 800;
}

.how-can-help-sub-title {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 5px 0;
  word-break: break-word;
}

.how-can-help-sub-title-bold {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.6;
  font-family: "museo-sans";
  font-weight: 800;
  margin: 0 0 40px 0;
}

.how-can-list-para {
  font-size: 18px;
  color: #3E3B4D;
  line-height: 1.8;
  font-family: "museo-sans";
  font-weight: 400;
  word-break: break-word;
}

.how-sub-can-title {
  color: #3E3B4D;
  font-size: 24px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 600;
  margin: 0 0 40px 0;
  word-break: break-word;
}

.how-can-help-span {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.6;
  font-family: "museo-sans";
  font-weight: 800;
}

.training-compliance-section {
  margin: 124px 0 220px 0;
}

/* end training services page */

/* start technologoy service page  */

.tech-hero-section {
  background-color: #3E3B4D;
}

.tech-ser-hero-card {
  justify-content: initial;
}

.ser-hero-card-tech-subtitle {
  color: #3E3B4D;
}

.service-card-sub-title {
  font-size: 24px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 600;
  color: #3E3B4D;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 16px 0 5px;
  word-break: break-word;
}

.service-card-logo {
  width: 235px;
  min-height: 58px;
  object-fit: contain;
}

.service-tech-card-title {
  font-size: 20px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 400;
  color: #3E3B4D;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0 0 15px 0;
  min-height: 48px;
}

.tech-services-card {
  background-color: #FFFFFF;
}

.tech-service-left-title {
  color: #FFFFFF;
}

.tech-icon-btn {
  background-color: #3E3B4D;
  border: 2px solid #3E3B4D;
  color: #FFFFFF;
}

.tech-how-can-flex {
  display: flex;
  gap: 47px;
}

.tech-how-can-left-main {
  max-width: 609px;
  width: 100%;
  flex: 0 0 609px;
}

.tech-how-can-right-main {
  flex: 1;
}

.tech-how-can-help-img {
  width: 393px;
  height: 163px;
  object-fit: contain;
  margin: auto;
  display: flex;
}

.tech-how-can-logo-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: 0 0 39px 0;
  min-height: 309px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.tech-get-help-card {
  background-color: #3E3B4D;
}

.tech-how-can-bg {
  background-color: #FBF9F6;
}

.tech-how-can-help-section {
  margin: 73px 0 96px 0;
}

.tech-small-card {
  background-color: #EBE3D166;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 25px 35px 22px;
  text-align: center;
  /* height: 191px; */
}

.tech-small-card-icon {
  width: 27px;
  height: 22px;
  object-fit: contain;
  margin: 0 0 20px 0;
}

.tech-small-card-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 21px;
  row-gap: 21px;
  margin: 0 0 40px 0;
}

.tech-small-card-title {
  color: #3E3B4D;
  font-size: 20px;
  line-height: 1.5;
  font-family: "museo-sans";
  font-weight: 600;
  /* word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical; */
  min-height: 90px;
  max-width: 195px;
  width: 100%;
  margin: auto;
}

.tech-how-can-help-full {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.how-can-section-title {
  margin: 0 0 72px 60px;
}

/* end technologoy service page  */


/* start Legionella Risk Assessment, Fire Risk Assessment, Fire & Resilience FAQs, Fire Downloads & Links */
.water-mission-sub-title {
  color: #476AE7;
}

.legionella-mission-row {
  display: flex;
  column-gap: 78px;
  row-gap: 15px;
  justify-content: center;
}

.offer-legionella-section {
  margin: 164px 0 0 0;
}

.risk-details-section {
  padding: 112px 0 0 0;
}


.risk-details-para {
  font-size: 18px;
  line-height: 1.7;
  color: #3E3B4D;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 30px 0;
}

.risk-details-heading {
  font-size: 18px;
  line-height: 1.5;
  color: #3E3B4D;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 3px 0;
}

.risk-details-list {
  padding: 0 0 0 30px;
}

.risk-details-list-item {
  font-size: 18px;
  line-height: 1.5;
  color: #3E3B4D;
  font-family: "museo-sans";
  font-weight: 400;
  list-style-type: disc;
  margin: 0 0 3px 0;
}

.risk-details-section-title {
  margin: 0 0 32px 0;
  font-size: 40px;
}

.risk-details-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 36px;
  row-gap: 15px;
  padding: 0 0 0 59px;
}


.risk-details-span-red {
  color: #DF270B;
}

.risk-details-span-yellow {
  color: #FFB700;
}

.risk-details-span-blue {
  color: #274DD5;
}

.risk-color-para {
  font-size: 18px;
  line-height: 1.7;
  color: #3E3B4D;
  font-family: "museo-sans";
  font-weight: 400;
}

.risk-ass-title-flex {
  gap: 49px;
}

.fire-mission-sub-title {
  color: #DF270B;
}

.fire-risk-offer-section {
  margin: 189px 0 0 0;
}

.risk-details-sub-heading {
  font-size: 18px;
  line-height: 1.7;
  color: #3E3B4D;
  font-family: "museo-sans";
  font-weight: 400;
}

.risk-details-sub-heading-span {
  font-weight: 800;
}

.risk-icon-text-flex {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  margin: 0 0 40px 0;
}

.common-para {
  font-size: 18px;
  line-height: 1.7;
  color: #3E3B4D;
  font-family: "museo-sans";
  font-weight: 400;
}

.risk-details-next-flex {
  margin: 0 0 70px 0;
}

.fire-list-wrapper {
  margin: 0 0 40px 0;
}

.fire-list-title {
  font-size: 24px;
  line-height: 1.25;
  color: #3E3B4D;
  font-family: "museo-sans";
  font-weight: 600;
  margin: 0 0 30px 0;
}

.how-we-card-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 36px;
  row-gap: 39px;
}

.how-we-card {
  background-color: #F9EAE6;
  padding: 37px 59px 32px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.how-we-card-icon {
  height: 61px;
  width: 61px;
  object-fit: contain;
}

.how-we-card-title {
  margin: 26px 0 30px 0;
  font-size: 24px;
  line-height: 1.25;
  color: #3E3B4D;
  font-family: "museo-sans";
  font-weight: 600;
}

.fire-how-work-para {
  font-size: 18px;
  line-height: 1.7;
  color: #3E3B4D;
  font-family: "museo-sans";
  font-weight: 400;
}

.fire-how-work-title {
  margin: 0 0 63px 0;
}

.fire-how-work-section {
  padding: 137px 0 0 0;
}

.fire-how-work-title-flex {
  margin: 0 0 0 59px;
}

.service-help-small-right-main {
  max-width: 416px;
  width: 100%;
  flex: 0 0 416px;
}

.fire-faq-title-shape-flex {
  margin: 0 0 50px 0;
}

.faq-accordion-main {
  background-color: #FBF9F6;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 10px 37px 32px 40px;
}

.faq-accordion-main .cus-accordion-button::after {
  content: '';
  font-size: 20px;
  margin-left: auto;
  transition: transform 0.3s ease;
  background-image: none;
  background-color: #DF270B;
  height: 52px;
  min-width: 52px;
  display: block;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../images/svg/white-plus.svg');
  background-size: 15px 15px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.faq-accordion-main .cus-accordion-button:not(.collapsed)::after {
  content: '';
  transform: rotate(0deg);
  background-image: url('../images/svg/white-cross.svg');
}

.cus-accordion-header {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #000000;
}

.cus-accordion-button {
  background-color: transparent;
  border: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #3E3B4D;
  font-family: "museo-sans";
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  word-break: break-word;
  gap: 30px;
  text-align: left;
}

.cus-accordion-body {
  padding: 27px 0 27px 0;
}


.cus-accordion-para {
  font-size: 18px;
  line-height: 1.7;
  color: #3E3B4D;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 30px 0;
  word-break: break-word;
}

.cus-accordion-list-item {
  margin: 0 0 5px 0;
  font-size: 18px;
  line-height: 1.7;
  color: #3E3B4D;
  font-family: "museo-sans";
  font-weight: 400;
  list-style-type: decimal;
  word-break: break-word;
}

.cus-accordion-list {
  padding: 0 0 0 20px;
}

.faq-service-help-flex {
  display: flex;
  gap: 36px;
}

.fire-down-title {
  color: #3E3B4D;
  font-size: 24px;
  line-height: 1.25;
  font-family: "museo-sans";
  font-weight: 600;
  margin: 0 0 30px 0;
  word-break: break-word;
}

.fire-down-para {
  font-size: 18px;
  line-height: 1.7;
  color: #3E3B4D;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 30px 0;
  word-break: break-word;
}

.fire-down-link {
  color: #476AE7;
  font-size: 18px;
  line-height: 1.7;
  font-family: "museo-sans";
  font-weight: 400;
  text-decoration: underline;
  display: block;
  word-break: break-word;
}

.fire-down-link:hover {
  text-decoration: none;
}

.fire-down-warpper {
  margin: 0 0 50px 0;
  padding: 0 0 0 59px;
}

.fire-useful-link {
  margin: 0 0 15px 0;
}

/* end Legionella Risk Assessment, Fire Risk Assessment, Fire & Resilience FAQs, Fire Downloads & Links *

/* start our values page */

.our-value-card-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.our-value-card {
  background-color: #EBE3D1;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 70px 72px 50px;
  text-align: center;
}

.our-value-icon {
  width: 44px;
  height: 50px;
  object-fit: contain;
}

.our-value-card-title {
  color: #3E3B4D;
  margin: 27px 0px 23px 0;
  font-size: 30px;
  line-height: 1.25;
  font-family: "museo-sans";
  font-weight: 400;
  word-break: break-word;
}

.our-value-card-para {
  color: #3E3B4D;
  margin: 0 0 0 0;
  font-size: 18px;
  line-height: 1.5;
  font-family: "museo-sans";
  font-weight: 400;
  word-break: break-word;
}

.our-value-cards-sec {
  padding: 69px 0 125px 0;
}

.inner-hero-section {
  height: 510px;
  width: 100%;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-shape-space {
  margin: 0 0 0 -59px;
}

.inner-hero-details-card {
  max-width: 709px;
  background-color: #FFFFFF;
  padding: 65px 59px;
  height: 510px;
  position: relative;
}

.inner-hero-details-card::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 0;
  left: -30px;
  background-image: url(../images/png/inner-hero-left-shape.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-hero-details-card::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: -30px;
  background-image: url(../images/png/inner-hero-right-shape.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-hero-container {
  padding: 0 0 0 300px;
}

.inner-hero-card-title {
  margin: 0 0 74px 0;
}

.our-value-sector-section {
  margin: -60px 0 0 0;
  position: relative;
  z-index: 1;
}

.our-value-bg {
  background-color: #FBF9F6;
}


.our-value-details-section {
  padding: 121px 0;
}

.our-details-flex {
  display: flex;
  gap: 53px;
  margin: 0 0 85px 45px;
}

.our-details-flex:last-child {
  margin: 0 0 0 39px;
}

.our-values-img {
  height: 370px;
  min-width: 370px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.our-details-left-main {
  max-width: 370px;
  width: 100%;
  flex: 0 0 370px;
}

.our-details-right-main {
  flex: 1;
}

.our-details-title {
  color: #3E3B4D;
  font-size: 24px;
  line-height: 1.25;
  font-family: "museo-sans";
  font-weight: 600;
  margin: 0 0 30px 0;
  word-break: break-word;
}

.our-details-para {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.5;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 30px 0;
  word-break: break-word;
}

.our-list-heading {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.5;
  font-family: "museo-sans";
  font-weight: 400;
  word-break: break-word;
}

.our-details-list {
  padding: 0 0 0 20px;
  list-style-type: disc;
}

.our-details-list li {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.5;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 3px 0;
  word-break: break-word;
}

.our-details-btn {
  margin: 39px 0 0 0;
  display: block;
  max-width: max-content;
  transition: all 0.3s;
}

.our-details-btn:hover {
  background-color: #B4B1C4;
  border: 2px solid #B4B1C4;
}

/* end our values page */

/* start our team page  */
.our-team-card-flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 36px;
  row-gap: 40px;
}

.our-team-card {
  background-color: #EBE3D1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.our-team-card-title {
  color: #3E3B4D;
  font-size: 24px;
  line-height: 1.25;
  font-family: "museo-sans";
  font-weight: 600;
  margin: 0 0 11px 0;
  word-break: break-word;
}

.our-team-card-sub-title {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.5;
  font-family: "museo-sans";
  font-weight: 400;
  min-height: 48px;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.our-team-img {
  min-height: 410px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}

.our-team-card-details {
  padding: 24px 32px;
}

.our-executive-team-section {
  padding: 83px 0 145px 0;
}

.our-tech-team-section {
  padding: 0 0 145px 0;
}

.our-commercial-team-section {
  padding: 0 0 184px 0;
}

.working-for-zeta-section {
  padding: 133px 0 112px 0;
  background-color: #FBF9F6;
}

.working-zeta-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 149px;
  padding: 0 0 0 55px;
}

.working-zeta-left-main {
  flex: 1;
}

.working-zeta-right-main {
  max-width: 416px;
  width: 100%;
  flex: 0 0 416px;
}

.working-for-zeta-para {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.8;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 30px 0;
  word-break: break-word;
}

.our-people-title-flex {
  gap: 39px;
  margin: 0 0 50px 0;
  align-items: center;
}

.working-zeta-card {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #FFFFFF;
}

.working-zeta-img {
  min-height: 334px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}

.working-zeta-card-content {
  padding: 28px 55px 43px 32px;
}

.working-zeta-card-title {
  color: #3E3B4D;
  font-size: 30px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 20px 0;
}

/* end our team page  */

/* start recruitment page */
.why-join-us-section {
  padding: 83px 0 95px 0;
}

.why-join-left-main {
  flex: 1;
}

.employee-benefit-main {
  padding: 0 0 0 59px;
}

.why-join-us-flex {
  display: flex;
  gap: 36px;
}

.why-join-right-main {
  max-width: 416px;
  width: 100%;
  flex: 0 0 416px;
}

.why-join-us-para {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.8;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 30px 0;
  word-break: break-word;
}

.why-join-us-para:last-child {
  margin: 0;
}

.why-join-us-right-main {
  max-width: 529px;
  width: 100%;
  flex: 0 0 529px;
}

.why-join-us-card {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 47px 47px 61px 46px;
  position: relative;
}

.why-join-us-card-creame {
  background-color: #EBE3D1;
}

.live-jobs-flex {
  display: flex;
  align-items: flex-start;
  gap: 38px;
  margin: 0 0 40px 18px;
}

.live-jobs-icon {
  height: 37px;
  width: 37px;
  object-fit: contain;
}

.live-jobs-para {
  font-size: 18px;
  line-height: 1.8;
  font-family: "museo-sans";
  font-weight: 600;
  word-break: break-word;
}

.live-jobs-para-purple {
  color: #3E3B4D;
}

.live-jobs-para-white {
  color: #FFFFFF;
  margin: 0 0 50px 0;
}

.recruitment-section-title-white {
  color: #FFFFFF;
}

.recruitment-title-flex {
  margin: 0 0 30px 0;
}

.recruitment-card-title {
  max-width: 295px;
  width: 100%;
  margin: 0 0 52px 0;
}

.why-join-us-card-purple {
  background-color: #3E3B4D;
}

.recruitment-btn {
  padding: 13px 20px 13px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 213px;
  transition: all 0.3s;
}

.recruitment-btn:hover {
  background-color: #B4B1C4;
  border: 2px solid #B4B1C4;
}

.recruitment-btn.recruitment-contact-btn {
  background-color: #F1F6F2;
  border: 2px solid #F1F6F2;
}

.employee-benefit-section {
  padding: 0 0 164px 0;
}


.why-join-card-shape {
  position: absolute;
  left: 0;
  top: 42px;
  height: 128px;
  background-color: #FFFFFF;
}

.benefit-flex {
  display: flex;
  gap: 47px;
  margin: 0 0 25px 0;
}

.benefit-flex:last-child {
  margin: 0;
}

.benefit-icon {
  height: 57px;
  width: 57px;
  object-fit: contain;
}

.benefit-para {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.8;
  font-family: "museo-sans";
  font-weight: 400;
  word-break: break-word;
}

.benefit-title {
  color: #3E3B4D;
  font-size: 24px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 600;
  margin: 0 0 5px 0;
  word-break: break-word;
}

/* end recruitment page */

/* start 404 page  */

.oops-btn-flex {
  margin: 61px 0 0 0;
}

.oops-shape-container::after {
  height: 292px;
}

.inner-btn-flex .purple-rounded-btn:hover {
  background-color: #B4B1C4;
  border: 2px solid #B4B1C4;
}

.oops-trusted-section {
  padding: 125px 0 84px 153px;
}

.inner-details-shape-container::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  height: 292px;
  background-color: #3E3B4D;
  border-radius: 0 0 30px 0;
  -webkit-border-radius: 0 0 30px 0;
  -moz-border-radius: 0 0 30px 0;
  -ms-border-radius: 0 0 30px 0;
  -o-border-radius: 0 0 30px 0;
}

.inner-details-shape-container {
  position: relative;
}

.inner-btn-flex {
  display: flex;
  align-items: center;
  gap: 12px;
}

.inner-hero-sub-title {
  max-width: 689px;
  width: 100%;
}

/* end 404 page   */

/* start thank you page   */

.thank-you-shape-container::after {
  height: 490px;
}

.thank-you-trusted-section {
  padding: 74px 0 87px 153px;
}

.thank-you-btn-flex {
  margin: 43px 0 0 0;
}

/* end thank you page   */

/* start case studies page   */
.inner-hero-sub-title-large {
  max-width: 822px;
  width: 100%;
  margin: 0;
}

.inner-case-studies-card-title {
  margin: 0 0 47px 0;
}

.zik-zak-section {
  padding: 68px 0 0;
}

.zik-zak-flex {
  display: flex;
  column-gap: 36px;
  row-gap: 109px;
  flex-wrap: wrap;
  justify-content: center;
}

/* .zik-zak-flex:last-child {
  margin: 0 0 89px 0;
} */

.zik-zak-small-card {
  /* max-width: 475px;
  width: 100%;
  flex: 0 0 475px; */
  max-width: 38%;
  width: 100%;
  flex: 0 0 38%;
}

.zik-zak-large-card {
  /* flex: 1; */
  max-width: 59%;
  width: 100%;
  flex: 0 0 59%;
}

.zik-zak-card:hover .zik-zak-img {
  transform: scale(1.1);
}

.zik-zak-card {
  transition: all 0.5s ease-in-out;
  /* margin: 0 0 109px 0; */
}

.zik-zak-image-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.zik-zak-img {
  width: 100%;
  min-height: 475px;
  max-height: 475px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.5s ease-in-out;
}

.zik-zak-name-box-white {
  background-color: #EBE3D1;
}

.zik-zak-name-box-white .zik-zak-name {
  color: #3E3B4D;
}

.zik-zak-name-box-purple {
  background-color: #3E3B4D;
}

.zik-zak-name-box-purple .zik-zak-name {
  color: #FFFFFF;
}

.zik-zak-name-box {
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  padding: 8px 24px;
  position: absolute;
  left: 32px;
  top: 32px;
}

.zik-zak-name {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 600;
  word-break: break-word;
}

.zik-zak-logo {
  height: 140px;
  width: 140px;
  object-fit: contain;
}

.zik-zak-card-content {
  padding: 31px 0 0 0;
}

.zik-zak-card-title {
  margin: 0 0 41px 0;
  max-width: 428px;
  font-size: 30px;
  line-height: 1.4;
  font-family: "museo-sans";
  font-weight: 400;
  color: #FFFFFF;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 84px;
}

.case-study-speck-with-us {
  background-color: #484557;
}

.case-study-with-us-section {
  padding: 123px 0 135px 0;
}

.case-study-trusted-section {
  padding: 86px 0 86px 357px;
}

.pagination-main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 89px 0 0 0;
}

.pagination-main .page-link {
  background-color: transparent;
  border: 0;
  padding: 10px 11px;
  transition: 0.5s all ease-in-out;
}

.pagination-main .page-link:focus {
  box-shadow: none;
  outline: none;
}

.pagination-main .pagination {
  background-color: #484557;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  gap: 50px;
  padding: 0 10px;
}

.pagi-arrow-icon {
  height: 32px;
  width: 52px;
  object-fit: contain;
  transition: all 0.3s;
}

.pagination .page-item:first-child:hover .page-link {
  padding-right: 16px;
}

.pagination .page-item:last-child:hover .page-link {
  padding-left: 16px;
}

/* end case studies page   */

/* start case study details page */

.ser-hero-details-img {
  border-radius: 0 0 0 30px;
  -webkit-border-radius: 0 0 0 30px;
  -moz-border-radius: 0 0 0 30px;
  -ms-border-radius: 0 0 0 30px;
  -o-border-radius: 0 0 0 30px;
}

.inner-page-details-bg {
  background-color: #FFFFFF;
  position: relative;
  margin: 0 0 115px 0;
}

.shape-page-full-blue {
  background-color: #EDF0FD;
}

.shape-page-full-purple {
  background-color: #3E3B4D;
}

.shape-page-full {
  position: absolute;
  width: 300px;
  left: 0;
  top: 105px;
  height: -webkit-fill-available;
  border-radius: 0 0 30px 0;
  -webkit-border-radius: 0 0 30px 0;
  -moz-border-radius: 0 0 30px 0;
  -ms-border-radius: 0 0 30px 0;
  -o-border-radius: 0 0 30px 0;
}

.page-wrapper {
  padding: 105px 0 0 0;
}

.inner-details-section {
  padding: 84px 0 0 0;
}

.inner-details-flex {
  display: flex;
  gap: 62px;
}

.inner-details-right {
  max-width: 416px;
  flex: 0 0 416px;
  width: 100%;
}

.inner-details-left {
  flex: 1;
}

.inner-details-card-para {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.7;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 40px 0;
  word-break: break-word;
}

.inner-details-img {
  width: 100%;
  height: 477px;
  object-fit: cover;
  margin: 20px 0 81px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.inner-details-title {
  margin: 0 0 30px 0;
}

.quoute-box {
  background-color: #FBF9F6;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 77px 48px 50px 69px;
  margin: 0 0 89px 0;
}

.quoute-para {
  color: #3E3B4D;
  font-size: 24px;
  line-height: 1.5;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 30px 0;
  word-break: break-word;
}

.quoute-bold {
  font-weight: 600;
}

.quoute-para:last-child {
  margin: 0;
}

.inner-details-card-list {
  padding: 0 0 0 20px;
  margin: 0 0 30px 0;
}

.inner-details-card-list-item {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.5;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 3px 0;
  list-style-type: disc;
  word-break: break-word;
}

.chart-img {
  object-fit: contain;
}

.solution-service-icon {
  height: 44px;
  width: 44px;
  object-fit: contain;
}

.solution-service-btn:hover .hero-redirect-icon {
  margin-right: -5px;
}

.solution-para {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.5;
  font-family: "museo-sans";
  font-weight: 600;
  margin: 16px 0 39px 0;
  word-break: break-word;
}

.solution-card {
  margin: 0 0 36px 0;
}

.solution-service-btn {
  background-color: #FFFFFF;
  padding: 4px 17px 4px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #3E3B4D;
  font-size: 20px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 400;
  text-decoration: none;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  gap: 15px;
  max-width: 242px;
  min-width: 242px;
  word-break: break-word;
  margin: 0 0 11px 0;
  transition: all 0.3s;
}

.solution-service-btn:hover {
  box-shadow: 0px 0px 20px 0px #FFFFFF;
  background: #FFFFFF;
}

.solution-service-btn:last-child {
  margin: 0;
}


.inner-details-wrapper {
  position: relative;
  padding: 0 0 0 55px;
}

.fire-down-speak-with-us-section {
  margin: 70px 0 193px 0;
}

.inner-details-card-subtitle {
  color: #3E3B4D;
  font-size: 24px;
  line-height: 1.5;
  font-family: "museo-sans";
  font-weight: 600;
  margin: 0 0 40px 0;
  word-break: break-word;
}

.inner-details-card-para-bold {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.5;
  font-family: "museo-sans";
  font-weight: 800;
  margin: 0 0 40px 0;
  word-break: break-word;
}

.inner-details-card-item-digit {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.5;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 3px 0;
  list-style-type: decimal;
  word-break: break-word;
}

.inner-details-card-list-para {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.5;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 10px 0;
  word-break: break-word;
}

/* end case study details page */


/* start contact us page */
.contact-hero-flex {
  display: flex;
  margin: 0 0 80px 0;
}

.contact-hero-card {
  flex: 1;
  height: 423px;
}

.contact-hero-img {
  max-width: 785px;
  width: 100%;
  flex: 0 0 785px;
  height: 423px;
  object-fit: cover;
}

.inner-contact-card-title {
  max-width: 404px;
}

.shape-inner-contact-hero-card {
  height: 123px;
  position: absolute;
  left: 0;
  top: 61px;
}

.contact-form-para {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 47px 0;
  max-width: 762px;
  width: 100%;
  padding: 0 0 0 65px;
  word-break: break-word;
}

.contact-form-flex {
  display: flex;
  gap: 70px;
  padding: 0 0 111px 0;
}

.contact-left-main {
  flex: 1;
}

.contact-right-main {
  max-width: 388px;
  flex: 0 0 388px;
  width: 100%;
}

.contact-left-para {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.5;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 8px 0;
  word-break: break-word;
}

.contact-form-col {
  padding: 0 4px;
  margin: 5px 0;
}

.contact-row {
  margin: 0 -4px;
}

.radio-group .form-check {
  display: flex;
  align-items: center;
  padding: 0;
}

.radio-group .form-check-input {
  width: 20px;
  height: 20px;
  margin: 0;
  background-color: white;
  border: 2px solid white;
}

.radio-group .form-check-input:checked {
  background-color: white;
  border: 2px solid white;
}

.radio-group .form-check-input:checked::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 3px;
  border-radius: 50%;
  background-color: #3C384C;
}

.radio-group .form-check-label {
  color: #FFFFFF;
  margin-left: 17px;
  font-size: 18px;
  line-height: 1.5;
  font-family: "museo-sans";
  font-weight: 400;
}

.radio-group {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
  gap: 52px;
}

.contact-map {
  width: 100%;
  height: 574px;
  border-radius: 30px 0 0 0;
  -webkit-border-radius: 30px 0 0 0;
  -moz-border-radius: 30px 0 0 0;
  -ms-border-radius: 30px 0 0 0;
  -o-border-radius: 30px 0 0 0;
}

.map-container {
  padding: 0 0 0 300px;
  display: flex;
}

.contact-call-icon {
  height: 35px;
  width: 35px;
  object-fit: contain;
}

.contact-info-box {
  padding: 0 0 0 55px;
}

.contact-form-wrapper {
  padding: 0 0 0 55px;
}

.contact-ul {
  margin: 0 0 55px 0;
}

.contact-li {
  font-size: 18px;
  line-height: 1.5;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 5px 0;
  color: #FFFFFF;
  word-break: break-word;
}

.contact-call-flex {
  display: flex;
  align-items: center;
  gap: 25px;
}

.conatct-call-shape-flex {
  margin: 0 0 34px 0;
}


.contact-call-title {
  font-size: 40px;
}

.contact-title {
  color: #FFFFFF;
}

.conatct-form-title {
  margin: 0 0 60px 0;
}

.contact-link-box {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  padding: 11px 22px;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  font-size: 18px;
  line-height: 1.5;
  font-family: "museo-sans";
  font-weight: 400;
  color: #3C384C;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  word-break: break-word;
}

.contact-link-box:hover {
  background-color: #CCCADA;
  border: 2px solid #CCCADA;
}

.contact-trusted-section {
  padding: 101px 15px 87px 357px;
}

.white-rounded-btn.contact-button:hover {
  background-color: #CCCADA;
}

.cream-rounded-arrow-icon {
  height: 17px;
  width: 17px;
  object-fit: contain;
}

/* end contact us page */

/* start cms page  */

.cms-details-section {
  padding: 68px 0 30px 300px;
}

.cms-content-warper-inner {
  padding: 0 157px 0 56px;
}

.cms-details-section h1 {
  margin: 0 0 50px 0;
  position: relative;
  font-size: 46px;
  line-height: 1.2;
  font-family: 'museo';
  font-weight: 200;
  color: #3E3B4D;
  word-break: break-word;
  padding: 0 0 0 50px;
}

.cms-details-section h1::after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3E3B4D;
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
}

.cms-details-section p {
  font-size: 18px;
  line-height: 1.6;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 30px 0;
  color: #3E3B4D;
  word-break: break-word;
}

.cms-details-section a {
  color: #007AFF;
  font-size: 18px;
  line-height: 1.6;
  font-family: "museo-sans";
  font-weight: 400;
  word-break: break-word;
}

.cms-details-section strong {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.6;
  font-family: "museo-sans";
  font-weight: 400;
}

.cms-details-section ul {
  margin: 0px;
  padding: 0 0 0 15px;
}

.cms-details-section li {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.6;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 10px 0;
  word-break: break-word;
}

.cms-details-section ol {
  margin: 0px;
  padding: 0 0 0 15px;
}

.cms-details-section b {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.6;
  font-family: "museo-sans";
  font-weight: 400;
}

.cms-details-section i {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.6;
  font-family: "museo-sans";
  font-weight: 400;
}

.cms-details-section h2 {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.6;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 15px 0;
  word-break: break-word;
}

.cms-details-section h3 {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.6;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 15px 0;
  word-break: break-word;
}

.cms-details-section h4 {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.6;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 15px 0;
  word-break: break-word;
}

.cms-details-section h5 {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.6;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 15px 0;
  word-break: break-word;
}

.cms-details-section h6 {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.6;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 15px 0;
  word-break: break-word;
}

.cms-details-section table th {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.6;
  font-family: "museo-sans";
  font-weight: 400;
}

.cms-details-section table td {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.6;
  font-family: "museo-sans";
  font-weight: 400;
  word-break: break-word;
}

/* end cms page  */
.container-custom {
  padding: 0 300px;
}

.offer-fire-risk-section {
  margin: 68px 0 0 0;
}

.offer-fire-down-section {
  margin: 142px 0 70px 0;
}

.about-inner-shape-box {
  position: relative;
  padding: 0 0 0 75px;
}

.about-inner-shape-box::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 100%;
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  background-color: #FFFFFF;
}

.legionella-details-flex {
  margin: 0 0 85px 0;
}

.services-details-logo {
  width: 347px;
  height: 153px;
  object-fit: contain;
}

.services-details-logo-box {
  display: flex;
  justify-content: flex-end;
}

.fire-risk-speak-with-us-sec {
  margin: 70px 0 193px 0;
}

.about-details-inner-container {
  max-width: 830px;
  width: 100%;
}

.offer-client-section {
  margin: 60px 0 0;
}

.res-details-wrapper {
  margin: 0 0 70px 0;
}

.rounded-btn.offer-tech-btn:hover {
  opacity: 0.3;
}

.client-speak-with-us-section {
  margin: 70px 0 149px;
}

.white-rounded-btn.speak-with-us-btn:hover {
  background-color: #F1F6F2;
}

.inner-details-card-para-link {
  color: #007AFF;
  font-size: 18px;
  line-height: 1.6;
  font-family: "museo-sans";
  font-weight: 400;
  text-decoration: underline;
}

.inner-details-list-item-link {
  margin: 0 0 3px 0;
  list-style-type: none;
}

.inner-details-link-list {
  padding: 0;
  margin: 0 0 30px 0;
}

.section-mid-title {
  font-size: 40px;
  line-height: 1.2;
  font-family: 'museo';
  font-weight: 200;
  color: #3E3B4D;
}

.anchor-section {
  scroll-margin-top: 100px;
  /* Adjust based on your header height */
}

.header-container {
  max-width: 1350px;
  margin: auto;
  padding: 0 15px 0 60px;
  width: 100%;
}

.inner-ser-hero-card {
  width: 488px;
}

.fire-hero-section .shape-blue-color::after {
  background-color: #DF270B;
}

.training-hero-section .shape-blue-color::after {
  background-color: #337F44;
}

.postid-422 section.services-trusted-section.water-services-trusted-section {
  display: none;
}

.training-compliance-section .compliance-more-box {
  background: transparent;
}

.fire-legionesll .shape-title-blue::after {
  background-color: #DF270B;
}

.cms-content-warper-inner p {
  padding-left: 50px;
}

.cms-content-warper-inner {
  padding: 0 20px 0 0px;
}

.submenu-parent::before {
  content: '';
  position: absolute;
  right: 4%;
  top: 50%;
  width: 13px;
  height: 13px;
  background-image: url('https://zetaservices.co.uk/wp-content/themes/zeta-services/assets/images/svg/right-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  cursor: pointer;
}

.header-menu-item.submenu-parent {
  position: relative;
}

.hide-parent::before {
  display: none;
}
.hide-parent::after {
  display: none;
}
.submenu-parent::after {
  content: '';
  position: absolute;
  right: 50px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #CCCADA;
}

.how-can-help-para h2,
.risk-details-para h2 {
  color: #3E3B4D;
  font-size: 24px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 600;
  margin: 0 0 40px 0;
  word-break: break-word;
}

.how-can-help-para ul,
.risk-details-para ul,
.fire-list-wrapper ul {
  margin: 0 0 40px 0;
  padding: 0 0 0 25px;
}

.how-can-help-para ul li,
.risk-details-para ul li,
.fire-list-wrapper ul li {
  font-size: 18px;
  color: #3E3B4D;
  line-height: 1.667;
  font-family: "museo-sans";
  font-weight: 400;
  margin: 0 0 2px 0;
  list-style-type: disc;
  word-break: break-word;
}

.how-can-help-para strong,
.risk-details-para strong,
.fire-list-wrapper strong {
  font-weight: 900;
}

.risk-details-para p,
.fire-list-wrapper p,
.how-can-help-para p {
  margin-bottom: 20px;
}

.risk-details-para h3,
.fire-list-wrapper h3,
.how-can-help-para h3 {
  color: #3E3B4D;
  font-size: 18px;
  line-height: 1.2;
  font-family: "museo-sans";
  font-weight: 600;
  margin: 0 0 20px 0;
  word-break: break-word;
  font-weight: 900;
}

/* .water-legionesll .risk-details-left-main .shape-title-flex.risk-ass-title-flex {
    position: sticky;
    top: 117px;
} */
 @supports (-webkit-overflow-scrolling: touch) {
        .footer-terms-link-flex {
            display: flex;
            align-items: center;
        }
    }