/* mymodel.css */

.my-model-container {
  display: flex;
  flex-direction: column;

  background-color: #ffffff;
  padding: 20px 20px;
  position: relative;
  z-index: 999;
  max-width: 750px;
  width: 90%;
  margin: auto;
  border-radius: 8px;
}
.my-model-form {
  max-height: 80vh;
  overflow: auto;
  padding: 5px;
}
.my-model-label {
  padding-bottom: 20px;
  color: #616161;
  display: block;
  font-weight: 600;
  font-size: 14px;
  position: relative;
}

.my-model-input {
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
  color: black;
  /* margin-bottom: 15px; */
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* .my-model-submit-button {
  background-color: #5d5d5d;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 8px;
}

.my-model-submit-button:hover {
  background-color: #45a049;
} */

.close-button {
  position: absolute;
  top: -16px;
  right: -16px;
  border: none;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  height: 32px;
  width: 32px;
  background: #c00000;
  border-radius: 50px;
}
.error-message {
  color: #ff0000;
  font-size: 11px;
  font-weight: normal;
  position: absolute;
  left: 0;
  bottom: 0;
}

.cardNews_latest_news_pic__X9J_J img {
  max-height: 308px;
  height: 308px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cardSolution_card_image_wrap__dUlLp {
  height: 260px;
}
.cardSolution_card_image_wrap__dUlLp img {
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.cardSolution_card_sub_head__oxz4f p {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 18px;
  padding-bottom: 0;
}
.CustomerStoryItem_slider-item__svNHP {
  position: relative;
}
.CustomerStoryItem_slider-item__svNHP img {
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 643px;
  width: 100%;
}

.CustomerStoryItem_slider-content__GC__e {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.CustomerStoryItem_slider_video__wvtAu {
  /* height: 643px; */
}
.CustomerStoryItem_slider_video__wvtAu img {
  -o-object-fit: cover;
     object-fit: cover;
}

.CustomerStoryItem_slider_video__wvtAu iframe {
  width: 100vw;
  height: calc(100vw / 2.57);
}
@media screen and (max-width: 1023px) {
  .CustomerStoryItem_slider-content__GC__e {
    gap: 10px;
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 30px;
    max-width: none;
    transform: none;
  }
}

.vedioStory_home-banner__xQOnu {
  position: relative;
}
.vedioStory_home-banner__xQOnu img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
/* .home-banner::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
} */
.vedioStory_banner-content__QCPg8 {
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 100px;
  z-index: 3;
  max-width: 730px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 1023px) {
  .vedioStory_banner-content__QCPg8 {
    gap: 10px;
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 30px 30px 60px 30px;
    max-width: none;
    transform: none;
  }
}

.home_product_info__sNz1Q span {
  max-width: 1070px;
  display: inline-block;
}

.home_slider-container__mgjkj {
  width: 100%;
  max-width: 500px;
  margin: auto;
  display: flex;
  align-items: center;
}

