.ufdtype .hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 53%;
}

.ufdtype .hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.ufdtype .hover-2 img {border-radius: 10px;transition: 0.6s cubic-bezier(0.5, 1, 0.89, 1);}
.ufdtype .hover-2img:hover{
	opacity: 0.6;
	transform: scale(1.2);
} 
 .ufdtype .hover-2 img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1); 
     transition: 0.6s cubic-bezier(0.5, 1, 0.89, 1);
} 

 .ufdtype .hover-2:hover img {
  -webkit-transform: scale(1.3);
	transform: scale(1.3);
} 

.ufdtype .hover-content {
  position: relative;
  z-index: 99;
} 
.ufdtype .hover-2 .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}

.ufdtype .hover-2-title {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;color: #fff;
  z-index: 99;
  transition: all 0.3s;
}

.ufdtype .hover-2-description {
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  z-index: 99;
  transition: all 0.3s;
} 

.carousel {
  margin-top: -70px;
}

/* Image height + fit */
.slidess .carousel-item img {
  height: 80vh;
  object-fit: cover;
}

/* Dark overlay for opacity */
.slidess .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4); /* adjust opacity here */
  z-index: 1;
}

/* Caption styling */
.slidess .custom-caption {
  z-index: 2;
  bottom: 50%;
  transform: translateY(50%);
  text-align: center;
}

.slidess .custom-caption h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2; 
}

/* Responsive */
@media (max-width: 991px) {
  .slidess .carousel-item img {
    height: 70vh;
  }
  .slidess .custom-caption h2 {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  .slidess .carousel-item img {
    height: 60vh;
  }
  .slidess .custom-caption h2 {
    font-size: 26px;
  }
} 
           .productshorts {
  background-color: #f4f4f9;
  padding: 50px 10px;
} 

        .productshorts .theme-btn i {
            margin-right: 5px
        }

        .productshorts .theme-btn {
            padding: 6px 10px 15px;
            width: 95%;
            height: 44px;
            margin: 5px 5px 10px;
        }

        .productshorts .product-block .image img {
            width: 100%;
            height: 245px
        }

        .productshorts .product-block .content {
            position: relative;
            padding: 10px;
        }

        .productshorts .product-block h4 a {
            color: #000
        }

        .productshorts .product-block h4 {
            display: block;
            font-size: 17px;
            margin-bottom: 5px;
            margin-top: 0;
            min-height: 38px;
            line-height: 20px;
        }

.productshort .title {
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 17px;
}