* {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;

}

body {
  background-color: aliceblue;

}

p {
  font-size: 1rem;
}


.hero {
  background-image: url('../imgs/workInjurieImg.png');
  background-size: cover;
  background-position: center;
  height: 50vh;
  color: #EAEFF2;
  font-weight: 700;
  position: relative;
}

.hero-text {
  position: absolute;
  top: 100px;
  left: 100px;
  color: white;
  text-shadow: 1px 1px 2px #979797;

}

.outer-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.content-wrapper {
  width: 70%;
  /* min-width: fit-content; */
}

.hero-text h1 {
  font-size: 5rem;
  line-height: 1.2;
}

.content {
  max-width: 80%;
  margin: 2rem auto;
  padding: 0 1rem;
  line-height: 1.6;
  background-color: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);

}

.content-img {
  border-radius: 30px !important;
  max-width: 35% !important;
  min-width: 300px !important;
}

.ProductVideo-section {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
/*
.ProductVideo-section video {
  margin: 2rem auto;
  padding: 0 1rem;
  max-width: 60%;
  width: fit-content !important;
  height: fit-content;
  aspect-ratio: initial;
  max-height: 50vh; 
}*/
.content2 {
  max-width: 90%;
  margin: 2rem auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1.6;
  padding: 0 1rem;
  gap: 0;
}

.content2 img {
  max-width: 20rem;
  max-height: 20rem;
  margin-left: 0px;
  border-radius: 10px;
}

.content2 .info-continer {
  min-width: 60%;
  height: auto;
}

.info-continer {
  margin-top: 2px;
  border-radius: 25px;
  margin-left: 0px;
  background-color: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 20PX;
}

.info-continer:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
}


.picture-text-section {
  width: 90%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin: 2rem auto;
  padding: 0 1rem;
  margin: 50px auto;

}

.picture-text-section img {
  max-width: 50%;
  width: 500px;
  border-radius: 5px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);

}

.picture-text-section .info-continer {
  min-width: 50%;
  width: 60%;
}


.flowchart-section {
  width: 80%;
  margin: 50px auto;
}


.demo-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  /* margin-left: 5%;
  margin-right: 5%; */
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
}

.demo-section h1 {
  margin: 0 10px;
  text-align: left;
}


.presentation-section {
  max-width: 100%;
  min-width: fit-content;
  /* margin-left: 5%;
  margin-right: 5%; */
  margin-top: 40px;
  margin-bottom: 0;
  display:flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}

.presentation-section img {
  max-width: 100% !important;
  max-height: 100% !important;
  border-radius: 0 !important;
  margin-left: 10% !important;
  margin-right: 10% !important;
}


.carousel {
  width: 100%;
}


.carousel-item {
  
  max-width: 100%;
  text-align: center;
  align-items: center;
  justify-items: center;
  justify-content: center;
  align-content: center;
  padding: 20px 10px;

}


.carousel-item img {
  max-width: 60%;
  width: initial !important;
  height: fit-content;
  aspect-ratio: initial !important;
  max-height: 50vh;
  margin-left: 20%;
  margin-right: 20%;
  /* background-color: green; */

}

.carousel-item video {
  max-width: 60%;
  max-height: 50vh;
  margin-left: 20%;
  margin-right: 20%; 
}

.carousel-item h3 {
  margin-top: 20px;
  /* color: green; */
  font-size: 1.5rem !important;
}

.carousel-item p {
  margin-top: 10px;
  /* color: green; */
  font-size: 1.1rem;
}

.carousel-control-next:hover svg.custom-arrow,
.carousel-control-prev:hover svg.custom-arrow {
  fill: red;
  transform: scale(1.3);
}

.carousel-indicators {
  margin-bottom: 2px;
  margin-top: auto;
}

.carousel-indicators [data-bs-target] {
  background-color: black;
}



.product-demo-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.product-videos {
  width: 75%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

}

.video-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 45%;
  min-width: 364px;
  border-radius: 25px;
  background-color: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  gap: 20px;
  
}

.video-container:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
}

.video-container h3 {
  text-align: center;
  max-width: 324px;
  padding: 0;
  margin: 0;  
}

.demo-video {
  /*width: auto;
  height: auto;*/
  padding: 0;
  margin: 0;
}

#video_left {
  margin-bottom: 75px;
}

#video_right {
  margin-top: 75px;
}








.team-section {
  margin: 20px 20px 50px 20px;
  padding: 20px;
  text-align: center;
}

.team-section .card {
  max-width: 250px !important;
  min-width: 250px !important;
  min-height: 330px !important;
  background-color: white !important;
  overflow: hidden !important;
}



.team-section .card img {
  width:150px;
  height:150px;
  object-fit:cover;
  border-radius:50%;

}


.footer-placeholder {
  position: absolute;
  bottom: 0;
}
.card-email{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
}

.card-email a svg {
  width: 15px;
  margin-right: 5px;
}