#Company {
  padding: 20px 50px;
}
#cmpny-top {
  padding: 2% 5%;
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
}
#cmpny-top-txt {
  width: 50%;
}
#cmpny-top-txt h2 {
  font-size: 2rem;
  text-align: justify;
  font-weight: 500;
  width: 80%;
}
#cmpny-top-img {
  width: 50% !important;
}
#cmpny-top-img img {
  height: 280px;
  width: 100%;
  object-fit: fill;
  border-style: solid;
  border-color: #fff;
  box-shadow: 12px 10px 10px 0 rgba(0, 0, 0, 0.5);
}
#company-text {
  padding: 2% 5%;
}
#company-text p {
  text-align: justify;
  font-size: 1rem;
  margin-bottom: 1.6rem;
  font-weight: 400;
}

/* Business Philosophy */
#Business-pholosophy h2 {
  color: #557c00;
  padding-bottom: 1rem;
  font-size: 1.5rem;
}
#Business-pholosophy i {
  color: #557c00;
  padding-right: 1rem;
  font-size: 0.8rem;
}
#Business-pholosophy p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

#our-team {
  background-image: url(https://alaxbioresearch.co/wp-content/uploads/2022/12/Our-Team.jpg);
  height: 30%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 2% 5%;
  background-position: fixed;
  position: relative;
  background-attachment: fixed;
}
#Our-team-overlay {
  background-color: #000;
  opacity: 0.5;
  height: 100%;
  width: 100%;
}
#Our-team-text {
  padding: 0 20%;
  position: absolute;
  top: 0;
  color: #fff;
}
#our-team h2 {
  width: fit-content;
  padding-top: 5%;
  font-size: 1.5rem;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #557c00;
}
#our-team p {
  padding-top: 1%;
  font-size: 0.9rem;
}
#manufacturing-choose-us {
  display: flex;
  gap: 1rem;
  margin: 2% 5%;
}
/* manufacturing */

#manufacturing {
  width: 50%;
}

#manufacturing i {
  color: #557c00;
  font-size: 2rem;
  padding-right: 1rem;
}

#manufacturing h2 {
  font-size: 2rem;
  padding-bottom: 2rem;
}
#manufacturing p {
  font-size: 1rem;
}
/* choose-us */
#choose-us {
  width: 50%;
}
#choose-us i {
  color: #557c00;
  font-size: 2rem;
  padding-right: 0.5rem;
}
#choose-us h2 {
  font-size: 2rem;
  padding-bottom: 2rem;
}
#choose-us p {
  margin-bottom: 2rem;
  font-size: 1rem;
}

/* Accordion */

.accordion-cnt {
  width: 100%;
  margin: 0 auto;
}

.accordion {
  background-color: #f1f1f1;
  color: #444;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  position: relative;
  padding: 10px;
}
.accordion p {
  margin-bottom: 0.5rem !important;
}

.accordion:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z"/></svg>');
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.active:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
}

.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  border-bottom: 0.5px solid rgb(235, 231, 227);
  transition: max-height 0.3s ease-out;
}

.panel p {
  color: rgb(46, 46, 46);
  font-family: "General Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 10px !important;
  line-height: 1.4rem;
}

button p {
  font-family: "General Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4rem;
}
/* Award and achievements */
#award-achievements {
  background-image: url(https://alaxbioresearch.co/wp-content/uploads/2022/12/d9374cf5db21005241cfd66e03534764712bf718-1590223836-5ec8e3dc-1920x1280-1.jpg);
}
#manufacturing-capabilities h2 {
  padding-top: 1rem;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  #cmpny-top {
    flex-direction: column;
    padding: 20px 0px;
  }
  #cmpny-top-txt {
    width: 100%;
  }
  #cmpny-top-img {
    width: 100% !important;
  }
  #company-text {
    padding: 2% 0%;
  }
  #our-team {
    margin: 2% 0%;
    height: 40%;
  }
  #Our-team-text {
    padding: 0 10%;
  }
  #manufacturing-choose-us {
    flex-direction: column;
    margin: 5% 0%;
  }
  #manufacturing {
    width: 100%;
  }
  #choose-us {
    width: 100%;
  }
}
