.manu_card {
  padding: 42px;
  border-radius: 10px;
  height: 100%;
}

.manu_card .title-34,
.manu_card p {
  color: var(--blue-heading);
}

.manu_card p {
  margin-bottom: 0;

}

.our_principles {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
}

.man_par_slider {
  width: 100%;
}

.man_par_slider-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  /* min-height: 120px; */
}

.man_par_slider-item img {
  margin: 0;
  max-height: 90px;
  width: auto;
  object-fit: contain;
}

/* ---- Manufacturing Globe ---- */
.manufacturing_globe {
  position: relative;
  display: inline-block;
  width: 100%;
}

.manufacturing_globe img {
  width: 100%;
  display: block;
}

.manufacturing_globe_para_1,
.manufacturing_globe_para_2,
.manufacturing_globe_para_3,
.manufacturing_globe_para_4 {
  position: absolute;
  margin: 0;
  font-size: 14px;
  color: var(--blue-heading);
  font-weight: 500;
  white-space: nowrap;
}

/* Health First — left middle */
.manufacturing_globe_para_1 {
  left: -7%;
  top: 35%;
}

/* Excellence — bottom left */
.manufacturing_globe_para_2 {
  left: 20%;
  bottom: 10%;
}

/* Accountability — top right */
.manufacturing_globe_para_3 {
  right: 10%;
  top: 2%;
}

/* Longevity — bottom right */
.manufacturing_globe_para_4 {
  right: 2%;
  bottom: 10%;
}



.explore_our_tabs
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.explore_our_tabs .tabs_left
{
  width: 30%;
}

.explore_our_tabs .tabs_left .tabs_link
{
  cursor: pointer;
  border-bottom: 1px solid var(--grey-ddd);
  padding:40px;
  transition: all 0.3s ease;
}

.explore_our_tabs .tabs_left .tabs_link img
{
  filter: grayscale(1);
  transition: all 0.3s ease;
}

.explore_our_tabs .tabs_left .tabs_link.active img
{
  filter: grayscale(0);
  scale: 1.1;
}

.explore_our_tabs .tabs_left .tabs_link:hover img
{
  scale: 1.1;
}


.explore_our_tabs .tabs_right
{
  width: 60%;
}

.quality_driven_slider > div
{
  display: grid;
}
