section a i {
  font-size: 12px;
  margin-left: 10px;
}
/* Banner */
section.home-banner .banner-content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: #0002;
}

section.home-banner .banner-dark-overlay {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
  position: absolute;
}

section.home-banner .owl-carousel .owl-item img {
  object-fit: cover;
}

section.home-banner button.owl-dot.active span {
  background: var(--blue) !important;
  width: 10px !important;
}

section.home-banner .banner-content h1,
section.home-banner .banner-content h2 {
  font-size: 50px;
  line-height: 65px;
  text-transform: uppercase;
}

section.home-banner .banner-content p {
  font-size: 22px;
}

section.home-banner .clear-cta {
  justify-content: flex-start;
}

section.home-banner .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
}

@media (min-width: 1200px) {
  section.home-banner .banner-content-cta {
    width: 55%;
    padding-left: 10px;
  }
}

@media (max-width: 1199px) {
  .banner-content h1,
  .banner-content h2 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}

@media (max-width: 767px) {
  #home_Slider .owl-carousel .owl-item img {
    height: 650px;
    object-fit: cover;
  }

  section.home-banner .banner-content h1,
  section.home-banner .banner-content h2 {
    font-size: 45px;
    line-height: 50px;
  }

  /* .banner-content-cta {
    padding: 0 20px;
  } */
}

@media (max-width: 991px) {
  section.home-banner .owl-carousel .owl-item img {
    height: 550px;
  }
}

@media (max-width: 575px) {
  section.home-banner .owl-carousel .owl-item img {
    height: 750px;
  }
}

/* Home Banner */

/* Noise Control */
section.noise-control {
  background: url("https://hushtecsolutions.com/wp-content/uploads/2025/05/section-client-bg.jpg")
    no-repeat center / cover;
}

.noise-control-text-header {
  margin-bottom: 25px;
  width: 37%;
}

.three-col-img {
  height: 350px;
  overflow: hidden;
}

.three-col-img img {
  height: 100%;
  object-fit: cover;
  transition: 5s;
}

.three--col-content {
  z-index: 100;
  width: 100%;
  height: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  background: #0005;
  border: 3px solid #ffff;
  transition: 0.7s;
}

.three--col-content:hover {
  border: 3px solid var(--blue);
}

.three--col:hover .three-col-img img {
  scale: 1.2;
}

.three-col-img .inquire--now a {
  color: #fff;
  font-weight: 500;
}

.three-col-img .inquire--now i {
  font-size: 12px;
  margin-left: 10px;
}

.three-col-img .inquire--now a:hover {
  color: var(--blue);
}

section#noise-control .owl-nav {
  position: absolute;
  top: -22%;
  right: 0;
  display: flex;
  gap: 12px;
}

section#noise-control .owl-nav button {
  background: transparent !important;
  color: #fff;
  border: 1px solid #fff !important;
  border-radius: 3px;
  width: 50px;
  height: 50px;
}

section#noise-control .owl-nav button:hover {
  background-color: var(--blue) !important;
}

section#noise-control h3 {
  font-size: 25px;
  height: unset !important;
}

section#noise-control .clear-cta {
  justify-content: end;
}

@media (max-width: 1830px) {
  .noise-control-text-header {
    width: 45%;
  }
}

@media (max-width: 1366px) {
  .noise-control-text-header {
    width: 50%;
  }
}

@media (max-width: 767px) {
  section#noise-control h2 {
    text-align: center;
  }

  .noise-control-text-header {
    margin-bottom: 100px;
    width: 100%;
    text-align: center;
  }

  section#noise-control .owl-nav {
    top: -23%;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
  }
}

/* Noise Control */

/* Easy to Install */
section.easy-install .install-card {
  width: 48%;
}

section.easy-install .install-card img {
  width: 40px;
}

section.easy-install .install-card h3 {
  font-size: 16px !important;
  height: unset !important;
}

section.easy-install .white--cta {
  justify-content: start;
  padding-left: 0;
}

.install-content-cards {
  row-gap: 35px;
}

@media (min-width: 1200px) {
  .easy-install-content {
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .easy-install-content {
    margin-bottom: 50px;
  }

  section.easy-install .install-card {
    width: 100%;
  }
}

/* Easy to Install */

/* Who We Are */
section.who-we-are {
  background: url("https://hushtecsolutions.com/wp-content/uploads/2025/05/section-client-bg.jpg")
    no-repeat center / cover;
  color: #fff;
}

section.who-we-are img {
  height: 550px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #fff;
}

section.who-we-are .clear-cta {
  justify-content: start;
}

@media (min-width: 992px) {
  section.who-we-are .who-we-are-content {
    padding-left: 50px;
  }
}

@media (max-width: 991px) {
  section.who-we-are .who-we-are-img img {
    margin-bottom: 30px;
  }
}

/* Who We Are */

/* Industry Leading Noise */
section.industry-leading-noise {
  background: #f8f8f8;
}

section.industry-leading-noise .card {
  height: 100%;
  padding: 0 30px 30px;
}

section.industry-leading-noise .card span {
  font-size: 80px;
  font-weight: 900;
  color: var(--blue);
  transition: 0.7s;
}

section.industry-leading-noise .card:hover span {
  color: var(--blue);
}

section.industry-leading-noise .white--cta {
  justify-content: center;
}

@media (min-width: 1200px) {
  section.industry-leading-noise h2 {
    width: 68%;
    margin: auto;
  }
}

@media (max-width: 991px) {
  section.industry-leading-noise .row {
    row-gap: 24px;
  }
}

/* Industry Leading Noise */

/* Become Distributor */
section.become-distributor .white--cta {
  justify-content: flex-start;
}

section.become-distributor .become-dist-img img {
  width: 100%;
  object-fit: cover;
}

/* Become Distributor */

/* Helpful Tips */
@media (max-width: 991px) {
  .custom-grid {
    flex-direction: column;
  }

  .large-post,
  .right-posts {
    width: 100% !important;
  }
}

/* helpful Tips */

section#form_box {
  position: relative;
  padding-top: 0;
}

.contain_both_Section {
  position: relative;
  padding: 0;
}

section#client_working .item {
  border: 2px solid #fafafa;
  padding: 5px 2px;
  box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.47);
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.47);
}

section#client_working .owl-stage-outer {
  padding: 5px 0;
}

section#client_working .title h3 {
  text-align: center;
  margin-bottom: 30px;
  font-family: "GTWalsheimProBold";
}

.grecaptcha-badge {
  z-index: 100;
}

/* Helpful Tips */
section.helpful-tips .custom-grid {
  display: flex;
  gap: 20px;
}

section.helpful-tips .custom-grid p.mb-3 {
  font-size: 15px;
}

section.helpful-tips {
  background: #f8f8f8;
}

section.helpful-tips .large-post {
  width: 70%;
  padding: 20px;
  background: #fff;
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.52);
  -webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.52);
}

section.helpful-tips .right-posts {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.large-post img {
  height: 430px;
  object-fit: cover;
  margin-bottom: 20px;
}

section.helpful-tips .small-post img {
  height: 150px;
  object-fit: cover;
  margin-bottom: 15px;
}

section.helpful-tips .large-post .white--cta {
  justify-content: start;
}

section.helpful-tips .small-post {
  background: #fff;
  padding: 20px;
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.52);
  -webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.52);
  height: 100%;
}

section.helpful-tips .small-post h3 {
  font-size: 16px !important;
  height: unset !important;
}

section.helpful-tips .small-post .white--cta {
  justify-content: start;
}

section.helpful-tips .small-post .white--cta a {
  border: none;
  background: none;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}

section.helpful-tips .small-post .white--cta .fa {
  font-size: 12px;
}

section.helpful-tips .small-post .white--cta a:hover {
  color: var(--blue) !important;
}

section.helpful-tips .white--cta {
  width: fit-content;
}

section.helpful-tips .header--section .white--cta {
  width: max-content;
  height: max-content;
  margin-top: 35px;
}

section.helpful-tips .large-post h3 {
  font-size: 22px;
  height: unset !important;
}

section.helpful-tips button.btn.btn-primary.btn-ripple {
  border-radius: 5px;
}
/* Helpful Tips */
