.bg-frame {
  width: 100%;
  height: auto;
  background-image: url("../../images/custom/About Us/bg-frame.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-core {
  width: 100%;
  height: auto;
  background-image: url("../../images/custom/About Us/bg-core.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-build {
  width: 100%;
  height: auto;
  background-image: url("../../images/custom/About Us/bg-build.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/* .about-embed iframe {
  width: clamp(1px, 57.0313vw, 2190px);
  height: clamp(1px, 30.469vw, 1160px);
} */

.carousel-img,
.carousel-about-us,
#bannerCarousel {
  width: clamp(1px, 57.032vw, 2190px);
  height: clamp(1px, 30.4688vw, 1170px);
}

.carousel-img img {
  object-fit: cover;
  object-position: top;
}

.bg-carousel-indicators {
  background-color: rgb(0, 0, 0, 26%);
  border-radius: 37.5px;
  width: fit-content;
  padding: clamp(1px, 0.572915vw, 22px) clamp(1px, 0.78125vw, 30px);
  display: flex !important;
  justify-content: center;
  gap: clamp(1px, 0.573vw, 22px);
}

.carousel-indicators [data-bs-target] {
  box-sizing: none !important;
  width: clamp(1px, 0.47vw, 9px) !important;
  height: clamp(1px, 0.47vw, 9px) !important;
  background-color: rgb(255, 255, 255, .53);
  margin: 0 !important;
  border-radius: 50px;
  border-top: none !important;
  border-bottom: none !important;
  opacity: 1 !important;
}

.carousel-indicators .active {
  width: clamp(1px, 2.344vw, 90px) !important;
  background-color: #FFFFFF;
}

.core-bg {
  padding: clamp(1px, 1.614581vw, 62px) clamp(1px, 1.666665vw, 64px);
  background-color: #EBEBEB;
}

.core-icon {
  width: clamp(1px, 5.2084vw, 200px);
  height: auto;
}

.core-bg p em {
  color: #333333 !important;
}

.employee-card .card {
  border: none !important;
  border-radius: clamp(1px, 0.6vw, 20px) !important;
}

.employee-card-bg {
  gap: clamp(1px, 0.8vw, 20px);
}

.employee-card-bg:has(.employee-card:nth-child(5)) {
  gap: 0 !important;
}

.employee-card,
.when-hover {
  width: clamp(1px, 18.2292vw, 700px);
}

.first-section .employee img {
  border-radius: clamp(1px, 0.6vw, 20px);
  height: clamp(1px, 20.8334vw, 800px);
  object-fit: cover;
}

.employee img {
  border-radius: clamp(1px, 0.6vw, 20px);
  height: auto;
  object-fit: cover;
}

.employee-card .when-hover {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.employee-card .card:hover .when-hover {
  opacity: 1;
}

.employee-card .card {
  position: relative;
  height: 100%;
}

.employee-card .when-hover {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  border-radius: inherit;
  height: 100%;
}

.employee-card .when-hover .text-white {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.employee-card .when-hover .emp-descri {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
}


.emp-descri::-webkit-scrollbar {
  width: clamp(1px, 0.5vw, 2px);
  background-color: transparent;
}

.emp-descri::-webkit-scrollbar-thumb {
  background-color: rgb(217, 217, 217, .25);
  border-radius: 50px;
}

.employee-img {
  width: clamp(1px, 4.167vw, 160px);
  height: clamp(1px, 4.167vw, 160px);
}

.employee-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 100px;
}

.core-bg em {
  font-family: Lato Italic !important;
}

.swiper-awards .swiper-slide,
.image-wrapper img {
  height: clamp(1px, 18.698vw, 718px);
  width: clamp(1px, 18.698vw, 718px);
  object-fit: cover;
}

/* .swiper-awards .slick-track {
  margin-left: 218.875px;
  padding-left: 12px;
} */

.award-item {
  flex-shrink: 0;
  height: clamp(1px, 18.698vw, 718px);
  width: clamp(1px, 18.698vw, 718px);
}

.award-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.swiper-slide .image-wrapper {
  overflow: hidden;
}

.swiper-slide img {
  transition: transform 0.5s ease;
}

.swiper-slide:hover img {
  transform: scale(1.15);
}


.contact-btn {
  background-color: #5D0013;
}

.contact-btn:hover {
  background-color: #FFFFFF;
  color: #5D0013 !important;
}

@media (max-width: 767px) {
	.swiper-awards .swiper-slide, .image-wrapper img {
		height: clamp(1px, 72.6vw, 718px);
		width: clamp(1px, 72.6vw, 718px);
	}
	
  .contact-btn {
    width: clamp(1px, 46.05vw, 448px);
    height: clamp(1px, 10.466vw, 110px);
    border: clamp(1px, 0.6vw, 6px) solid white;
    border-radius: 50px;
  }

  .employee-card .card {
    width: 100% !important;
  }

  #bannerCarousel,
  .carousel-img {
    width: 100%;
    height: clamp(1px, 57.442vw, 1560px);
  }

  .carousel-indicators [data-bs-target] {
    width: clamp(1px, 1.57vw, 9px) !important;
    height: clamp(1px, 1.57vw, 9px) !important;
  }

  .carousel-indicators .active {
    width: clamp(1px, 7.7vw, 90px) !important;
  }

  .bg-carousel-indicators {
    padding: clamp(1px, 1.860464vw, 22px) clamp(1px, 2.55813vw, 30px) !important;
    gap: clamp(1px, 1.436vw, 22px) !important;
  }

  .core-bg {
    width: 100%;
    height: 100%;
    padding: clamp(1px, 7.2093vw, 62px) clamp(1px, 7.44185vw, 64px);
    background-color: #EBEBEB;
  }

  .core-icon {
    width: clamp(1px, 17.442vw, 150px);
    height: auto;
  }

  .employee-card .card {
    border-radius: clamp(1px, 2vw, 20px) !important;
  }

  .first-section .employee img {
    border-radius: clamp(1px, 2vw, 20px) !important;
    height: clamp(1px, 102.326vw, 800px);
    object-fit: cover;
  }

  .employee img {
    border-radius: clamp(1px, 2vw, 20px) !important;
    height: clamp(1px, 78.838vw, 600px);
  }

  .employee-card,
  .when-hover {
    width: 100%;
  }

  .employee-img {
    width: clamp(1px, 18.605vw, 160px);
    height: clamp(1px, 18.605vw, 160px);
  }

  .emp-descri {
    height: clamp(1px, 56.98vw, 450px);
    max-height: 100%;
    overflow-y: auto;
  }

  .bg-build {
    width: 100%;
    height: auto;
    background-image: url("../../images/custom/About\ Us/Frame 1707481482.png") !important;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .award-item {
    flex-shrink: 0;
    height: clamp(1px, 83.49vw, 380px) !important;
    width: clamp(1px, 83.49vw, 380px) !important;
  }
}