.elementor-29 .elementor-element.elementor-element-0c93b14{--display:flex;--overlay-opacity:0.5;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-29 .elementor-element.elementor-element-0c93b14:not(.elementor-motion-effects-element-type-background), .elementor-29 .elementor-element.elementor-element-0c93b14 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://mhsgrouphub.com/wp-content/uploads/2026/03/ChatGPT-Image-Mar-8-2026-06_18_51-AM.png");}.elementor-29 .elementor-element.elementor-element-0c93b14::before, .elementor-29 .elementor-element.elementor-element-0c93b14 > .elementor-background-video-container::before, .elementor-29 .elementor-element.elementor-element-0c93b14 > .e-con-inner > .elementor-background-video-container::before, .elementor-29 .elementor-element.elementor-element-0c93b14 > .elementor-background-slideshow::before, .elementor-29 .elementor-element.elementor-element-0c93b14 > .e-con-inner > .elementor-background-slideshow::before, .elementor-29 .elementor-element.elementor-element-0c93b14 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-29 .elementor-element.elementor-element-0a0a270{--display:flex;}.elementor-29 .elementor-element.elementor-element-f93a9da{--display:flex;}.elementor-29 .elementor-element.elementor-element-9f68516{--display:flex;--overlay-opacity:0.7;}.elementor-29 .elementor-element.elementor-element-9f68516:not(.elementor-motion-effects-element-type-background), .elementor-29 .elementor-element.elementor-element-9f68516 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://mhsgrouphub.com/wp-content/uploads/2026/03/ChatGPT-Image-Mar-8-2026-06_11_17-AM-1.png");}.elementor-29 .elementor-element.elementor-element-9f68516::before, .elementor-29 .elementor-element.elementor-element-9f68516 > .elementor-background-video-container::before, .elementor-29 .elementor-element.elementor-element-9f68516 > .e-con-inner > .elementor-background-video-container::before, .elementor-29 .elementor-element.elementor-element-9f68516 > .elementor-background-slideshow::before, .elementor-29 .elementor-element.elementor-element-9f68516 > .e-con-inner > .elementor-background-slideshow::before, .elementor-29 .elementor-element.elementor-element-9f68516 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-29 .elementor-element.elementor-element-994a531{--display:flex;}.elementor-29 .elementor-element.elementor-element-dedef58{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c9bfe45 */.mhs-about-sec1{
  padding: 110px 20px;
  background: transparent;
  font-family: Poppins, sans-serif;
}

.mhs-about-container{
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.mhs-about-content{
  width: 100%;
}

.mhs-about-badge{
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(242,196,0,.15);
  border: 1px solid rgba(242,196,0,.35);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

.mhs-about-title{
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 20px;
  color: #ffffff;
}

.mhs-about-title span{
  color: #f2c400;
}

.mhs-about-desc{
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,.85);
  max-width: 540px;
  margin: 0 0 30px;
}

.mhs-about-buttons{
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.mhs-about-btn{
  padding: 14px 26px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}

.mhs-about-btn-primary{
  background: linear-gradient(135deg,#f2c400,#ffd83a);
  color: #111111;
  box-shadow: 0 14px 35px rgba(242,196,0,.25);
}

.mhs-about-btn-primary:hover{
  transform: translateY(-2px);
}

.mhs-about-btn-secondary{
  border: 1px solid rgba(255,255,255,.25);
  color: #ffffff;
  background: rgba(255,255,255,.05);
}

.mhs-about-btn-secondary:hover{
  background: rgba(255,255,255,.12);
}

.mhs-about-stats{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-top: 30px;
}

.mhs-about-stat{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  padding: 20px;
  border-radius: 16px;
  text-align: center;
}

.mhs-about-stat h3{
  font-size: 26px;
  color: #f2c400;
  margin: 0 0 6px;
}

.mhs-about-stat p{
  margin: 0;
  font-size: 13px;
  color: rgba(255,255,255,.75);
}

.mhs-about-imgbox{
  height: 420px;
  border-radius: 24px;
  background: linear-gradient(145deg,#101010,#1c1c1c);
  border: 1px solid rgba(242,196,0,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
}

@media(max-width:1024px){
  .mhs-about-container{
    grid-template-columns: 1fr;
  }

  .mhs-about-imgbox{
    height: 300px;
  }
}

@media(max-width:768px){
  .mhs-about-sec1{
    padding: 80px 16px;
  }

  .mhs-about-title{
    font-size: 34px;
  }

  .mhs-about-stats{
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c5056e1 */.mhs-about-sec2{
  padding: 100px 20px;
  background: transparent;
  font-family: 'Poppins', sans-serif;
}

.mhs-about2-container{
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}

.mhs-about2-badge{
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(242,196,0,.10);
  border: 1px solid rgba(242,196,0,.30);
  color: #111111;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

.mhs-about2-title{
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 20px;
  color: #111111;
}

.mhs-about2-title span{
  color: #f2c400;
}

.mhs-about2-desc{
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
  margin: 0 0 18px;
  max-width: 560px;
}

.mhs-about2-highlights{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-top: 30px;
}

.mhs-about2-highlight{
  padding: 16px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.mhs-about2-highlight strong{
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
  color: #111111;
}

.mhs-about2-highlight span{
  font-size: 13px;
  color: #666666;
}

.mhs-about2-box{
  background: #ffffff;
  border-radius: 18px;
  padding: 28px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 14px 35px rgba(0,0,0,0.08);
}

.mhs-about2-box h3{
  font-size: 22px;
  margin: 0 0 12px;
  color: #111111;
}

.mhs-about2-box p{
  font-size: 15px;
  line-height: 1.8;
  color: #555555;
  margin: 0 0 12px;
}

@media(max-width:1024px){

  .mhs-about2-container{
    grid-template-columns: 1fr;
  }

}

@media(max-width:768px){

  .mhs-about-sec2{
    padding: 70px 16px;
  }

  .mhs-about2-title{
    font-size: 32px;
  }

  .mhs-about2-highlights{
    grid-template-columns: 1fr;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3579e46 */.mhs-about-sec3{
  padding:100px 20px;
  background:transparent;
  font-family:Poppins,sans-serif;
}

.mhs-about3-container{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:0.9fr 1.1fr;
  gap:60px;
  align-items:center;
}

.mhs-about3-imagebox{
  height:460px;
  border-radius:24px;
  background:#f4f4f4;
  border:1px solid rgba(0,0,0,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  color:#666;
}

.mhs-about3-badge{
  display:inline-block;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(242,196,0,.15);
  border:1px solid rgba(242,196,0,.35);
  color:#111;
  font-size:13px;
  font-weight:600;
  margin-bottom:18px;
}

.mhs-about3-title{
  font-size:42px;
  font-weight:700;
  margin:0 0 12px;
  color:#111;
}

.mhs-about3-title span{
  color:#f2c400;
}

.mhs-about3-name{
  font-size:22px;
  font-weight:600;
  margin-bottom:18px;
  color:#111;
}

.mhs-about3-desc{
  font-size:16px;
  line-height:1.8;
  color:#555;
  margin-bottom:16px;
}

.mhs-about3-points{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:26px;
}

.mhs-about3-point{
  padding:14px 16px;
  border-radius:12px;
  background:#ffffff;
  border:1px solid rgba(0,0,0,.08);
  font-size:14px;
  color:#333;
}

@media(max-width:1024px){

.mhs-about3-container{
grid-template-columns:1fr;
}

.mhs-about3-imagebox{
height:320px;
}

}

@media(max-width:768px){

.mhs-about-sec3{
padding:70px 16px;
}

.mhs-about3-title{
font-size:32px;
}

.mhs-about3-points{
grid-template-columns:1fr;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-67c4344 */.mhs-about-sec4{
  padding:100px 20px;
  background:transparent;
  font-family:Poppins,sans-serif;
}

.mhs-about4-container{
  max-width:1200px;
  margin:auto;
}

.mhs-about4-head{
  text-align:center;
  max-width:700px;
  margin:auto;
  margin-bottom:60px;
}

.mhs-about4-badge{
  display:inline-block;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(242,196,0,.15);
  border:1px solid rgba(242,196,0,.35);
  color:#ffffff;
  font-size:13px;
  font-weight:600;
  margin-bottom:18px;
}

.mhs-about4-title{
  font-size:42px;
  font-weight:700;
  color:#ffffff;
  margin-bottom:16px;
}

.mhs-about4-title span{
  color:#f2c400;
}

.mhs-about4-desc{
  font-size:16px;
  line-height:1.8;
  color:rgba(255,255,255,.85);
}

.mhs-about4-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

.mhs-about4-card{
  padding:28px;
  border-radius:18px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  transition:.3s;
}

.mhs-about4-card:hover{
  transform:translateY(-5px);
  border-color:rgba(242,196,0,.4);
}

.mhs-about4-card h3{
  font-size:18px;
  margin-bottom:10px;
  color:#ffffff;
}

.mhs-about4-card p{
  font-size:14px;
  line-height:1.7;
  color:rgba(255,255,255,.8);
}

@media(max-width:1024px){

.mhs-about4-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.mhs-about-sec4{
padding:70px 16px;
}

.mhs-about4-title{
font-size:32px;
}

.mhs-about4-grid{
grid-template-columns:1fr;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eef3eaf */.mhs-about-sec5{
  padding: 100px 20px;
  background: transparent;
  font-family: Poppins, sans-serif;
}

.mhs-about5-container{
  max-width: 1200px;
  margin: auto;
}

.mhs-about5-head{
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}

.mhs-about5-badge{
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(242,196,0,.10);
  border: 1px solid rgba(242,196,0,.30);
  color: #111111;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

.mhs-about5-title{
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #111111;
  margin: 0 0 16px;
}

.mhs-about5-title span{
  color: #f2c400;
}

.mhs-about5-desc{
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
  margin: 0;
}

.mhs-about5-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.mhs-about5-card{
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 14px 35px rgba(0,0,0,.06);
  transition: all .3s ease;
}

.mhs-about5-card:hover{
  transform: translateY(-6px);
  border-color: rgba(242,196,0,.25);
  box-shadow: 0 18px 38px rgba(0,0,0,.09);
}

.mhs-about5-icon{
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg,#f2c400,#ffd83a);
  font-size: 26px;
  margin-bottom: 18px;
}

.mhs-about5-card h3{
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  color: #111111;
  margin: 0 0 12px;
}

.mhs-about5-card p{
  font-size: 14px;
  line-height: 1.8;
  color: #666666;
  margin: 0;
}

@media(max-width:1024px){
  .mhs-about5-grid{
    grid-template-columns: repeat(2,1fr);
  }
}

@media(max-width:768px){
  .mhs-about-sec5{
    padding: 70px 16px;
  }

  .mhs-about5-title{
    font-size: 32px;
  }

  .mhs-about5-grid{
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a40ab23 */.mhs-about-sec6{
  padding:100px 20px;
  background:transparent;
  font-family:Poppins,sans-serif;
}

.mhs-about6-container{
  max-width:1000px;
  margin:auto;
}

.mhs-about6-box{
  text-align:center;
  padding:60px 40px;
  background:#ffffff;
  border-radius:24px;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.mhs-about6-title{
  font-size:40px;
  font-weight:700;
  margin-bottom:16px;
  color:#111111;
}

.mhs-about6-title span{
  color:#f2c400;
}

.mhs-about6-desc{
  font-size:16px;
  line-height:1.8;
  color:#555555;
  max-width:680px;
  margin:0 auto 30px;
}

.mhs-about6-buttons{
  display:flex;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
}

.mhs-about6-btn{
  padding:14px 28px;
  border-radius:12px;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:.3s;
}

.mhs-about6-btn-primary{
  background:linear-gradient(135deg,#f2c400,#ffd83a);
  color:#111;
  box-shadow:0 12px 30px rgba(242,196,0,.25);
}

.mhs-about6-btn-primary:hover{
  transform:translateY(-2px);
}

.mhs-about6-btn-secondary{
  border:1px solid rgba(0,0,0,.15);
  color:#111;
  background:#fff;
}

.mhs-about6-btn-secondary:hover{
  background:#f6f6f6;
}

@media(max-width:768px){

.mhs-about-sec6{
padding:70px 16px;
}

.mhs-about6-title{
font-size:30px;
}

.mhs-about6-box{
padding:40px 24px;
}

}/* End custom CSS */