/* Style for HSS Project  June 2025 Page */
/* .content,
.featureimage {
  display: none;
} */
/* =============================================================================
   HSS 2025 PAGE TEMPLATE: hss-june-2025.css
   =============================================================================
   Base Reset/Helpers
   -----------------------------------------------------------------------------
*/
.allhsssection {
  min-height: 400px;
  background-image: url(/img/2025hss/hss13.webp);
  background-position: center center;
  padding: 25px 0px;
  margin-bottom: 15px;
}
.greysection {
  padding: 25px 0px;
  background-color: #f5f5f5;
  margin-bottom: 15px;
}
.page-id-3325 div#hero-section {
  position: relative;
}
.allhsssection .keyfeatureicon img {
  width: 150px;
  float: right;
}
.allhsssection .applinkgroup {
  width: 70%;
  display: flex;
}
/* .allhsssection .featureslider {
  display: flex;
  flex: wrap;
  align-items: center;
}
.allhsssection .featurecontent {
  width: 40%;
  padding: 15px;
}
.allhsssection .subfeatureimage {
  width: 60%;
} */
.allhsssection .featurecontent h4 {
  font-size: 20px;
  font-weight: 600;
}

.page-id-3325 #hero-section .hss-heroimage {
  width: 40%;
  right: 0;
  position: absolute;
}
.chemistryslider .owl-prev,
.bioslider .owl-prev,
.physlider .owl-prev {
  background: transparent;
  background-image: url("/img/2025hss/hss18.webp") !important;
  width: 45px;
  height: 45px;
  background-size: contain !important;
  background-color: transparent !important;
  left: 0px;
}
.chemistryslider .owl-next,
.bioslider .owl-next,
.physlider .owl-next {
  background: transparent;
  background-image: url("/img/2025hss/hss17.webp") !important;
  width: 45px;
  height: 45px;
  right: 0px;
  background-size: contain !important;
  background-color: transparent !important;
}
.chemistryslider .owl-prev svg,
.chemistryslider .owl-next svg,
.chemistryslider .owl-prev span,
.chemistryslider .owl-next span,
.bioslider .owl-prev span,
.bioslider .owl-next span,
.physlider .owl-prev span,
.physlider .owl-next span {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .allhsssection {
    min-height: 650px;
  }
  .chemistryslider .owl-next,
  .bioslider .owl-next,
  .physlider .owl-next {
    right: -25px;
  }
  .chemistryslider .owl-prev,
  .bioslider .owl-prev,
  .physlider .owl-prev {
    left: -25px;
  }
}
