.help-icon:hover {
  background-color: var(--theme-color1);
  color: #fff;
  border: 2px solid;
  box-shadow: 0px 0px 13px white;
}

@media (min-width: 992px) {
  .w-lg-75 {
    width: 75% !important;
    margin: auto !important;
  }
}

.header-top {
  display: none !important;
}

.page-title:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: unset;
}

.page-title {
  position: relative;
  margin-top: -118px;
  padding: 270px 0 180px;
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.3) 100%
    ),
    url("../images/banner/keyaz.png");
  background-size: cover;
  background-position: center;
  text-align: left;
}
@media (max-width: 992px) {
  .page-title {
    background-image: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.3) 100%
      ),
      url("../images/keya/mobile-banner.png");
  }
 
}

.page-title .title-outer {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.page-title h1.title {
  font-size: 56px;
  font-weight: 400;
  margin-bottom: 20px;
}

.page-title .subtitle {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #fff;
}

.btn-banner {
  display: inline-block;
  padding: 12px 30px;
  background: #fff;
  color: #000;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-banner:hover {
  background: #000;
  color: #fff;
}

.header-style-four .main-menu .navigation > li > a {
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}

.header-style-four .sticky-header.fixed-header {
  height: 120px;
  background: black;
}

.header-style-four .sticky-header .main-menu .navigation > li > a {
  color: #ffffff;
}

.why-choose-item {
  display: flex;
  border-bottom: 1px solid #eaf0ec;
}

.why-choose-img-box-1,
.why-choose-img-box-2 {
  display: flex;
  gap: 20px;
  width: 100%;
}

.why-choose-img-1 figure,
.why-choose-img-2 figure,
.why-choose-img-3 figure,
.why-choose-img-4 figure {
  display: block;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.why-choose-img-2 {
  width: calc(43% - 10px);
}

.why-choose-item .icon-box {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #000000ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  transition: all 0.4s ease-in-out;
}

.why-choose-item-content {
  width: calc(100% - 80px);
}

.why-choose-item {
  display: flex;
  border-bottom: 1px solid #eaf0ec;
}

.why-choose-images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: 30px;
}

.why-choose-img-box-1,
.why-choose-img-box-2 {
  display: flex;
  gap: 20px;
  width: 100%;
}

.why-choose-img-1 figure,
.why-choose-img-2 figure,
.why-choose-img-3 figure,
.why-choose-img-4 figure {
  display: block;
}

.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}

figure {
  margin: 0;
}

.why-choose-img-1 img {
  width: 100%;
  aspect-ratio: 1 / 0.756;
  object-fit: cover;
}

.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}

img {
  max-width: 100%;
}

img,
svg {
  vertical-align: middle;
}

.why-choose-img-2 {
  width: calc(43% - 10px);
}

.why-choose-img-box-1,
.why-choose-img-box-2 {
  display: flex;
  gap: 20px;
  width: 100%;
}

.slick-prev:before {
  content: "←";
  border: 1px solid white;
  padding: 10px;
  border-radius: 50%;
  background: #ffffff;
  color: black;
}

.slick-prev:before {
  content: "←";
  border: 1px solid black;
  padding: 10px;
  border-radius: 50%;
  background: #ffffff;
  color: black;
  position: relative;
  right: 15px;
}

.slick-next:before {
  border: 1px solid black;
  padding: 10px;
  border-radius: 50%;
  background: #ffffff;
  color: black;
}
.product-slider {
  margin: 0 -15px;
}

.product-item {
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  margin: 0 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.product-image img {
  /* max-height: 150px; */
  width: auto;
  margin: 0 auto;
}

.product-details h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.product-details p {
  font-size: 14px;
  color: #666;
}
